body {
	background-color:#fff;
	margin:0;
	padding:0;
	text-align:center;
	color:#FDCC99;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:12px;
}

#wrapper {
	margin:auto;
	text-align:left;
	width:1000px;
}

#header {
	height:138px;
	background-color:#4AC2C5;
	background-image:url('../img/header_bg.gif');
	background-repeat:no-repeat;
	position:relative;
}

#logo {
	position:absolute;
	left:70px;
	bottom:0;
}

#nav {
	position:absolute;
	right:0;
	bottom:0;
	width:545px;
}

#nav img {
	margin-right:5px;
	display:block;
	float:left;
}

#content {
	min-height:400px;
	background-color:#301211;
	padding:0 30px 30px 30px;
	color:#fff;
	/*
	color:#4AC2C5;
	background-image:url('../img/mainColumn_bg.png');
	background-repeat:no-repeat;
	background-position:bottom right;
	*/
}

#content_top {
	height:60px;
	background-image:url('../img/content_bg.gif');
	background-repeat:repeat-x;
	background-color:#301211;
}
	

#sidebar {
	padding-right:15px;
	border-right:solid 1px #FDCC99;
	width:145px;
	float:left;
}

#sidebar p {
	margin:0;
	padding:0;
}

#sidebar a,
#sidebar a:link,
#sidebar a:visited
{
	display:block;
	padding:15px 0;
	text-align:center;
	border-bottom:solid 1px #FDCC99;
	font-size:18px;
	color:#4AC2C5;
	text-decoration:none;
}

#sidebar a:hover,
#sidebar a:active
{
	color:#4AC2C5;
	
}

#mainColumn {
	float:right;
	width:750px;
	min-height:400px;
}

#footer {
	height:65px;
	color:#301211;
	font-size:11px;
	text-align:center;
	background-color:#4AC2C5;
	background-image:url('../img/footer_bg.gif');
	background-repeat:no-repeat;
	line-height:65px;
	vertical-align:middle;
}

#footer a,
#footer a:link,
#footer a:visited
{
	font-size:11px;
	color:#301211;
	text-decoration:none;
	margin:0 12px;
}

#footer a:hover,
#footer a:active
{
	color:#5b221e;
}

.clear {
	clear:both;
}

table, td {
	font-size:12px;
}

a,
a:link,
a:visited
{
	color:#4AC2C5;
}

a:hover,
a:active
{
	color:#fff;
}

.header {
	font-size:18px;
	font-weight:normal;
	display:block;
	color:#4AC2C5;
	padding:10px 0;
	border-bottom:solid 1px #FDCC99;
	margin-bottom:15px;
}

.hr {
	display:block;
	border-bottom:solid 1px #FDCC99;
	padding:15px 0;
	clear:both;
	height:0;
	font-size:0px;
}

.whiteText {
	color:#fff;
}

.creamText {
	color:#FDCC99;
}


/* HOME */

.homeImage {
	width:159px;
	height:250px;
	border:solid 4px #4AC2C5;
	margin:10px;
	float:left;
	background:#fff;
}


/* ABOUT US */

.aboutImage {
	width:159px;
	height:159px;
	border:solid 4px #4AC2C5;
	margin:10px;
	float:left;
	background:#fff;
}


/* LOCATIONS */

.locationList {
	width:140px;
	float:left;
	margin-right:15px;
	padding-right:15px;
	border-right:solid 1px #FDCC99;
}

.locationList img {
	display:block;
}

.locationListItem {
	padding:10px 0;
	display:block;
}

.locationDetails {
	color:#fff;
	line-height:47px;
	vertical-align:middle;
	float:left;
	width:560px;
}


/* PRODUCT */

.productLeft { 
	float:left;
	width:300px;
}

.productImage {
	width:300px;
	background:#000;
}

.productRight {
	float:right;
	width:400px;
}

.morePhotos {
	padding:6px;
}

.productThumb {
	width:80px;
	height:80px;
	background:#000;
	border:solid 1px #fff;
	margin:6px;
	float:left;
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
}

/* CART */

.CartHeaderRow {
	font-size:18px;
	padding-bottom:15px;
}

#mainColumn td {
	background-color:#301211;
	color:#fff;
}

#mainColumn td.CartTableHeader {
	font-weight:bold;
	background-color:#170706;
	color:#fff;
}

.CartItemList {
	border-bottom:solid 1px #fff;
}

.cartRecalcWarning {
	padding-top:15px;
}


/* CATEGORY */

#mainColumn table.CategoryNavBar {
	margin:10px 0;
	font-size:12px;
}

#mainColumn table.CategoryNavBar td {
	background-color:#170706;
	padding:5px;
}

/* STYLING */

.stylingbox {
	float:left;
	width:120px;
	margin:8px;
	text-align:center;
	font-size:11px;
}

.stylingImg {
	width:120px;
	height:120px;
	border:solid 4px #4AC2C5;
	background:#fff;
}

.stylingName {
	font-size:15px;
	color:#4AC2C5;
	display:block;
	padding:6px 0;
}


