/* WPS Standard Template A */

body
{
	/* font-family: Verdana, "Bitstream Vera Sans", Geneva, "Lucida Grande", Helvetica, Arial, sans-serif */
	font-family: Tahoma,Arial,Helvetica,sans-serif;
}
body
{
	font-size: 77%;
	margin: 0;
	padding: 0; 
}

/*	Layout only	*/

#toplogo, #navigation, #search, #wrap_content {
	width: 960px; 
	margin: 0px auto;
	border: 0;
	position: relative;
}
#toplogo
{
	min-height: 30px;
}
#flag img
{
	border:none;
	position:absolute;
	top:50%;
	right:5px;
}
#navigation
{
	height: 93px; /* not necessary, ruins Opera height */
	z-index: 2;
	overflow: visible; /* in case there are too much menus */
}
#search
{
	height: 22px; /* not necessary, ruins Opera height */
}
#wrap_content
{
	clear: both;
	z-index: 1;
}
#leftblock 
{
	float: left;
	display: inline; /* IE hack */
	width: 170px; 
	padding: 14px 0 5px 0;
	margin: 0 0 0 5px;
}
#rightblock {
	float: right;
	display: inline; /* IE hack */
	width: 170px;
	padding: 0;
	margin: 0 0px 0 0;
}
#leftblock, #rightblock, #content
{
	overflow: visible;
}
* html #leftblock, * html #rightblock, * html #content
{
	overflow: auto; /* IE6 falls apart otherwise */
}
#content {
	width: 750px;
	padding: 10px; /* left padding for FF tables */
	float: left;
	display: inline; /* IE6 hack */
	margin: 0 -5px 0 10px;
}
#frontpage #content {
	width: 565px;
}
#teasers 
{
	padding: 0 0 0 190px;
	margin: 0 0 8px 0;
	overflow: hidden;
	clear: both;
}
#scroller
{
	position: relative;
	padding: 0 5px 0 145px;
	margin: 0 0 8px 190px;
	overflow: hidden;
	clear: both;
	height: 25px; /* Layout! */
}
#wrap_footer 
{
	clear: both;
	margin: 0;
	position: relative;
	text-align: center;
}
#footer {
	padding: 1px 6px;
}

/* Search form */
#search form
{
	float: right;
	margin: 1px 3px 0 3px;
	padding: 0 0 1px 0;
} /* False values for IE7+IE6 */
html:not([dummy]) #search form {
	margin-top: 2px;
} /* True values for Safari and Firefox */
@media all and (min-width: 0px) { #search form {
	margin-top: 2px;
} } /* True values for Opera */


#search input.button
{
	vertical-align: text-top;
	border: none;
/*	margin-top: 1px;*/
	line-height: 13px;
	height: 17px;
	padding: 0;
/*	font-size: 12px;*/
}
span.searchbuttonbox > input.button
{
	padding: 0 2px;
	/*display: inline;*/
}
#search input.searchwords
{
	height: 18px;
	border: 0;
	padding: 0;
	width: 100px;
/*	font-size: 12px;*/
}

/* ShortCuts Menu Styling*/

div.shortcuts
{
}

div.shortcuts ul
{
	margin: 0 7px 0 0;
	padding: 8px 0 0 0;
}

div.shortcuts ul li
{
	line-height: 22px;
	display: inline;
	margin: 0;
	padding: 0 0 0 27px;
	list-style-type: none;
	display: inline;
}
div.shortcuts ul li a
{
	color: #000;
	text-decoration: none;
}


/* Top menu */
#topmenu
{
}
* html #topmenu *
{ height: 1% } /* hasLayout */
#topmenu ul
{
	float:left;
	list-style-type: none;
	margin: 0 0 0 0px;
	padding: 0;
}
#topmenu ul ul
{
	position: absolute;
	z-index: 3;
	left: 0;
	top: 100%;
	width: 174px;
}
* html #topmenu ul ul
{
	margin-top: 1px; /* top:100% is 1px short! */
}


#topmenu li
{
	float: left;
	display: inline;
	padding: 0;
	margin: 0 -10px 0 10px;
	height: 93px;
	position: relative; /* for submenu positioning */
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;
}
#topmenu a {
	float: left;
	line-height: 22px;
/*	display: table; /* fox for Opera's no-width nested floats hover bug */

	text-decoration: none;
/*	white-space: nowrap;*/

	width: 116px;
	padding: 0 2px;
	margin: 0;
}
#topmenu ul ul li {
/*	display: inline-block; /* fix IE7 gap at bottom */
	margin: 0;
	width: 174px;
	height: 22px;
}
#topmenu ul ul a {
	width: 170px;
}
* html #topmenu ul ul a {
	display: inline-block;
}
/* dropdown effect */
#topmenu ul ul, #topmenu li:hover ul ul, #topmenu li:hover ul 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.sfhover ul, #topmenu li li.sfhover ul
{
	display: block;
}


#topmenu a {
	color: #000;
	background: transparent url(images/menubg.png);
} 
#topmenu ul ul a {
	color: #fff;
	background-color: #858585;
} 
#topmenu ul ul, #topmenu ul ul li
{
	border-color: #fff;
}
#topmenu li:hover a, #topmenu li.sfhover a
{
	background: transparent url(images/menubgact.png);
}
#topmenu li:hover, #topmenu li.sfhover
{
	background-position: 0 -93px;
}
#topmenu ul ul a, #topmenu li:hover li a, #topmenu li.sfhover li a
{
	color: #fff;
	background-color: #8d8d8d;
	background-image: none;
}
#topmenu ul ul a:hover {
	color: #000;
	background-color: #60c5f1;
}


/* Blocks */

#scroller h2
{
	font-size: 100%;
	width: 120px;
	line-height: 25px;
	position: absolute;
	margin: 0;
	left: 0;
	top: 0;
	padding: 0 12px 0 10px;
	text-align: center;
	font-weight: normal;
}
#leftblock h2, #rightblock h2
{
	background: transparent url(images/dot3.gif) repeat-x scroll left bottom;
	font-size: 1.08em;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin-bottom: 0.4em;
}
#leftblock h2 span, #rightblock h2 span
{
	background: transparent url(images/arrow.gif) no-repeat scroll 6px 50%;
	padding: 0 0 0 18px;
}

#toplogo img, #topbanner img
{
	border: 0;
	display: block;
/*	width: auto;
	height: auto; our banner module sucks, but ie6 sucks more */
}

span.dailytip 
{
	display: block;
	padding: 4px;
}

iframe.autoscroller-border 
{
	margin: 0;
	width: 620px; /* IE hack: should be width-(2*border_width) */
	/*border: 1px solid;*/
}
html>body iframe.autoscroller-border 
{
	width: 620px;
}
form.vertical input.box
{
	display: block;
}



/* Side Menu */

#smenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: red; /* TEST */
	border-top: 1px solid;
}
#smenu ul ul
{
	border-top: none;
}
#smenu li 
{ 
	margin: 0;
}
* html #smenu a
{ height: 1% } /* hasLayout */

#smenu a
{
	border-bottom: 1px solid;
}
#smenu a,
table a.hover, table span.hover, table a.hover-current, table span.hover-current {
	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;
	font-weight: bold;
}
#smenu ul ul a,
a.smenu-item, span.smenu-item {
	padding-left: 10px;
	font-weight: normal;
}
#smenu ul ul ul a,
a.smenu-subitem, span.smenu-subitem {
	padding-left: 15px;
	font-style: italic;
}
#smenu ul ul ul ul a,
a.smenu-subitem3, span.smenu-subitem3 {
	padding-left: 20px;
	font-style: italic;
}
#smenu ul ul ul ul ul a {
	padding-left: 25px;
	font-style: italic;
}
#smenu ul ul ul ul ul ul a {
	padding-left: 30px;
	font-style: italic;
}
#current-smenu.current,
table a.hover-current, table span.hover-current {
	background-color: #ccc;
}
#smenu a:hover,
table a.hover:hover, table span.hover:hover, 
table a.hover-current:hover, table span.hover-current:hover 
{
	color: #000;
	background-color: #ccc;
}

#smenu ul, #smenu a
{
	border-color: #ccc;
}

#smenu div.search
{
	display: none; /* hide unwanted search box */
}

/* Teasers */

#banners div
{
	float: left;
	display: inline; /*IE6*/
	margin: 0 20px 0 15px;
}
#teasers img, #banners img
{
	border: 0;
	display: block;
}
div.teaser
{
	float: left;
	clear: right;
	display: inline; /* IE float padding hack */
	position: relative;
	width: 250px;
	height: 115px; 
	margin: 0px 0px 0px 10px;
	border: none;
}
div.teaser.first
{
	margin-left: 0px;
}
a.t_img
{
	display: block;
}
a.t_img img
{
	width: 250px;
	height: 115px;
	display: block;
}
a.t_frame
{
	display: block;
	position: absolute;
	line-height: 0;
	font-size: 1px; /* IE6 sizing fix */
	width: 10px;
	height: 10px;
	background-image: url(images/t_frame.gif);
	background-repeat: no-repeat;
	z-index: 2;
}
* html a.t_frame
{
	margin-bottom: -1px; /* IE6  */
}
a.t_frame.c1
{
	top: 0px;
	left: 0px;
	background-position: left top;
}
a.t_frame.c2
{
	top: 0;
	right: 0;
	background-position: 0px -10px;
}
a.t_frame.c3
{
	bottom: 0;
	right: 0;
	background-position: 0px -20px;
}
a.t_frame.c4
{
	bottom: 0;
	left: 0;
	background-position: 0px -30px;
}



/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage
{
} 
#wrap_logo, #toplogo
{
	background-color: #fdfdfd;
}
#wrap_banner, #topbanner
{
	background-color: #fff;
}
#search, #navigation
{
	background-color: #dadada;
}
#toplogo, #navigation, #topbanner, #wrap_content, #separator
{
	border-color: #ccc;
}
#wrap_content 
{
	background: #fff url("images/faux.gif") repeat-y;
	color: #000;
}
#content
{
/*	background-color: Yellow; /* For testing */
}
#leftblock, #rightblock, #rightblock h2 
{
	color: #000;
/*	background-color: Pink; /* For testing */
}
#teasers
{
/*	background-color: Lime; /* For testing */
}
#wrap_footer {
	background-color: #dadada;
	color:  #000;
}
a.copyright { color:#000; text-decoration: none; font-weight: bold; }
a.copyright:hover { color:#fff; text-decoration: underline;}

span.dailytip
{
	color: #000;
	background-color: #fff;
} 
#autoscroller-body
{
	line-height: 25px;
	background: #f6f6f6 url(images/autosbg.gif) repeat-x;
}
#scroller
{	
	background: #fff url(images/autos.png) no-repeat right top;
}
#scroller h2
{
	background: url(images/autos.png) no-repeat left top;
}
a, #content a:link
{
	color: #208;
}
#content a:visited, #righblock a:visited
{
	color: #602;
}
#content a:hover, #content a:active
{
}
input.button
{
	background-color: #dadada;
}
#toplogo div.shortcuts span
{
	color: #000;
}
a.printer-icon, a.tipafriend-icon
{
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 1px 50%;
}	
a.printer-icon
{
	background-image: url(images/printer.gif);
}
a.tipafriend-icon
{
	background-image: url(images/tip.gif);
}


/* Icons */

li#a-topmenu-1 
{
	background-image: url(images/menu1.jpg);
	margin-left: 0;
}
li#a-topmenu-2 
{
	background-image: url(images/menu2.jpg);
}
li#a-topmenu-3 
{
	background-image: url(images/menu3.jpg);
}
li#a-topmenu-4 
{
	background-image: url(images/menu4.jpg);
}
li#a-topmenu-5 
{
	background-image: url(images/menu5.jpg);
}
li#a-topmenu-6 
{
	background-image: url(images/menu6.jpg);
}
li#a-topmenu-7 
{
	background-image: url(images/menu7.jpg);
}
li#a-topmenu-8 
{
	background-image: url(images/menu8.jpg);
}
	

/* Text styling (fonts) */


