/*
simplicitycommunications.net
author: matt klaman
*/

html {
height: 100%;
margin: 0; }

body {
width: 100%;
height: 100%;
background: #fff;
font: 14px Arial, Garuda, sans-serif;
padding: 0;
margin: 0; }

html, h1, h2, h3, h4, h5, h6, a, div, span, em, img, ul, font, hr {
font-size: 100%;
text-decoration: none;
line-height: 1.5em;
font-weight: normal;
font-style: normal;
color: #5a5a5a;
outline: none;
border: 0;
padding: 0;
margin: 0; }

ul { list-style: none; }

p {margin: 1em 0;}

a {color: #E81C1D;}

hr {
	float: left;
	width: 100%;
	height: 1px;
	background: #e3e3e3;
	margin: 20px 0 30px 0;
	clear: both;
}
/* HEADING TAGS */

h1 {
	font-size: 26px;
	font-weight: bold;
	text-transform:uppercase;
	color: #444;
	margin: 0 0 20px 0;
}
h2 {
	font-size: 26px;
	font-weight: bold;
	text-transform:uppercase;
	color: #444;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #444;
}
h4 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 20px;
	margin-top: 16px;
	margin-bottom: 4px;
}

/* LINK TAGS */

a:active {
outline: none; }

a:focus {
-moz-outline-style: none;
outline: none; }

/* FORCED FONT PROPERTIES */
.bold {font-weight: bold;}

/*DIV STRUCTURE ELEMENTS*/
.clear {clear: both;}
.left {float: left;}
.right {float: right;}
.hidden {visibility: hidden;}

/* SPRITE NAVIGATION - DELETE IF NOT NEEDED */
#nav-list {
float: right;
width:543px;
height:30px;
background:url(../images/nav-sprite.png) no-repeat;
margin: 50px 0 0 0;
position: relative; }

#nav-list span {
display: none; }

#nav-list li, #nav-list a {
height:30px;
display:block;
border: none;}

#nav-list li {
float:left;
list-style:none;
display:inline; }

#nav1 {width: 58px;}
#nav2 {width: 106px;}
#nav3 {width: 111px;}
#nav4 {width: 102px;}
#nav5 {width: 77px;}
#nav6 {width: 89px;}

#nav1 a:hover {background:url(../images/nav-sprite.png) 0px -30px no-repeat; }
#nav2 a:hover {background:url(../images/nav-sprite.png) -58px -30px no-repeat; }
#nav3 a:hover {background:url(../images/nav-sprite.png) -164px -30px no-repeat; }
#nav4 a:hover {background:url(../images/nav-sprite.png) -275px -30px no-repeat; }
#nav5 a:hover {background:url(../images/nav-sprite.png) -377px -30px no-repeat; }
#nav6 a:hover {background:url(../images/nav-sprite.png) -454px -30px no-repeat; }

#nav-list li ul.sub-nav {
	position: absolute;
	left: 64px;
	display: none;
	width: 435px;
	height: 39px;
	background: url(../images/sub-nav.png) no-repeat bottom;
	z-index: 999;
	padding: 23px 24px 0 24px;
}

#nav-list li ul.sub-nav li {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #c3c3c3;
	margin: 0 14px;
}
#nav-list li ul.sub-nav li a {
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	color: #c3c3c3;
}

#nav-list li ul.sub-nav li a:hover {
	background: none;
	color: #005c9a;
}
#nav-list li:hover ul.sub-nav, #nav-list li.over ul.sub-nav {
display: block;
}

/* BEGIN SITE SPECIFIC CSS */

/* HEADER */
#header {
	position: relative;
	height: 142px;
}
#header .logo {
	float: left;
	margin: 20px 0 0 0;
}

/* FEATURE */
#feature {
	position: relative;
	top: -38px;
	height: auto;
	width: 100%;
	background: #e81c1d url(../images/feature-background.png) repeat-x bottom;
	/*padding: 6px 0;*/
}
#feature .details {
	padding: 6px 0 14px 0;
}
#feature .banner {
	height: 290px;
	background: url(../images/featured-tvad.png) no-repeat right;
}
#feature.home {
	/*padding: 6px 0 14px 0;*/
}
#feature p.switch {
	font-size: 24px;
	font-weight: bold;
	color: #8a0000;
	margin: 16px 0;
}
#feature p.page-title {
	font-size: 28px;
	line-height: 62px;
	color: #fff;
	margin: 0;
}
#feature p.title {
	font-size: 52px;
	line-height: 52px;
	color: #fff;
	margin: 0;
}
#feature p.sub-title {
	font-size: 32px;
	line-height: 32px;
	color: #fff;
	margin: 6px 0 0 0;
}

/* ACTION BUTTON */
.action-button {
	display: block;
	width: 286px;
	height: 78px;
	text-align: center;
	font-size: 32px;
	line-height: 78px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #e5a700;
	color: #fff;
	background: url(../images/action-button-large.png) no-repeat;
}

.action-button-small {
	display: block;
	width: 193px;
	height: 56px;
	text-align: center;
	font-size: 24px;
	line-height: 56px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #e5a700;
	color: #fff;
	background: url(../images/action-button.png) no-repeat;
	margin: 5px 13px 0 13px;
}

/* HOMEPAGE */
/* LEFT CONTENT */
h1.home {
	margin-top: 30px;
}
/* RIGHT BLOCK */
.right-block {
	width: 190px;
	min-height: 270px;
	background: url(../images/right-block.png) no-repeat left top;
	padding: 30px 0 0 30px;
}
.right-block ul li {
	font-weight: bold;
	font-style: italic;
	color: #4f4f4f;
	line-height: 30px;
	text-decoration: underline;
}
.right-block ul li.more {
	color: #d01112;
	text-decoration: none;
}

/* ITEM */
.item {
	margin: 0 0 26px 0;
	overflow: hidden;
}
.item p {
	margin: 0;
}

/* IMAGE WRAP */
.image-wrap {
	float: left;
	width: 208px;
	height: 110px;
	background: url(../images/image-wrap.png) no-repeat;
	padding: 6px;
	margin-right: 20px;
}

/* SERVICES */
#services {
	margin-bottom: 30px;
}
.service p {
	margin: 0;
}
.service ul {
	font-size: 12px;
	color: #000;
	border-top: 1px dotted #e3e3e3;
	margin: 38px 0;
}
.service.tv ul {
	font-size: 12px;
	color: #000;
	border-top: 1px dotted #e3e3e3;
	margin: 81px 0 38px 0;
}
.service ul li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dotted #e3e3e3;
	font-weight: bold;
	padding: 0 6px;
}
.service.security h1 {
	height: 80px;
	line-height: 80px;
	font-size: 26px;
	color: #ffce07;
	background: url(../images/services-security.png) no-repeat;
	padding: 0 0 0 112px;
}
.service.tv h1 {
	height: 80px;
	line-height: 80px;
	font-size: 26px;
	color: #ffce07;
	background: url(../images/services-tv.png) no-repeat;
	padding: 0 0 0 112px;
}
.service.internet h1 {
	height: 80px;
	line-height: 80px;
	font-size: 26px;
	color: #ffce07;
	background: url(../images/services-internet.png) no-repeat;
	padding: 0 0 0 112px;
}

/* QUOTE */
#quote {
	margin-bottom: 40px;
}
#quote .quote h1 {
	color: #ffce07;
}
#quote .quote h2 {
	font-size: 18px;
	color: #005c9a;
}

.form-item {
	margin: 0 0 12px 0;
}
form label {
	font-size: 12px;
	color: #707070;
}
form input {
	width: 140px;
	margin: 0 10px 0 0;
}
form textarea {
	width: 280px;
	height: 120px;
}
form input.short {
	width: 20px;
	text-align: center;
}
form select {
	width: 140px;
}
form input.radio, form input.check {
	width: 20px;
	margin: 6px 6px 6px 0;
}
.product-wrap {
	width: 460px;
	height: 92px;
	background: url(../images/product-wrap.png) no-repeat;
	overflow: hidden;
	padding: 8px 0;
	margin: 8px 0 12px 0;
}
.product {
	float: left;
	width: 230px;
	text-align: center;
}
ul.emails li {
	height: 32px;
	font-size: 12px;
	line-height: 32px;
}
ul.emails li p {
	float: left;
	width: 140px;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	color: #005C9A;
	margin: 0;
}
ul.emails li a {
	float: left;
	height: 32px;
	line-height: 32px;
}

/* HELP */
#help {
	margin-bottom: 40px;
}
a.questions {
	color: #d01112;
}
p.question {
	font-weight: bold;
	color: #005c9a;
	margin: 0;
}
.answers div {
	margin: 20px 0 20px 0;
}
.answers div p {
	margin: 0;
}
a.top {
	background: url(../images/top.png) no-repeat;
	font-size: 11px;
	color: #ccc;
	padding: 0 0 0 16px;
}

/* MARKETS */
#markets {
	margin-bottom: 40px;
}
#markets .item {
	margin: 0 0 46px 0;
	overflow: hidden;
}
#markets .item h3 {
	color: #005c9a;
	margin: 0 0 6px 0;
}

/* INSTALLATION */
.installation ol {
	font-size: 12px;
	list-style: disc;
	padding: 0 0 0 24px;
}
.installation ol li ol {
	font-size: 12px;
	list-style: circle;
}

/* FOOTER */
#footer {
	height: 156px;
	background: #262626;
}
#footer .patch {
	width: 192px;
	height: 140px;
	background: url(../images/footer-patch.png) repeat-y;
	padding: 16px 14px 0 14px;
}
#footer .patch img {
	width: 80px;
	margin: 0 56px;
}
#footer .patch p {
	font-size: 11px;
	font-weight: bold;
	color: #696969;
	margin: 0;
}
#footer .quote {
	text-align: center;
}
#footer .quote p {
	font-size: 12px;
	font-weight: bold;
	color: #025c9a;
	margin: 0 0 10px 0;
}
#footer ul li {
	height: 18px;
	line-height: 18px;
}
#footer ul li a {
	font-size: 12px;
	color: #696969;
}
#footer ul li a.main {
	font-size: 12px;
	font-weight: bold;
	color: #025c9a;
}

/* 960 GRID */
.container_12,.container_16{margin-left:auto;margin-right:auto;width:960px;overflow:hidden;}.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16{display:inline;float:left;margin-left:10px;margin-right:10px}.container_12 .grid_3,.container_16 .grid_4{width:220px}.container_12 .grid_6,.container_16 .grid_8{width:460px}.container_12 .grid_9,.container_16 .grid_12{width:700px}.container_12 .grid_12,.container_16 .grid_16{width:940px}.alpha{margin-left:0}.omega{margin-right:0}.container_12 .grid_1{width:60px}.container_12 .grid_2{width:140px}.container_12 .grid_4{width:300px}.container_12 .grid_5{width:380px}.container_12 .grid_7{width:540px}.container_12 .grid_8{width:620px}.container_12 .grid_10{width:780px}.container_12 .grid_11{width:860px}.container_16 .grid_1{width:40px}.container_16 .grid_2{width:100px}.container_16 .grid_3{width:160px}.container_16 .grid_5{width:280px}.container_16 .grid_6{width:340px}.container_16 .grid_7{width:400px}.container_16 .grid_9{width:520px}.container_16 .grid_10{width:580px}.container_16 .grid_11{width:640px}.container_16 .grid_13{width:760px}.container_16 .grid_14{width:820px}.container_16 .grid_15{width:880px}.container_12 .prefix_3,.container_16 .prefix_4{padding-left:240px}.container_12 .prefix_6,.container_16 .prefix_8{padding-left:480px}.container_12 .prefix_9,.container_16 .prefix_12{padding-left:720px}.container_12 .prefix_1{padding-left:80px}.container_12 .prefix_2{padding-left:160px}.container_12 .prefix_4{padding-left:320px}.container_12 .prefix_5{padding-left:400px}.container_12 .prefix_7{padding-left:560px}.container_12 .prefix_8{padding-left:640px}.container_12 .prefix_10{padding-left:800px}.container_12 .prefix_11{padding-left:880px}.container_16 .prefix_1{padding-left:60px}.container_16 .prefix_2{padding-left:120px}.container_16 .prefix_3{padding-left:180px}.container_16 .prefix_5{padding-left:300px}.container_16 .prefix_6{padding-left:360px}.container_16 .prefix_7{padding-left:420px}.container_16 .prefix_9{padding-left:540px}.container_16 .prefix_10{padding-left:600px}.container_16 .prefix_11{padding-left:660px}.container_16 .prefix_13{padding-left:780px}.container_16 .prefix_14{padding-left:840px}.container_16 .prefix_15{padding-left:900px}.container_12 .suffix_3,.container_16 .suffix_4{padding-right:240px}.container_12 .suffix_6,.container_16 .suffix_8{padding-right:480px}.container_12 .suffix_9,.container_16 .suffix_12{padding-right:720px}.container_12 .suffix_1{padding-right:80px}.container_12 .suffix_2{padding-right:160px}.container_12 .suffix_4{padding-right:320px}.container_12 .suffix_5{padding-right:400px}.container_12 .suffix_7{padding-right:560px}.container_12 .suffix_8{padding-right:640px}.container_12 .suffix_10{padding-right:800px}.container_12 .suffix_11{padding-right:880px}.container_16 .suffix_1{padding-right:60px}.container_16 .suffix_2{padding-right:120px}.container_16 .suffix_3{padding-right:180px}.container_16 .suffix_5{padding-right:300px}.container_16 .suffix_6{padding-right:360px}.container_16 .suffix_7{padding-right:420px}.container_16 .suffix_9{padding-right:540px}.container_16 .suffix_10{padding-right:600px}.container_16 .suffix_11{padding-right:660px}.container_16 .suffix_13{padding-right:780px}.container_16 .suffix_14{padding-right:840px}.container_16 .suffix_15{padding-right:900px}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:'.';display:block;visibility:hidden;height:0}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}