/* No script
-----------------------------------------------------------------------------*/

noscript div {
	background: #FFFFFF;
	border: 1px solid #C0BDB9;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
}

/* Body
-----------------------------------------------------------------------------*/

body {
	color: #666666;
	background: #f0f0f0;
	font-family	: Arial, Sans;
	font-weight	: normal;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

#wrap, .wrap {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

/* Header
-----------------------------------------------------------------------------*/

#header {
	background: #e5e5e5 url(../images/header-bg.png) repeat-x top left;
	height: 160px;
}

#header .wrap {
	height: 160px;
}

#header #logo {
	background: url(../images/header-logo.png) no-repeat top left;
	float: left;
	height: 115px;
	width: 325px;
}

#header #logo a {
	display: block;
	width: 285px;
	height: 90px;
	margin-top: 15px;
}

/* Top Navigation
-----------------------------------------------------------------------------*/

#tnav {
	color: #595959;
	float: right;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	width: 575px;
}

#tnav ul {
	float: right;
}

#tnav ul li {
	color: #595959;
	float: left;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;	
	height: 35px;
	line-height: 35px;
	list-style: none;
	list-style-position: outside;
	margin-left: 10px;
}

#tnav ul li a {
	color: #595959;
}

#tnav ul li a:hover {
	color: #999999;
}


/* Global Navigation
-----------------------------------------------------------------------------*/

#gnav {
	background: url(../images/gnav-bg.png) no-repeat bottom right;
	float: right;
	height: 41px;
	width: 682px;
}

#gnav ul li {
	color: #ffffff;
	float: left;
	font-size: 17px;
	font-weight: bold;
	height: 41px;	
	list-style: none;
	list-style-position: outside;
	text-align: center;
}

#gnav ul li a {
	color: #ffffff;
	display: block;
	height: 41px;	
	line-height: 41px;
}

#gnav ul li a:hover {
	color: #dfe9d2;
	text-decoration: none;
}

#gnav ul li#gnav-inde { width: 187px; margin-left: 0px; }
#gnav ul li#gnav-capa { width: 130px; }
#gnav ul li#gnav-serv { width: 125px; }
#gnav ul li#gnav-loca { width: 104px; }
#gnav ul li#gnav-cert { width: 130px; }

#gnav-inde.cur a { background: url(../images/gnav-alt-bg.png) no-repeat 0px 0px; }
#gnav-capa.cur a { background: url(../images/gnav-alt-bg.png) no-repeat -187px 0px; }
#gnav-serv.cur a { background: url(../images/gnav-alt-bg.png) no-repeat -318px 0px; }
#gnav-loca.cur a { background: url(../images/gnav-alt-bg.png) no-repeat -441px 0px; }
#gnav-cert.cur a { background: url(../images/gnav-alt-bg.png) no-repeat -545px 0px; }

/* Banner
-----------------------------------------------------------------------------*/

#banner.shadowed {
	background: url(../images/banner-shadow.png) no-repeat bottom left;
	height: 285px;
	margin-left: -34px;
	margin-right: -34px;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-left: 34px;
	padding-right: 34px;
	padding-bottom: 0px;
	width: 960px;	
}

#banner.shadowed .banner img {
	display: block;
}

/* Contents
-----------------------------------------------------------------------------*/

#contents {
	background: url(../images/contents-bg.png) repeat-x top left;
}

#contents #content {
	background: url(../images/content-bg.png) no-repeat center top;
}

#contents #content .wrap {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* Footer
-----------------------------------------------------------------------------*/

#footer {
	background: url(../images/footer-bg.png) no-repeat top center;
}

#footer .wrap {
	background: url(../images/footer-bg.png) no-repeat bottom center;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer #footer-info {
	background: url(../images/footer-logo.png) no-repeat bottom left;
	color: #505153;
	font-size: 11px;
	font-weight: normal;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 195px;
	width: 260px;
}

#footer #footer-fnav > ul > li {
	font-size: 14px;
	font-weight: normal;
	float: left;
	list-style: none;
	list-style-position: outside;
	line-height: 20px;	
	margin-right: 52px;
}

#footer #footer-fnav > ul > li.last {
	margin-top: 8px;
	margin-right: 0px;
}


#footer #footer-fnav > ul > li .sub {
	font-size: 11px;
	font-weight: normal;
	list-style: none;
	list-style-position: outside;
}

#footer #footer-fnav > ul > li .sup {
	margin-top: 0px;
	margin-bottom: 10px;
}

#footer #footer-fnav > ul > li a {
	color: #333333;
}