body {
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 75%;
	background-color: #E2DACF;
}

#MainContainer {
	width: 970px;
	margin: 0px auto;
	background-image: url(/Images/Layout/Background-Main.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

#Header {
	margin: 0px;
	height: 160px;
	background-image: url(/Images/Layout/Background-Header.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #222626;
}

#ContentWrapper {
	float: left;
	width: 100%;
}

#MainContentColumn {
	margin: 20px 240px 0px 240px;
}

#EnsureBackground {
	clear: left;
}

#LeftColumn {
	float: left;
	width: 200px;
	margin: 20px 0px 0px -970px;
}

#RightColumn{
	float: left;
	width: 200px;
	margin: 20px 0px 0px -200px;
}

#Footer {
	clear: left;
	width: 100%;
	text-align: center;
	margin: 0px 0px 0px 0px;
	background-image: url(/Images/Layout/Background-Footer.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
	background-color: #111012;
}

/* ======================================================================================= */
/* ===================================== STANDARD ======================================== */
/* ======================================================================================= */

a:link, a:visited {
	color: #DC8700;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #6B4509;
	font-size: 150%;
}

h2 {
	color: #6B4509;
	font-size: 140%;
}

.ClearLeft {
	clear: left;
}

/* ======================================================================================= */
/* ================================== TEMP CONTAINER ===================================== */
/* ======================================================================================= */

div.Container {
	margin: 0px 0px 25px 0px;
	padding: 0px 10px 10px 10px;
}

div.Container h1, div.Container h2 {
	margin: 0px 0px 10px 0px;
}

div.Container ul.CategoryList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div.Container ul.CategoryList li {
	background-image: url(/Images/Layout/Icon-Arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-left: -5px;
	padding: 0px 0px 5px 10px;
}

div.Container ul.ProductList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div.Container ul.ProductList li {
	clear: left;
	padding: 30px 0px 0px 0px;
	margin: 0px;
}

div.Container ul.ProductList li.First {
	padding-top: 10px;
}

div.Container ul.ProductList li img {
	float: left;
}

div.Container ul.ReviewList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div.Container ul.ReviewList li {
	margin: 0px 0px 30px 0px;
}

div.Container div.Accessory {
	text-align: center;
}

/* ======================================================================================= */
/* ====================================== HEADER ========================================= */
/* ======================================================================================= */

#HeaderWrapper {
	margin: 0px auto;
	width: 970px;
	height: 160px;
	background-image: url(/Images/Layout/Background-Header2.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#Header img.Logo {
	margin: 58px 0px 0px 10px;
}

/* ======================================================================================= */
/* ====================================== NAV BAR ======================================== */
/* ======================================================================================= */

#NavBar {
	border-top: 2px solid #E2DACF;
	background-image: url(/Images/Layout/Background-NavBar.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
	background-color: #6F4A10;
}

#NavBarWrapper {
	margin: 0px auto;
	width: 970px;
	background-image: url(/Images/Layout/Background-NavBar2.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
}

#NavBarBottom {
	clear: left;
	border-bottom: 2px solid #E2DACF;
	background-image: url(/Images/Layout/Background-NavBarBottom.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #6F4A10;
}

#NavBarBottomWrapper {
	margin: 0px auto;
	width: 970px;
	background-image: url(/Images/Layout/Background-NavBarBottom2.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

#NavBar ul, #NavBarBottom ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#NavBar ul li, #NavBarBottom ul li {
	display: inline;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid white;
}

#NavBar ul li.First, #NavBarBottom ul li.First {
	padding-left: 0px;
	border: 0px;
}

#NavBar ul li a:link, #NavBar ul li a:visited, #NavBarBottom ul li a:link, #NavBarBottom ul li a:visited {
	color: #FFFFFF;
}

#NavBar ul li a:hover, #NavBarBottom ul li a:hover {
	color: #FFFFFF;
}

/* ======================================================================================= */
/* ==================================== LEFT COLUMN ====================================== */
/* ======================================================================================= */

#LeftColumn div.Container {
	border: 0px;
	padding: 0px;
	margin-left: 30px;
	margin-right: 10px
}

#LeftColumn div.Heading {
	height: 35px;
	margin-left: -30px;
	margin-right: -10px;
	margin-bottom: 10px;
	background-image: url(/Images/Layout/Background-LeftColumn-Heading.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #896B3B;
	color: #FFFFFF;
	font-size: 100%;
}

#LeftColumn div.Heading h2 {
	padding: 6px 5px 0px 30px;
	color: #FFFFFF;
	font-size: 100%;
}

/* ======================================================================================= */
/* ==================================== RIGHT COLUMN ===================================== */
/* ======================================================================================= */

#RightColumn div.Container {
	border: 0px;
	padding: 0px;
	margin-right: 30px;
	margin-left: 10px;
}

#RightColumn div.Heading {
	height: 35px;
	margin-right: -30px;
	margin-left: -10px;
	margin-bottom: 10px;
	background-image: url(/Images/Layout/Background-RightColumn-Heading.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #896B3B;
	color: #FFFFFF;
	font-size: 100%;
}

#RightColumn div.Heading h2 {
	padding: 6px 30px 0px 10px;
	color: #FFFFFF;
	font-size: 100%;
}

/* ======================================================================================= */
/* ==================================== BREADCRUMB ======================================= */
/* ======================================================================================= */

#Breadcrumb {
	margin-bottom: 20px;
	font-size: 80%;
}

#Breadcrumb ul {
	margin: 0px;
	padding: 0px 0px 0px 12px;
}

#Breadcrumb ul li {
	display: inline;
	background-image: url(/Images/Layout/Icon-Arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 5px 10px;
}

/* ======================================================================================= */
/* ====================================== FOOTER ========================================= */
/* ======================================================================================= */

#FooterWrapper {
	width: 970px;
	height: 64px;
	margin: 0px auto;
	background-image: url(/Images/Layout/Background-Footer2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#Footer div.Footer2 {
	padding: 22px 30px 0px 0px;
	color: #FFFFFF;
	text-align: right;
}

/* ======================================================================================= */
/* ======================================= PAGING ======================================== */
/* ======================================================================================= */

div.PagingContainerTop {
	padding-top: 10px;
}

div.PagingContainerBottom {
	clear: both;
	padding-top: 20px;
}

div.Paging {
	border-top: 1px solid #6B4509;
	border-bottom: 1px solid #6B4509;
	padding: 5px;
	margin: 0px 0px 10px 0px;
}

div.Paging ul {
	float: right;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

div.Paging ul li {
	display: inline;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

/* ======================================================================================= */
/* ======================================= FORMS ========================================= */
/* ======================================================================================= */

input.AddToCart {
	width: 164px;
	height: 26px;
	background-image: url(/Images/Layout/Button-Add-To-Cart.jpg);
	background-repeat: no-repeat;
	border: 0px;
}