body {
	font: 100% Arial, sans-serif;
	background: #eff1f2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {
	color:#1a3e8f;
  	text-decoration:underline;  
}

a:hover {
  	color: #7bb4de;
 	text-decoration:none;
}

h1 {
	margin:0 0 10px 0;
	padding:0 0 3px 0;
	font-size:18px;
	color:#1a3e8f;
	border-bottom:#1a3e8f solid 2px;
	line-height:18px;
}


h2 {
	margin:0 0 2px 0;
	padding:0 0 3px 0;
	font-size:14px;
	color:#333333;
}

img { display: block; }





.fltlft {
	float:left;
	margin:0 0 20px 0;
	padding:0;
}





.oneColFixCtrHdr #container {
	width: 541px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../imgs/foot_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;

}



.oneColFixCtrHdr #header {
	background: #fff; 
	padding:0;
	margin:0;
/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}







#nav {
	width:541px;
	height:42px;
	margin:0 0 16px 0;
	padding:0;
	background-image:url(../imgs/navbg.gif);
	background-position:0px -4px;
	background-repeat:no-repeat;
}

#nav p {
	margin:0;
	padding:8px 0 0 24px;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}






.oneColFixCtrHdr #mainContent {
	margin:0;
	padding:0 24px 0 24px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:none;
}

#mainContent p {
	margin:0 20px 0 20px;
	padding:0 0 18px 0;
	font-size:12px;
	color:#666666;
	line-height:16px;
	/*border-bottom: solid 1px #cccccc;*/
}



.oneColFixCtrHdr #footer {
	height:4px;
	margin:60px 0 60px 0;
	padding:0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#1a3e8f;
}



.oneColFixCtrHdr #footer p {
	font-size:9px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.pricetext {
	margin:0;
	padding:0;
	color:#0099FF;
}

#pricesRight p {
	margin:0;
	padding:10px 0 0 0;
	font-size:12px;
	font-weight:bold;
	color:#000;
	border:none;
}

#pricesRight {
	display:block;
	width:250px;
	height:155px;
	float:left;
	margin:0 0 0 24px;
	padding:0;
	background-color:none;
	/*border-right:#cccccc solid 1px;*/
	
}

.buynow {
	font-size:10px;
	color:#1a3e8f;
}

.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.addtocart
{
	margin-top: 3px;
	border: none;
	margin-bottom: 8px;
}
