/* WPS Standard Template A */

body
{
	/* font-family: Verdana, "Bitstream Vera Sans", Geneva, "Lucida Grande", Helvetica, Arial, sans-serif */
	font-size: 68.75%;
	font-family: Arial, Helvetica, sans-serif; 
	margin: 0;
	padding: 0; /* Opera has a default padding */
}
html, body
{
	height:100%;
}
/*	Layout only	*/

#wrap {
	width: 770px; 
	margin: 0px auto;
	border: 0;
	position: relative;
	min-height:100%;
}
*html #wrap
{
	height:100%;
}
#toplogo
{
	min-height: 50px;
}
#navigation
{
	height: 18px; /* not necessary, ruins Opera height */
	position: static; /* needed for menu to display at the right place */
	overflow: visible; /* in case there are too much menus */
	font-weight:bold;
	padding-left:75px;
}
#wrap_content
{
	clear: both;
}

#content {
	padding: 10px 15px 15px 35px; /* left padding for FF tables */
	margin: 0 0 0 95px;
	border-left:1px solid;
	overflow: visible;
}
* html #content
{
	overflow: auto; /* IE6 falls apart otherwise */
}
#teasers 
{
	float: right;
	width: 674px; 
	border-left:1px solid ;
	padding: 0 0 5px;
	margin: 0;
	overflow: hidden;
	clear: right;
	display: inline; /* IE hack */
}
#wrap_footer 
{
	clear: both;
	margin: 0;
	position: relative;
	height:70px;
}
#footer {
	padding: 5px 6px 1px 100px;
}

/* Blocks */
#toplogo img, #topbanner img
{
	border: 0;
	display: block;
}

/* Teasers */

#teasers img
{
	display: block;
}
div.teaser
{
	float: left;
	clear: right;
	display: inline; /* IE float padding hack */
	position: relative;
	width: 157px;
	margin: 0 0 0 7px;
	padding-top:0 15px 5px 0;
	border: none;
}
div.teaser.first
{
	margin-left: 35px;
}
div.t_text
{
	position: static;
	min-height:3em;
	overflow:hidden;
	margin-top:72px;
}
*html div.t_text
{
	height:3em;
}
div.t_text h3
{
	font-weight: bold;
	font-size: 1em;
	padding: 0 6px 0;
	margin: 0;
	position: relative;
	z-index: 2;
}
div.t_text p
{
	margin: 0;
	padding: 0 6px 5px;
	position: relative;
	z-index: 2;
	line-height: 1.25em;
}
div.t_readmore
{
	text-align:right;
	font-weight:bold;
	padding:0 5px;
}
a.t_img
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
a.t_img img
{
	width: 147px;
	height: 62px;
	display: block;
	border:5px solid #fff;
}

/* Teasers Colours */
div.t_readmore a,div.t_text h3 a
{
	text-decoration:none;
}
div.teaser,div.t_readmore a,div.t_text h3 a
{
	color: #000;
	background-color: #fff;
}
/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage
{
	background-color: #ddd;
} 
#wrap_logo, #toplogo,#wrap_content 
{
	background-color: #fefcdf;
}
#wrap_menu, #navigation
{
	background-color: #B7B7AF;
}
#content,#teasers
{
	border-color:#e1dfc6;
}
#wrap_footer {
	background-color: #999;
	color:  #000;
}
#wrap
{
	background: #fefcdf url("images/line.gif") repeat-y 95px 0;
}
#wrap_footer
{
	background: #fefcdf url("images/footerbg.gif") no-repeat;
	color:#b7b7af;
}
a
{
	color: #740104;
}

/* Top nav */

* html #topmenu *
{ height: 1% } /* hasLayout */
#topmenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topmenu li
{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	position: relative; /* for submenu positioning */
	margin-left:55px;
}
#topmenu a {
	float: left;
	line-height: 18px;
	height: 18px;
	display: table; /* fix for Opera's no-width nested floats hover bug */
	text-decoration: none;
	text-transform: uppercase;
	color: #8C8C8C;
	white-space: nowrap;
	padding: 0 2px;
	margin: 0;
}
#topmenu a.current{
	color: #666;
}
#topmenu li a:hover {
	color: #b7b7af;
	background-color: #6e6e6e;
}
