p {
	margin: 10px 0;
}
ul, ol {
	padding-left: 15px;
	list-style-type: disc;
	list-style-position: outside;
}
img {
	border: none;
}
a {
	color: #2A7A7F;
	font-weight: bold;
}
a:visited {
	font-weight: normal;
}
a:hover {
	color: #222;
}
h1, h2, h3, h4, h5 { 
	color: #183F29; 
	margin: 10px 0;
	font-family: Georgia, "Times New Roman", Times;
	font-weight: normal;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-style: italic;
	font-size: 1.5em;
}
h2 .small {
	font-size: .6em;
}
h2.small a {
	color: #FFF;
	text-decoration: none;
}
h2.small a:hover {
	text-decoration: underline;
}
h3 {font-size: 1.4em;}
hr {
	border: none 0;
	border-top: 1px solid #eee;/*the border*/
	width: 50%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	}
.clear {
	clear: both;
}
blockquote {
	font-size: 1.3em;
	color: #2A7A7F;
	margin: 20px 40px;
	text-align: justify;
}
blockquote .source {
	font-size: .8em;
	color: #000;
}
body {
	margin: 0px auto;
	font: 62.5% Arial, Helvetica, sans-serif; 
	text-align: center;
	background: #B6AC8D url(../img/bg.png) repeat-x;
}
#wrapper {
	margin: 0px auto;
	text-align: left;
	width: 980px;
	background: url(../img/wrapper_bg.png) repeat-y;
	overflow: hidden;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 927px;
	background: url(../img/copy_bg.png) repeat-y;
	overflow: hidden;
}
#header {
	margin: 0;
	height:374px;
	width:927px;
	background:url(../img/header.jpg) no-repeat;
}
#sub-header {
	margin: 0;
	height:213px;
	width:927px;
	background:url(../img/sub-header.jpg) no-repeat;
}
#cart-nav {
	width: 927px;
	position: absolute;
	text-align: right;
}
#header #cart-nav {
	top: 332px;
}
#sub-header #cart-nav {
	top: 173px;
}
#cart-nav img {
	padding-right: 20px;
}
#left {
	width: 198px;
	font: 1em Helvetica, "Arial Narrow", Verdana, sans-serif;
	float: left;
}
/* --- navigation --- */
#navcontainer ul {
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
}
#navcontainer li {
	margin-left: 14px;
	text-indent: 20px;
}
#navcontainer a {
	display: block;
	line-height: 14px;
	height: 30px;
}
#navcontainer a:link, #navcontainer a:visited {
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	background: url(../img/green-dot.png) no-repeat;
	background-position: .2em 0;
}
#navcontainer a:hover {
	color: #B9AF90;
	text-decoration: none;
	background: url(../img/brown-dot.png) no-repeat;
	background-position: .2em 0;
}
#social {
	margin-left: 8px;
	padding: 0 0 20px;
	float: left;
}
#social img {
	padding-top: 10px;
}
#signup {
	margin-left: 8px;
	width: 140px;
	color: #222;
	background: #FFF;
	border: 1px solid #2A7A7F;
	padding: 0 20px;
	float: left;
}
#signup h2 {
	color: #222;
}
#signup p {
	font-size: 1.2em;
}
/* --- END LEFT--- */
#content {
	width: 708px;
	padding: 20px 0 20px 20px;
	font-size: 1.3em;
	line-height: 1.6em;
	float: left;
}
#center {
	width: 500px;
	padding-right: 30px;
	float: left;
}
#right {
	width: 170px;
	float: left;
}
#products {
	padding-right: 20px;
}
#products ul {
	position: relative;
	left: 15px;
}
.product-thumb {
	margin-right: 20px;
	float: left;
}
p.price { 
	color: #183F29; 
	margin: 10px 0;
	font-family: Georgia, "Times New Roman", Times;
	font-weight: normal;
	font-size: 1.4em;
}
p.price .medium {font-size: .8em;}
p.price .small {font-size: .7em;}
p.red { 
	color: red; 
	margin: 10px 0;
	font-family: Georgia, "Times New Roman", Times;
	font-weight: normal;
	font-size: 1.4em;
}
p.price img {
	vertical-align: bottom;
}
div.sale, 
p.sale {
	padding: 15px;
	color: #183F29; 
	font-family: Georgia, "Times New Roman", Times;
	font-weight: normal;
	font-size: 1.2em;
	font-style: italic;
	background: #eee;
	border: 1px solid #ddd;
}
p.sale .small {
	font-size: .9em;
}
.large {
	font-size: 1.2em;
}
div.snapshot {
	margin: 15px 0;
	padding: 5px;
	border: 1px solid #eee;
}
div.caption-right {
	text-align: center;
	float: right;
	clear: right;
}
div.left-align {
	text-align: left;
	float: right;
	clear: right;
}
div.left-align h3 {
	font-size: 1.3em;
	text-align: center;
}
div.hilite {
	padding: 0 4px;
	font-size: .9em;
	background: #eee;
	border: 1px solid #ddd;
}
div.caption-left {
	width: 350px;
	margin: 0 20px 10px 0;
	text-align: center;
	float: left;
	clear: left;
}
div.caption-flag {
	margin: 0;
}
.side-quote {
	font-size: .9em;
	line-height: .9em;
	text-align: left;
}
.center {
	text-align: center;
}
.teal {
	color: #2A7A7F;
	font-weight: bold;
}
.imageleft {
	margin: 0 30px 10px 0;
	float: left;
}
.imageright {
	margin: 0 0 10px 30px;
	float: right;
	clear: right;
}
.question {
	color: #2A7A7F;
	font-weight: bold;
	font-size: 1.1em;
}
div.pullquote {
	margin: 0 0 10px 10px;
	padding: 2px;
	width: 28%;
	border: 1px solid #ddd;
	padding: 15px;
	color: #183F29; 
	font-family: Georgia, "Times New Roman", Times;
	font-weight: normal;
	font-size: 1.2em;
	font-style: italic;
	background: #eee;
	text-align: center;
	float: right;
	clear: right;	
}
div.pullquote h3 {
	font-size: 1.2em;
}
#footer {
	margin: 0px auto;
	position: relative;
	width: 980px;
	padding: 5px 0;
	clear: both;
}
#footer h2 {
	margin: 0;
	text-align: center;
	font: normal 10px Helvetica, Arial, Verdana, sans-serif;
	color: #222;
}
#footer h2 a:visited, #footer h2 a:link {
	color: #222;
	text-decoration: none;
}
#footer h2 a:hover {
	color: #222;
	text-decoration: none;
}
#footer h3 {
	margin: 0;
	text-align: center;
	font: normal 10px Helvetica, Arial, Verdana, sans-serif;
	color: #E2DCC9;
}
#footer h3 a:visited, #footer h3 a:link {
	color: #E2DCC9;
	text-decoration: none;
}
#footer h3 a:hover {
	color: #222;
	text-decoration: none;
}