/* WPS Standard Template A */

body {
	/* font-family: Verdana, "Bitstream Vera Sans", Geneva, "Lucida Grande", Helvetica, Arial, sans-serif */
	font-family: Arial,Helvetica,sans-serif;
/* font size is set in default.css */
	font-size: 100%;
}
.autoscroller, .dailytip {
	font-size: 100%;
}
body
{
	font-size: 88%;
}
body
{
	margin: 0;
	padding: 0; /* Opera has a default padding */
}

/*	Layout only	*/

#wrap_all {
	margin: 0px auto;
	border: 0;
	clear: both;
	position: relative;
	min-width: 780px;
	max-width: 1024px; /* See theme.asp for IE6 override */
}
#toplogo
{
	height: 200px;
	position: static; /* Milonic pos. */
	background-repeat: no-repeat;
}
#chicken
{
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -394px; /* half width */
	top: 46px;
	z-index: 0;
}
#topmenu
{
	position: absolute;
	top: 175px;
	right: 10px;
}
#wrap_content
{
	position: relative;
	z-index: 1;
	float: left;
	width: 100%;
}
#leftblock
{
	clear: both;
	float: left;
	display: inline; /* IE hack */
	width: 190px;
	padding: 35px 0 35px 0;
	margin: 0 -190px 0 0;/* 30% 0 0;*/
}

#rightblock {
	float: right;
	display: inline; /* IE hack */
	width: 100px;
	padding: 0;
	margin: 40px 0 40px -12px; /* negative to let IE6 breathe */
}
#leftblock, #rightblock, #content
{
	overflow: visible;
}
* html #leftblock, * html #rightblock, * html #content
{
	overflow: auto; /* IE6 falls apart otherwise */
}
#content {
/*	width: 700px;*/
	padding: 20px 10px 20px 10px; /* left padding for FF tables */
	float: left;
	display: inline; /* IE6 hack */
	margin: 0 0 0 210px; /* 0px 0 -237px; /* -(920px*30%-40px+1px) (FF), see #leftblock */
}
#frontpage #content {
	width: 460px;
	padding: 0 0px 0 260px; 
	margin: 0 auto;
	float: none;
	display: block;
	clear: both;
	position: relative; /* IE7 */
	z-index: 2;
}
#frontbanners, #frontblocks
{
	display: block;
	position: relative;
	margin: 0 auto;
	width: 780px;
	height: 317px; /* match negative bottom margin of teasers */
}
#frontbanners
{
	clear: both;
}
#frontblocks
{
	height: 143px;
}

#wrap_footer
{
	clear: both;
	position: relative;
	text-align: center;
	height: 16px;
	border-top: 1px solid;
}
#separator
{
	height: 16px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	font-size: 1px; /* IE6 */
}

/*	Shortcuts or Search - Positioning and Layout */
#toplogo img
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	margin: 0;
}
#toplogo div.shortcuts
{
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	margin: 0;
}
div.shortcuts ul
{
	margin: 0;
	padding: 2px 0;
}
div.shortcuts ul li
{
	list-style-type: none;
	display: inline;
	padding: 0px 2px 0px 4px;
	border-left: 1px solid #656568;
}
div.shortcuts ul li:first-child
{
	border: none;
}
div.shortcuts ul li a
{
	text-decoration: none;
	color: #656568;
	font-weight: bold;
}



/* Top menu */

* html #topmenu *
{ height: 1% } /* hasLayout */
#topmenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
}
#topmenu ul ul
{
	float: none;
	position: absolute;
	left: 0;
	top: 100%;
	border: 1px solid #656568;
}
#topmenu ul ul ul
{
	left: 100%;
	top: 0;
}


#topmenu li
{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	position: relative; /* for submenu positioning */
	border-left: 1px solid #656568;
}
#topmenu li:first-child, #topmenu li li
{
	border: none;
}
#topmenu a {
	float: left;
	line-height: 20px;
	height: 20px;
/*	display: table; /* fox for Opera's no-width nested floats hover bug */

	font-weight: bold;
	text-decoration: none;
	color: #656568;
	white-space: nowrap;

	padding: 0 6px;
	margin: 0;
}
#topmenu ul ul li {
	display: block;
	float: none;
/*	height: 25px;
	line-height: 25px;*/
	width: 160px;
}
#topmenu ul ul li a {
	display: block;
	float: none;
	height: auto;
	white-space: normal;

/*	height: 25px;*/
	line-height: 20px;
	width: 90%;
	padding: 0 5%;
}
#topmenu ul ul li a {
/*	display: inline-block; /* fix IE7 gap at bottom */
	margin: 0;
}
* html #topmenu ul ul li a {
	width: 160px;
	display: inline-block;
}

#topmenu ul ul, #topmenu li:hover ul ul, #topmenu li:hover ul ul ul
{
	display: none;
}
#topmenu li:hover ul, #topmenu li li:hover ul, #topmenu li li li:hover ul
{
	display: block;
}




#topmenu a.current {
	color: #000;
}
#topmenu ul ul a.current, #topmenu li:hover li a, #topmenu li:hover li:hover a {
	color: #000;
	background: #fff; /* reset for submenus */
}
#topmenu li:hover a, #topmenu li:hover li a:hover {
	background: #5da9dd;
	color: #000;
}
#topmenu li:hover ul a {
}
#topmenu ul ul a.current {
}


/* Blocks */
#frontbanners
{
	margin: 0 auto;
}
#frontbanners img, #frontbanners object
{
	display: inline; /* IE6 */
	margin: 0px 30px;
	float: left;
	margin-bottom: -78px;
}
#frontblocks div.leftpos
{
	width: 198px;
	border: 1px solid #5da9dd;
	border-top: 0;
	border-bottom: 0;
	float: left;
	display: inline; /* IE6 */
	margin: 14px 30px 0;
}

#toplogo img, #topbanner img
{
	border: 0;
	display: block;
	/*	width: auto;
	height: auto; our banner module sucks, but ie6 sucks more */
}
span.dailytip
{
	display: block;
	margin: 5px 0;
	padding: 4px 2px;
}

iframe.autoscroller-border
{
	margin: 0;
/*	width: 178px; /* IE hack: should be width-(2*border_width) */
	/*border: 1px solid;*/
}
html>body iframe.autoscroller-border
{
/*	width: 178px;*/
}
/*#rightblock form input.box
{
	display: block;
}*/



/* Side Menu */

#smenu ul
{
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}
#smenu li
{
	margin: 0;
}
* html #smenu li {
	display: inline-block; /* remove margin change on hover IE6 */
}
* html #smenu a
{ height: 1% } /* hasLayout */

#smenu a {
	text-decoration: none;
	display: block;
	color: #fff;
	background: #5da9dd;
	padding-top: 1px;
	padding-bottom: 1px;
	text-transform: uppercase;
}
#current-smenu.current {
	font-weight: bold;
}
#smenu a:hover
{
	color: #000;
	background-color: #fff;
}





/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage
{
	background-color: #fff;
}
#toplogo
{
	background-color: #fff;
}
#wrap_body #wrap_all
{
	background: #fff url(images/faux.gif) repeat-y;
}
#wrap_menu
{
	border-color: #666;
}
#toplogo, #navigation, #topbanner, #wrap_content, #separator
{
	border-color: #5da9dd;
}
#wrap_content
{
	background: transparent;
	color: #000;
}
#content
{
	background: transparent;
}
#frontpage #content
{
	background-image: none;
}
#leftblock, #rightblock, #rightblock h2
{
	color: #000;
	/*	background-color: Pink; /* For testing */
}
#teasers
{
	/*	background-color: Lime; /* For testing */
}
#wrap_footer, #separator {
	background-color: #5da9dd;
	border-color: #fff;
}
a.copyright { color:#fff; 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;
}
	#content a:visited, #righblock a:visited
{
	color: #602;
}
	#content a:hover, #content a:active
{
}
#searchwords, input.button
{
}
#toplogo div.shortcuts span
{
	color: #000;
}


/* Text styling (fonts) */

#navigation a, #rightblock
{
	font-family: Arial,Helvetica,sans-serif;
	/*font-size: 12px;*/
}
