body{
margin-top: 25px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 13px;
color: #333;
background: #94B5C6 url('/images/bg.jpg') repeat-x top left;

}

/* ------  HEADER ----- */
#header{
width:786px;
height: 170px;
background-image:url(/images/top.gif);
background-repeat: no-repeat;
margin-bottom: 12px;
}

#header #logo{
margin-top: 8px;
}

#header #txt{
margin: 2px 0 0 0;
font-size:1.3em;
font-weight:bold;
color:#FFFFFF;
display:block;
}

#header #searchbox{
margin-top: 8px;
border: 1px solid #4682B4;
font-size: 1.3em;
padding: 5px;
}

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

/* ------ Content areas ----- */
#main{
width:786px;
margin-top: 4px;
}

#maintop{
width:786px;
height: 21px;
background-image:url(/images/topc.gif);
background-repeat: no-repeat;
}

#maincontent{
padding-top: 25px;
padding-bottom: 25px;
padding-right: 70px;
padding-left: 70px;
text-align:left;
background-color:#FFFFFF;
}
#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;
}
#content{
	text-align: center;
	}
#mainbottom{
width:786px;
height: 21px;
background-image:url(/images/bottom.gif);
background-repeat: no-repeat;
}
/* ------ END Content areas ----- */

/* ------ FOOTER ----- */
#footer{
width:786px;
height: 64px;
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;
}

.progressbg { width: 200px; height: 15px; border: 1px solid #999999; margin: auto; margin-bottom: 10px; text-align: left }
.unavailable { color: #369; font-size: 12px; text-align: center }
/* ---------------END PRICE TABLE---------------*/

