@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #999999;
	background: #ffffff;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;
}

.oneColFixCtrHdr #container {
	width: 805px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*page border */
	text-align: justify; /* this overrides the text-align: center on the body element. */
	color: #737373;
}

.oneColFixCtrHdr #header {
	background: #ffffff;  /* 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. */
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}
.oneColFixCtrHdr #header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:0px;
		
}
.oneColFixCtrHdr #footer {
	background:#ffffff;
	clear: both;
	height: 15px;

}
.oneColFixCtrHdr #footer p {
	font-family:Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size:12px;
	text-align:center;
	margin-top:0px;
	clear: both;
}
	
.oneColFixCtrHdr #container #header img {
	background-color: #FFFFFF;
}

h1 {
text-decoration:none;
color:#c21e29;
font-family:Verdana, Arial, Helvetica, Tahoma, sans-serif;
font-size:18px;
}

h2 {
text-decoration:none;
color:#c21e29;
font-family:Verdana, Arial, Helvetica, Tahoma, sans-serif;
font-size:14px;
}

.nav {
	font-family:Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size:12px;
	color:#737373;
	background:#ffffff;
	/* 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. */
	text-align:center;
	padding: 0px;
	clear: both;
}

.img{ /*this floats the image left */
	border: 2px solid #c21e29;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.imgleft{ /*this floats the image left */
	float: left;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.imgright { /*this floats the image right*/
	float: right;
	border: 2px solid #c21e29;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.leftp { /*this is the left paragraph */
	float: left;
	clear:both;
	margin-top: 5px;
	width: 355px;
	margin-left:10px;
	padding:0px;
	margin-right:5px;
}

.leftp2 { /*this is the left paragraph */
	float: left;
	margin-top: 5px;
	width: 250px;
	margin-left:10px;
	padding:5px;
	margin-right:5;
	
}

.rightp { /*this is the right paragraph */
	float: right;
	clear: right;
	margin-top: 0px;
	width: 355px;
	margin-left:2px;
	margin-right:7px;
	padding: 0px;
}

.rightp2 { /*this is the right paragraph */
	float: right;
	margin-top: 5px;
	width: 355px;
	margin-left:2px;
	margin-right:7px;
	padding: 0px;
}




.rightp2 { /*this is the right paragraph */
	float: right;
	margin-left:10px;
	padding:5px;
	padding-right:5px;
	width: 450px;
	border:2px solid #c21e29;
	background-color:#FFFF99;
	margin-right:5px;
}

.centerp { 
	float: right;
	margin-top: 5px;
	width: 700px;
	margin-left:2px;
	margin-right:7px;
	padding: 0px;
}

.centerp2 { /*this is the center paragraph with image */
	width: 410px;
	margin-left:190px;
	border: 2px solid #c21e29;
	clear: both;
	padding:5px;
	color: #FFFFFF;
	background-color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.bodyborder { /*this is the solid red around the body content */
	border: 2px solid;
	border-color:#c21e29;
}

.cart { /*this is the right paragraph */
	float: right;
	padding:5px;
	background-color:#FFFF99;
	margin-right:5px;
	margin-top: 80px;
	border: 1px solid;
	border-color:#000000;
}

A:link {
	color: #737373;
	text-decoration: none;
}

A:visited {
	color: #737373;
	text-decoration: none;
}

A:active {
	color: #737373;
	text-decoration: none;
}

A:hover {
	color: #c21e29;
	text-decoration: none;
	clear: none;
}



A.contact:link {
	color: #c21e29;
	text-decoration: none;
}

A.contact:visited {
	color: #c21e29;
	text-decoration: none;
}

A.contact:active {
	color: #c21e29;
	text-decoration: none;
}

A.contact:hover {
	color: #000000;
	text-decoration: none;
}

span.price, .detailprice, .prodprice {
color: #c21e29;
padding-top: 4px;
font-weight:bold;
text-align: center;
} 

.detailimage {
vertical-align : top;
} 

.prodname { /*ALL Products */
	FONT-SIZE: 12px; FONT-FAMILY: Tahoma,Verdana,Arial; COLOR: #c21e29;
	text-decoration: none;
}

.detailname { /*this is for the product detail page */
    color: #c21e29;
    font-size: 12px;
	font-family : Tahoma,Verdana,Arial;
	text-decoration: none; 
} 



