body {
	font-size: .8em;
	font-family: Arial, sans-serif;
	background-color: #ffffff;
	color:#333333;
}
* {
	margin:0;
	padding:0;
	list-style:none;
}
html, body {
	height: 100%;
}
hr {
	display:none;
}
/* GLOBAL
-----------------------------------------------------------------------------------------*/
.clearfix:after { /* clear floats */
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* FORMS
----------------------------------------------------------------------------------------*/
fieldset {
	border:none;
}
fieldset br {
	clear:left;
}
fieldset label {
	display:block;
	float:left;
}
input.text {
	border:1px solid #999999;
	height:16px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	width: 105px;
	color:#333333;
}
input.big {
	border:1px solid #999999;
	height:24px;
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	width: 130px;
	color:#333333;
}
/* LINKS
--------------------------------------------------------------------------------------*/
a img {
	border:none;
}
a:focus {
	outline:none;
}
a, a:visited {
	color:#004990;
	text-decoration:none;
}
a:hover {
	color: #fe832f;
}
a:active {
	color: #fe832f;
}
/* HEADINGS
----------------------------------------------------------------------------------------*/
h1 {
	color: #684f40;
	font-size: 2em;
	font-weight: bold;
}
h2 {
	font-size: 1.5em;
	color: #df7a1c;
	font-weight:normal;
}
h3 {
	color: #684f40;
	font-weight: bold;
	font-size: 1.2em;
}
h4 {
	color:#df7a1c;
	font-size:1em;
	font-weight:bold;
}
h5 {
	font-family: Arial, sans-serif;
	font-size:16px;
	color:#684f40;
	font-weight:bold;
}
h6 {
	font-family: Arial, sans-serif;
	font-size:10px;
	color:#333333;
	font-weight:normal;
}
/* PAGE STRUCTURE
--------------------------------------------------------------------------------------*/
#holder {
	width: 950px;
	margin: 0 auto;
	background: #FFFFFF;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em; /* the bottom margin is the negative value of the footer's height */
}
#header {
	width: 950px;
	margin: 15px auto 0 auto;
	position:relative;
	z-index:1;
}
#nav {
	background:url(../images/bg_nav.gif) repeat-x top left;
	height:75px;
	clear:both;
	position:relative;
	top:-17px;
	margin-bottom: -15px;
}
#content {
	width: 925px;
	/*min-height:450px;
 height:auto !important;
 height:450px;*/
 margin: 0 auto;
}
#footer {
	background:#ffffff;
	text-align:center;
}
#footer, .push {
	height: 3.5em;/* .push must be the same height as .footer */
}
/* HEADER
--------------------------------------------------------------------------------------*/
.logo {
	background:url(../images/logo.gif) no-repeat top left;
	width: 126px;
	height:65px;
	display:block;
	float:left;
	text-indent:-999999px;
	overflow:hidden;
}
.cart-search {
	width: 360px;
	float:right;
	padding: 0px 0 0px 0;
	text-align: right;
	line-height:21px;
	font-family:Arial, Verdana;
	font-size:.9em;
}
input.go {
	background:url(../images/btn_gotop.png) no-repeat;
	border:0;
	width:41px;
	height:20px;/*border: 1px solid #e6e6e6;
 background:#004990;
 color:#FFFFFF;
 font-size:.9em;
 font-family: Arial,Verdana;*/
 }
input.btn-search {
	background:url(../images/btn_search.png) no-repeat;
	border:0;
	width:93px;
	height:20px;/*border: none;
 background:#004990;
 color:#ffffff;
 font-size:.9em;
 font-family:Arial,Verdana;*/
 }
/* MAIN NAVIGATION
--------------------------------------------------------------------------------------*/
#nav-wrapper {
	margin: 0 auto;
	width: 805px;
}
#nav ul {
	position:absolute;
	font-size:.9em;
	font-family: Arial, Verdana;
	font-weight:bold;
	top: 2px;
}
#nav ul li {
	float:left;
	font-size:1.2em;
}
#nav ul li a {
	color:#004990 !important;
	display:block;
	text-align:center;
	float:left;
}
#nav ul li a span {
	display:block;
	padding: 29px 28px 0 21px !Important;
	float:left;
	height:34px;
}
#nav ul li a:hover, #nav li:hover a, #nav li.sfhover a, #nav li.current a {
	color:#fe832f !important;
	cursor:pointer;
	background:url(../images/bg_hoverleft2.gif) no-repeat top left;
}
#nav ul li a:hover span, #nav li:hover a span, #nav li.sfhover span, #nav li.current a span {
	background:url(../images/bg_hoverright.gif) no-repeat top right;
}
#nav li ul {
	left:51px;
	width: 742px;
	display: none;
	text-align:right;
	font-size:0.8em;
	margin-top: 53px;
	color:#bfd7e8;
}
#nav li.last ul li {
	float:right;
}
#nav li:hover ul, #nav li.sfhover ul {
	display: block;
	z-index: 1000;
	background: #fff;
}
#nav li.current ul {
	/*visibility:visible;*/
display: block;
	z-index: 10;
}
#nav li:hover ul a, #nav li.sfhover ul a {
	color:#004990 !important;
}
#nav li ul li a, #nav li ul li a span, #nav li.current ul li a, #nav li.current ul li a span {
	display:inline !important;
}
#nav li ul li a, #nav li.current ul li a {
	padding: 0 2px;
	color:#004990 !important;
}
#nav li ul li a:hover, #nav li.current ul li a:hover, #nav li.current ul li a.selected-page {
	color:#fe832f !important;
	background:none !important;
}
#nav li ul li a:hover span, #nav li.current ul li a span {
	background:none !important;
}
/* FOOTER
--------------------------------------------------------------------------------------*/
#footer p {
	width: 950px;
	margin: 0 auto;
	font-size:.8em;
}
#footer p.footer-links {
	font-size:.9em;
	font-family: Arial, Verdana;
	color:#004990;
	padding: 0 0 5px 0;
}
#footer p.footer-links a {
	color:#004990 !important;
	padding: 0 3px;
}
#footer p.footer-links a:hover {
	color:#fe832f !important;
}
/* FONTS
--------------------------------------------------------------------------------------*/
.boxlink {
	font-family: Arial, sans-serif;
	font-size:12px;
	color:#004990;
	font-weight:bold;
}
.orangebold {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color:#df7a1c;
	font-weight:bold;
}
.price {
	font-family: Arial, sans-serif;
	font-size:12px;
	color:#004990;
	font-weight:bold;
}
.style11 {
	font-family: Arial, sans-serif;
	font-size:11px;
	color:#333333;
}
.style14 {
	font-family: Arial, sans-serif;
	font-size:14px;
	color:#333333;
}
.style14b {
	font-family: Arial, sans-serif;
	font-size:14px;
	color:#333333;
	font-weight:bold;
}
.fineprint {
	font-family: Arial, sans-serif;
	font-size:10px;
	color:#333333;
}
.promo {
	font-size: 14px;
	line-height: 18px:
}
.strike {
	text-decoration:line-through;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#004990;
	}
/* BUTTONS
--------------------------------------------------------------------------------------*/
.submit {
	background:url(../images/btn_submit.png) no-repeat; /* Define Image Path */
	border:0;
	width:64px; /* Define Image Width */
	height:24px; /* Define Image Height */
}
/*TRANS BOXES
--------------------------------------------------------------------------------------*/
.bt {
	background: url(../images/trans1.png) 0 0 repeat-x #fefefe;
	width: 660px
}
.bl {
	background: url(../images/transl.png) 0 0 no-repeat;
	height: inherit
}
.br {
	background: url(../images/transr.png) 100% 0 no-repeat
}
.phonet {
	background: url(../images/trans1.png) 0 0 repeat-x #fefefe;
	width: 200px
}
.phonel {
	background: url(../images/transl.png) 0 0 no-repeat;
	height: inherit
}
.phoner {
	background: url(../images/transr.png) 100% 0 no-repeat;
	padding-left: 5px;
	padding-right: 8px;
}
.indext {
	background: url(../images/trans1.png) 0 0 repeat-x #fefefe;
	width: 190px;
}
.indexl {
	background: url(../images/transl.png) 0 0 no-repeat;
	height: inherit;
}
.indexr {
	background: url(../images/transr.png) 100% 0 no-repeat;
}
.content {
	position:relative;
	background: url(../images/index.box.png) no-repeat;
	width:185px;
}
.content2 {
	width:185px;
	padding: 8px;
}
.phoneprice {
	margin-left:12px;
	width:75px;
	margin-top:15px;
	position:absolute;
}
.phonepricetag {
	width: 100px;
	margin-left: 97px;
	float:right;
}
/* INDEX BOXES / FRONT PAGE + INSIDE INDEX
--------------------------------------------------------------------------------------*/
.frontt {
	background: url(../images/trans.index.png) 0 0 repeat-x #fefefe;
	width: 230px;
	margin-bottom: -22px;
}
.frontc {
	width:215px;
	height: 140px;
	padding-top: 8px;
	padding-left: 12px;
	padding-right: 4px;
}
.fronttitle {
	width: 200px;
	padding-bottom:4px;
}
.info {
	width:120px;
	padding-right: 3px;
	padding-top:3px;
	float:left;
}
.pic {
	width:88px;
	height:89px;
	float:right;
}
.iit {
	background: url(../images/iit.png) 0 0 repeat-x #fefefe;
	width: 250px;
}
.iic {
	width:230px;
	height: 140px;
	padding-top: 8px;
	padding-left: 12px;
	padding-right: 4px;
}
.iictitle {
	width: 200px;
	padding-bottom:4px;
}
.iicinfo {
	width:135px;
	padding-right: 3px;
	padding-top:3px;
	float:left;
}
.iicpic {
	width:88px;
	height:89px;
	float:right;
}
.sinfo {
	width:185px;
	padding-right: 3px;
	padding-top:3px;
	float:left;
}
.phones {
	background: url(../images/phonebox.png) no-repeat;
	width: 190px;
	height: 250px;
	text-align: center;
}
.phoneimg {
	width: 190px;
	height: 190px;
	margin-top: 10px;
	text-align: center;
}
/* LIST STYLES
--------------------------------------------------------------------------------------*/
#content ul.tab {
	clear:left;
	width: 650px;
	float:none;
}
#content ul.tab li {
	float:inherit;
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 8px;
}
#content ul.tab2 {
	clear:left;
	width: 325px;
	float:none;
}
#content ul.tab2 li {
	float:inherit;
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 8px;
}
#content ul.tab3 {
	clear:left;
	width: 500px;
	float:none;
}
#content ul.tab3 li {
	float:inherit;
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 8px;
}
#content ul.tab4 {
	clear:left;
	width: 225px;
	float:none;
}
#content ul.tab4 li {
	float:inherit;
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 8px;
}
#content ul.tab5 {
	clear:left;
	width: 450px;
	float:none;
}
#content ul.tab5 li {
	float:inherit;
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 8px;
}
#content dd {
	float:inherit;
	margin-left: 18px;
}
/* PHONE TABS
--------------------------------------------------------------------------------------*/
#content ul.ptab {
	clear:left;
	width: 330px;
	float:none;
}
#content ul.ptab li {
	float:inherit;
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 8px;
}
.pbox {
	border: solid 1px #ccc;
	padding: 10px 5px 10px 5px;
}
.oo {
	background: #ebf2f6;
}
/* LEFT NAVIGATION
--------------------------------------------------------------------------------------*/
.border {
	width:170px;
	background-image:url(../images/trans170-copy.png);
	background-repeat:no-repeat;
}
ul.title {
	font-size: 17px;
	margin-left: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}
ul.menu {
	width: 160px;
	margin-left: 17px;
	color: 004990;
}
a.mainlevel {
	font-size: 13.5px;
	font-weight: bold;
}
a.sublevel {
	font-size: 11.5px;
}
ul.menu li {
	border-bottom: 4px;
	color: #004990;
}
ul.submenu li {
	margin-left: 8px;
	float: inherit;
}
/* FORM BUTTONS
--------------------------------------------------------------------------------------*/
input.blue {
	background-color: #0060A6;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: white;
}
/* SELECT TOWN BOX
--------------------------------------------------------------------------------------*/
.boxt {
	background: url(../images/select-town.jpg) no-repeat;
	position:relative;
	left:220px;
	width: 500px;
	top: 5px;
	padding-left:20px;
}
/* LOYALTY SERVICE
--------------------------------------------------------------------------------------*/
.lsst {
	background: url(../images/b2.png) 0 0 repeat-x #fefefe;
	width: 660px
}
.lssb {
	background: url(../images/b6.png) 0 100% repeat-x;
	width: 660px
}
.lssl {
	background: url(../images/b8.png) 0 0 repeat-y;
	height: inherit
}
.lssr {
	background: url(../images/b4.png) 100% 0 repeat-y;
}
.lssbl {
	background: url(../images/b7.png) 0 100% no-repeat;
}
.lssbr {
	background: url(../images/b5.png) 100% 100% no-repeat;
}
.lsstl {
	background: url(../images/b1.png) 0 0 no-repeat;
}
.lsstr {
	background: url(../images/b3.png) 100% 0 no-repeat;
	padding:10px
}
/* reset button loyalty calculator
---------------------------------------------------------------------------------------*/
.reset_button {
	background:url(../images/btn_newpkg.png) no-repeat; /* Define Image Path */
	border:0;
	width:140px; /* Define Image Width */
	height:22px; /* Define Image Height */
}
/* Zebra Rows - Landline
---------------------------------------------------------------------------------------*/
.rowc1 {
	background:#daecf6;
}
#ldplan td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 6px 6px 6px 12px;
	text-align:center;
}
#ldplan th {
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 6px 6px 6px 12px;
}
/* Zebra Rows - Wireless Plans
---------------------------------------------------------------------------------------*/
.row {
	background:#daecf6;
}	
#wplan td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 4px 4px 4px 4px;
	text-align:center;
	border-collapse: collapse;
}
#wplan th {
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 6px 6px 6px 4px;
	text-align:left;
	border-collapse: collapse;
}
/* Zebra Rows - Wireless Plans
---------------------------------------------------------------------------------------*/
.row {
	background:#daecf6;
}	
#wplanlist td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 4px 4px 4px 4px;
	text-align: center;
	border-collapse: collapse;
}
#wplanlist th {
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 6px 6px 6px 4px;
	text-align: center;
	border-collapse: collapse;
}
/* Zebra Rows - Left-Align
---------------------------------------------------------------------------------------*/
.rowc1 {
	background:#daecf6;
}
#data td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 6px 6px 6px 12px;
	text-align:left;
}
#data th {
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 6px 6px 6px 12px;
	text-align: left;
}
/* Form Buttons - PKG Page
---------------------------------------------------------------------------------------*/	
input.txt {
	border:1px solid #999999;
	height:18px;
	font-size:14px;
	width: 180px;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
}
textarea.txtbox {
	border:1px solid #999999;
	height:100px;
	font-size:14px;
	width: 250px;
	color:#333333;
}
/* Wireless Plans - Competition
---------------------------------------------------------------------------------------*/	
#comparisons {
	
}
#comptab {
	width: 325px;
	display: inline;
}
#comptab li {
	border: 1px solid #999;
	border-bottom: none;
	padding: 5px 13px 2px 12.5px;
	vertical-align: middle;
	font-weight: bold;
	margin-bottom: 5px;
}
#comptab a:focus {
	outline:none;
}
#comptab a {
	color:#333333;
	text-decoration:none;
}
#comptab a:hover {
	color:#FFF;
}
#comptab a:active {
	color: #FFF;
}
#vzn, #att, #usc, #iw {
	background-color: #FFFFFF;
	margin-top: 2px;
	position: absolute;
	width: 330px;
	height: 450px;
	float: left;
}
.vzn {
	background: #FF3333;
}
.att {
	background: #FF9933;
}
.usc{
	background: #bee0e5;
}
.iw {
	background: #669933;
}
.savings {
	font-size: 18px;
	color: #df7a1c;
}

/* SUPPORT
---------------------------------------------------------------------------------------*/	
ul li.questions {
	background: url(../images/disc.png) no-repeat 0 50%;
	padding-left: 10px;
	list-style: none;
	font-size: 14px;
	height: 20px;
}	
.category {
	width: 642px;
	background-image: url(../images/support.fade.png);
	background-repeat: no-repeat;
	padding: 25px 20px 20px 20px;
}