/*------------------------------------------------footer--------------------*/
#footerMain{
	width:100%;
	margin:0 auto;
	height:128px;
	background-color:#CF0;
	color:#000;
	padding:0 0 16px 0;
}
#footer{
background:transparent url(images/footer_bg.gif) repeat-x scroll 0 0;
height:128px;
left:182px;
margin:30px auto 0;
position:absolute;
width:900px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
-webkit-border-radius-topleft:10px;
-webkit-border-radius-topright:10px;
}

/* Hiding from IE7/Mac \*/
#footer ul{
	width:800px;
	position:relative;
	left:10px;
	top:7px;
}

/* End Hack */


#footer ul li{
	float:left;
	color:#fff;
	background-color:inherit;
	font:normal 12px/16px "cambria","Calibri";
	list-style-type:none;
}
#footer ul li a{
	font:normal 14px/16px "cambria","Calibri";
	color:#fff;
	background-color:inherit;
	padding:0 11px;
	text-decoration:none;
}
#footer ul li a:hover{
	color:#fff;
	background-color:#03373B;
}
#footer p.copyright{
	font:normal 14px  "cambria","Calibri" !important;
	color:#FDFF35;
	background-color:inherit;
	position:absolute;
	left:230px;
	top:55px;
}
#footer a.xht{
	width:85px;
	height:13px;
	background:url(images/xhtml_bg.gif) 0 0 no-repeat;
	position:absolute;
	left:391px;
	top:59px;
	margin:0;
}
#footer a.xht:hover{
	background:url(images/xhtml_bg_hover.gif) 0 0 no-repeat;
}
#footer a.cs{
	width:85px;
	height:13px;
	background:url(images/css_bg.gif) 0 0 no-repeat;
	position:absolute;
	left:478px;
	top:59px;
	margin:0;
}
#footer a.cs:hover{
	background:url(images/css_bg_hover.gif) 0 0 no-repeat;
}
#footer p.design{
	display:block;
	width:187px;
	height:17px;
	padding:3px;
	position:absolute;
	left:330px;
	top:90px;
	font:bold 14px/17px "cambria","Calibri";
	color:#fff;
	background-color:#03373B;
	text-transform:none;
	text-align:center;
}
#footer p.design a.link{
	font:bold 14px/17px "cambria","Calibri" !important;
	color:#fff;
	background-color:#03373B;
	text-decoration:none;
	text-transform:none;
}
#footer p.design a.link:hover{
	color:#FDFF35;
	background-color:#03373B;
}
/*------------------------------------------------footer--------------------*/
