@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #6CF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

}

.twoColFixLtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FCF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #container #mainContent div table tr td {
	text-align: center;
}
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #topmenu { 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 5px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 1px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#FFF;

	
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding: 1px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */	
	color: #808080;
}

.twoColFixLtHdr #container #footer .links tr th {
	color: #808080;
}

.twoColFixLtHdr #lefthold {
	float: left; /* since this element is floated, a width must be given */
	width: 365px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:150px;
	color:#000;
	background-color: #fff;
	overflow: auto;
	text-align:justify;
	padding: 0px 15px 0px 15px;
	border-width: .1em;
	border-style: solid;
	border-color: #000;
	font-weight:bold;
	font-size:11px;
}
.twoColFixLtHdr #righthold {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:150px;
	color:#000;
	background-color: #fff;
	border-width: .1em;
	border-style: solid;
	border-color: #000;
}
.twoColFixLtHdr #infohold {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:150px;
	overflow: auto;
	padding: 0px 10px 0px 5px;
	font-size:11px;
	text-align:justify;
	margin-bottom:10px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1{ color: #00F;
text-align:center;
font-size:12px;
text-align:left;
}

}
h3{ color: #00F;
text-align:center;
font-size:12px;
text-align:left;
}
 /* menu bar */
 .arrowlistmenu{
width: 184px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(images/titlebar-active.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 5px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(images/titlebar.png);

images/titlebar-active.png
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #00F;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 80%;
}

.arrowlistmenu ul li a:visited{
color: #00F;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #fff;
background-color: #f00;
}

/* top menu navigation */
.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 12px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(images/blockdefault.gif) center center repeat-x;
images/blockactive.gif
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

.tabcontent{
display:none;
}
	
	
/* Latest Deals Table */
th.deals {
font: bold 14px Arial;
color: white;
background: black url(images/titlebar-active.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
padding: 4px 0px 4px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
text-align:center;
border-width: .1em;
border-style: solid;
border-color: #000;
}
td.deals1{
border-width: .1em;
border-style: solid;
border-color: #000;
background-color: #09C;
font-weight: bold;
font-size:11px;
}
td.deals2{
border-width: .1em;
border-style: solid;
border-color: #000;
background-color: #9CF;
font-weight: bold;
font-size:11px;
padding:2px;
}
td.deals3{
background-color:#fff;
border-width: .1em;
border-style: solid;
border-color: #000;
font-weight:bold;
font-style:italic;
}
td.deals4{
font-family:"Comic Sans MS", cursive;
background-color:#fff;
border-width: .1em;
border-style: solid;
border-color: #F00;
color:#00F;
font-size:30px;
}

td.deals5{
	background-image:url(images/pinkfire.gif);
background-color: #FFF;
border-width: .1em;
border-style: solid;
border-color: #000;
}

td.connect{
background-color: #FFF;
border-width: .1em;
border-style: solid;
border-color: #000;
font-size:16px;
font-weight:bold;
}


td.features{
font-family:"Comic Sans MS", cursive;
background-color:#FCF;
border-width: .1em;
border-style: solid;
font-size:20px;
}
td.features2{
background-color:#fff;
border-width: .1em;
border-style: solid;
padding: 0 15px 0 15px; /*header text is indented 10px*/
font-size:16px;
font-family:"Comic Sans MS", cursive;
color: #00F;
background-image:url(images/bubble.jpg);
}

th.handset{
font-family:"Comic Sans MS", cursive;
color: white;
background: black url(images/titlebar-active.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
padding: 4px 0px 4px 0px; /*header text is indented 10px*/
text-align:center;
border-width: .1em;
border-style: solid;
border-color: #000;
font-size:14px;
}

td.info{
background-color: #FFF;
border-width: .1em;
border-style: solid;
border-color: #000;
}
table.latest{
	text-align:center;
	background-color:#fff;
	font-size:10px;
	text-align:left;
	border-width: .1em;
border-style: solid;
border-color: #000;
}

/* FOOTER */
table.links{
	text-align:center;
	background-color:#000;
	font-size:10px;
}
.links a:link{
	color:#FFF;
}
.links a:hover{
	color:#999;
}

.links a{
	color:#fff;
}

.links a:visited{
		color:#fff;
}
.handsetup {
	font-size: 16px;
	color: #00F;
	font-family:"Comic Sans MS", cursive;
	padding:2px;
}
.price {
	font-size: 30px;
	color: #00F;
	font-family:"Comic Sans MS", cursive;
	padding:2px;
	font-style:normal;
}
ul
{
list-style-type: square;
padding-left:15px;
margin: 3px;
}
#apDiv1 {
	position:absolute;
	width:261px;
	height:229px;
	z-index:1;
	top: 203px;
	overflow: auto;
	left: 838px;
}
/* Page Links */
a {
	font-family: Verdana, Geneva, sans-serif;
		text-decoration: none;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #009;
}
a:active {
	color: #000;
}

/* FORM */

.form {
		background:#cdd7de;
}
.formrow {
	padding-bottom:5px;
	padding-top:5px;
}
.formlabel {
	float:left;
	text-align:right;
	padding-right:20px;
	width:50%;
}
.formheader {
font: bold 12px Arial;
color: white;
background: black url(images/titlebar-active.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0px 4px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
text-align:center;
border-width: .1em;
border-style: solid;
border-color: #000;
}

img	{
	border:0;
	}

