/* WPS Standard Template A */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 77%; /* same as 12px with IE with Text Size "Normal" @96dpi, "Smallest" @120dpi */
	margin: 0;
	padding: 0; /* Opera has a default padding */
	letter-spacing:0.07em;
}

/*	Layout only	*/

#wrap_logo, #wrap_content, #separator, #wrap_footer{
	width: 768px; 
	margin: 0px auto;
	border: 0;
	position: relative;
}
#toplogo{
	min-height: 94px;
	float:left;
}
#navigation{
	float:left;
	height:94px; /* not necessary, ruins Opera height */
	position: static; /* needed for menu to display at the right place */
	overflow: visible; /* in case there are too much menus */
}
#separator{
	display: none;
}
#wrap_logo:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#wrap_content:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#leftblock {
	float: left;
	display: inline; /* IE hack */
	width: 172px; 
}
#rightblock {
	float: left;
	display: inline; /* IE hack */
	width: 204px; /* Total width should be 180px */
	padding-bottom:20px;
}
#leftblock, #rightblock, #content
{
	overflow: visible;
}
* html #leftblock, * html #rightblock, * html #content
{
	overflow: auto; /* IE6 falls apart otherwise */
}
#content {
	width:392px;
	float: left;
	display: inline; /* IE6 hack */
}
object{ display:block;}
#frontpage #content {
	width: 392px;
}
#article {
	padding:12px 24px;
}
#wrap_footer 
{
	font-size:75%;
	text-align:left;
	clear: both;
	position: relative;
	border-top:#FFF 2px solid;
}
#footer {
	padding:0 10px 0 0;
	line-height:2.2em;
}

/*	Shortcuts or Search - Positioning and Layout */ 

/* Search form */

/* ShortCuts Menu Styling*/

/* Dropdown Menu */

/* Blocks */
#leftblock #bannerSpacer{
	height:75px;
	background:#A57FC2;
}
#topbanner{
	height:75px;
	background:#4B0085;
}

#leftblock h2, #rightblock h2{
	background:#CECECE;
	color:#58595B;
	font-weight: bold;
	padding: 2px;
	margin:0;
	font-size:100%;
}

#toplogo img, #topbanner img£¬ #rightbanner img£¬ #leftbanner img{
	border: 0;
	display: block;
/*	width: auto;
	height: auto; our banner module sucks, but ie6 sucks more */
}

span.dailytip 
{
	display: block;
	height:100px;
	color:#6D6F71;
}

iframe.autoscroller-border 
{
	margin: 0;
	height:150px;
	width: 184px; /* IE hack: should be width-(2*border_width) */
	/*border: 1px solid;*/
	border:0;
	color:#6D6F71;
	background:#E9E9E9;
}
html>body iframe.autoscroller-border {
	width: 184px;
	height:150px;	
}
body#autoscroller-body{
	font-size:9px;
	background:#E9E9E9;
}
#rightbanner{
	height:500px;
}

/* Side Menu */
#smenu{
	height:354px;
	margin-top:10px;
}
#smenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#smenu ul ul
{
	border-top: none;
}
#smenu li 
{ 
	margin: 0;
}
* html #smenu a
{ height: 1% } /* hasLayout */

#smenu a{
	text-decoration: none;
	display: block;
	color: #58595B;	
	font-size:83.3%;
}
#smenu ul a{
	padding: 8px 5px 8px 30px;
	background: url(images/smenu.gif) 5px center no-repeat;
}
#smenu ul ul a{
	padding: 2px 5px 2px 35px;
	background: url(images/smenu.gif) 15px center no-repeat;	
}
#smenu ul ul ul a{
	padding: 2px 5px 2px 45px;
	background: url(images/smenu.gif) 20px center no-repeat;
}
#current-smenu.current{
	background-color:#DDD;
	color:#906
}
#smenu a:hover{
	background-color: #F2F2F2;
}
#smenu div.search
{
	display: none; /* hide unwanted search box */
}

/* Teasers */

/* Teasers Colours */

/*	Styling (Colours, backgrounds) */
body{	
	color: #6D6F71;
}
#wrap_body, #frontpage{
	background-color: #FFF;
} 
#wrap_logo, #toplogo{
	background-color:#FFF;
}
#toplogo, #navigation, #topbanner, #wrap_content, #separator{
	border-color: #ccc;
}
#wrap_content {
	background:#FFF url(images/wrap_content_bg.gif) repeat-y;
}
#wrap_footer{
	background: #A57FC2 url(images/footer_bg.gif);
	color:#4B0085;
}
#wrap_footer a{
	color:#4B0085;
	text-decoration:none;
}
span.dailytip, .autoscroller-border, #autoscroller-body {
	padding: 5px;
}	
a{
	color: #686497;
	outline:none;
}
#content a:visited, #righblock a:visited{
	color: #602;
}
#content a:hover, #content a:active{
	color:#906;
}
	
/*----------------topmenu----------------*/
#topmenu{
	margin-top:4px;
	font-size:91.7%;
	letter-spacing:0;
}
#topmenu ul{ 
	padding:0;
	margin:0;
	list-style:none;
}
#topmenu ul li{
	display:block;
	text-align:center;
	float:left;
	width:57px;
	height:55px;
	padding:35px 10px 0;
	border-left:#E9E9E9 1px solid;
	background:url(images/topmenubg.gif) left bottom no-repeat;
}
#topmenu ul li:first-child{
	border-left:none;
	background: none;
}
#topmenu a{
	color:#6D6F71;
	text-decoration:none;
}
#topmenu a:hover{
	color:#609;
}
/*---------------toplinks----------------*/
#toplinks{
	position: absolute;
	right:0;
	bottom:0px;
	background:url(images/dotline.gif);
	padding:1px 1px 0 0;
	line-height:20px;
	font-size:83.3%;
	font-family:Arial;
}
#toplinks a{ 
	background:#4B0085;
	padding:0 12px;
	display:inline;
	float:left;
	margin-left:1px;
	color:#FFF;
	text-decoration:none;
}
/*-----------------shortcuts---------------*/
.shortcuts{
	width:172px;
	border-right:#FFF 2px solid;
	display:block;
	float:left;
}
.shortcuts ul{
	margin:0;
	padding:0;
	list-style:none;
	
}
.shortcuts ul li{
	float:right;
	margin-right:10px;
}
