﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0 none;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:baseline;
}

a img {
	border: none;
}

a {
	outline-style: none;
}

body {
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 10pt;
	margin-top: 10px;
	background-color: #F1F1F1;
	background-image: url(../img/grey_fade_bg.jpg);
	background-repeat: repeat-x;
}

body div {
	margin:0 auto;
	width: 950px;
}

.header 
{
	height: 100px;
	font-size: 8.5pt;
}

.content 
{
	height: 415px;
	border: 1px solid #003399;
	border-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../img/bg_blank.jpg);
	background-repeat: no-repeat;
	background-position: left 70px;
}

.form 
{
	height: 139px;
	background-image: url(../img/form_bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #003399;
	border-top: 0px;
	width: 930px;
	padding: 60px 0px 0px 20px;
}

.footer  
{
	font-size: 8.5pt;
	margin-top: 20px;
	height: 50px;
}

.header, .shadow, .footer 
{
	padding-right: 8px;
}

.shadow 
{
	background-image: url(../img/shadow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 8px;
}

#top-nav, #main-nav, #footer-nav 
{
	list-style: none;
	list-style-position: outside;
}

#top-nav li, #main-nav li, #footer-nav li
{
	float: left;
}

#top-nav li a, #footer-nav li a
{
	display: block;
	padding: 0px 5px 0px 5px;
	border-left: 1px solid #003399;
}

#top-nav li a.firstLink, #footer-nav li a.firstLink
{
	border-left: none;
}

#top-nav
{
	float: right;
}

#footer-nav 
{
	padding-bottom: 10px;
}

#top-nav a
{
	color: #4E7474;
}

#footer-nav a, cite
{
	color: #003399;
}

.header span.leftCap 
{
	display: block;
	float: right;
	clear: right;
	background-image: url(../img/phone_bg_left.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 35px 0px 0px 0px;
	padding: 0px;
}

.header span.rightCap 
{
	display: block;
	float: left;
	width: inherit;
	background-image: url(../img/phone_bg_right.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

.header h3 
{
	float: left;
	height: 32px;
	text-align: center;
	padding: 6px 0px 0px 0px;
	color: #0066ff;
	font-weight: bold;
	font-size: 16pt;
	background: url(../img/phone_bg.jpg) repeat-x;
	margin: 0px 12px 0px 12px;
}

.logo 
{
	display: block;
	text-indent: -9999px;
	float: left;
	width: 425px;
	height: 95px;
	/*negative doesn't work in IE 6*/
	margin: 5px 0 0 -23px;
	background: url(../img/logo.jpg) no-repeat;
}

.content h1 
{
	text-indent: -9999px;
	width: 683px;
	height: 40px;
	margin: 10px auto 0 auto;
	background: url(../img/title.jpg) no-repeat;
}

.hide 
{
	display: none;
}

#panels div
{
	height: 270px;
	padding-top: 30px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#panels p 
{
	text-align: justify;
}

#panels div h3, #panels div p
{
	margin: 0 20px 8px 550px;
}

#panels div h3
{
	color: #0066ff;
	font-size: 12pt;
	font-weight: bold;
}

#main-nav li a
{
	display: block;
	width: 190px;
	height: 65px;
	text-indent: -9999px;
	background-image: url(../img/main_nav_sprite.png);
	background-repeat: no-repeat;
}

#main-nav li a:hover, #main-nav li a.active
{
	
}

#navEquipment
{
	background-position: 0px 0px;
}
#navGuarantee
{
	background-position: -190px 0px;
}
#navAdvance
{
	background-position: -380px 0px;
}
#navServices
{
	background-position: -570px 0px;
}
#navSupport
{
	background-position: -760px 0px;
}

#navEquipment:hover, #navEquipment.active
{
	background-position: 0px -65px;
}
#navGuarantee:hover, #navGuarantee.active
{
	background-position: -190px -65px;
}
#navAdvance:hover, #navAdvance.active
{
	background-position: -380px -65px;
}
#navServices:hover, #navServices.active
{
	background-position: -570px -65px;
}
#navSupport:hover, #navSupport.active
{
	background-position: -760px -65px;
}

/*
#panelEquipment, #panelGuarantee, #panelAdvance, #panelSupport 
{
	padding: 0 20px 8px 550px;
}

#panels div#panelBlank 
{
	position: absolute;
	z-index: 99;
	background-image: url(../img/bg_blank.jpg);
}
*/
#panels 
{
	height: 300px;	
}

#panelRetail, #panelWireless, #panelAdvance, #panelGuarantee, #panelServices, #panelSupport 
{
	position: absolute;
}

/*
#panelRetail 
{
	background-image: url(../img/panel_equipment_retail.jpg);
}

#panelWireless
{
	background-image: url(../img/panel_equipment_wireless.jpg);
}

#panelSupport
{
	background-image: url(../img/panel_support.jpg);
}

#panelAdvance
{
	background-image: url(../img/panel_advance.jpg);
}

#panelGuarantee
{
	background-image: url(../img/panel_guarantee.jpg);
}

#panelServices
{
	background-image: url(../img/panel_services.jpg);
}
*/

#panels #panelRetail h3 
{
	float: left;
	width: 700px;
	/* IE 6 doubles this for some reason */
	margin: 0px 0px 0px 150px;
}

#panels #panelRetail p 
{
	float: left;
	width: 300px;
	margin: 8px 0px 0px 30px;
}

#panels #panelRetail p.firstRetailP 
{
	/* IE 6 doubles this for some reason */
	margin-left: 150px;
}

#panels #panelWireless h3
{
	margin: 0px 0px 0px 520px;
}

#panels #panelWireless p.first
{
	margin: 8px 0px 0px 520px;
	width: 300px;
}

#panels #panelWireless p.second
{
	margin: 10px 0px 0px 520px;
	width: 230px;
}

#panelGuarantee .rate 
{
	position: absolute;
	font-size: 16pt;
	font-weight: bold;
}

.sideLink 
{
	display: block;
	position: absolute;
	left: 784px;
	top: 102px;
	text-indent: -9999px;
	width: 164px;
	height: 196px;
	/*border: 1px dashed #c00;*/
}

#rate1 
{
	left: 175px;
	top: 80px;
}

#rate2 
{
	left: 340px;
	top: 80px;
}

#rate3 
{
	left: 175px;
	top: 155px;
}

#rate4 
{
	left: 340px;
	top: 155px;
}

#panels #panelServices h3 
{
	margin: 0px 0px 10px 20px;
	height: 25px;
	width: 450px;
	padding: 6px 0px 0px 34px;
	background-image: url(../img/bg_service_header_off.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

#panels #panelServices p 
{
	position: absolute;
	width: 400px;
	margin: 0px;
	left: 525px;
	top: 20px;
	padding-top: 125px;
	visibility: hidden;
	background-repeat: no-repeat;
}

#panels #panelServices h3.over 
{
	background-image: url(../img/bg_service_header.gif);
	/*color: #9933FF;*/
}

#panels #panelServices p.over 
{
	visibility: visible;
}

.form h3 
{
	display: none;
}

#webform, #thanks 
{
	width: 100%;
	margin: 0px 0px;
}

#webform input, #webform select 
{
	width: 175px;
	margin: 0px 20px 10px 0px;
	color: #333333;
	background-color: #ffffff;
	background-image: url(../img/input_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid  #4E7474;
	padding: 2px;
	float: left;
}

#webform #txtPhone1, #webform #txtPhone2 
{
	width: 30px;
	margin: 0px 2px 10px 0px;
}

#webform #txtPhone3
{
	width: 45px;
	margin: 0px 0px 10px 0px;
}

#webform br 
{
	clear: both;
}

#webform p 
{
	float: left;
	width: 400px;
	font-weight: bold;
	font-size: 11pt;
	
	margin-right: 66px;
	padding: 2px;
}

#webform #phone 
{
	color: #4D4D4D;
}

#webform #lblErrorMsg 
{
	background-color: #ffeeee;
	color: #CC0000;
	display: none;
}

#webform #btnContact
{
	border: 0px solid;
	background: none;
	width: 161px;
	height: 27px;
	float: left;
	padding: 0px;
}

#webform label
{
	display: block;
	width: 120px;
	font-size: 11pt;
	float: left;
	text-align: right;
	padding-right: 5px;
	color: #555555;
	font-weight: bold;
}

#thanks 
{
	padding-left: 100px;
	padding-top: 25px;
	color: #555555;
}

#thanks h4 
{
	font-size: 14pt;
	font-weight: bold;
	color: #336666;
}

#thanks p 
{
	font-size: 12pt;
}

#panels ul 
{
	margin-left: 50px;
}

#panels li a 
{
	font-size: 12pt;
}

#bbb 
{
	display: block ;
	float: right;
	width: 135px;
	height: 48px;
	margin-top: -50px;
	text-indent: -9999px;
	background-image: url(../img/bbb.gif);
	background-repeat: no-repeat;
}

#bbb:hover 
{
	background-position: left -48px;
}

/* POPUP */
#popup 
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 300px;
	background-image: url(../img/bg_popup.png);
	background-repeat: no-repeat;
}

#popup div
{
	font-size: 11pt;
	width: 460px;
	height: 255px;
	padding: 25px 20px 20px 20px;
}

#popup h3 
{
	color: #0066FF;
	font-size: 13pt;
	font-weight: bold;
}

#popup div p 
{
	margin-top: 10px;
}

#popup strong 
{
	color: #333333;
}

#popup #contact, #popup #about 
{
	display:none;
}

#popup .close 
{ 
	position: absolute;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	color: #003399;
}

#popup .close:hover
{
	text-decoration: underline;
}

#popup .top 
{
	margin-top: 8px;
	margin-left: 460px;
}

#popup .bottom 
{
	margin-top: -30px;
	margin-left: 440px;
}