/* WPS Standard Template A */
body
{
	margin: 0;
	padding: 0; /* Opera has a default padding */
	font-size:100%;
	font-family:sans-serif;
}

/*	Layout only	*/

#wrap_logo,#topbanner, #wrap_content, #separator,#wrap_menu {
	width: 700px; 
	margin: 0px auto;
	border: 0;
	position: relative;
}
#toplogo
{
	padding-top:90px;
}
#toplogo img
{
	position:absolute;
	top:30px;
	left:547px;
}
#navigation
{
	height: 20px; /* not necessary, ruins Opera height */
	padding-left:193px;
	position: static; /* needed for menu to display at the right place */
	overflow: visible; /* in case there are too much menus */
}
#separator
{
	display: none;
}
#wrap_content
{
	clear: both;
	margin-top:5px;
}
#leftblock 
{
	float: left;
	display: inline; /* IE hack */
	width: 160px; 
	position:relative;
	height:316px;
	padding: 0 0 0 28px;
	margin: 0 0 0 0;
	font-family: sans-serif;
	font-size:80%;
}
#leftblock, #content
{
	overflow: visible;
}
#content {
	width: 492px;
	padding: 5px 10px 10px; /* left padding for FF tables */
	float: right;
	display: inline; /* IE6 hack */
	margin: 0 0 0 0;
	border-bottom:20px solid;
}
#frontpage #content {
	border-bottom:74px solid;
	_height:227px;
	min-height:227px;
}
#front_banner
{
	position:absolute;
	right:9px;
	bottom:70px;
}
#front_banner img
{
	border:none;
}
#wrap_footer 
{
	clear: both;
	margin: 0;
	position: relative;
	height:19px;
	font-size:80%;
}
#footer {
	padding: 1px 0 1px 0;
	text-align:right;
}





/* Blocks */

#toplogo img
{
	border: 0;
	display: block;
/*	width: auto;
	height: auto; our banner module sucks, but ie6 sucks more */
}

form.vertical input.box
{
	display: block;
}

/* Side Menu */
/* IE6 pink: ee1997, green: 2ab8ba */
#smenu 
{
	height:316px;
}
#smenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #505050; 
	padding-top:20px;
}
#frontpage #smenu ul
{
	background-color: transparent; 
}
* html #smenu *
{ height: 1% } /* hasLayout */

#smenu ul ul
{
	position: absolute;
	z-index: 7;
	left: 100%;
	top: 0;
	padding:0;
}

#smenu li
{
	margin: 0;
	padding: 0;
	position: relative; /* for submenu positioning */
}
#smenu ul ul li
{
	position:static;
}
#smenu a {
	display: block;
	text-decoration: none;
	color: #999;
	background-color: #505050;
	margin: 3px 0 6px 5px;
}
#smenu ul ul li a {
	padding: 3px 10px;
}
#smenu ul ul li a {
/*	display: inline-block; /* fix IE7 gap at bottom */
	margin: 0;
}

#smenu ul ul, #smenu li:hover ul ul, #smenu li:hover ul ul ul,
#smenu li.sfhover ul ul, #smenu li.sfhover ul ul ul
{
	display: none;
}
#smenu li:hover ul, #smenu li li:hover ul, #smenu li li li:hover ul,
#smenu li.sfhover ul, #smenu li li.sfhover ul, #smenu li li li.sfhover ul
{
	display: block;
}
#smenu div p, #smenu form
{
	margin: 0; /* fix search form bg */
}


#smenu a {
	color: #999;
	background-color: #505050;
}
#smenu .arrow > a
{
	background:url("images/arrow_next.gif") no-repeat 145px center;
}
#frontpage #smenu .arrow > a
{
	background-position: 135px center;
}
#frontpage #smenu > ul > li:first-child
{
	font-weight:bold;
	font-size:120%;
}
#frontpage #smenu a {
	color: #fff;
	margin-left:15px;
	background-color: transparent;
}
#frontpage #smenu  li:hover a,
#frontpage #smenu  li.sfhover a {
	color: #999;
}
#smenu ul ul a.current, #smenu li:hover li a, #smenu li:hover li:hover a, #smenu div,
#smenu li.sfhover li a, #smenu li.sfhover li.sfhover a
{
	color: #fff;
	background-color: #505050;
}
#current-smenu.current,
table a.hover-current, table span.hover-current {
	font-weight:bold;
	color:#fff;
}
#frontpage #smenu ul ul a.current,#frontpage #smenu li:hover li a,#frontpage #smenu li:hover li:hover a,#frontpage #smenu div,
#frontpage #smenu li.sfhover li a,#frontpage #smenu li.sfhover li.sfhover a
{
	color: #fff;
	background-color: #505050;
	margin:0;
}
#smenu li:hover a,
#smenu li.sfhover a {
	background-color: #808080;
	color:#fff;
}
#smenu li:hover li a:hover,
#smenu li.sfhover li a:hover {
	background-color: #808080;
	color: #fff;
}
#frontpage #smenu li:hover li a:hover,
#frontpage #smenu li.sfhover li a:hover {
	background-color: #808080;
	color: #fff;
}
#smenu li:hover ul a {
}
#smenu ul ul a.current {
}



/*	Styling (Colours, backgrounds) */
body
{
	background: #000;
	color: #ccc;
}
#wrap_body, #frontpage
{
	background-color: #000;
} 
#toplogo, #navigation, #topbanner, #wrap_content, #separator
{
}
#wrap_content 
{
	background-color: #000 ;
	color: #ccc;
}
#wrap_logo
{
	background: #000 url("images/line.gif") no-repeat scroll right bottom;
}
#content
{	
	background-color:#1f1f1f;
	border-color:#545454;
}
#frontpage #content
{	
	background: #1f1f1f url("images/content_bg.gif") no-repeat 51px bottom;
	border-color:#333;
}
#leftblock 
{
	background-color: #050505;
/*	background-color: Pink; /* For testing */
}
#smenu
{
	background:#000 url("images/side.gif") no-repeat right 0;
}
#frontpage #leftblock 
{
	background: #000 no-repeat right 0;
}
#frontpage #smenu
{
	background:#000 url("images/front_side.gif") no-repeat right 0;
}
a.copyright { color:#000; text-decoration: none; font-weight: bold; }
a.copyright:hover { color:#fff; text-decoration: underline;}
iframe.autoscroller-border 
{
	border-color: #ccc; 
}
#frontpage h1
{ display: none; }
h1
{
	text-align:right;
	margin:0;
}
a:link,#content a:link
{
	color: #fff;
	text-decoration:none;
}
a:visited,#content a:visited
{
	color: #938886;
}
a:hover,a:active,#content a:hover,#content a:active
{
	color: #938886;
}
	


