@charset "utf-8";
body  {
	margin:0;
	padding:0;
	background-image:url(../images/page-bg.png);
	background-repeat:repeat;
	text-align:center;
	color: #000000;
}
#container { 
	width: 760px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background-image:url(../images/header-bg.png);
	background-repeat:no-repeat;
	border-bottom:#555 1px solid;
	height:129px;
} 
#masthead{
	border-bottom:#555 1px solid;
	background-color:#80011E;
}
#nav{
	padding-left:5px;
	background-color:#760000;
	color:#fff;
}
#breadcrumb-trail{
	margin:10px 0px 20px 0px;
	padding:10px;
}
#sidebar1 {
	margin:0px 0px 0px 0px;
	padding:0px 10px 15px 0px;
	float: left; 
	width: 210px;
	background: #fff;
}
#mainContent { 
	margin: 0px 0px 30px 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0px 5px;
} 
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/page-bg.png);
	background-repeat:repeat;
	clear:both;
}
.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;
}
.float-clear{
	clear:both;
}

/*eCommerce Styles*/
#cart-links{
	padding:10px 10px 10px 0px;
	text-align:right;
/*	background-image:url(../images/cart-links-bg.gif);
	background-position:right;
	background-repeat:no-repeat;
*/	color:#fff;
}

