/*------------------------------------reset--------------------------------------------*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,label,blockquote,fieldset,input { margin: 0; padding: 0; }

ul, ol {
	list-style:none;
}
.floatleft {
	float:left;
	padding:0px 10px 0px 0px;
}
.floatright {
	float:right;
	padding-left:20px;
	padding-bottom:10px;
}
img {
	border:none;
}

/*layout*/
.clear {
	clear:both;
}
.clearer { 
clear: both;
height:40px;
}
.clearfix { 
clear: both;
height:20px;
}

/* ---------------------- end reset ---------------------------------*/

body {
	background:url(images/mainbg.jpg) repeat-x #909090;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:center;
}

#wrapper {
	width:914px;
	margin:0px auto;
	padding:0px;
	text-align:left;
}

/* ---------------------- start header ---------------------------------*/
/* NB: Header menu CSS in separate common file in media/template dir    */

/* ---------------------- start mainbody ---------------------------------*/
#mainbody {
	width:900px;
	padding:0px 7px 0px 7px;
	background:url(/media/template/bodybg.png) repeat-y 0 0;
	behavior:url(images/iepngfix.htc);
}
#banner {
	width:900px;
	height:285px;
	padding:0px 0px 0px 0px;
	background: #fff;
}
#content {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	background-color: white;
	overflow: hidden;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content p {
	line-height:15px;
	margin-bottom:5px;
}
#content a, a:visited, a:hover {
	color: black;
	text-decoration: underline;
}
h1, h2, h3 {
	font-size:14px;
	color: #000;
	font-weight:bold;
	margin-bottom: 10px;
}
h2, h3 {
	margin-top:5px;
}

/* ---------------------- start footer ---------------------------------*/
#footer {
	width:914px;
	height:82px;
	margin-bottom:30px;
}
#footer-link {
	width:914px;
	height:59px;
	background:url(images/footerbg.png) no-repeat;
	behavior:url(images/iepngfix.htc);
}
#footer-link p {
	padding:12px 0px 0px 0px;
	text-align:center;
}
#footer-link p a {
	font-size:11px;
	font-family:Tahoma, Arial, sans-serif;
	color:#fff;
	text-decoration:none;
}
#footer-link p span {
	padding:0px 10px 0px 10px;
}
#footer-link p a:hover {
	text-decoration:underline;
}
#footer p.copyright {
	text-align:center;
	padding:0px 0px 0px 0px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	color:#000;
}
#footer p.copyright a {
	font-size:11px;
	color:#000;
	text-decoration:none;
}
#footer p.copyright a:hover {
	text-decoration:underline;
}
div#footer ul#menu {
	list-style-type: none;
	margin: 0 auto;
	padd/ing: 0 10px 0 10px;
	height: 35px;
	width: 660px; /* WIDTH FOR CENTERING BOTTOM MENU */
	line-height: 1.2em;
	bor/der: #F00 solid 1px;
	padding:10px 0px 0px 0px;
	text-align:center;
	}
	div#footer ul#menu li {
		display: block;
		float: left;
		padding: 0 10px 0 10px !important;
		border-left: #fff solid 1px;
		height: 18px;
		margin: 8px 0px 8px 0px;
		}
		div#footer ul#menu li a {
			display: block;
			font-size: 12px;
			font-weight: normal;
			color: #fff;
			text-decoration: underline;
		}
	div#footer ul#menu li.menu-first {
		border-left: none;
	}
/* ---------------------- end footer ---------------------------------*/
