body{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: 600;
	background-image: url('../images/textured_paper_bkg.png');
	background-position: top left;
	background-repeat: repeat;
}


.wrapper{
	width: 944px;
	margin: 0px auto;
	padding: 0px;
}

.top_header{
	padding: 32px 0px 12px;
}

a.small-button{
	font-size: 11px;
	display: inline-block;
	margin: 0px;
	padding: 6px;
	line-height: 100%;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #333;
	box-shadow: 0px 0px 4px #000;
	color: #FFF;
	text-shadow: 1px 1px 0px #000;
	background: #666e74;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.top_header a:hover{
	background: #869199;
}

.top_header a:active{
	background: #4c555c;
}

.logo{
	display: inline-block;
	float: left;
	margin-left: 12px;
	margin-top: 8px;
}

.logo img{
	margin: 0px;
	padding: 0px;
}

.top_nav{
	display: inline-block;
	float: right;
	padding: 26px 0px 0px;
	width: 640px;
}

.top_nav ul{
	display: block;
	margin: 0px;
	padding: 0px;
}

.top_nav > ul > li{
	display: inline-block;
	float: left;
	margin: 0px 0px 0px 30px;
	padding: 4px 0px 0px;
	height: 44px;
	vertical-align: middle;
	border-bottom: 6px solid transparent;
}

.top_nav > .small-button{
	float: right;
	display: inline-block;
	margin-top: 4px;
	margin-right: 12px;
}

.top_nav ul li.selected{
	border-bottom: 6px solid #7f0427;
}

.top_nav ul li.double{
	padding: 0px;
	height: 48px;
}

.top_nav ul li a{
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	display: block;
	font-family: 'Enriqueta', serif;
	font-size: 15px;
	color: #333;
	font-weight: 100;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	vertical-align: middle;
}

.top_nav ul li.selected a, .top_nav ul li a:hover{
	color: #7f0427;
}

.top_nav ul li.selected a{
	text-transform: uppercase;
}

.banner_slider{
	border-bottom: 4px solid #7f0427;
	height: 515px;
}

.banner_pager{
	float: right;
	margin: -36px 36px 0px 0px;
	position: relative;
	z-index: 9;
}

.banner_pager a{
	display: inline-block;
	padding: 0px;
	margin: 0px 0px 0px 14px;
	width: 16px;
	height: 16px;
	background: #555;
	opacity: 0.8;
	color: transparent;
}

.banner_pager a:hover{
	background: #999;
}

.banner_pager a.activeSlide{
	background: #999;
}

a img{
	border: none;
}

.spacer{
	margin: 0px;
	padding: 0px;
	height: 42px;
}

h1{
	font-family: 'Enriqueta', serif;
	font-size: 28px;
	margin: 0px;
	padding: 0px;
	font-weight: 100;
	color: #333;
	line-height: 120%;
}

h1 span, h2 span{
	color: #7f0427;
}

.page_body{
	font-size: 13px;
}

.page_body p{
	display: block;
	margin: 0px 0px 0px;
	padding: 0px 0px 30px;
	line-height: 180%;
}

.spacer.small{
	height: 16px;
}

.page_body .wrapper{
	width: 800px;
}



.footer_inner{
	margin: 0px;
	padding: 0px 44px 0px;
	overflow: auto;
	height: 52px;
}

.footer_inner .copyright{
	float: left;
	display: inline-block;
	margin: 18px 0px 0px;
	padding: 0px;
}

.footer_inner .footer_right{
	float: right;
	display: inline-block;
}

.footer_right{
	margin-top: 10px;
}

.footer_email, .footer_address{
	float: left;
	display: inline-block;
	margin-left: 42px;
}

i{
	display: inline-block;
	float: left;
	margin-top: 6px;
	margin-right: 8px;
	width: 19px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: center center;
}

.footer_email a{
	vertical-align: top;
	margin: 6px 0px 0px 4px;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
}

i.email{
	background-image: url("../images/mail_icon.png");
}

i.home{
	background-image: url("../images/home_icon.png");
}

.footer_address span{
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

.slider_btn_left, .slider_btn_right{
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 48px;
	height: 50px;
	cursor: pointer;
	z-index: 99;
	position: absolute;
}

.slider_btn_left{
	background-image: url("../images/slider_left.png");
	margin: -290px 0px 0px -14px;
}

.slider_btn_right{
	background-image: url("../images/slider_right.png");
	margin: -290px 0px 0px 1028px;
}

.header_bar{
	border-top: 2px solid #7f0427;
	background-image: url("../images/header_shadow.png");
	background-position: center top;
	background-repeat: no-repeat;
	height: 26px;
	margin-bottom: 12px;
}

.gray_box_top{
	height: 4px;
	background-image: url("../images/gray_box_top.png");
	background-position: left top;
	background-repeat: repeat;
}

.gray_box{
	background-image: url("../images/gray_box_bg.png");
	background-position: left top;
	background-repeat: repeat;
	font-family: arial;
}

.gray_box_inner{
	padding: 8px 16px;
}

.gray_box h3{
	font-size: 22px;
	margin: 0px 0px 6px;
	padding: 0px;
	display: block;
	line-height: 100%;
}

.page_body .gray_box p{
	font-weight: 100;
	margin: 0px;
	padding: 0px;
}

.gray_box_item{
	margin: 0px 0px 18px;
}

.programming_services.left{
	width: 410px;
}

.programming_services.right{
	width: 370px;
	text-align: center;
}

.smartmodem.left{
	width: 400px;
}

.smartmodem.right{
	width: 400px;
}

.m2m.left{
	width: 460px;
}

.m2m.right{
	width: 320px;
}

.left{
	margin: 0px;
	padding: 0px;
	display: inline-block;
	float: left;
}

.right{
	margin: 0px;
	padding: 0px;
	display: inline-block;
	float: right;
	text-align: right;
}

.image_border{
	margin: 0px;
	padding: 0px;
	border: 2px solid #7f0427;
	display: inline-block;
}

.image_border img{
	margin: 0px;
	padding: 0px;
}

.col_wrapper{
	overflow: auto;
}

.image_description{
	margin-top: 8px;
	display: block;
	text-align: right;
	color: #555;
	font-size: 11px;
}

.product_button{
	background: #a2012f;
	color: #FFF;
	text-shadow: 1px 1px 0px #000;
	text-decoration: none;
	display: inline-block;
	height: 40px;
	line-height: 13px;
	font-size: 13px;
	vertical-align: top;
	width: 114px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	margin-left: 8px;
	border-bottom: 2px solid #222;
	cursor: pointer;
}

.product_button:hover{
	background: #bf0f41;
}

.product_button:active{
	background: #7f0427;
}

.product_button span{
	display: block;
	line-height: 18px;
	margin-top: 11px;
	text-align: center;
}

.product_button.double span{
	margin-top: 2px;
}

.product_button.dynamic{
	width: auto;
	padding: 0px 16px;
}

.programming_services .product_buttons{
	text-align: center;
}

.image_border.gray{
	border: 2px solid #CCC;
}

.map_border{
	padding: 0px 16px 12px 0px;
	display: inline-block;
	position: absolute;
	background-image: url("../images/caption_shadow.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	margin: 0px;
	display: inline-block;
}

.map_border .map_wrapper{
	margin: 0px;
	padding: 12px;
	border: 1px solid #AAA;
}

.address_container{
	margin: 0px;
	padding: 0px;
	display: inline-block;
	float: right;
}

.address_container_inner{
	margin-top: 166px;
}

.contact_top{
	overflow: auto;
}

.address_container h3{
	color: #7f0427;
	font-size: 22px;
	font-weight: 400;
}

.address_container p{
	font-size: 15px;
	font-weight: 100;
}

.contact_form label{
	display: block;
	color: #333;
}

.form_container{
	display: block;
	border: 1px solid #CCC;
	background: #f3f3f3;
	padding: 10px 16px;
}

.form.left{
	width: 280px;
}

.form.right{
	text-align: left;
	width: 450px;
}

.contact_form .textfield, .contact_form .textarea{
	outline: none;
	border: 1px solid #AAA;
	background: #FFF;
	padding: 10px;
	color: #333;
	font-size: 14px;
	font-family: arial;
	margin: 0px;
	box-sizing: border-box;
	width: 100%;
}

.contact_form .textarea{
	height: 186px;
}

.form_buttons{
	text-align: right;
}

.form_buttons input{
	color: #FFF;
	background: #3d3d3d;
	border: 1px solid #3d3d3d;
	padding: 8px 20px;
	cursor: pointer;
	margin-left: 12px;
	outline: none;
}

.form_buttons input:hover{
	background: #595959;
	border: 1px solid #222;
}

.form_buttons input:active{
	background: #1c1c1c;
	border: 1px solid #000;
}

.head_container{
	margin: 0px;
	padding: 0px;
	background: #FFF;
	position: relative;
}

.banner_image img{
	width: 100%;
	margin: 0px;
	padding: 0px;
	min-height: 296px;
}

.banner_wrapper{
	overflow: hidden;
	width: 100%;
	height: 296px;
	position: relative;
	z-index: 2;
	border-bottom: 4px solid #7F0427; 
}

.banner_image{
	position: absolute;
	z-index: 1;
	width: 100%;
}

.banner_shadow{
	background-image: url("../images/base_shadow.png");
	background-position: center top;
	background-repeat: no-repeat;
	height: 20px;
	position: absolute;
	z-index: 5;
	width: 100%;
}

.caption_text{
	background: #D5D5D5;
	margin: 8px;
	padding: 8px 16px;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 300;
	line-height: 38px;
}

.caption_text span{
	color: #A90D37;
	font-weight: 600;
}

.banner_caption{
	background: #FFF;
	border: 1px solid #CCC;
	position: absolute;
	z-index: 8;
	width: 400px;
}

.caption_shadow{
	background-image: url("../images/caption_shadow.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 200px;
	margin-left: 218px;
	height: 121px;
	position: absolute;
	z-index: 9;
}

.caption_shadow.boundaries{
	height: 159px;
}

.banner_caption_wrapper{
	display: inline-block;
	padding-left: 500px;
	width: 444px;
}

.banner_wrapper_container{
	width: 100%;
	position: absolute;
	display: none;
}

.banner_wrapper_container.current{
	/*display: block;*/
}
.banner_caption_container{
	margin-top: -60px;
}

.page_container{
	padding: 0px 0px 0px;
	margin: 0px auto;
	background: #FFF;
	box-shadow: 0px 0px 7px #222;
	background: #FFF;
}

.banner_container{
	height: 300px;
}

.page_container .page_inner{
	padding: 20px 60px;
}

.page_container.home .page_inner{
	padding: 100px 60px 20px;
}

.page_container.home .page_inner p{
	line-height: 24px;
}

.page_container h1{
	font-weight: 600;
	margin: 0px 0px 12px
}

.page_inner{
	font-size: 13px;
}

.page_container .page_inner p{
	margin: 0px 0px 12px;
}

.page_footer{
	background: #4a4d52;
	color: #FFF;
	border-bottom: 3px solid #7f0427;
}

.top_nav ul .subnav{
	position: absolute;
	color: #333;
	font-size: 14px;
	text-transform: none;
	z-index: 12;
	margin: 14px 0px 0px;
	padding: 0px;
	display: none;
	width: 150px;
	border-top: 3px solid #7f0427;
	box-shadow: 0px 0px 5px #777;
	background: #FFF;
}

.subnav li{
	display: block;
	margin: 0px;
	padding: 0px;
}

li.has_subnav:hover .subnav{
	display: inline-block;
}

.top_nav ul .subnav li a{
	display: block;
	margin: 0px;
	padding: 8px 12px;
	text-align: left;
	line-height: 12px;
	padding: 8px 0px 8px 12px;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 13px;
	font-weight: 400;
	
	-webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.top_nav ul .subnav li a:hover{
	background: #E5E5E5;
}

.page_image_wrapper{
	margin: -100px 0px 0px 400px;
	padding: 0px 16px 12px 0px;
	display: inline-block;
	position: absolute;
	background-image: url("../images/caption_shadow.png");
	background-position: right bottom;
	background-repeat: no-repeat;
}

.page_image_wrapper.naturalgas{
	margin-left: 450px;
}

.page_image{
	display: inline-block;
	border: 1px solid #AAA;
	padding: 8px;
	background: #FFF;
}

.page_image img{
	margin: 0px;
	padding: 0px;
}

.page_container.imagepage h1{
	margin-top: 64px;
	margin-bottom: 20px;
}

h2{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #444;
	text-transform: uppercase;
	margin-bottom: 12px;
}

h3{
	font-size: 18px;
	margin: 0px 0px 12px;
}

.spacer{
	height: 12px;
}

.separator{
	background: #7f0427;
	height: 2px;
	box-shadow: 0px 0px 5px #444; 
	margin: 12px 0px 0px;
}

.list_header{
	color: #7f0427;
	font-size: 14px;
	font-weight: 700;
}

.spacer.large{
	height: 50px;
}

.hash_bg{
	background-image: url("../images/hash_bg.gif");
	padding: 18px;
}

.product_subsection{
	display: block;
	overflow: auto;
	margin-top: 40px;
}

.product_subsection .left{
	float: left;
	display: inline-block;
	width: 400px;
}

.product_subsection .left h2{
	font-weight: 600;
}

.product_buttons{
	float: right;
	display: inline-block;
	margin-top: 112px;
}

.hash_bg .left{
	width: 340px;
	margin-right: 50px;
}

.hash_container{
	overflow: auto;
}

.products_bottom{
	background: #FAFAFA;
	border-top: 1px solid #E2E2E2;
}

.accessory_image_wrapper{
	padding: 0px 16px 12px 0px;
	display: inline-block;
	background-image: url("../images/caption_shadow.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	display: inline-block;
}

.accessory_image{
	display: block;
	background: #FFF;
	border: 1px solid #BBB;
	padding: 12px;
}

.product_button.accessory{
	height: 28px;
}

.product_button.accessory span{
	margin-top: 5px;
}

.accessory_name{
	font-weight: 400;
	text-transform: uppercase;
}

.accessory_wrapper{
	float: left;
	display: inline-block;
}

.accessory_name span{
	font-weight: 600;
	font-size: 11px;
	font-style: italic;
}

.accessory_description{
	width: 180px;
	display: inline-block;
	padding: 0px 0px 0px 20px;
	color: #333;
	font-size: 11px;
}

.accessory_separator{
	float: left;
	display: inline-block;
	margin-right: 36px;
	border-left: 1px solid #DDD;
	height: 300px;
}

.accessories{
	display: block;
	overflow: auto;
	padding-top: 24px;
}

.accessory_separator{
}

.banner_header_shadow{
	background-image: url("../images/base_shadow.png");
	height: 56px;
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	width: 944px;
	z-index: 3;
}

.top_prices{
	border: 2px solid #7f0427;
	width: 340px;
	margin-top: 20px;
}

.top_prices_inner{
	padding: 0px;
	padding: 8px;
}

.top_prices .price{
	font-size: 20px;
	font-weight: bold;
}

.top_prices .price span{
	float: right;
	color: #7f0427;
}