/* //////// GLOBAL OBJECTS ///////// */
* {
	margin:0;
	padding:0;
	border:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

.mainHold {
	width:972px;
	text-align:left;
	margin:auto;
	margin-top:10px;
}

.logo {
	float:left;
	margin:10px 0 0 5px;
}

.logo img {
	width:223px;
	height:72px;
}

a {
	color:#003399;
	text-decoration:underline;
}

a.log {
	color:#dddddd;
	text-decoration:underline;
	font-size:9px;
}

a.grey {
	color:#333;
	text-decoration:none;
}

a.grey:hover {
	text-decoration:underline;
}

.blue {
	color:#003399;
}

hr {
	float:left;
	border-top:1px solid #ccc;
	height:1px;
}




/*NAVIGATION*/


#mainNav{
	width:958px;
	height:45px;
	float:left;
	background:url(../img/main_nav_bg.png) no-repeat;
	z-index:6;
	font-size:12px;
	padding:5px 7px 0 12px;
}

.login {
	color:#fff;
	float:right;
	background:url(../img/login_bg.png) no-repeat;
	width:217px;
	height:79px;
	margin:0 5px 2px 0;
	padding:5px;
}

.login form{
	margin:0px;
	padding:0px;
}

.login input {
	background:url(../img/input_bg.png) repeat-x;
	height:16px;
	border:1px solid #ccc;
	width:120px;
}

.login .btn {
	border:0px;
	background:url(../img/btn_login_bg.png) no-repeat;
	width:78px;
	height:19px;
	text-align:center;
	font-size:12px;
	text-decoration:none;
	display:block;
	float:right;
	color:#666;
	cursor:pointer;
	padding-bottom:2px;
}

.login a {
	color:#dddddd;
	text-decoration:underline;
	font-size:9px;
}


/*HOME BODY AND CONTENT*/


.homeImage {
	float:left;
	width:972px;
	height:275px;
}

.homeSection {
	float:left;
	width:960px;
	padding:0 7px 0 7px;
}

.homeSection a {
	color:#003399;
	text-decoration:none;
}

.homeSection a:hover {
	text-decoration:underline;
}

.homeSection .date {
	color:#003399;
	font-weight:bold;
	display:block;
	padding-bottom:5px;
}

.homeSection .newsTxt {
	color:#333;
	display:block;
	padding-bottom:20px;
}	

.homeSection .left .header-image, .homeSection .center .header-image, .homeSection .right .header-image{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:322px;
	height:155px;
	z-index:2;
}

.homeSection .left .header-image a, .homeSection .center .header-image a, .homeSection .right .header-image a{
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	display:block;
	padding-top:130px;
	padding-left:50px;
	padding-bottom:10px;	
}

.homeSection .header-image .ZoneDesignerFull a{
	padding:0px;
}

.homeSection .left {
	float:left;
	width:324px;
	margin:-2px 0 0 -6px;
	position:relative;
	padding-top:170px;
	*margin-left:-3px;
}

.homeSection .left .body{
	width:294px;
	margin:0 0 0 16px;
	color:#333;
}

.homeSection .left .header-image{
	background:url(../img/product-registration.jpg);
}

.homeSection .center {
	float:left;
	width:324px;
	margin:-2px 0 0 0;
	position:relative;
	padding-top:170px;
}

.homeSection .center .body {
	width:294px;
	margin:0 0 0 16px;
	color:#333;
}

.homeSection .center .header-image{
	background:url(../img/for-resellers.jpg);
}

.homeSection .right {
	float:left;
	width:324px;
	margin:-2px -6px 0 0;
	position:relative;
	padding-top:170px;
}

.homeSection .right .body {
	width:294px;
	margin:0 0 0 16px;
	color:#333;
}

.homeSection .right .header-image{
	background:url(../img/bountiful-wifi-news.jpg);
}

.homeSection ul li {
	color:#003399;
	list-style-image:url(../img/li_arrow.gif);
	list-style-position:outside;
	margin-left:18px;
	*margin-left:15px;
	padding-bottom:3px;
}

/*T2 BODY AND CONTENT*/

.contact {
	float:left;
	width:950px;
	margin-top:15px;
	margin-left:15px;
}

.nav_to_content_separator{
	border-top:1px solid #e6e6e6;
	float:left;
	margin-top:7px;
	width:955px;
	margin-left:9px;
}

.contact h1 {
	font-size:18px;
	color:#003399;
	font-weight:normal;
	margin-bottom:15px;
}

.contact h2{
	color:#003399;
	font-weight:normal;
	font-size:12px;
	margin-top:15px;
	margin-bottom:15px;
}

.contact .map {
	float:right;
	margin:20px;
	margin-top:6px;
	margin-right:26px;
}

.products {
	width:960px;
	margin:5px 0 0 7px;
	float:left;
}

.products .sep {
	height:20px;
	width:960px;
	float:left;
	border-top:1px solid #ccc;
}

.vertDash {
	float:left;
	background:url(../img/dashed_line.png) no-repeat;
	width:1px;
	height:240px;
	margin:10px 0 10px 0;
}

.products h1 {
	font-size:24px;
	color:#f47d30;
	font-weight:normal;
	margin:10px 0 10px 0;
}

.products .productArea {
	width:285px;
	float:left;
	padding:15px;
	text-align:left;
	border-right:1px #ccc dotted;
	margin-top:15px;
}

.products .productArea h2 {
	font-size:20px;
	color:#003399;
	margin:20px 0 5px 0;
	font-weight:normal;
}

.products .productArea h2 a{
	text-decoration:none;
	color:#003399;
}

.register {
	float:left;
	width:950px;
	margin-top:15px;
	margin-left:15px;
}

.register h1 {
	font-size:18px;
	color:#003399;
	font-weight:normal;
	margin-bottom:15px;
}

.register .sep {
	height:20px;
	width:960px;
	float:left;
	border-top:1px dashed #ccc;
	margin-top:20px;
}

.register table {
	clear:both;
}

.reqField {
	float:right;
	margin-right:130px;
}

.register input {
	background:url(../img/input_bg.png) repeat-x;
	height:16px;
	border:1px solid #ccc;
	width:200px;
	color:#333;
}

.register select {
	background:url(../img/input_bg.png) repeat-x;
	height:20px;
	border:1px solid #ccc;
	width:203px;
	color:#333;
}

.register select option {
	background-color:#ccc;
	border:0;	
}

.registerSubmit {
	margin:25px 0 0 280px;
	clear:both;
}

.registerSubmit input{
	background:none;
	border:0px;
	background:url(../img/btn_r_arrow.gif) left no-repeat;
	width:auto;
	padding-left:60px;
	margin-top:10px;
	cursor:pointer;
	text-align:left;
}

.homeSectionImage {
	float:left;
	position:relative;
	z-index:5;
}

/*FOOTER*/

.footer {
	margin-top:7px;
	width:955px;
	margin-left:9px;
	border-top:1px solid #888;
	float:left;
	margin-top:15px;
	font-size:10px;
	color:#888;
	padding:9px 0 0 0;
}

.footer a {
	color:#888;
	text-decoration:underline;
}

/*PRODUCT DETAILS*/

.product-details{
	width:955px;
	float:left;
	margin-top:7px;
	margin-left:9px;
}
.product-details .top{
	border-bottom:1px solid #e7e7e7;
	padding-top:21px;
	padding-bottom:21px;
}

.product-details .top img{
	margin-right:40px;
	margin-bottom:15px;
	margin-left:37px;
}

.product-details .top h1{
	font-weight:normal;
	color:#1c3f94;
	font-size:18px;
}

.product-details .bottom-content-holder-top{
	background:url(../img/top-product-details.gif) bottom no-repeat;
	width:961px;
	height:9px;
	margin-top:-4px;
}
.product-details .bottom-content-holder-middle{
	border-right:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	width:902px;
	padding:29px;
	padding-top:9px;
	padding-bottom:9px;
}
.product-details .bottom-content-holder-bottom{
	background:url(../img/bottom-product-details.gif) top no-repeat;
	width:962px;
	height:11px;
}
.product-details .bottom-content-holder-middle h2{
	margin-top:33px;
	margin-bottom:31px;
	font-size:12px;
}
.product-details .bottom-content-holder-middle ul li{
	list-style:url(../img/orange_bullet.gif);
	*list-style:url(../img/orange_bullet_ie.gif);
	margin-left:15px;
	*margin-left:17px;
}
