
/*
Lovingly hand-crafted by Citrus Tree Media.
http://www.citrustreemedia.com/
Please respect our copyright as we do yours...
*/

/* ---------------------
title: revive face and body print stylesheet
author: wayne taylor
created: 02/11/09
modified: 02/11/09
version: 1.0
--------------------- */

/* -----------------------------------------------------------------------------
   generic style */

	
* {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #5c5d5e;
	background: none;
}
	
	/* -----------------------------------------------------------------------------
header style */

#contact-details {
	float: right;
	font-size: 85%;
	margin-bottom: 20px;
}

#contact-details ul li {
	float:left;
	padding-right: 10px;
	list-style: none;
}

#contact-details span {
	color: #642f17;
	font-weight: bold;
}

#contact-details a {
	color: #642f17;
	font-weight: bold;
}
	
	/* -----------------------------------------------------------------------------
nav style */

#navigation {
	display: none;
}
	
	/* -----------------------------------------------------------------------------
content style */

#full-width {
	width: 100%;
}

.content {
	width: 624px;
	float: left;
}

.sidebar {
	float: right;
	width: 204px;
}
	
	/* -----------------------------------------------------------------------------
productlist  style */

ul#product-list {
	min-height: 353px;
	height: auto !important;
	height: 353px;
	clear: both;
	text-align: center;
	margin-top: 30px;
	padding-left: 0;
}

ul#product-list li strong {
	clear: both;
	width: 202px;
	display: block;
	height: 46px;
	line-height: 46px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 140%;
}

ul#product-list li a strong {
	color: #642f17;
}

ul#product-list li {
	width: 202px;
	float: left;
	list-style: none;
	margin-right: 9px;
	border: 1px solid #642f17;
}

ul#product-list li a {
	text-decoration: none;
	color: #642f17;
}

ul#product-list li a span {
	color: #343434;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 140%;
}

ul#product-list li#four {
	margin-right: 0;
}

.content ul#product-list li img {
	display: none;
}
	
	/* -----------------------------------------------------------------------------
productlist in the sidebar style */

.sidebar ul#product-list {
	display: none;
}
	
	/* -----------------------------------------------------------------------------
text style */

.container p, .container li, .container dd {
	line-height: 1.5em;
	padding-bottom: 10px;
}

a {
	color: #6d3b25; 
}

a:hover {
	color: #a8a7a7; 
}

h1 {
	color: #6d3b25;
	padding-bottom: 20px;
	font-weight: normal;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

h2 {
	padding-bottom: 10px;
	color: #6d3b25;
	font-weight: normal;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

h2 span {
	font-size: 80%;
}

h3 {
	padding-bottom: 5px;
	padding-top: 10px;
	color: #6d3b25;
	font-weight: normal;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 120%;
}

h4 {
	padding-bottom: 2px;
	font-weight: normal;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 110%;
}

.content ul {
	padding-left: 20px;
}

.content li {
	list-style: circle;
}

.content ol li {
	list-style: decimal;
	margin-left: 20px;
}

hr {
	border-bottom: 2px solid #d8d0cb;
	margin-bottom: 20px;
}

.content img {
	border: 2px solid #d8d0cb;
	float: right;
	margin-left: 10px;
}

.content img.float-left {
	border: 2px solid #d8d0cb;
	float: left;
	margin-left: 0;
	margin-right: 10px;
}

.content img.margin-right {
	margin-right: 6px;
}
	
	/* -----------------------------------------------------------------------------
footer style */

#footer {
	padding-top: 20px;
	padding-bottom: 30px;
	font-size: 82%;
	color: #889194;
	clear: both;
}

#footer ul {
	text-align: center;
	margin: 0 auto;
}

#footer ul li {
	display: inline;
	padding-left: 3px;
}

#footer a {
	color: #889194;
}

#footer a:hover {
	color: #464b4d;
}
	
	/* -----------------------------------------------------------------------------
contact details style */

dl.contact {
	padding-top: 20px;
}

dl.contact dt {
	float: left;
	width: 130px;
	padding-right: 20px;
	text-align: right;
	padding-bottom: 10px;
	font-weight: normal;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #6d3b25;
	clear: left;
}

dl.contact dd {
	margin-left: 150px;
	padding-bottom: 10px;
}
	
	/* -----------------------------------------------------------------------------
tables style */

table {
	border-collapse: collapse;
	border: 2px solid #ababab;
	margin-bottom: 10px;
	margin-top: -5px;
}

td {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border: 1px solid #ababab;
	padding-top: 5px;
	text-align: center;
	width: 200px;
}
	
	/* -----------------------------------------------------------------------------
subcontent-index style */

#subcontent-index {
	display: none;
}