/*---------------------------------
	General
---------------------------------*/
body {
	margin: 0 0 50px 0;
	background: #950D00 url(../images/bg_body.gif) repeat-x top left;
	font: .8em Georgia, "Times New Roman", Times, serif;
	color: #61491a;
	letter-spacing: 1px;
	line-height: 1.3em;
}
html {
	min-height: 100.1%;
}
div#wrapper {
	width: 900px;
	margin: 0px auto;
}
a img {
	border: none;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.clear {
	clear: both;
}
span.r {
	vertical-align: super;
	font-size: .8em;
}




/*---------------------------------
	Header + Nav
---------------------------------*/
div#header {
	width: 900px;
	height: 433px;
	background: url(../images/bg_header.gif) no-repeat left top;
}
div#header2 {
	width: 900px;
	height: 100px;
	background: url(../images/bg_header.gif) no-repeat left top;
}

a#home {
	display: block;
	height: 94px;
	width: 190px;
	text-indent: -80000em;
	float: left;
}
ul#nav {
	height: 94px;
	float: right;
	margin: 0;
}
ul#nav li {
	float: left;
	list-style: none;
	padding: 35px 13px 0 13px;
}
ul#nav li a {
	font-size: 1.2em;
	color: #ede0c1;
	text-decoration: none;
	letter-spacing: 1px;
}
ul#nav li a:hover {
	color: #fff;
}
div#header img {
	float: left;
}





/*---------------------------------
	Content
---------------------------------*/

/*----[ Main ]----*/
div#content-wrapper {
	min-height:330px;
	height:auto !important;
	height:330px;
	background:#EEE1C1 url(../images/bg_content.jpg) left bottom no-repeat;
	padding-bottom: 45px;
}
div#content-center:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}


/*----[ Left ]----*/
div#content-left {
	background: url(../images/content-left.jpg) 0 0 no-repeat;
	width: 510px;
	float: left;
	padding: 0px 20px;
}
h3 {
	font-size: 1.2em;
	letter-spacing: 0;
	color: #9d2012;
	margin: 0 0 10px 0;
	text-transform: capitalize;
}


/*----[ Right ]----*/
div#content-right {
	width: 140px;
	float: left;
	padding: 0px 20px;
}
h5#product-families {
	background: url(../images/product-families.gif) 0 0 no-repeat;
	text-indent: -80000em;
	padding: 0;
	margin: 0 0 10px 0;
	height: 28px;
}
div#content-right a {
	color: #61491a;
	text-decoration: none;
	display: block;
	padding: 4px 1px;
}
div#content-right a:hover {
	background-color: #e5d8ba;
}
div#content-right ul {
	padding: 0;
	margin: 0;
}
div#content-right ul li {
	list-style: none;
	display: inline;
}

div#content-right ul li a {
	background: url(../images/family-underline.gif) 0 100% repeat-x;
}
a#faq {
	margin-top: 20px;
}


/*----[ Ads ]----*/
ul#content-ads {
	background: url(../images/content-right.jpg) 100% 0 no-repeat;
	width: 170px;
	float: left;
	padding: 0;
	margin: 0;
}
ul#content-ads li {
	list-style: none;
	padding: 0 0 10px 5px;
	margin: 0;
}



/*---------------------------------
	Footer
---------------------------------*/
div#footer {
	clear: both;
	padding-top: 30px;
}
div#catalog {
	float: left;
	font-size: .9em;
	font-weight: bold;
	letter-spacing: 2px;
	color: #332f26;
	padding-left: 50px;
}
div#catalog span {
	color: #c22136;
	font-size: 1.2em;
}
ul#bottom-nav {
	float: right;
	margin: 0;
	padding-right: 20px;
}
ul#bottom-nav li {
	float: left;
	list-style: none;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #978352;
}
ul#bottom-nav li a {
	font-size: .9em;
	color: #61491a;
	text-decoration: none;
}
ul#bottom-nav li a:hover {
	color: #000;
}
ul#bottom-nav li#back-to-top {
	padding-right: 12px;
	margin-right: 0;
	border-right: none;
	background: url(../images/backtotop.gif) 100% 52% no-repeat
}

/*----[ Copyright ]----*/
p#copyright {
	color: #ede1c3;
	background: url(../images/logo.gif) 0 0 no-repeat;
	height: 15px;
	padding-left: 95px;
	font-size: .8em;
	margin-top: 15px;
	float: left;
}
ul#sub-sub-nav , ul#sub-sub-nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#sub-sub-nav {
	float: right;
	margin-top: 15px;
}
ul#sub-sub-nav li {
	float: left;
}
ul#sub-sub-nav li a {
	color: #ede1c3;
	font-size: .8em;
	text-decoration: none;
}
ul#sub-sub-nav li a:hover {
	color: #fff;
}
ul#sub-sub-nav li#privacy-policy {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #978352;
}