body  {
	background-color: #FFFFFF;
	padding: 0px;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/bg_fade.jpg);
	background-repeat: repeat-x;
}

a{
	color: #006699;
	text-decoration: none;
}
a:link{
	color: #006699;
	text-decoration: none;
}
a:visited{
	color: #006699;
	text-decoration: none;
}
a:hover{
	color: #006699;
	text-decoration: underline;
}
h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #334d55;
	margin: 0px;
	padding: 20px 0 0 20px;
}
h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}
h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-size: 11px;	
}
ul ul{
 list-style-type: disc;
}
ul ul ul{
 list-style-type: none;
}
ul.nobullets
{
	list-style-type: none;
	margin-left: 25px;
	
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
iframe {
	border: 1px solid #999999;
}

/*** #page layout divs ***/
#page {
position: relative;
	background-color: #FFFFFF;
	border: 2px solid #CED0D8;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-y;
	background-image: url(../images/col_nav_bg.gif);
}
#superbanner {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	position: relative;
	height: 100px;
	width: 770px;
}
#header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 100px;
	background-color: #FFFFFF;
}
#mainNav{
	color: #CED0D8;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid none;
	border-color: #CED0D8;
	padding: 3px 0px 4px 10px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
#mainNav a:hover{
	color:#990000;
	text-decoration:none;
	padding-top: 4px;
	padding-bottom: 4px;
}
#navBar{
	float: left;
	width: 150px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}
#content {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
	text-align: left;
	float: left;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 15px;
	width: 56%;
}
#sales {
	float:right;
	width: 162px;
	clear: none;
}
#sales_images {
	clear: none;
	float: none;
	width: 160px;
	padding-top: 4px;
	padding-bottom: 2px;
}
.images {
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#bigbox_images {
	clear: left;
	float: right;
	width: 300px;
	height: 250px;
	vertical-align: bottom;
	display: block;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#footer {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	clear: both;
	padding-top: 7px;
	padding-bottom: 7px;
}
/************* #globalNav styles **************/

#mainNav img{
 display: block;
}

#mainNav a {
	font-size: 90%;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #leftNav styles ***********/

#leftNav{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	text-align: center;
}

#leftNav h3{
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 12px;
}

#leftNav a {
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 100%;
}

#leftNav a:hover{
	background-color: #CED0D8;
	display: block;
	text-decoration: none;
	color: #000000;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}
#customprice
{ background-color: #EEEEEE;
	border-top: 3px double #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	position: absolute;
	bottom: 30px;
	width: 425px;
	font-size: 80%

}
h1.price
{ 
font-size: 16px;
color: #006699;
padding-top: 15px;
padding-bottom: 15px
}
.hosttable 
{
	border: 1px solid #EEEEEE;
	font-size: 90%
}
.small
{
	font-size: 71%;
	color: #006699
}
	