@charset "UTF-8";
/* CSS Document */
html {
	background-image:url('../images/bg.jpg');
	background-position: center -1px;
	background-attachment:fixed;
	background-color:#0b0b0b;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	font-size:13px;
	color:#BEC0C2;
}
.orderBg {
	background: url(../images/onlinePageBg.jpg) center -1px;
}
a {
	color:#F7AA1B;
}
h1 {
	font-weight:normal;
	font-style:italic;
	font-size:23px;
	margin:0px 0px 20px 0px;
}
.fp-col h1 {
	font-size:18px;
}
.fp-banner h1 {
	font-size:23px;
	margin-bottom:3px;
	color:#ffffff;
}
h2 {
	color:#006DAC;
	font-weight:normal;
	font-size:20px;
	margin:0px 0px 7px 0px;
}
.fp-col h2 {
	font-size:14px;
}
.section {
	padding-top:20px;
	margin-bottom:20px;
	border-top:1px dotted #3F3F3F;
	line-height:23px;
	font-size:15px;
}
.fp-col .section {
	font-size:12px;
	line-height:18px;
}
.action-link {
	text-align:right;
	font-size:11px;
}
.fp-col h2 {
}
.fp-wrapper {
	width:750px;
	margin:0px auto;
}
.fp-header {
	background: url('../images/header.jpg') center top no-repeat;
}
.fp-header-text {
	height:123px;
}
.fp-header-text a {
	display: block;
	width: 140px;
	height: 120px;
}
.fp-nav {
	height:46px;
	background: url('../images/nav-back-two.jpg') top right no-repeat;
}
.fp-nav ul {
	margin:0;
	padding:0;
}
.fp-nav ul li {
	list-style:none;
	float:left;
}
.fp-nav ul li a {
	text-decoration:none;
	display:block;
	float:left;
	margin:0px 1px;
	color:#6F6F6F;
	padding: 0px 26px;
	height:43px;
	font-weight:bold;
	background-image: url('../images/nav-back.jpg');
	background-position: right;
	background-repeat:no-repeat;
	border-bottom:3px solid #6F6F6F;
	font-size:15px;
	text-transform:uppercase;
}
.fp-nav ul li a span {
	position:relative;
	top:14px;
}
.fp-nav ul li a:hover {
	color:#EFEFEF;
	background-position: left;
	border-bottom:3px solid #00A4FF;
}
.fp-nav ul li a.active {
	border-bottom:3px solid #F7AA1B;
	color:#EFEFEF;
	background-position: left;
}
.fp-nav a.active:hover {
	border-bottom:3px solid #F7AA1B;
	color:#EFEFEF;
}
.fp-banner {
	border:3px solid #ED1C24;
	height:130px;
	margin-bottom:15px;
	background: url('../images/zing.jpg') center center no-repeat;
	padding:10px;
}
.fp-body {
	padding:15px 10px;
}
.fp-content {
	float:left;
	width:480px;
	position:relative;
	min-height:100px;
	overflow:hidden;
	background-repeat: no-repeat;
}
.fp-content-c {
	padding:10px;
	position:relative;
	z-index:999;
}
.fp-content-b {
	height:3000px;
	position:absolute;
	top:0px;
	width:480px;
	background-color:#FFFFFF;
	opacity:.05;
	filter:alpha(opacity=05);
	-moz-opacity:.05;
}
.fp-col {
	float:right;
	width:220px;
	min-height:500px;
}
.fp-footer {
	clear:both;
	height:200px;
}
.banner-text {
	font-size:14px;
	width:600px;
}
.order-now img {
	border:none;
	float:right;
}
.banner-img {
	float:left;
	display:block;
	margin-right:10px;
}
.fp-footer {
	margin:0px 15px;
	padding-top:15px;
	opacity:.60;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	font-size:10px;
	border-top:10px solid #1F1F1F;
}
.fp-footer h2 {
	font-size:13px;
}
.footer-section {
	width:30%;
	float:left;
	border-left:1px dotted #3f3f3f;
	padding-left:2%;
}
.footer-logo-section {
	text-align:center;
}
.footer-logo {
	background: url('../images/fp-logo.gif') top center no-repeat;
	display:block;
	width:166px;
	height:65px;
	margin:0px auto;
	opacity:.40;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
}
