body{
margin-top: 35px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 13px;
color: #333;
background-color:#4682b4;
}

/* ------  HEADER ----- */
#header{
width:790px;
height: 180px;
background-image:url(/images/top.jpg);
background-repeat: no-repeat;
background-color:#72C1E0;
}

#header #searchbox{
margin-top: 100px;
border: 1px solid #4682B4;
}

#header #button{
margin-top: 8px;
}
/* ------ END HEADER ----- */

/* ------ Content areas ----- */
#main{
width:784px;
background-color:#FFFFFF;
margin-top: 3px;
margin-right: -1px;
}

#maintop{
width:788px;
height: 6px;
background-image:url(/images/divtop.jpg);
background-repeat: no-repeat;
background-position: -1px;
}

#maincontent{
padding-top: 25px;
padding-bottom: 25px;
padding-right: 70px;
padding-left: 70px;
text-align:left;
}
#maincontent h1{
color:#3d709b;
font-size: 1.4em;
}
#maincontent h2{
color:#3d709b;
font-size: 1.3em;
}
#maincontent h3{
color:#3d709b;
font-size: 1.1em;
}
#maincontent #bold{
color:#3d709b;
font-size: 1.0em;
font-weight: bold;
}

#mainbottom{
width:788px;
height: 11px;
background-image:url(/images/divbottom.jpg);
background-repeat: no-repeat;
background-position: -1px;
}
/* ------ END Content areas ----- */

/* ------ FOOTER ----- */
#footer{
width:790px;
height: 64px;
/*background-image:url(/images/footer-bg.jpg); 
background-repeat: no-repeat;*/
margin-top: 3px;
padding-top: 8px;
}
#footer span{
color:#FFFFFF;
}

#footer a{
color:#FFFFFF;
}
/* ------ END FOOTER ----- */

/* ---------------PRICE TABLE---------------*/

table.pricing{
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: solid 1px #666;
	width: 100%;
	border-spacing: 0px;
}

table.pricing th{
	font-size : 12px;
	color: #FFF;
	border: solid 1px #e8e8ff;
	border-collapse: collapse;
	padding: 5px;
}

table.pricing td{
	font-size : 11px;
	font-style : normal;
	color: #666;
	border: solid 1px #e8e8ff;
	border-collapse: collapse;
	text-align: center;
}

table.pricing a{
	color: #3d709b;
	font-weight: bold;
	text-decoration: none;
}

table.pricing a:hover{
	color: #3d709b;
	font-weight: bold;
	text-decoration: underline;
}

table.pricing img{
	border: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.pricing tr.lowestprice {
	background-color: #ecefff;
}

/* ---------------END PRICE TABLE---------------*/
