/* WPS Standard Template A */

body{
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 68.8%; /* same as 12px with IE with Text Size "Normal" @96dpi, "Smallest" @120dpi */
	margin: 0;
	padding: 0; /* Opera has a default padding */
}
/*	Layout only	*/

#wrap_menu, #wrap_content{
	width: 980px; 
	margin: 0px auto;
	border: 0;
	position: relative;
}
#wrap_menu
{
	height:111px;
	padding-bottom:12px;
	z-index:3;
}
	#wrap_body #wrap_menu
	{
		padding-bottom:0;
	}
	#navigation
	{
		font-size:1.1em;
	}
#wrap_content
{
	clear: both;
}
	#leftblock
	{
		float: left;
		display: inline; /* IE hack */
		width: 227px; 
		padding: 0 0 10px;
		margin: 0;
	}
	#wrap_body #leftblock 
	{
		padding-bottom: 200px;
	}
	#rightblock {
		float: right;
		display: inline; /* IE hack */
		width: 225px; /* Total width should be 180px */
		padding:0 0 10px;
		margin: 0;
	}
	#leftblock, #rightblock, #content
	{
		overflow: visible;
	}
	#leftblock div.teaser h3{ 
		font-size:100%; 
		font-weight:normal; 
		margin:12px 0 0 0; 
		padding:0;
	}
	#leftblock div.teaser p{
		margin:0;
	}
	* html #leftblock, * html #rightblock, * html #content
	{
		overflow: auto; /* IE6 falls apart otherwise */
	}
	#content {
		width: 715px;
		margin: 0; /* left padding for FF tables */
		float: right;
		display: inline; /* IE6 hack */
		padding: 15px 15px 15px 0;
	}
	#frontpage #content {
		width: 510px;
		padding:0 10px 0 0;
	}
	#teasers 
	{
		clear:both;
		width: 980px; 
		padding: 1px 0;
		margin: 0;
		overflow: hidden;
	}
#wrap_footer 
{
	clear: both;
	position: relative;
}
	#leftbanner
	{
		position:absolute;
		top:-195px;
		left:25px;
	}
	#footer {
		text-align:center;
		padding:2px 0;
		font-weight:bold;
	}

/*	Shortcuts or Search - Positioning and Layout */ 
#wrap_menu #search
{
	clear:both;
	margin:10px 0 0 610px;
	padding: 0;
	/*display: inline;*/
	/*background-color: #f00; /* for testing */
}


/* Search form */
#search form{
	margin: 0 3px;
	*margin-top:-5px;
	_margin-top:0;
	padding:0;
}
#search input.button{
	padding: 0 2px;
	border:0;
	background:#818181;
	color:#fff;
}
#search input.searchwords{
	margin:0 2px 0 0;
	border: 1px solid;
	padding: 0 0.3em;
/*	font-size: 12px;*/
}



/* Blocks */

#leftblock h2, #rightblock h2{
	background: transparent url(images/title_bg.gif) repeat-x scroll left bottom;
	font-weight: bold;
	font-size:100%;
	padding: 5px 0 5px 5px;
	margin:0 0;
}
#leftblock .block{
	padding: 0 8px 10px;
}
#toplogo img, #rightbanner img{
	border: 0;
	display: block;
	margin:0 auto;
	padding-top:10px;
}
span.dailytip {
	display: block;
	margin: 5px 0;
	padding: 4px 2px;
}

iframe.autoscroller-border {
	margin: 0 0 0 5px;
	width: 215px; /* IE hack: should be width-(2*border_width) */
	/*border: 1px solid;*/
}
html>body iframe.autoscroller-border {
	width: 215px;
}
form.vertical input.box{
	display: block;
}
div.breadcrumbs{
	margin-bottom: 1em;
}



/* Side Menu */

#smenu ul,#smenu{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #e5e5e5; /* TEST */
}
#smenu {
	margin: 15px 25px;
}
#smenu ul ul{

	background: #e5e5e5 url("images/bg2.gif") repeat-x left top;
	padding-top:1px;
}
#smenu li 
{ 
	margin: 0;
	background: #e5e5e5 url("images/bg2.gif") repeat-x left bottom;
}
* html #smenu a
{ height: 1% } /* hasLayout */

#smenu a {
	text-decoration: none;
	display: block;
	color: #000;
	padding-top: 4px;
	padding-bottom: 5px;
}
#smenu ul ul a{
	padding-left: 10px;
	font-weight: normal;
}
#smenu ul ul ul a{
	padding-left: 10px;
	font-style: italic;
}
#smenu ul ul ul ul a {
	padding-left: 15px;
	font-style: italic;
}
#smenu ul ul ul ul ul a {
	padding-left: 20px;
	font-style: italic;
}
#smenu ul ul ul ul ul ul a {
	padding-left: 25px;
	font-style: italic;
}
#smenu a:hover{
	color: #000;
	background-color: #ccc;
}
#smenu li.arrow > a
{ 
	background:url("images/tridot.gif") no-repeat center right;
}
#smenu div.search
{
	display: none; /* hide unwanted search box */
}

/* Teasers */
#teasers img
{
	border: 0;
	display: block;
}
#teasers div.teaser
{
	float: left;
	display: inline; /*IE6*/
	position: relative;
	width: 182px;
	height:auto;
	margin: 0;
	padding:0 7px;
	background:#fff url("images/bg1.gif") repeat-y;
	padding-top:100px;
}
#teasers div.teaser.first
{
	background:none;
	margin-left: 0;
}
#teasers a.t_frame
{
	display: block;
	position: absolute;
	line-height: 0;
	font-size: 1px; /* IE6 sizing fix */
	width: 9px;
	height: 7px;
	background-image: url(images/t_frame.gif);
	background-repeat: no-repeat;
	z-index: 2;
}
#teasers a.t_frame.c1
{
	top: 10px;
	left: 7px;
	background-position: left top;
	height: 6px;
}
#teasers a.t_frame.c2
{
	top: 94px;
	left: 177px;
	background-position: right bottom;
}
#teasers a.t_img
{
	display: inline;
	float: left;
	top: 0;
	left: 0;
	z-index: 1;
}
#teasers a.t_img img
{
	width: 178px;
	height: 90px;
	display: block;
	position:absolute;
	top:10px;
}
#teasers div.t_text
{
	position: static;
/* note: you MUST NOT set height/width, coz IE sucks */
	padding: 1px;
	min-height: 6.25em;
}
* html #teasers div.t_text
{
	height: 6.25em;
}
#teasers div.t_text h3
{
	font-weight: bold;
	font-size: 1.2em;
	line-height: 20px;
	padding: 0 0 5px;
	margin: 0;
	position: relative;
	z-index: 2;
}
#teasers div.t_text h3 a
{
	text-decoration: none;
	color: #2c2c2c;
}
#teasers div.t_text p
{
	margin: 0;
	padding: 0 6px 2px 0;
	position: relative;
	z-index: 2;
	line-height: 1.25em;
}



/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage
{
	background-color: #666;
} 
#wrap_menu
{
	background: #fff url("images/top_bg.gif") no-repeat;
}
#teasers 
{
	background:#fff url("images/bg2.gif") repeat-x;
}
#wrap_content 
{
	background: #fff url("images/front-bg.gif") repeat-y;
	color: #000;
}
#wrap_body #wrap_content 
{
	background-image:url("images/bg.gif");
}
#content {
}
#wrap_footer {
	color:  #000;
	background: #ff0;
}
a.copyright { color:#000; text-decoration: none; font-weight: bold; }
a.copyright:hover { color:#fff; text-decoration: underline;}

span.dailytip, .autoscroller-border, #autoscroller-body 
{
	color: #000;
	background-color: #FFF;
	padding: 0;
}
iframe.autoscroller-border 
{
	border-color: #ccc; 
}	
a, #content a:link
{
	color: #208;
}
a img 
{ 
	border: none; 
}
#content a:visited, #righblock a:visited
{
	color: #602;
}
#content a:hover, #content a:active
{
}
	

/* Text styling (fonts) */

/* Top nav */
#topmenu:after {
	content:"";
	visibility:hidden;
	height:0;
	clear:both;
	display:block;
}
* html #topmenu,* html #topmenu ul{ height: 1% } /* hasLayout */
#topmenu ul, #topmenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top:10px;
}
#topmenu ul ul{ margin-top:0;}
#topmenu {
	margin-left:140px;
	margin-top:15px;
}
#topmenu ul
{
	position: absolute;
	left: 0;
	top: 3px;
	border: 1px solid;
	border-bottom: 0;
	z-index:3;
	text-align:left;
}
#topmenu ul ul
{
	left: 100%;
	top:-1px;
	display:block;
}
#topmenu li
{
	float:left;
	margin: 0;
	padding: 0;
	position: relative; /* for submenu positioning */
	border-left:1px solid #000;
}
#topmenu li:first-child
{
	border-left:0;
}
#topmenu a {
	display: inline; /* fix for Opera's no-width nested floats hover bug */
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	white-space: nowrap;
	padding: 0 6px;
	margin: 0;
}
#topmenu ul li {
	display: block;
	float: none;
	width: 160px;
	border-bottom: 1px solid;
	border-left:0;
}
#topmenu ul li a {
	display: block;
	float: none;
	height: auto;
	white-space: normal;
	text-transform: none;
	line-height: 20px;
	width: 90%;
	padding: 0 5%;
	background:#fff;
}
#topmenu ul li a {
	margin: 0;
}
* html #topmenu ul li a {
	width: 160px;
	display: inline-block;
}


#topmenu ul, #topmenu li:hover ul, #topmenu li:hover ul ul,
#topmenu li.sfhover ul ul, #topmenu li.sfhover ul ul ul{
	display: none;
}  
#topmenu li:hover ul, #topmenu li li:hover ul, #topmenu li li li:hover ul,
#topmenu li.sfhover ul,#topmenu li li.sfhover ul, #topmenu li li li.sfhover ul
{
	display: block;
}

#topmenu a.current, #topmenu li a:hover
{
	background-color: #ff0;
}


#topmenu ul,#topmenu ul li 
{
	border-color:#000;
}
