@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight:bold;
	color: #fff;
	background-color: #8CD023;
	padding: 0px;
	margin: 0px; background: url(../images/bg.jpg) center fixed; 
}
#container {
	width:984px;
	margin-left:auto;
	margin-right:auto;
}
#header { 
	height:300px;

}
hr { size: 1px; color:#fff;}
#top { 
	background-image:url(../images/green_top.jpg);
	background-repeat:no-repeat;
	height:59px; width:984px;
	}
#content { background-image:url(../images/green_middle.jpg);
	background-image:url(../images/green_middle.jpg);
	background-repeat:repeat-y;
	padding-left:35px;
	padding-right:35px;
}
#tv { background-image:url(/images/tv.jpg);
	width:395px;
	height:279px;
}

#footer { background-image:url(../images/green_bottom.jpg);
	background-repeat:no-repeat;
	height:46px;
}
#copyright {
	height:70px; padding-top:10px;
	padding-left:10px;
}
#topnav {
	height:50px;
	padding-top:15px;
	padding-left:40px;
	width:680px; float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; font-weight:bold;
	color: #024161;
}
#bottomnav {
	height:50px;
	padding-top:18px;
	padding-right:50px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px; font-weight:bold;
	color: #024161;
}
#left { 
	padding-right:20px;
	margin-right:20px;
	float:left;
}
#right {
	float:left;
}
#purple_box { 
	background-color:#673E9C;
}

.step_number 
{
padding: 10px 0 0 0; float:left; text-align:center; margin-right:10px;
background-image: url(../images/dot.jpg);
background-repeat: no-repeat; 
width:37px; font-size:24px; font-weight:normal;
height:37px; color: #009900;

}


/******************* PARAGRAPH TAG *******************/
/* no padding and margin prevents problems while styling */
/* Use <br> to create extra page break after paragraphs */
p {
	padding: 0px;
	margin: 0px;
}
p.dark { color:#024161; }
/******************* HEADINGS *******************/
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #024161;
	padding: 0px;
	margin: 0px; font-weight:normal;
}
h1.white { 
	font-size:28px;
	line-height:30px;
	color:#FFFFFF;
	}
	h1.big { 
	font-size:28px;
	line-height:30px;
	}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFCC00;
	padding: 0px;
	margin: 0px;
}
h2.yellow {
	color: #FFCC00;
}
h2.green {
	color: #6FB401;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066FF;
	padding: 0px;
	margin: 0px;
}
/******************* Fixes Browser Bugs *******************/
.clearFix {
	clear: both;
}
/******************* BODY LINKS *******************/
a:link, a:visited {
	color: #024161;
	padding: 0px;
	margin: 0px; 
	text-decoration:none;
}
a:hover {
	color: #FF0000;
	padding: 0px;
	margin: 0px;
	text-decoration:none;
}

/* fix wierd outline*/ 

a:focus, a:active {
        outline: none;
      }
	  
	  
a.light:link, a.light:visited {
	color: #FFFF66;
	padding: 0px;
	margin: 0px; 
	text-decoration:none;
}
a.light:hover {
	color: #FF0000;
	padding: 0px;
	margin: 0px;
	text-decoration:none;
}
a.darklink:link, a.darklink:visited {
	color: #0066FF;
	padding: 0px;
	margin: 0px; 
	text-decoration:none;
}
a.darklink:hover {
	color: #FF6600;
	padding: 0px;
	margin: 0px;
	text-decoration:none;
}
.greenbox {
width:386px; background-image:url(/images/greenbox_bg.jpg);
}
.greenbox_top { background-image:url(/images/greenbox_top.jpg);
width: 386px;
height: 22px; padding-top:5px;
}
.greenbox_top h1 { color:#024161; font-size:14px; font-weight:bold;
}
.greenbox_middle {
background-image:url(/images/greenbox_inside.jpg); background-repeat:repeat-x; background-position:bottom;
background-color:#FFFFFF; color:#024161; padding:20px;
}
.greenbox_bottom { background-image:url(/images/greenbox_bottom.jpg);
width: 386px;
height: 9px;
}

.orangebox {
width:386px; background-image:url(/images/orangebox_bg.jpg);
}
.orangebox_top { background-image:url(/images/orangebox_top.jpg);
width: 386px;
height: 22px; padding-top:5px;
}
.orangebox_top h1 { color:#024161; font-size:14px; font-weight:bold;
}
.orangebox_middle {
background-image:url(/images/orangebox_inside.jpg); background-repeat:repeat-x; background-position:bottom;
background-color:#FFF1D5; color:#024161; padding:20px;
}
.orangebox_bottom { background-image:url(/images/orangebox_bottom.jpg);
width: 386px;
height: 9px;
}
.purpleinfobox {
width:423px; background-image:url(/images/purpleinfobox_bg.jpg);
}
.purpleinfobox_top { background-image:url(/images/purpleinfobox_top.jpg);
width: 423px;
height: 22px; padding-top:5px;
}
.purpleinfobox_top h1 { color:#024161; font-size:14px; font-weight:bold;
}
.purpleinfobox_middle {
background-image:url(/images/purpleinfobox_inside.jpg); background-repeat:repeat-x; background-position:bottom;
background-color:#E0ECFF; color:#024161; padding:20px;
}
.purpleinfobox_bottom { background-image:url(/images/purpleinfobox_bottom.jpg);
width: 423px;
height: 9px;
}
/******************* COPYRIGHT *******************/
#copyright 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}
#copyright a {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#copyright a:hover {
	color: #FF9900;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/******************* COPYRIGHT *******************/
.form_fonts input, textarea, option {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
/******************* transparent png fix *******************/

img, div { behavior: url(iepngfix.htc) }

/** places padding around content **/
.padded_text_20 {
	padding:20px;
    line-height:18px;
}
.padded_text_40 {
	padding:20px 40px;
    line-height:18px;
}
/******************* shopping  cart stuff *******************/

TABLE.cobtbl{
background-color: #FF0000;
} 

TD.cobhl{
background-color: #FFC42B;
}

TD.cobll{
background-color: #fff;
color : #666666;
}


