@charset "utf-8";
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
* {
	margin: 0px;
	padding: 0px;
	text-decoration:none;
}
body {
	
	background:url(/assets/images/3/bg_repeat.jpg) top repeat;
	font: 12px/1.45em "Lucida Grande",Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:left;
}
html {
	background: #4a4a4a;
}
.bg {
	background:url(/assets/images/3/bg.jpg) top center repeat-y;
}
img {
	border:0px;
}

/* Text based CSS ------------------------------------------------------------------------- */

p {
	margin-bottom: 10px;
	line-height: 18px;
	text-align: left;
}
h1 {
	font-size:30px;
	font-weight: normal;
	color:#8a867a;
	line-height:33px;
	margin-bottom:30px;
	text-align:left;
}
h2 {
	font-size:26px;
	font-weight: normal;
	color:#a51e07;
	text-align:left;
}
h3 {
	font-size:20px;
	font-weight: bold;
	color:#333333;
	text-align:left;
}
h4 {
	font-size:16px;
	font-weight: normal;
	color:#8a867a;
	text-align:left;
}
a:link {
	color: #a51e07;
}
a:visited {
	color: #a51e07;
}
a:hover {
	color: #a51e07;
}
p a:link {
	color: #a51e07;
}
p a:visited {
	color: #a51e07;
}
p a:hover, ul li a:hover {
	color: #a51e07;
	border-bottom:1px dotted;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.margin_bottom {
	margin-bottom:20px;
}
strong {
	font-weight: bold;
	color:#a51e07;
}
hr {
	border-bottom: 1px dotted #a51e07;
	border-top:0px;
	margin-bottom:10px;
}
/* Header ------------------------------------------------------------------------- */

.logo {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 124px;
}
.logo img {
	max-height: 124px;
}
.address {
	padding-top: 15px;
	height: 150px;
	background: url(/assets/images/3/bg_address.jpg) 0px 0px repeat-y;
}
.address p {
	text-align: right;
	margin-bottom: 0px;
	font-size: 15px;
	color: #4a4a4a;
}
.address p strong {
	font-weight: bold;
	color: #836f57;
}
.addy_pad {
	padding-right: 15px;
}
/* Nav ------------------------------------------------------------------------- */

#nav ul {
	list-style:none;
	font-size:14px;
	padding: 15px;
	padding-top: 0px;
}
#nav li {
	background: url(/assets/images/3/bg_li_nav.jpg) left center no-repeat;
}
#nav a {
	text-decoration:none;
	border:0px;
	margin-top: 3px;
}
#nav a span {
	display:block;
	padding:7px 12px 7px 27px;
	color:#4a4a4a;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {float:none;}
/* End IE5-Mac hack */
#nav a:hover span, #nav a.current span {
	color:#a51e07;
	
}

/* Content Box ------------------------------------------------------------------------- */

.content {
	padding-top: 35px;
	padding-bottom: 15px;
	
}
.content_pad {
	margin-left: 1%;
	margin-right: 1%;
}
.pics img {
	margin-bottom: 15px;
}
.right ul {
	padding-left: 9px;
	margin-bottom: 10px;
	list-style-image: url(/assets/images/3/bg_li.jpg);
}
.right ul li ul {
	padding: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-top: 0;
	background: none;
}
.right ul li {
	line-height: 17px;
	padding-left: 2px;
	padding-bottom: 7px;
	margin-left: 14px;
	margin-bottom: 7px;
	border-bottom: 1px dotted #e8e8e8;
}
.right ul li ul li {
	font-size: 11px;
	color: #87ad27;
	line-height: 14px;
	padding-left: 7px;
	padding-bottom: 7px;
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 0px;
	border-bottom: 0;
}


/* Footer ------------------------------------------------------------------------- */

.footer {
	padding-bottom:210px;
	background: #4a4a4a url(/assets/images/bg_footer.jpg) repeat-x top;
}
.footer .right {
	padding-left:20px;
}
.footer .left p {
	text-align:left;
	font-size:11px;
	padding-left:10px;
	padding-top:10px;
	color:#fff;
}
.footer .left ul {
	list-style:none;
	padding-top:7px;
}
.footer .left li {
	float:left;
	text-align:left;
	font-size:11px;
	margin:0px;
	padding:0px;
	border-right:1px solid #000;
	margin-right:6px;
	padding-right:9px;
	line-height:12px;
}
.footer .left li.nopad {
	border-right:0px;
	margin-right:0px;
	padding-right:0px;
}
.footer .left li a:link, .footer .left li a:visited, .footer .left li a:hover {
	color:#aab027;
	text-decoration:none;
}
.footer .right p {
	text-align:right;
	font-size:11px;
	padding-top:10px;
	padding-right: 10px;
	color:#fff;
}
.footer  a:link, .footer  a:visited  {
	color:#aab027;
}
.footer  a:hover  {
	color:#aab027;
	border-bottom:1px dotted;
}

/* Form ------------------------------------------------------------------------- */

form.styleLabel label
{
	float:left;
	width: 120px;
	text-align: right;
	padding-right: 5px;
}
form.styleLabel fieldset
{
	padding-top:1em;
	padding-left:1em;
	border:1px dashed #d2d1d1;
	background:#fdfdfd;
	padding-bottom:10px;
	margin-bottom:15px;
}
form.styleLabel fieldset legend
{
	font-size: 16px;
	color:#075ea8;
	font-weight:normal;
	text-align:left;
}
form.styleLabel fieldset div
{
	display: block;
	margin-bottom:.5em;
}
form.styleLabel fieldset#delivery_address
{
	display: none;	
}
div.error
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #C00;
}
div .error ul li
{
	text-align: left;	
}
.right input {
	background:#f6f6f6;
	border:1px solid #becae3;
	padding:3px;
	color:#373438;
	font-size:10px;
	margin-right:7px;
}
.right textarea {
	background:#f6f6f6;
	border:1px solid #becae3;
	padding:3px;
	width:317px;
	height:90px;
	color:#373438;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-right:7px;
}