@charset "utf-8";
/* CSS Document */


/*------------ RESET AND OVERRIDE ----------------*/

* {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
img {
	border: none;
}
body {
	background: #999 url(../images/bg-global.png) repeat-x;
}
p, ol {
	font: 11px Verdana, Geneva, sans-serif;
	color: #486d7b;
}	


/*------------ LAYOUT SELECTORS ------------------*/

#wrapper-1 {
	background: url(../images/bg-wrapper.gif) top center repeat-y;
}
#wrapper-2 {
	
}
#container {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
.image-viewer {
	padding: 9px;
	margin-bottom: 10px;
	background: #f7fbf6;
	border: 1px solid #e0e3e2;
}
.image-viewer img {
	display: block;
	margin: 0 auto 10px;;
}
.image-viewer div#viewer-a, .image-viewer div#viewer-b, .image-viewer div#viewer-c {
	float: left;
	width: 320px;
	background: #FFF;
}
.image-viewer div#viewer-a, .image-viewer div#viewer-b {
	margin-right: 10px;
}
.detail-box {
	clear: both;
	margin-bottom: 15px;
}
.detail-box h2 {
	display: blocks;
	padding: 2px 5px;
	margin-bottom: 10px;
	font: 11px Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	color: #486d7b;
	background: #9fcfe6;
	font-weight:bold;
}
.detail-box h1 {
    display: blocks;
	padding: 2px 5px;
	margin-bottom: 10px;
	font: 11px Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	color: #486d7b;
	background: #9fcfe6;
	font-weight:bold;
	color: #fff;
	background: #07366a;
	font-weight:bold
}
.detail-box ol {
	display: block;
	float: left;
	width: 100px;
	height: 70px;
	list-style: none;
}
.detail-box ol.left {
	width: 200px;
}
.detail-box div#detail-a, .detail-box div#detail-b, .detail-box div#detail-c {
	float: left;
	width: 308px;
	padding: 10px;
	background: #fcfcf0;
	border: 1px solid #e0e3e2;
}
.detail-box div#detail-a, .detail-box div#detail-b {
	margin-right: 5px;
}
#detail-text {
	display: block;
	margin: 20px 0 35px;
	font: 11px Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #111;
}
#detail-text a {
	text-decoration: none;
	color: #900;
}

#header {
	position: relative;
	width: 1000px;
	height: 195px;
	margin-bottom: 15px;
	border-bottom: 5px solid #5ea7ae;
	background: url(../images/bg-header.gif) top center no-repeat; 
}
#header #nav {
	position: absolute;
	width: 1000px;
	bottom: 12px;
	list-style: none;
	border-left: 1px solid #ac9b75;
}
#header #nav li {
	float: left;
	padding: 0 23px 0 0;
	margin-right: 15px;
	border-right: 1px solid #ac9b75;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
#header #nav li.begin {
	padding: 0 63px 0 13px; !important
	
}
#header #nav li.end {
	margin-right: 0;
	border: none;
}
#header #nav li a {
	display: block;
	padding-top: 10px;
	color: #18343f;
}
#header #nav li a:hover {
	background: url(../images/nav-hover.png) repeat-x;
}
#header #nav li#nav-1 {
	width: 300px;
}
#header #nav li#nav-1 em {
	margin-left: 50px;
	font-style: normal;
}
#header #nav li#nav-2 {
	width: 200px;
}
#header #nav li#nav-3 {
	width: 200px;
}
#header #logo {
	position: absolute;
	top: 27px;
	left: 20px;
}
#footer {
	position: relative;
	background: url(../images/bg-footer.png) repeat-x;
	border-top: 1px dotted #d38888;
	width: 1000px;
	height: 98px;
}
#footer #logo-1 {
	position: absolute;
	bottom: 10px;
	left: 0;
}
#footer #logo-2 {
	position: absolute;
	bottom: 10px;
	left: 110px;
}
#footer #logo-3 {
	position: absolute;
	bottom: 10px;
	left: 260px;
}

#footer #logo-7 {
	position: absolute;
	bottom: 10px;
	left: 400px;
}

#footer #logo-4 {
	position: absolute;
	bottom: 10px;
	right: 0;
}
#footer #logo-5 {
	position: absolute;
	bottom: 10px;
	right: 170px;
}
#footer #logo-6 {
	position: absolute;
	bottom: 10px;
	right: 340px;
}



/*------------ MISC SELECTORS --------------------*/

.clear {
	clear: both;
}