@charset "utf-8";

body {
	background: #fff; 
	font: 87.5%/1.428 "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	margin: 0 auto;
	color: #9a9a9a;
}
h1, h2, h3 {
	font-weight: normal;
}
a:link, a:visited {
	color: #9a9a9a;
}
a:hover, a:active {
	color: #ff7f23;
}
/* self clearing rules */
.selfclear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.selfclear { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
.selfclear { display: block; }
/* End hide from IE-mac */
#header, #content {
	margin: 0 auto;
	width: 930px;
}
#header {
	height: 50px;
	padding: 10px 0;
	background: url(../_img/logo.gif) no-repeat 0px 10px;
	font-family: "Futura Medium","FuturaMedium","Futura","Century Gothic",AppleGothic,sans-serif;
	font-size: 	16px;
}
#header ul {
	margin: 0 0 0 55px;
	padding: 0;
	list-style: none;
	line-height: 50px;
	text-transform: lowercase;
	float: left;
}
#header ul li {
	display: inline;
}
#header ul li a {
	text-decoration: none;
	margin-right: 15px;
}
#header h3 {
	float: right;
	text-align: right;
	line-height: 50px;
}
#content {
	background: url(../_img/content_bg.gif) no-repeat center 0px;
	padding: 36px 10px 0;
}
#content .copy {
	float: left;
	width: 567px;
	margin: 0 10px 0 55px;
}
#content .home, #content .contact {
	width: 321px;
}
#content .contact {
	padding-top: 144px;
}
#product {
	float: left;
	width: 544px;
}
#product.single {
	width: 295px;
}
#content h1 {
	font-size: 1.571em;
	color: #ff7f23;
	font-weight: bold;
}
#content h2 {
	font-size: 1em;
	color: #333;
	margin-bottom: 2em;
}
#content .policies {
	margin-bottom: 0;
}
#content h1 + h2.policies {
	margin-top: 2em;
}
#content h3 {
	font-size: 1.5em;
	line-height: 1;
}
#content p {
	margin-bottom: 2em;
}
#content strong {
	color: #333;
	font-weight: normal;
}
#content .testimonial {
	font-style: italic;
}
#content .name {
	font-size: .857em;
}
#content ul {
	list-style-image: url(../_img/bullet.gif);
	padding-left: 0;
	margin-left: 13px;
}
#content ul li {
	margin-bottom: 2.25em;
	line-height: 1.5;
}
#content ul.prices {
	margin-left: 0;
	margin-top: 1.5em;
	color: #333;
}
#content ul.prices li {
	margin-bottom: 1em;
}
#content ol {
	list-style: decimal;
}
#footer {
	background: url(../_img/footer_bg.gif) repeat-x 0px 0px;
	font-size: .857em;
	line-height: 1;
	text-align: left;
	padding-top: 9px;
	padding-bottom: 9px;
	width: 100%;
}
#footer .copy {
	width: 930px;
	margin: 0 auto;
}
#footer p {
	float: left;
	margin-right: 1em;
}
#footer p a {
	text-decoration: none;
	margin-left: 14px;
}
#footer ul {
	float: left;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	display: block;
	background-repeat: no-repeat;
	float: left;
	margin-right: 1em;
	text-decoration: none;
}
#footer #socialmedia {
	float: right;
	margin-top: -6px;
}
#socialmedia li span {
	display: block;
	float: left;
	margin-right: 1em;
	padding-top: 6px;
}
#socialmedia li a {
	text-indent: -3000px;
	width: 23px;
	height: 22px;
}
#facebook {
	background-image: url(../_img/icon_facebook.gif);
}
#twitter {
	background-image: url(../_img/icon_twitter.gif);
}
#stumbleupon {
	background-image: url(../_img/icon_stumbleupon.gif);
}
#email {
	background-image: url(../_img/icon_email.gif);
}
#rss {
	background-image: url(../_img/icon_rss.gif);
}