@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;

	background-color: #bcbcbc
	background-position: center;
	background-color: #bcbcbc;
	background-position: center;
}

:focus { 
outline: 0; 
}
.layout #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.layout #header {
	padding: 0px;  /* 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. */
	height: 173px;
	width: 780px;
	background-color: #E6E6E6;
	clear: both;
	display: block;
} 
.layout #headerMenu {
	height: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background-repeat: no-repeat;
	background-color: #EDEDED;
} 
.layout #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 75px;
	margin-top: 0px;
	padding-top: 0px;
}
.layout #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 75px;
	padding-bottom: 0px;
	margin: 0px;
	background-color: #F3F3F3;
}

.layout #mainContentContainer {
	margin-top: 0;
	margin-right: 75px;
	margin-bottom: 0;
	margin-left: 75px;
	padding: 0;
} 
.layout #section{
	width: 630px;

} 
.layout #mainContent{
	margin-top: 0;
	margin-bottom: 0;
	width: 564px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	line-height: 20px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 33px;
} 
.layout #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 40px;
} 
.layout #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.layout #headertitle {
	height: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 780px;
	background-color: #E6E6E6;
}
.cart_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B21027;
	font-weight: bold;
}
