@charset "UTF-8";
/* CSS Document */

/* ------------------------------------- Main Elements / Global ----- */

html, body{
	background:url(../_images/bg_body2.jpg) repeat-x #ebebeb;
    margin:0;
    padding:0;
    height:100%;
    font-family:Arial, Helvetica, sans-serif;
    }
    
h1,h2,h3,h4,h5,h6,p,pre,ul,ol,li{
	margin:0;
    padding:0;
    }
    
.wrapper{
	width:1000px;
    margin:0 auto;
    }
    
.top_nav{
	padding:52px 0 0 342px;
    }

.top_nav ul{
    }
    
.top_nav li{
	display:inline;
    list-style:none;
    }
    
.top_nav li a{
	padding:0;
    margin:0 1px;
	color:#AAAAAA;
    font-size:.78em;
    text-decoration:none;
    width:100px;
    display: inline-block;
    text-align:center;
    line-height:40px;
    background:url(../_images/bg_top_nav.jpg) no-repeat;
    }
    
.top_nav a:hover{
    background:url(../_images/bg_top_nav_over.jpg) no-repeat;
    color:#FFFFFF;
    }
    
.header_square{
	background:url(../_images/bg_header_square.jpg) no-repeat;
    height:400px;
    }
    
.header_square img{
	margin:29px 0 0 44px;
    }
    
/* ------------------------------------- 3 Options Specifics / Homepage ----- */

.header_options{
	background:url(../_images/bg_header_short.jpg) no-repeat;
    height:391px;
    }
    
.header_options img{
	margin:16px 0 0 44px;
    }
    
.options{
	background:url(../_images/bg_options_short.jpg) no-repeat;
    height:160px;
    padding:50px 50px 0 80px;
    color:#FFFFFF;
    font-size:.8em;
    overflow:hidden;
    zoom:1;
    }
    
.banner_slideshow{
	height:300px;
    overflow:hidden;
    }
    
.options a{
	color:#FFFFFF;
    }
    
.options a:hover{
	text-decoration:none;
    }
    
.op_one{
	float:left;
    width:250px;
    margin-right:60px;
    height:145px;
    position:relative;
    }
       
.op_one ul{
	margin:0 0 0 15px;
    }
    
.op_one li{
	list-style-image: url(../_images/grey_check.gif);
    padding:6px;
    }
    
.op_two{
	float:left;
    width:250px;
    margin-right:60px;
    height:145px;
    position:relative;
    }
    
.op_one li a{
	text-decoration:none;
    }
    
.op_one li a:hover{
	text-decoration:underline;
    }
    
.op_two ul{
	margin:10px 0 0 15px;
    }
    
.op_two li{
	list-style-image: url(../_images/grey_check.gif);
    padding:6px;
    }
    
.op_two li a{
	text-decoration:none;
    }
    
.op_two li a:hover{
	text-decoration:underline;
    }
    
.op_three{
	float:left;
    width:250px;
    height:145px;
    position:relative;
    }

.op_three p{
	margin:0 20px 0 -5px;
    line-height:1.6em;
    }
    
.more_links{
    height:30px;
    position:absolute;
    bottom:0;
    }
    
/* ------------------------------------- Body / Body Text ----- */   
    
.body{
	padding:0 60px 0;
    overflow:hidden;
    zoom:1;
    }
   
.body h1{
	font-family:"Gill Sans", Georgia, Tahoma, Times, sans-serif;
    font-weight:100;
    font-size:1.8em;
    color:#444444;
    margin:10px 0 25px;
    border-bottom:1px solid #CCCCCC;
    }
    
.body h2{
	font-family: "Gill Sans", Georgia, Tahoma, Times, sans-serif;
    font-weight:100;	
    font-size:1.4em;
    color:#444444;
    margin:15px 0 10px;
    }
    
hr{
	border:none 0;
	border-top:1px solid #CCCCCC;
	color:#ebebeb;
    height:1px;
    padding:0;
    margin:0;
    clear:both;
    }

.body p{
	color:#555555;
	font-size:.85em;
    line-height:1.4em;
    }
    
.body p.p_header{
	color:#645151;
    font-size:.95em;
    line-height:1.4em;
    margin:10px 0;
    }
    
.body a{
	color: #e50404;
    }
    
.body a:hover{
    text-decoration:none;
    }
    
.arrow_link {
	background:url(../_images/arrow.png) no-repeat 1px 2px;
	display: inline-block;
	float: left;
	overflow: hidden;
	padding:1px 0 0 26px;
	line-height: 1.3em;
	}
    
.arrow_link_right {
	background:url(../_images/arrow.png) no-repeat 1px 2px;
	display: inline-block;
	float: right;
	overflow: hidden;
	padding:1px 26px 0;
	line-height: 1.3em;
	}
    
/* ------------------------------------- Featured Items - index.php ----- */ 

.featured_items{
	overflow:hidden; 
    zoom:1; 
    margin-bottom:30px; 
    border:1px;
    }
    
.featured_items img{
	width:165px;
	height:98px;
    float:left; 
    margin:0 10px 0 0;
    clear:both;
    border:none;
    }

.featured_items p{
	font-size:14px; 
    text-align:center; 
    line-height:1.4em;
    margin:15px 0 8px;
    }
    
#anchor{
	background:none;
    margin:0;
    padding:0;
    }

/* ------------------------------------- Body Columns ----- */   

.left_col{
	float:left;
    width:550px;
    padding:0;
    }
    
.left_col img{
	float:left;
    clear:both;
    margin:20px 30px 20px 10px;
    border:none;
    }
    
.right_col{
	float:left;
    width:280px;
    margin-left:50px;
    }
    
ul.product_options_list{
	margin:0 0 60px 265px;
    }
    
.product_options_list li{
	color:#555555;
	font-size:.85em;
    padding:3px;
    }
    
.half_col{
	float:left;
    width:440px;
    padding:0;
    }
    
.half_col img{
	float:left;
    clear:both;
    margin:20px 20px 20px 10px;
    border:none;
    }
    
    
/* ------------------------------------- News Section Homepage ----- */ 

.news_home{
	font-size:.9em;
    }
    
.news_home p{
	display:block;
    width:212px;
    float:right;
    }
    
.news_page p{
	display:block;
    width:480px;
    float:right;
    font-size:.9em;
    }
    
   
.news_home li {
	width: 100%;
	overflow: hidden;
	padding: 0 0 35px 0;
	line-height: 1.385em;
	color: #555555;
    list-style:none;
	}

.news_home li span {
	background: url(../_images/news_date.gif) no-repeat 0% 0%;
	display: block;
	width: 46px;
	height: 50px;
	float: left;
	margin: 5px 20px 10px 0;
	padding: 0 2px 0 0;
	}

.news_home li span strong {
	display: block;
	height: 21px;
	line-height: 18px;
	text-align: center;
	font-size: 1em;
	font-weight: normal;
	color: #fff;
	}

.news_home li span b {
	display: block;
	height: 30px;
	line-height: 26px;
	text-align: center;
	font-size: 1.2em;
	color: #FFFFFF;
	}

.news_home li em {
	display: block;
	padding: 2px 0 6px 0;
	font-style: normal;
	color: #e50404;
    text-decoration:underline;
	}

.news_home li em a {
	color: #e50404;
	}

.news_home li p {
	line-height: 1.385em !important;
	}

.news_home li p a {
	color: #e50404;
	}

.news_home li.extra {
	padding: 0 0 10px 0;
	}

.news_banner{
	margin:92px 0 0 684px;
    background:none; 
    position:absolute; 
    z-index:100;
    width:268px;
    }
    
.news_banner li span {
	background:none;
	display: block;
	width: 46px;
	height: 50px;
	float: left;
	margin: 5px 20px 10px 0;
	padding: 0 2px 0 0;
	}
    
.news_banner img{
	margin:5px 0 ;
    }
    
.xrs_ul{
	margin:15px 40px;
    font-size:14px;
    color:#555555;
    }
    
.xrs_ul li{
	padding:4px;
    }
    
    
/* ------------------------------------- Support Pages ----- */ 

.support_page a{
	font-size:.85em;
    line-height:1.4em;
    color: #e50404;
    background:url(../_images/pdf.png) no-repeat 0 6px;
    padding:10px 35px;
    white-space:nowrap;
    display:inline-block;
    width:200px;
    }

.row_wiring a{
	font-size:.85em;
    line-height:1.4em;
    color: #e50404;
    background:url(../_images/pdf.png) no-repeat 0 6px;
    padding:10px 35px;
    white-space:nowrap;
    display:inline-block;
    width:88px;
    }
    
.support_page a:hover{
	text-decoration:none;
    }

.rows{
	clear:both;
    border-bottom:1px solid #CCCCCC;
    padding:10px 0;
    margin:0 5px;
    overflow:hidden;
    zoom:1;
    }
    
.rows:hover{
	background:url(../_images/row_hover.jpg) repeat-x #ebebeb bottom;
    }
     
.rows img{
	float:left;
    clear:both;
    margin:20px 30px 20px 10px;
    }

.support_page span{
	display:inline-block;
	font-size:.85em;
    line-height:1.4em;
    color: #444444;
    padding:10px 10px;
    font-weight:bold;
    width:90px;
    }
    
/* ------------------------------------- Sitemap ----- */ 
    
.sitemap_rows{
	clear:both;
    overflow:hidden;
    zoom:1;
    }
    
.sitemap_rows img{
	margin:10px 30px 10px 10px;
    }
    
.sitemap h2{
	font-family: "Gill Sans", Georgia, Tahoma, Times, sans-serif;
    font-weight:lighter;
    font-size:1.4em;
    color:#444444;
    margin:15px 5px 5px;
    border-bottom:1px solid #CCCCCC;
    }
    
.sitemap h3{
	font-family: "Gill Sans", Georgia, Tahoma, Times, sans-serif;
    font-weight:lighter;
    font-size:1.2em;
    color:#444444;
    margin:35px 0 10px;
    }
    
.sitemap .trunk {
	background:url(../_images/arrow.png) no-repeat 1px 2px;
	display:block;
	float: none;
	overflow: hidden;
	padding:1px 0 0 26px;
	line-height: 1.3em;
    margin:15px 20px;
    font-size:13.5px;
	}
    
.sitemap .branch {
    margin-left:44px;
	}
    
.sitemap .leaf {
    margin-left:70px;
	}
    
.sitemap .open{
	background:url(../_images/arrow_down.png) no-repeat 1px 2px;
    }
    
/* ------------------------------------- Contact ----- */ 

.contact_page p em {
	float: right;
	padding: 0 8% 0 0;
	font-style: normal;
	}
    
.contactForm {
	width: 238px;
	padding: 8px 0 0 0;
	}

.contactForm label {
	display: block;
	overflow: hidden;
	}

.contactForm input {
	background: #f5f5f5;
	width: 230px;
	padding: 2px 3px 2px 3px;
    margin:3px 0;
	border: 1px solid #CCCCCC;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
	color: #6d5f52;
	}
    
.contactForm select {
	background: #f5f5f5;
	width: 238px;
	padding: 2px 3px 2px 3px;
    margin:3px 0;
	border: 1px solid #CCCCCC;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
	color: #6d5f52;
	}

.contactForm textarea {
	background: #f5f5f5;
	width: 230px;
	height: 262px;
	padding: 3px;
    margin:3px 0;
	border: 1px solid #CCCCCC;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
	color: #6d5f52;
	}

.contactForm a {
	background:url(../_images/arrow.png) no-repeat 1px 2px;
	display: inline-block;
	float: right;
	height: 17px;
	overflow: hidden;
	margin: 24px 0 0 35px;
	padding: 0 0 0 26px;
	line-height: 15px;
	color: #e50404;
    font-size:.8em;
	}
    
#ewComments{
	background:url(../_images/arrow.png) no-repeat 1px 2px;
    border:none;
	display: inline-block;
	float: right;
	height: 17px;
    width:70px;
	overflow: hidden;
	margin: 24px 0 0 15px;
	padding: 0 0 0 26px;
	line-height: 15px;
	color: #e50404;
    font-size:.8em;
    font-family:Arial, Helvetica, sans-serif;
    text-decoration:underline;
    cursor:pointer;
    }
    
#resetForm{
	background:url(../_images/arrow.png) no-repeat 1px 2px;
    border:none;
	display: inline-block;
	float: right;
	height: 17px;
    width:70px;
	overflow: hidden;
	margin: 24px 0 0 35px;
	padding: 0 0 0 26px;
	line-height: 15px;
	color: #e50404;
    font-size:.8em;
    font-family:Arial, Helvetica, sans-serif;
    text-decoration:underline;
    cursor:pointer;
    }

.warning{
	font-size:.7em;
    color:#FF0000;
    }
    
    
.wide{
	width: 538px;
	}

.wide input {
	width: 350px;
	padding: 6px;
	font-size: 13px;
	color: #6d5f52;
    margin:3px 0 10px;
	}
    
.wide select {
	width: 364px;
	padding: 6px;
	font-size: 13px;
	color: #6d5f52;
    margin:3px 0 10px;
	}

.wide textarea {
	width: 500px;
	padding: 6px;
	font-size: 13px;
	color: #6d5f52;
    height:150px;
    margin:8px 0;
	}

.wide a {
	background:url(../_images/arrow.png) no-repeat 1px 2px;
	display: inline-block;
	float: right;
	height: 17px;
	overflow: hidden;
	margin: 24px 0 0 35px;
	padding: 0 0 0 26px;
	line-height: 15px;
	color: #e50404;
    font-size:.8em;
	}
    
/* ------------------------------------- Footer ----- */ 

.footer{
	background:url(../_images/bg_footer.jpg) repeat-x #000000;
    max-height:99%;
    min-height:66px;
    clear:both;
    margin:10px 0 0;
    }
    
.footer p{
	text-align:center;
    font-size:12px;
    color:#666666;
    padding:25px 0 0;
    }
 
.footer a{
	color: #999999;
    }
    
.footer a:hover{
    text-decoration:none;
    } 
    
#aws_link{
	text-decoration:none;
    font-size:10px;
    color:#666666; 
    }
    
#aws_link:hover{
	border-bottom:1px dotted #888888;
    color:#888888; 
    }
    
/* ------------------------------------- Quote ----- */ 

a.quote_button{
	background:none;
    padding:0;
    }
