/* www.dongiovannis.com CSS Document - 2009 */

/* Defaults */
*{margin:0px;padding:0px;}
img{border:0px;}
a{outline:none;}
p{margin:0px 0px 18px 0px;}

/* HTML Tags */
body{
	font:12px Arial, Helvetica, sans-serif;
	background-color:#006666;
}
a:link{color:#600;text-decoration:underline;}
a:visited{color:#666;text-decoration:underline;}
a:hover, a:active{color:#900;text-decoration:underline;}


/* Layout of Container, Header, Body and Footer */
#container{
	width:900px;
	margin:15px auto 0px auto;
}

#head{
	width:900px;
	min-height:125px;
	height:auto !important;
	height:125px;
	background:#ebe5d4 url('../i/hd-btm.gif') bottom left no-repeat;
}
#head img{float:left;margin:5px 0px 0px 14px;}
#head .top{
	min-height:7px;
	height:auto !important;
	height:7px;
	background:#ebe5d4 url('../i/hd-top.gif') top left no-repeat;
	/*IE Fix*/font-size:1px;
}
#head .nav{
	float:right;
	width:500px;
	min-height:64px;
	height:auto !important;
	height:64px;
	margin:25px 5px 0px 0px;
	background:url('../i/hd-nav.gif') top left no-repeat;
}
#head .nav ul{list-style:none;}
#head .nav ul li{float:left;height:64px;}
#head .nav ul li a{width:100%;height:64px;display:block;text-indent:-5000px;}

#head .nav ul li#n1{width:79px;}
#head .nav ul li#n2{width:108px;}
#head .nav ul li#n3{width:100px;}
#head .nav ul li#n4{width:97px;}
#head .nav ul li#n5{width:100px;}

/* Navigation Hover & Selected Styles */
#head .nav ul li#n1 a:hover, .n1s{background:url('../i/hd-nav.gif') 0px -64px no-repeat;}
#head .nav ul li#n2 a:hover, .n2s{background:url('../i/hd-nav.gif') -79px -64px no-repeat;}
#head .nav ul li#n3 a:hover, .n3s{background:url('../i/hd-nav.gif') -187px -64px no-repeat;}
#head .nav ul li#n4 a:hover, .n4s{background:url('../i/hd-nav.gif') -287px -64px no-repeat;}
#head .nav ul li#n5 a:hover, .n5s{background:url('../i/hd-nav.gif') -384px -64px no-repeat;}

#body{width:900px;background:#d8d8ac url('../i/bd-bg.gif') top left repeat-y;}

#foot{
	margin:0px 0px 10px 0px;
	padding:10px 0px 0px 0px;
	text-align:center;
	font:11px Arial, Helvetica, sans-serif;
	color:#272727;
	background:url('../i/bd-btm.gif') 0px -3px no-repeat;
}
#foot img{vertical-align:middle;}
#foot a{color:#272727;}


/* Classes */
.clear{clear:both;display:block;}
.cran{color:#600;}
a.top:link, a.top:visited, a.top:hover, a.top:active{text-decoration:underline;color:#600;}