/* 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: 80%; /* same as 12px with IE with Text Size "Normal" @96dpi, "Smallest" @120dpi */
}
body 
{
	margin: 0;
	padding: 0; /* Opera has a default padding */
}

/*	Layout only	*/

#toplogo, #wrap_menu, #topbanner, #wrap_content, #separator {
	width: 770px; 
	margin: 0px auto;
	border: 0;
	position: relative;
	z-index: 0;
}
#toplogo
{
	height: 121px;
}
#wrap_menu
{
/*	position: static; /* needed for menu to display at the right place */
	padding-top: 0px;
	z-index: 1;
}
#navigation
{
	height: 20px;
	overflow: visible; /* in case there are too much menus */
}
#wrap_content
{
	clear: both;
}
#leftblock 
{
	clear: both;
	float: left;
	display: inline; /* IE hack */
	width: 173px; 
	padding: 0px 0 5px 0;
	margin: 0 0 0 35px;
	overflow: auto;
}
#content {
	overflow: auto;
	width: 100%;
	padding-bottom: 15px;
/*	padding: 5px 0px 5px 1px; /* left padding for FF tables */
}
#content.padding {
	width: auto;
	padding: 40px 30px 15px;
}
#content div.loginform {
	padding: 40px 30px 0; /* #content already has bottom padding */
}
#content p.error {
	display: none;
}
#content.padding p.error {
	display: block;
}
#content.padding div.loginform {
	padding: 0;
}
div.padding h1, div.loginform h1 {
	margin-top: 0;
}
/*#frontpage #content {
	width: 385px;
	margin-right: 5px;
	float: right;
	display: inline;  
}*/
#teasers {
	padding: 0 0 0 0;
	margin: 5px 0 44px 34px;
	overflow: hidden;
	float:left;
	clear: right;
	display: inline; /* IE hack */
}
#wrap_footer 
{
	clear: both;
	height: 47px;
	position: relative;
}
#footer {
	line-height: 47px;
	vertical-align: middle;
	text-align: center;
}

/*	Shortcuts or Search - Positioning and Layout */ 

#toplogo div.search, #toplogo div.shortcuts
{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	margin: 0;
}

/* ShortCuts Menu Styling*/

div.shortcuts
{
	font-size: 90%;
}

div.shortcuts ul
{
	margin: 0 7px 0 0;
	padding: 28px 104px 0 0;
}

div.shortcuts ul li
{
	display: inline;
	margin: 0;
	padding: 0 5px;
	list-style-type: none;
	display: inline;
}


div.shortcuts ul li a
{
	color: #fff;
	text-decoration: none;
}



/* New Dropdown */
* html #navigation *
{ height: 1% } /* hasLayout */
#navigation ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation ul li
{
	float: left;
	position: relative;
	display: block;
	width: 100px;
	line-height: 19px;
	padding: 0 3px 1px;
	white-space: nowrap;
	background: transparent url(images/line_v.gif) no-repeat left top;
}
/*#navigation ul li:first-child
{
	background-image: none;
}*/
* html #navigation ul ul li, * html #navigation ul ul li a
{
	width: 100px;
}

#navigation ul ul li
{
	float: none;
/*	width: auto;
	min-width: 100px;*/
	line-height: 16px;
	/*padding-left: 3px;
	padding-right: 3px;*/
	padding-top: 1px;
	padding-bottom: 0;
	background: #252525 url(images/line_h2.gif) no-repeat left top;
	white-space: normal;
}
#navigation ul ul
{
	position: absolute;
	left: 0;
	top: 100%;
	border: 1px solid #8a8b8a;
	border-top: 0;
}
#navigation ul ul ul
{
	position: absolute;
	left: 100%;
	top: 0;
}

#navigation a
{
	text-decoration: none;
	display: block;
}
#navigation a
{
	display: inline-block; /* fix IE7 gap at bottom */
	width: 100%;
}
/** html #navigation a
{
	display: inline;
} */

#navigation ul ul, 
#navigation li:hover ul ul, #navigation li.sfhover ul ul,
#navigation li:hover ul ul ul, #navigation li.sfhover ul ul ul
{
	display: none;
}  
#navigation li:hover ul, #navigation li.sfhover ul,
#navigation li li:hover ul, #navigation li li.sfhover ul,
#navigation li li li:hover ul, #navigation li li li.sfhover ul
{
	display: block;
}

#navigation ul ul li.arrow a, #navigation ul ul li.arrow li.arrow a {
	background-image: url(images/arrow_next.gif);
	background-position: 99% 50%;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#navigation ul ul li.arrow li a, #navigation ul ul li.arrow li.arrow li a {
	background-image: none;
}



#navigation a {
	color: #fff;
	background-color: transparent;
}
#navigation ul ul a {
	color: #8a8b8a;
}
#navigation li:hover {
	color: #8a8b8a;
/*	background-color: #fff;*/
}
#navigation ul ul li:hover, #navigation ul ul li.sfhover,
#navigation ul ul li:hover li, #navigation ul ul li.sfhover li,
#navigation ul ul li:hover a, #navigation ul ul li.sfhover a {
	color: #ababab;
	background-color: #6a6869;
}


/* Quicksearch */

div.search
{
	border-top: 1px solid #8a8b8a;
	background-color: #000;
	padding: 0.3em;
}
div.search p
{
	margin: 0 0 0.3em 0;
}
div.search form
{
	margin: 0;
	padding: 0;
}
div.search *
{
	background-image: url(/Default/Images/blank.gif); /* IE7 hover fix! */
}

/* Top search form */
span.topsearch form
{
	display: inline;
	float: right;
	margin: -1px 3px 0 3px;
	padding: 0 0 1px 0;
} /* False values for IE7+IE6 */
html:not([dummy]) span.topsearch form {
	margin-top: 0px;
} /* True values for Safari and Firefox */
@media all and (min-width: 0px) { span.topsearch form {
	margin-top: 0px;
} } /* True values for Opera */


span.topsearch input.button
{
	vertical-align: text-top;
/*	margin-top: 1px;*/
	padding: 0;
}
span.searchbuttonbox > input.button
{
	/*display: inline;*/
}
span.topsearch input.searchwords
{
	height: 16px;
	border: 1px solid #8a8a8a;
	background-color: #252525;
	color: #fff;
	padding: 0 1px;
/*	font-size: 12px;*/
	width: 84px;
}
span.topsearch
{
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}


/* Blocks */

#leftblock h2, #rightblock h2, #teasers h2 
{
	border: 0;
	margin: 0 0 0.4em 0;
	padding: 0;
	height: 24px;
	font-size: 1.02em;
	line-height: 24px;
	background: #000 url(images/title_bg.gif) no-repeat scroll right top;
	display: block;
}
#leftblock h2 span, #rightblock h2 span, #teasers h2 span {
	line-height: 24px;
	text-transform: uppercase;
	vertical-align: middle;
	display: block;
	float: left;
	margin: 0 auto 0 0;
	padding: 0 10px;
	background: #000 url(images/title_bg.gif) no-repeat scroll left top;
	color: #fff; 
}


#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;
}*/



/* Teasers */

#teasers img{
	border: 0;
	display: block;
}
div.teaser, #teasers div.block{
	float: left;
	clear: right;
	display: inline; /* IE6 hack */
	position: relative;
	width: 218px;
	height: 173px; 
	margin: 0px 0px 0px 11px; /* 25px removed */
	border: none;
}
div.teaser.first{
	margin-left: 0px;
}
a.t_img img{
	width: 218px;
	height:173px;
}

/* Teasers Colours */

div.teaser{
	color: #fff;
	background-color: #000;
}


/*	Styling (Colours, backgrounds) */
body
{
	background: #000;
	color: #fff;
}
#wrap_body, #frontpage
{
	background-color: #333;
} 
#toplogo
{
	background-color: #000;
}
#wrap_menu
{
	background: #000 url(images/nav_bg.jpg) no-repeat top;
}
#navigation
{
	background: transparent url(images/line_h.jpg) no-repeat bottom;
}
#wrap_content 
{
	background: #000;
	color: #fff;
}
#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
{
	color:  #fff;
	background: #000 url("images/footer_bg.jpg") no-repeat;
}
a.copyright { color:#fff; text-decoration: none; font-weight: bold; }
a.copyright:hover { text-decoration: underline;}


span.dailytip, .autoscroller-border, #autoscroller-body 
{
	color: #000;
	background-color: #fff;
	padding: 0;
}
iframe.autoscroller-border 
{
	border-color: #ccc; 
}	
a
{
	color: #fff;
	text-decoration:none;
}
span.searchreshighlit
{
	font-weight: bold;
	color: #fff;
	background-color: #7b7d7b;
}	

/* Text styling (fonts) */

#navigation a, #rightblock 
{
}


/* FORM */
#leftblock div.block p
{
	margin: 4px 0;
	padding: 0;
}
#leftblock div.block form
{
	margin: 0;
	padding: 0;
}
#leftblock input.button {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	background: #000 url("images/sendbg.gif") no-repeat scroll center center;
	border: 1px solid #000;
/*	width: 60px;  /* FF does not like it */
	height: 22px;
	line-height: 22px;
	/*padding: 1px 8px; /* Opera default */
	/*padding: 0px 6px; /* FF default */
	padding: 0;
	float: right;
}

form.vertical label
{
	display: block;
}
form.vertical div.note *, form.vertical div.separator
{
	display: none;
}
#leftblock input.box
{
	width: 165px;
}
