/* WPS Standard Template A */

body
{
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0; /* Opera has a default padding */
}

/*	Layout only	*/

#wrap_logo, #topbanner, #wrap_content{
	width: 770px; 
	margin: 0px auto;
	border: 0;
	position: relative;
}
#wrap_logo
{
	z-index:2;
}
	#toplogo
	{
		position:absolute;	
		top:6px;
		left:13px;
	}
	#topbanner
	{
		height:172px;
	}
	#topbanner img 
	{
		float:right;
	}
#cover
{
	position:absolute;
	top:0;
	float:none;
}
#flags
{
	position:absolute;
	top:155px;
	right:0;
}
	.flag img
	{
		margin-right:5px;
	}
#topmenu
{
	width:527px;
	position:absolute;
	right:0;
	top:113px;
	margin-top:2px;
}
#wrap_content
{
	clear: both;
}
	#leftblock 
	{
		float: left;
		display: inline; /* IE hack */
		width: 173px; 
		padding: 0 0 5px 0;
		margin: 0 0 0 5px;
	}
	#leftblock, #rightblock, #content
	{
		overflow: visible;
	}
	* html #leftblock,* html #rightblock, * html #content
	{
		overflow: auto; /* IE6 falls apart otherwise */
	}
	#rightblock {
		float: right;
		display: inline; /* IE hack */
		width: 206px; /* Total width should be 180px */
		padding:0;
		margin: 0 14px 0 0;
	}
	#content {
		width: 540px;
		padding:0 20px 20px; /* left padding for FF tables */
		float: left;
		display: inline; /* IE6 hack */
		margin: 0 5px 0 0;
	}
	#frontpage #content {
		width: 355px;
		padding:0;
		margin-left:12px;
	}
	#teasers 
	{
		float: left;
		width: 569px; 
		padding: 0 0 0 0;
		margin: 55px 5px 55px 190px;
		overflow: hidden;
		clear: both;
		display: inline; /* IE hack */
	}
	#wrap_footer 
	{
		clear: both;
		margin: 0;
		position: relative;
	}
	#footer {
		padding: 1px 6px 1px 202px;
	}


/* Blocks */
#frontpage h1,#rightblock h2
{
	background: transparent url("images/dot2.gif") repeat-x scroll left bottom;
	padding: 0 0 5px 0;
	margin-bottom:15px;
}
#rightblock h2
{
	font-size: 1.08em;
	font-weight: bold;
	margin-top:5px;
	margin-bottom: 0.4em;
}
#rightblock h2 span
{
	background: transparent url(images/arrow.gif) no-repeat scroll 6px 50%;
	padding: 0 0 0 18px;
}
#toplogo img
{
	border: 0;
	display: block;
}
iframe.autoscroller-border 
{
	margin: 0 0 0 19px;
	width: 164px; /* IE hack: should be width-(2*border_width) */
	border: 2px solid #818181;
}
html>body iframe.autoscroller-border 
{
	width: 164px;
}

/* Side Menu */

#smenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#smenu li 
{ 
	margin: 0;
}
* html #smenu a
{ height: 1% } /* hasLayout */

#smenu a{
	text-decoration: none;
	display: block;
	color: #000;
	background-color: #f3f3f3;
	padding-top: 2px;
	padding-bottom: 2px;
}
#smenu ul a,
a.smenu-section, span.smenu-section {
	padding-left: 5px;
}
#smenu ul ul a,
a.smenu-item, span.smenu-item {
	padding-left: 20px;
	font-weight: normal;
}
#smenu a,#smenu ul
{
	background:#f1eff0 url("images/dot3.gif") repeat-x left bottom;
}
#smenu ul
{
	background-position:left top;
	padding-top:1px;
}
#smenu ul ul
{
	background:none;
	padding-top:0;
}
#smenu .arrow > a
{
	background:url("images/arrow_next.gif") no-repeat 160px center;
}
#current-smenu.current,#smenu a.current {
	font-weight:bold;
	color:#4c70aa;
}
#smenu a:hover
{
	font-weight:bold;
	color:#4c70aa;
}

#smenu ul, #smenu a
{
	border-color: #666;
}

#smenu div.search
{
	display: none; /* hide unwanted search box */
}

/* Teasers */
#teasers img
{
	border: 0;
	display: block;
}
#teasers h2, #teasers h2 span {
	height: 18px;
	display: block;
}
#teasers h2 
{
	margin: 0 5px 10px 0;
	padding: 0px 10px 0px 0px;
	background: #f3f3f3 url("images/title_bg.gif") no-repeat scroll right top;
}
#teasers h2 span {
	padding: 1px 0px 0px 21px;
	height: 17px;
	background: transparent url("images/title_bg.gif") no-repeat scroll left top;
	vertical-align: bottom;
	color: #505860/*#444a55*/; 
}
div.teaser
{
	float: left;
	clear: right;
	display: inline; /* IE float padding hack */
	position: relative;
	width: 159px;
	height: 119px; 
	margin: 0px 0px 0px 12px;
	border: none;
}
div.teaser.first
{
	margin-left: 25px;
}
a.t_frame
{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("images/teaser_border.gif");
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 2;
	top: 0;
	left: 0;
}
a.t_img
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
a.t_img img
{
	width: 159px;
	height: 119px;
	display: block;
}

/* Teasers Colours */
div.teaser
{
	color: #000;
	background-color: #fff;
}

/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage
{
	background-color: #666;
} 
#wrap_content 
{
	background: #fff url("images/faux.gif") repeat-y scroll 4px 0px;
}
#frontpage #wrap_content 
{
	color: #0a7ca5;
}
#leftblock
{
	color: #000;
}
#wrap_footer {
	color:  #fff;
	background-color: #999;
}
a.copyright { color:#000; text-decoration: none; font-weight: bold; }
a.copyright:hover { color:#fff; text-decoration: underline;}

a, #content a:link
{
	color: #208;
}
#content a:visited, #righblock a:visited
{
	color: #602;
}
h1
{
	margin:0;
}

/* Top nav */

* html #topmenu *
{ height: 1% } /* hasLayout */
#topmenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0 6px 0 0;
	float:right;
	display:inline;
	margin-right:2px;
}
#topmenu li
{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	position: relative; /* for submenu positioning */
}

#topmenu a {
	float: left;
	line-height: 21px;
	height: 21px;
	display: table; /* fix for Opera's no-width nested floats hover bug */
	text-decoration: none;
	text-transform: capitalize;
	color: #000;
	white-space: nowrap;
	padding: 0 0 0 21px;
	margin: 0;
	background:url("images/menu_line.gif") no-repeat ;
}
#topmenu a:hover
{
	color:#0a7ca5;
}


