/*   css reset   */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0;
} 
body, html {
	width: 100%;
	height: 100%;
	}
a {outline:none;}

table { 
    border-collapse:collapse; 
    border-spacing:0; 
} 
fieldset,img {  
    border:0;
}

/* start of styles */
/* layout elements */
.centering {
	width: 800px;
	margin: auto;
	}
.container {
	float: left;
	width: 800px;
	}
.header {
	width: 800px;
	height: 110px;
	background-image: url(images/logo.jpg);
	background-position: left;
	background-repeat: no-repeat;
	margin: 0 0 5px 0;
	}
.leftColumn {
	width: 470px;
	float: left;
	}
.rightColumn {
	width: 272px;
	margin: 0 0 0 58px;
	/margin: 0 0 0 40px;
	float: left;
	}
.footer {
	clear: both;
	width: 800px;
	text-align: center;
	padding: 6px 0 0 0;
	font: 10px Arial;
	color: #878787;
	border-top: 1px #d3d3d3 solid;
	float: left;
	margin: 20px 0 0 0;
	}

/*generic styles*/
h1 {
	font: 28px Century Gothic;
	color: #00c0ff;
	margin: 12px 0 6px 0;
	}
h2 {
	font: 24px Century Gothic;
	color: #00c0ff;
	margin: 12px 0;
	}
/* for the right column widgets only */	
h3 {
	font: 16px Arial;
	color: #00c0ff;
	margin: 10px 0 6px 0;
	}
h4 {
	font: 16px Arial;
	color: #000;
	margin: 10px 0 6px 0
	border-top: 1px #d3d3d3 solid;
	}
p {
	font: 14px Arial;
	color: #000;
	line-height: 18px;
	}
p a{
	color:#fc0c04;
	}
.red {
	color: #fc0c04;
	}
.blue {
	color: #00c0ff;
	}
.bold {
	font-weight: bold;
	}
	
.logo a {
display:block;
height: 70px;
width: 290px;
margin-top:20px;
text-decoration:none;
float:left;}

/* navigation */
.topNav {
	position: relative;
	top: 45px;
	left: 0px;
	float: right;
	}
.topList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
.topList li {
	display: inline;
	border-right: 1px #d3d3d3 solid;
	padding: 3px 12px;
	}
.topList .last {
	display: inline;
	border-right: 0px #d3d3d3 solid;
	padding: 3px 12px;
	}
.topList li a {
	color: #000;
	font: 18px arial;
	text-decoration: none;
	}
.topList li a:hover {
	text-decoration: underline;
	}
	
/* generic gray button */
.grayButton {
	margin: 9px 0;
	clear: both;
	}
.grayButton a{
	text-decoration: none;
	padding: 4px 0 0 0;
	text-align: center;
	margin: 0px;
	color: #e31103;
	font: 14px Arial;
	width: 90px;
	height: 20px;
	display: block;
	background-image: url(images/blankGrayBTN.jpg);
	background-position: top left;
	}
.grayButton a:hover {
	background-position: bottom left;
	}

/* generic orange button */
.orangeButton {
	margin: 0 0 0 4px;
	float: left;
	}
.orangeButton a{
	text-decoration: none;
	padding: 4px 0 0 0;
	text-align: center;
	margin: 0px;
	color: #123366;
	font: 14px Arial;
	width: 90px;
	height: 20px;
	display: block;
	background-image: url(images/blankOrangeBTN.jpg);
	background-position: top left;
	}
.orangeButton a:hover {
	text-decoration: underline;
	}

.divider {
	border-top: 1px #d3d3d3 solid;
	padding-top:8px;}

.divider p{
	font: 11px arial;
	line-height: 13px;
	}
.divider p a {
	text-decoration: underline;
	color: #eb0907;
	}

.buy_divider {
	border-top: 1px #d3d3d3 solid;
	margin:8px 0 8px 0;}	

.quotes_divider {
	border-top: 1px #d3d3d3 solid;
	margin:12px 0 12px 0;}	
	
/* custom image class for homepage triptic */
.tripticHolder {
	margin: auto;
	width: 470px;
	height: 155px;
	}
.imageBox {
	width: 151px;
	float: left;
	}

/* buy now right side widget */
.purchaseWidget {
	width: 272px;
	float: left;
	margin: 0 0 12px 0;
	}
.purchaseWidget img {
	float: left;
	margin: 0 10px 0 0;
	}
.purchaseWidget .content {
	float: left;
	width: 254px;
	padding: 15px 8px;
	border-width: 0 1px;
	border-color: #d3d3d3;
	border-style: solid;
	}
.purchaseWidget .quantity {
	border: 1px #8e8e8e solid;
	text-align: center;
	width: 16px;
	padding: 3px 0;
	font: 12px Arial;
	}
.purchaseWidget p {
	font: 11px arial;
	line-height: 13px;
	}
.purchaseWidget .spacer {
	height: 5px;
	width: 1px;
	}
.purchaseWidget p a {
	text-decoration: none;
	color: #eb0907;
	}
.purchaseWidget p a:hover {
	text-decoration: underline;
	}

/* review widget right side widget */
.reviewWidget {
	width: 272px;
	height: 285px;
	background: url(images/buy_bg.gif);
	float: left;
	}
.reviewWidget .content {
	padding: 1px 14px 14px 14px;
	}
.reviewWidget p {
	font: 12px arial;
	line-height: 15px;
	}
.reviewWidget .spacer {
	height: 5px;
	width: 1px;
	}
.reviewWidget p a {
	text-decoration: underline;
	color: #eb0907;
	}
.reviewWidget p a:hover {
	text-decoration: underline;
	}























