/* @override http://www.ctwpromotions.com/css/ctwindex.css */

/* @override http://ctwpromotions.com/css/ctwindex.css */

/*main sections
--------------------------*/

body{
	background: #000 url(../images/bodybg.jpg) center top fixed no-repeat;
	color: #ffffff;
	font-family: verdana, arial;
	font-size: 11px;
	margin-top: 0px;
	overflow: auto;
	}

#container{
	width: 937px;
	margin: 0px auto;
	}

/*nav bar
--------------------------*/

#nav{
	width: 100%;
	height: 60px;
	position: fixed;
	top: -11px;
	z-index: 999;
	}

#nav ul{
	padding: 0px;
	list-style-type: none;
	height: 35px;
	width: 1040px;
	margin-bottom: 0px;
	}

#nav ul li{
	float: left;
	height: 30px;
	overflow: visible;
	font-family: Arial;
	}
	
#nav ul li a{
	background: url(../images/buttonBG.gif) no-repeat;
	padding: 10px 8px 13px 9px;
	height: 26px;
	display: inline-table;
	text-align: center;
	color: white;
	text-decoration: none;
	border-right: solid 1px #290100;
	font-weight: normal;
	}

#nav li.three a{width: 56px;}

#nav li.three a{
	border: 0px;
	}
	
#nav ul li a:hover{
	background-position: 0px -35px;
	}

#nav ul li.logo{
	width: 103px;
	margin-top: 5px;
	}

#nav ul li.logo a{
	background: none;
	}

#email{
	width: 836px;
	background: #290100;
	height: 25px;
	padding: 0px;
	padding-top: 2px;
	font-size: 9px;
	padding-bottom: 2px;
	margin-left: 103px;
	margin-top: 0px;
	margin-right: 1px;
	}

#email input.field{
	font-size: 9px;
	border: 0px;
	margin-right: 10px;
	}

#email input.button{
	font-size: 9px;
	margin-right: 10px;
	}

button.button{
	background: none;
	color: white;
	cursor: pointer;
	cursor: hand;
	border: none;
	font-size: 9px;
	}

.button span:hover {
	text-decoration: underline;
	border-bottom: 1px solid;
	cursor: pointer;
	}

#commercial{
	float: left;
	}
	
#newsletter{
	float: right;
	width: 710px;
	}

#newsletter form{
	width: 200px;
	float: right;
	}

#newsletter span{
	float: left;
	}
	
/*content sections
--------------------------*/

#contentsection {
	margin-left: 103px;
	}

#contentsection .section{
	background-image: url(../images/black.png);
	padding: 0px;
	border:1px solid black;
	margin-bottom: 30px;
	width: 100%;
	}

.column1{
	width: 372px;
	float: left;
	padding: 10px;
	}

.column1long{
	float: left;
	padding: 10px;
	}

.column2{
	width: 408px;
	float: left;
	margin-left: 10px;
	padding: 10px;
	}

.section .column1 p, .section .column2 p {
	opacity:1.0;
	filter: alpha(opacity=100); 
	-moz-opacity: 1.0;
	margin-top: 0px;
	}

.anchor a{
	clear: both;
	display: block;
	height: 30px;
	text-indent: -1000px;
	overflow: hidden;
	}

.anchor.about{
	height: 70px;
	}

img{
	float: left;
	margin: 0px 10px 8px 0px;
	}

.payleft{
	float: left;
	margin-right: 20px;
	width: 200px;
	padding: 10px;
	}

.payleftlast{
	float: left;
	margin: 0px;
	}

/*typography
--------------------------*/

h2{
	margin-top: 0px;
	font-family: verdana, arial;
	font-weight: normal;
	color: maroon;
	}

.style6, .style3, style1, .style18, .style7{
	color: maroon;
	}

.style15{
	font-style: italic;
	}

.style1{
	font-weight: bold;
	}

b, span.maroon{
	color: maroon;
	}

a{
	color: red;
	font-weight: bold;
	}

a:hover{
	color: red;
	font-weight: bold;
	text-decoration: none;
	}
	
a:visited{
	color: white;
	font-weight: bold;
	}

	
	
	
	
	
	