@charset "utf-8";
/* CSS Document */
body {
	min-width: 900px;
	margin-top: 30px;
	background-color: #faeaeb;
	}
#wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-bottom: 20px;
}
#layout {
	background:#99c;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: auto;
	border: 1px solid #642f03;
	}
#header {
	background-color: #FFFFFF;
	height: 144px;
	width: 900px;
	background-image: url(http://www.simpleindulgence.ca/images/layout/simpleindulgence_headerbg.jpg);
		}
.logo {
	height: 105px;
	width: 251px;
	float: left;
	margin-left: 14px;
	margin-top: 30px;
}
.headerlinkbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #642f03;
	float: right;
	width: 200px;
	height: 50px;
	margin-top: 10px;
	margin-right: 15px;
}
.headerlinks {
	width: 200px;
	height: 20px;
}
.headerlinkbox A:link {
	text-decoration: none;
	color: #642f03;
}
.headerlinkbox A:visited {
	text-decoration: none;
	color: #642f03;
}
.headerlinkbox A:active {
	text-decoration: none;
	color: #642f03;
}
.headerlinkbox A:hover {
	color: #C41B3C;
}
#navcontainer ul
{
	margin: 0;
	list-style-type: none;
	background-color: #FAEAEB;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 0.8em;
	padding-right: 0;
	padding-bottom: 0.8em;
	padding-left: 0;
}

#navcontainer li { display: inline; }

#navcontainer li a
{
	text-decoration: none;
	background-color: #FAEAEB;
	color: #642F03;
	padding-top: 0.2em;
	padding-right: 2em;
	padding-bottom: 0.2em;
	padding-left: 2em;
}

#navcontainer li a:hover
{
	color: #C41B3C;
}
.leftheaders {
	color: #C41B3C;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.leftheaders A:link {
	text-decoration: none;
	color: #C41B3C;
}
.leftheaders A:visited {
	text-decoration: none;
	color: #C41B3C;
}
.leftheaders A:active {
	text-decoration: none;
	color: #C41B3C;
}
.leftheaders A:hover {
	color: #642F03;
}
#leftnav {
	float:left;
	width:190px;
	padding-left: 10px;
	margin-top: 20px;
	}
.leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #44211A;
	padding-right: 10px;
	line-height: 18px;
}
.leftnav A:link {
	text-decoration: none;
	color: #C41B3C;
}
.leftnav A:visited {
	text-decoration: none;
	color: #C41B3C;
}
.leftnav A:active {
	text-decoration: none;
	color: #C41B3C;
}
.leftnav A:hover {
	color: #642F03;
}
#content {
	background:#99c;
	float:right;
	width:680px;
	background-color: #FFFFFF;
	padding-right: 0px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: auto;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #642F03;
	line-height: 18px;
	}
	#footer {
	clear:both;
	background-color: #FFFFFF;
	left: auto;
	height: 20px;
	width: 900px;
	}
.credit {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #642F03;
	margin-top: 10px;
}
.credit A:link {
	text-decoration: none;
	color: #642F03;
}
.credit A:visited {
	text-decoration: none;
	color: #642F03;
}
.credit A:active {
	text-decoration: none;
	color: #642F03;
}
.credit A:hover {
	text-decoration: underline;
	color: #C41B3C;
}
.pagetitle {
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #d3e291;
	width: 610px;
}
.itemwrap { width: 650px; margin: 0 auto; }
.col1 { float: left; width: 350px; margin: 0; padding: 0; }
.col2 { float: left; width: 300px; margin: 0; padding: 0; }
.col2 .inside { padding: 10px; }
.col2 .description {}
.col2 .popup {}
.col2 .limited {}
.col2 .inventory {}
.col2 .discounts {}
.col2 .price {margin: 15px 0 0 0; font-weight: bold;}
.col2 .outofstock {}
.col2 .accent {}
.col2 .wholesale {}
.col2 .coupon {}

.col2 .options {margin: 3px 0 0 0;}
.col2 .options label { width: 100px; text-align: left; float: left; margin: 3px 0 0 0; font-weight: bold; }
.col2 .options select {margin: 3px 0 0 0;}
.col2 .options input { float: left; margin: 3px 0 0 0;}
.col2 .options br { clear: left; }
.col2 .formbutton { margin: 5px 0 0 0; cursor: pointer; } 

.clear { clear: both; }

