/* CSS Document */

/*-- NOTES 

Dark Blue - #0a638e
Light Blue - #0e7ad0
Yellow - #f5cd05
Blue Text - #04589b

--*/

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#04589b;
	line-height:17px;
}

h4{
	font-size:13px;
	color:#04589b;
}

#main{
	width:725px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	background:url(../images/headerBG.gif) no-repeat;
	height:167px;
}

#topNav{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	float:right;
	margin:35px 25px 0 0;
}

.phone{
	font-size:14px;
	color:#f5cd05;
}

#content{
	float:left;
	width:486px;
}

#rightNav{
	background:#0e7ad0;
	width:238px;
	float:right;
}

.padded{
	padding:0 8px;
}

.topSelling{
	width:237px;
	float:left;
	color:#FFFFFF;
	margin-right:4px;
	margin-bottom:20px;
}

.topSellImg{
	float:right;
	border:1px solid #0a638e;
	margin-left:6px;
}

#footer{
	width:725px;
	height:37px;
	background:#0a638e;
	color:#FFFFFF;
	margin-top:8px;
	line-height:18px;
}

.tableTop{
	color:#FFFFFF;
}

.contactTop{
	color: #FFDC00
}

.contactBot{
	color: #FFFFFF
}

.prodImg{
	float:right;
	border:2px solid #0a638e;
	margin:10px;
}

a{color:#FFFFFF; text-decoration:none;}
a:hover{color:#FFFFFF; text-decoration:underline;}

