@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 75%;
	margin: 10px 0;
}
a img {
	border: 0 none
}
a, a:link, a:visited {
	color: #c00;
	text-decoration: none;
}
a:hover, a:active {
	color: #fff;
	text-decoration: underline;
}
p { margin: 0 0 1em 0; }
h1, h2, h3, h4 {
	color: #CC0000;
	font-size: 150%;
	margin: 0 0 1em 0;
}
#pageWrap {
	width: 1022px;
	margin: 0 auto;
}
#headerTop {
	background: url(../images/headerTop.jpg) no-repeat;
	height: 84px;
}
#icons {
	float: right;
	width: 200px;
	padding-top: 20px;
}
.icon {
	float: left;
	width: 50px;
	text-align: center;
	margin-right: 10px;
}
.icon a {
	color: #000;
	text-align: center;
	text-decoration: none;
}
#navWrap {
	background: url(../images/nav.jpg) no-repeat;
	height: 37px;
}
#nav {
	float: right;
	width: 537px;
	line-height: 34px;
	text-align: center;
	color: #666666;
}
#nav a {
	color: #fff;
	text-decoration: none;
	font-size: 90%;
}
#nav a:link, #nav a:visited {
	color: #fff;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	color: #CC0000;
	text-decoration: none;
}
#leftColWrap {
	float: left;
	width: 237px;
	background: url(../images/leftColTop.jpg) no-repeat top; 
}
#contentWrap {
	background: url(../images/contentWrapBg.jpg) repeat-y;
}
#leftColWrap .pad {
	padding: 84px 15px 20px;
}
#mainCol {
	float: left;
	width: 785px;
}
#mainContent {
	padding: 10px 15px 20px;
}
#mainContent ul, #mainContent ol {
	padding-left: 35px;
	margin-bottom: 1em;
}
#mainContent ul li, #mainContent ol li {
	padding: 3px 0;
}
#banner {
	background: url(../images/banner.jpg) no-repeat;
	height: 215px;	
}
#pageBottom {
	background: url(../images/pageBottom.jpg) no-repeat;
	height: 35px;
}
.side-box {
	margin: 0 0 20px 0;	
}

.chi-button {
	float: right;
	padding-right: 4px;
}
.chi-button2 {
	float: right;
	padding-top: 40px;
	padding-right: 15px;
}
ul.left-links {
	list-style-type: none;
}
ul.left-links li {
	background: url(../images/bullet.png) 0 15% no-repeat;
	padding: 2px 0 2px 19px;
}
ul.left-links li a {
	color: #CC0000;
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
}
ul.left-links li a:hover {
	color: #fff;
}
#mainContent ul.faq-ul {
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style-type: none;
}
#mainContent ul.faq-ul li {
	padding: 1px 0;
}
ul.faq-ul li a {
	color: #CC3300;
	text-decoration: none;
	text-transform: uppercase;
}
ul.faq-ul li a:hover {
	color: #c30;
	text-decoration: underline;
}
.style2 {color: #666666}
.clear {
	clear: both;
}
table.tbl-pricing {
	width: 100%;
	border: 0 none;
}
.tbl-pricing td.heading {
	font-weight: bold;
	font-size: 110%;
	padding: 4px;
	background-color: transparent;
	color: #FFCC00;
}
.tbl-pricing td.price {
	font-weight: bold;
}
.tbl-pricing td {
	padding: 4px;
	width:48%;
	background-color: #3E3E3E;
}
.tbl-pricing td.txt {
	background-color: transparent;
}
.headingred {
	font-weight:bold;
	font-size:12px;
	color:#FF0000;
}
.headingyellow {
	font-weight:bold;
	font-size:12px;
	color:#FFCC00;
}
.padding-left {
	padding-left:19px;
}