/* OVERALL SITE STYLES */
body {
	background: #000000 url(../images/bg.jpg) no-repeat 50% 0;
	margin: 0 auto;
	padding: 35px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #c8d8e1;
	font-size: 13px;
}
a { color: #d76100; text-decoration: none; }
a:hover { color: #ab4d00; }
.title_txt {
	font-weight: bold;
	color: #fe8216;
}
.clear { clear: both; }


/* HEADER */
#header {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 15px;
}
#header #logo {
	text-align: left;
	margin-bottom: 10px;
}


/* NAVIGATION */
#nav {
	background: url(../images/nav_bg.png) repeat-x;
	width: 1000px;
	height: 72px;
}

.nav_menu {
	/*position: relative;*/
	height: 29px;
	padding: 15px;
	margin: -120px 0;
	overflow: hidden;
	float: right;
}
.nav_menu li {
	float: left;
	list-style: none;
}
.nav_menu li.back {
	background: url("../images/nav_li_bg.png") no-repeat right -30px;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}
.nav_menu li.back .left {
	background: url("../images/nav_li_bg.png") no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
.nav_menu li a {
	font: bold 14px arial;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 7px;
	/*text-transform: uppercase;*/
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}
.nav_menu li a:hover, .nav_menu li a:active, .nav_menu li a:visited {
	border: none;
}


/* FOOTER CONTENT */
#footer_content {
	background: #000 url(../images/footer_bg.jpg) no-repeat;
	width: 1000px;
	height: 275px;
	margin: 0 auto;
	padding: 0;
}
#footer_content #footer_inner {
	width: 1000px;
	margin: 0 auto;
	margin-top: 0px;
}
#footer_content #footer_inner #quick_contact {
	width: 615px;
	float: left;
	padding-top: 50px;
	padding-left: 32px;
}

.footer_title { font-weight: bold; color: #FF8520; }
#footer_content #footer_inner #footer_right {
	width: 335px;
	float: right;
	padding-top: 50px;
}
#footer_content #footer_inner #footer_right img.network { padding: 25px 0 0 17px; }
#footer_content #footer_inner #copyright { width: 800px; margin: auto; text-align: center; color: #666666; }