/* WPS Standard Template A */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%; /* same as 12px with IE with Text Size "Normal" @96dpi, "Smallest" @120dpi */
	margin: 0;
	padding: 0; /* Opera has a default padding */
}
/*	Layout only	*/

#wrap_logo, #topbanner, #wrap_content {
	width: 940px;
	margin: 0px auto;
	border: 0;
	position: relative;
}
#wrap_logo {
	height:135px;
}
#toplogo {
	width:275px;
	float:left;
	display:inline;
}
#navigation {
	width:665px;
	float:left;
	display:inline;
	position: static; /* needed for menu to display at the right place */
	overflow: visible; /* in case there are too much menus */
	margin-top:60px;
}
#wrap_content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html #wrap_content {
	height: 1%;
}
#wrap_content {
	zoom: 1;
	display: block;
}
#topbanner {
	position:relative;
}
#tipblock {
	width:290px;
	position:absolute;
	left:612px;
	top:80px;
	color:#FFF;
	line-height:140%;
}
#leftblock {
	float: left;
	display: inline; /* IE hack */
	width: 214px;
	padding: 15px;
	margin: 0 0 0 17px;
	background:#C9D4F2 url(images/leftbottom.gif) bottom no-repeat;
	line-height:40px;
}
#leftblock img {
	vertical-align:middle;
}
#leftblock a {
	vertical-align:middle;
}
#frontpage #content h2 {
	color:#00549D;
	font-size:183%;
	padding:5px 0;
	margin:0;
}
#rightblock {
	float: right;
	display: inline; /* IE hack */
	width: 206px;
	padding:20px;/* Total width should be 180px */
	background:#FFF url(images/envelop.jpg) right top no-repeat;
}
#rightblock label {
	width:70px;
	display:block;
	float:left;
	text-align:right;
	margin-right:5px;
}
#rightblock h2 {
	color:#00549D;
	font-size:183%;
	padding:5px 0;
	margin:0;
}
#rightblock form {
	line-height:200%;
}
#rightblock .box {
	border:1px solid #CCC;
}
#rightblock .reg-description {
	font-weight:bold;
	color:#00549D;
}
#rightblock .button {
	width:84px;
	height:24px;
	background:url(images/buttonbg.gif) no-repeat;
	border:none;
	color:#FFF;
}
#leftblock, #rightblock, #content {
	overflow: visible;
}
* html #leftblock, * html #rightblock, * html #content {
	overflow: auto; /* IE6 falls apart otherwise */
}
#leftbanner {
	float: left;
	display: inline; /* IE hack */
	width: 260px;
	margin:10px 0 0 17px;
}
#content {
	width: 660px;
	float: right;
	display: inline; /* IE6 hack */
	line-height:150%;
}
#frontpage #content {
	width: 404px;
	float:left;
	padding:0 14px;
	margin:25px 0 0 0;
	border-right:#CCC 1px solid;
}
#content h1{
	font-size:167%;
	color:#00549D;
}
#wrap_footer {
	clear: both;
	position: relative;
	margin:20px 0 0 0;
}
#footer {
	padding:28px 0 30px 400px;
	width:500px;
	margin:0 auto;
	background:url(images/paypal.gif) 140px 10px no-repeat;
}
/*	Shortcuts or Search - Positioning and Layout */ 

/* Search form */

/* ShortCuts Menu Styling*/

/* Dropdown Menu */

/* Blocks */

#toplogo img, #topbanner img {
	border: 0;
	display: block;/*	width: auto;
	height: auto; our banner module sucks, but ie6 sucks more */
}
/* Side Menu */

/* Teasers */

/* Teasers Colours */

/*	Styling (Colours, backgrounds) */
body {
	background: #fff;
	color: #333;
}
#wrap_body, #frontpage {
	background: #FFF;
}
#wrap_logo, #toplogo {
	background: #FFF;
}
#wrap_menu, #navigation {
	background: #FFF;
}
#wrap_content {
	background: #fff;
	color: #333;
}
#wrap_footer {
	background: url(images/footer_bg.jpg) 0 0 repeat-x;
	color: #6C717A;
}
#wrap_footer a {
	color: #6C717A;
	text-decoration:underline;
}
a, #content a:link {
	color: #00549D;
	text-decoration:none;
}
#content a:hover, #content a:active {
	color: #333;
	text-decoration:underline;
}
/* Text styling (fonts) */

/* Top nav */
#topmenu {
	padding:0;
	margin:0;
}
#topmenu li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
#topmenu li a {
	display:block;
	padding:20px 20px;
	color:#00549E;
	font-weight:bold;
	font-size:117%;
	text-decoration:none;
}
#topmenu li a:hover, #topmenu li a#current-topmenu {
	background:url(images/quan.gif) center no-repeat;
}
#topmenu ul {
	display:none;
}

/* Layout engine test! */
