html {
	height: 100%; 
}
body {
	height: 100%; 
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div, body, p, h1 {
	margin: 0;
	padding: 0;  
}
#container {
	position: relative;
	width: 990px;
	margin: 0 auto;
	background-image: url(../img/container_bg.png);
}
#parent {
	position: relative;
	width: 960px;
	margin: 0 15px;
	background-color: #FFFFFF;
	display: table;
	background: url(../img/header_bg.png) repeat-x;
}
#header {
	position: relative;
	width: 940px;
	margin: 0 10px;
	height: 90px;
	background: url(../img/top_bg.png) repeat-x 0 84px;	
}
#hd_logo_cwire {
	position: absolute;
	width: 208px;
	height: 41px;
	top: 26px;
	left: 9px;
	background: url(../img/header_coolwire.png) no-repeat;
	cursor: pointer;
}
#hd_logo_cvc {
	position: absolute;
	width: 150px;
	height: 42px;
	top: 22px;
	right: 10px;
	background: url(../img/header_cvc_one.png) no-repeat;
	cursor: pointer;
}
#top {
	position: relative;
	width: 940px;
	margin: 0 10px;
	background: #000000;	
}
#content {
	position: relative;
	width: 930px;
	padding: 0 15px 40px 15px;
	margin-top: 10px;
	background-image: url(../img/content_bg.png);
}
#nav {
	position: relative;
	float: left;
	top: 0;
	width: 200px;
	padding-top: 11px;
}
#navtop {
	position: absolute;
	height: 11px;
	width: 200px;
	top: 0;
	background: url(../img/navtop_bg.png) repeat-x;
}
#nav a {
	display: block;
	border-bottom: 1px solid #DFDFDF;
	border-top: 1px solid #FFFFFF;  
	padding: 8px 20px 7px 20px;
	background: #F7F7F7 url(../img/nav_arrow.png) no-repeat;
	text-decoration: none;
	color: #000000;
}
#nav a:hover {
	color: #3366CC;
}
#nav a.sub {
	background: #FFFFFF url(../img/nav_arrowsub.png) no-repeat;
}
#main {
	position: relative;
	float: right;
	width: 724px;
/*	text-align: justify;  */
	padding-top: 20px;
}
#main table{
	border: none;
	border-collapse: collapse;
	border: 1px solid #E4E4E4;
	background: #F8F8F8;
	margin-left: 20px;
}
#main table tr td{
	vertical-align: top;
}
#main div p{
	margin-right: 30px;
}

#main table tr td ul{
	margin: 10px 20px 10px -10px;
}
#main h1 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 100px;
	cursor: default;
}
#main h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 30px 100px 10px 20px;
	cursor: default;
}
#main h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 100px 0 20px;
	cursor: default;
}
#main p {
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 100px;
	cursor: default;
	line-height: 18px;
}
#main ul {
margin-right: 0;
margin-left: 10px;
list-style: disc;
}
#main li {
	padding: 6px 0;
	line-height: 18px;
	margin-right: 140px;
}
#main table li {
	padding: 6px 0;
	line-height: 18px;
	margin-right: 0;
}
#main img {
	border: 1px solid #999999;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#main a {
	color: #3366CC;
	text-decoration: none;
}
#main a:hover {
	color: #333333;
	text-decoration: underline;
}
.quotes{
	background: #DBE2F0;
	background: #DBBFB3;
	padding: 16px;
	color: #333;
}
.quotes p{
	font-style: italic;
	padding-bottom: 10px;
}
.quotes small{
	font-size: 9px;
}
.quotes h3{
	font-size: 12px;
	font-weight: normal;
}
#footer {
	border-top: 6px solid #FFFFFF;
	background-color: #E4E4E4;
	padding: 40px;
	text-align: center;
	cursor: default;
	color: #666666;
}
.clear {
	clear: both;
}
.date {
	font-size: 9px;
	color: #666666;
	margin-left: 20px;
	margin-bottom: 0;
	line-height: 9px;
	padding-bottom: 0;
}

#main img.blank{
	border: none;
	padding: 0;
}
