@charset "utf-8";
/* CSS Document */

/*  RESET 
	---------------------------------------------------------------------- */

html{color:#000;background:#FFF;}
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#0033FF;}

/* CLEAR FIX
	---------------------------------------------------------------------- */
	
	.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* GENERIC
	--------------------------------------------------------------------- */


html {
	background:#620000;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}
body {
	background:url(/images/bg.jpg) top center  no-repeat #620000;
    text-align: center;
    min-width: 955px;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	color:#333333;
	line-height: 133%;
 }
 p {
 	margin:5px 0px;
 }
form {
	margin:0;
	padding:0;
}
ul{
	margin:0;
	padding:0;
}
li {
	list-style-position: outside;
	display:list-item;
}
h1{
	margin:10px 0px;
	padding:10px 0px;
	font: normal 24px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}
h2{
	margin:10px 0px;
	padding:0px;
	font: normal 20px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}
h3{
	margin:10px 0px;
	padding:3px 0px;
	font: normal 16px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}
h4{
	margin:5px 0px;
	padding:0px;
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:normal;
}
img { 
	border:0;
}

fieldset { 
	border:0;
}
caption,th {
	text-align:left;
}


/* LAYOUT
	--------------------------------------------------------------------- */

 #wrapper {
     text-align: left;
     width: 955px;
     margin-left: auto;
     margin-right: auto;
     padding: 0;
	 background:#fff;
 }

#header{
	height:160px;
	background:#fff;
}

#header #logo{
	float:left;
	padding:10px 34px 0px;
	width: 140px;
}
#top_right {
	float:right;
	text-align:right;
	width:745px;
}
/* --------------------------------------------------------  NAV -------------------*/

#nav {

	height:60px;
	text-align:right;
	background:url(/images/nav_bg.gif) repeat-x;
}

#nav ul {
	margin:0px;
	padding:0px;
	list-style-type: none;	
}

#nav ul li {
	background:url(/images/nav_bg.gif) repeat-x;
	height:60px;
	line-height:60px;
	display:block;
	float:left;
	color:#FFFFFF;
	text-transform: uppercase; 
}

#nav ul li a{
	float:left;
	display:block;
	height:60px;
	padding:0px 16px;
	text-decoration:none;
	color:#666666;
}
#nav ul li a:hover{
	text-decoration:none;
}

.sep {
	width:2px;
	height:60px;
}
/*-------------------------------------------------------------------------------------- */
#topNav{
	background:url(/images/spools.jpg) no-repeat right;
	color:#333333;
	height: 100px;
	padding-right: 100px;
	font-size: 10px;
	line-height:100%;
}
#topNav h1 {
	padding:10px 0px;
	margin:0px;
	font-size:24px;
}
#topNav a{
	color: #333333;
	text-decoration: none;
}
#topNav a:hover{
	text-decoration: underline;
}
#content_main {
	background:url(/images/content_shade.gif) repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#333333;
	line-height: 133%;
	float:left;
	width:643px;
}
#content_main h1 {
	border-bottom:1px solid #ccc;
}
#content_right {
	float:right;
	background:url(/images/right_shade.gif) repeat-x;
	width:312px;
}
#content_right h2 {
	margin:25px 0px;
}
#content_right h4 {
	text-decoration:underline;
	font-size:14px;
}
#content_sub {
	width:744px;
	background:url(/images/sub_content_shade.jpg) no-repeat top;
	float:left;
}
#content_sub h1 {
	font-size:36px;
	font-style:italic;
}
#content_sub h2 {
	font-size:16px;
	border-bottom:1px solid #ccc;
}
#content_sub img {
	float:left;
	margin:25px;
}
#sub_features {
	background:url(/images/content_shade.gif) repeat-x top;
	border-bottom:1px solid #ccc;
	padding:25px 0px;
	margin-bottom:15px;
	}
#sub_features div {
	float:left;
	padding:0px 25px 25px 25px;
	width:310px;
}
#sub_features h3 {
	border-bottom:1px solid #ccc;
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
}
#side_nav {
	background:url(/images/side_nav_shade.gif) repeat-x #fff;
	width:210px;
	float:left;
	min-height:425px;
}
#side_nav ul li{
	border-bottom:1px solid #fff;
	display:block;
}
#side_nav ul li a {
	color:#fff;
	padding:15px;
	text-decoration:none;
	line-height:15px;
	text-transform:uppercase;
	display:block;
}
#distributors {
	
}
#feature_left {
	float:left;
}
#feature_right {
	float:right;
	background:url(/images/featured_right.jpg) no-repeat;
	height:287px;
	width:312px;
	padding-top:15px;
}
#feature_right h2 {
	margin:0px;
	padding:5px 0px;
}

#feature_right_2 {
	float:right;
	background:url(/images/featured_right_2.jpg) no-repeat;
	height:287px;
	width:312px;
	padding-top:15px;
}
#feature_right_2 h2 {
	margin:0px;
	padding:5px 0px;
}

#content a{
	color: #006699;
	text-decoration: none;
}
#content a:hover{
	text-decoration: underline;
}

#CTM {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #999999;
	float: right;
}
#CTM a{
	color: #999999;
	text-decoration: none;
}
#CTM a:hover{
	text-decoration: underline;
}

#featured img.right {
	margin-top:10px;
}

#footer{
	padding: 1em;
	background:url(/images/footer_shade.gif) repeat-x;

}
#footer #copyright{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:#333333;
	line-height: 133%;
	float: left;
}
#footer #copyright a{
	color:#333333;
	text-decoration: none;
}
#footer #copyright a:hover{
	text-decoration: underline;
}
#fl_left {
	width: 166px;
	float: left;
}
#fl_center {
	float: left;
	width: 610px;
}
#fl_right {
	float: right;
	width: 175px;
}
#fl {
	color: #575757;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 5px;
	padding-bottom: 25px;
}
#fl ul {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-top: 8px;
}

#fl li {
	list-style-type: none;
	padding: 7px 5px;
}

#fl a {
	color: #575757;
	text-decoration: none;
}
#fl a:hover {
	text-decoration: underline;
	color: #7C7C7C;
}
#fl h4 {
	text-transform: uppercase;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-size: 10px;
}
#fl_left hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#fl_center {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-color: #ccc;
	height: 250px;
	float: left;
	width: 585px;
}
.hr {
	border-top:1px solid #ccc;
	margin-bottom:15px;
	margin-top:5px;
}
.fl_floatLeft {
	float: left;
	margin-left: 25px;
	padding-top:3px;
	line-height:1em;
}
.center {
	float:none!important;
	display:block;
	margin-left:auto!important;
	margin-right:auto!important;
	text-align:center;
}
.clear{
	clear:both;
}
.left{
	float:left;
}

.right{
	float:right;
}
.main_pad {
	padding:25px;
}
.text_pad {
	padding:15px;
}

.desc {
	width:465px;
	float:right;
	margin-right:15px;
}

.desc_grid {
	float:left;
	width:330px;
	margin-right:15px;
}

.desc_grid p{
	float:left;
	width:330px;
	margin-left:70px;
}

.sales {
	width:650px;
	float:right;
	margin-right:15px;
	margin-bottom:15px;
}

.narrow_list ul {
	width:560px;
}

.narrow_list ul li{
	margin-left:30px!important;
	list-style-type:disc!important;
}

.narrower_list ul{
	width:450px;
}

.narrower_list ul li{
	margin-left:15px!important;
	list-style-type:disc!important;
}

.imggal {
	float:left;	
}

.imggal img {
	margin:15px 0px 0px 25px!important;
}

.imggrid {
	float:left;
	width:200px;
}

.imggrid img {
	margin:25px 10px 10px 10px!important;
}
/* CLASSES
	--------------------------------------------------------------------- */

.CTML_01 {
	border: 1px solid #E8E8E8;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 24px;
	padding-left: 12px;
}
.CTML02{
}
.CTML02 dl {
	width: 330px;
	font-size: 80%;
}
.CTML02 dt {
	float: right;
	width: 190px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.CTML02 dd {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.CTML02 {
	float: left;
}
.input {
		background:url(/images/input_shade.gif) repeat-x;
		font-family:"Trebuchet MS", Arial, Helvetica, serif; 
		height:25px;
		border:1px solid #ccc;
		font-size:14px;
		color:#333333;
		line-height:25px;
		padding:3px 0px 0px 5px;
	}

.centered {
	float:none !important;
	margin:0 !important;
}

.caption{
	padding-left:16px;
	text-align:center;
	width:160px;
}
