@import url("zeroing.css");

body {
	padding: 22px 0 0 0; text-align: center; background: #e6b873 url("../images/body-bg.jpg") repeat-x;
	}
#container {
	text-align: left; margin: 0 auto; width: 760px; padding: 0 0 10px 0;
	}
#header {
	height: 188px; background: url(../images/header-bg.jpg)
		}
#header img {
	padding: 6px 0 0 10px;
}
#header h2 {
	padding: 10px 0 0 0; left: 600px; width: 410px; font-size: 18px; text-align: right; color: #805a40; float: right; margin: 0 20px; 0 0;
}
#header h3 {
	position: absolute; padding: 22px 0 0 20px; color: #fff; font-size: 15px; font-weight: normal; font-family: Arial, Helvetica, sans-serif;
}
#left {
	width: 420px; margin-left: 20px; float: left; display: inline; /* floats are handled as block elements, this is to fix a margin collapsing bug in IE */
		}
#left h1 {
	font-size: 160%; color: #807340; padding: 5px 0 5px 0; font-family: Arial, Helvetica, sans-serif; font-weight: normal; 
}
#left p {
	padding: 3px 0 5px 0; color: #594e25;
}
#left p a {
	color: #594e25;
}	
#left p a:hover {
	color: #807340;
}	
#content {
	margin-left: 462px; padding: 0; text-align: center;
		}
#content img {
	margin: 0; padding: 0 0 30px 3px;
}
#content h3 {
	text-align: left; font-size: 100%; color: #807340; font-family: Arial, Helvetica, sans-serif; font-weight: normal; padding: 0 0 5px 40px; margin: 0;
}
#telephone {
	text-align: left; list-style: none; color: #594e25; padding: 10px 0 5px 30px; font-size: 90%; margin: 0;
}
#highlights {
	border: 2px dashed #b78e59; margin: 15px 5px 15px 5px; padding: 10px 20px 10px 20px; background:url(../images/highlights-bg.jpg) repeat-y; color: #807340;
}
#highlights h3 {
	font-size: 160%; font-family: Arial, Helvetica, sans-serif; font-weight: normal;
	}
#highlights ul {
	margin: 0;
}
#highlights li {
	background: url("../images/tick.gif") 0 0 no-repeat; padding: 2px 0 14px 25px; font-size: 14px; font-weight:bold;
}
.subscript {
	vertical-align: sub; font-size: 75%; padding: 0; margin: 0;	
	}
.leftbullets {
	float: left; list-style: none;
}
.rightbullets {
	padding: 0 0 0 190px; list-style: none;
}
.stock {
	list-style: none;
}
#footer {
	height: 1px;clear: left;
		}
#outer-footer {
	background: url(../images/footer-bg.jpg) repeat-x; height: 72px;
}
#outer-footer h6 {
	padding: 0 0 3px 0; color: #fff; font-size: 9px; margin: 0;
}
#outer-footer a:hover {
	text-decoration: none; border-bottom: 1px dotted white; color: #fff;
}
#outer-footer a {
	text-decoration: none; color: #d8953d;
}
#outer-footer  ul {
	list-style-type:none; padding: 25px 0 5px 0; margin: 0;
}
#outer-footer li {
	display:inline; padding: 0 10px 0 10px;
	}
#outer-footer li a{
	color: #fff; text-decoration: none;
	}

/*-------------------nav styles--------------------*/
#nav {
	list-style-type:none; height:18px; font-size: 18px; color:#630; padding: 8px 0 0 10px; width: 425px;
}
#nav UL {
	padding:0; margin:0; list-style-type:none;
}
#nav A {
	display:block; width:auto; height:auto; text-align:center; text-decoration:none;
	}
#nav A:link {
 color:#fff;
	}
#nav A:visited {
	color:#630;
}
#nav A:hover {
	color:#630; background-color:#F3DDA3;
}
#nav  LI.blur A:hover {
	color:#fff; background-color:#ceb655; height: 40px; line-height: 40px;
}
#nav li#current a {
	 background-color: #807340; color: #fff; border-top: 1px solid #807340;
	 }
#nav li.blur a {
	 color: #805a40; border-top: 1px solid #ddce91; background-color: #bfa330; border-right: 1px solid #79671e;
	 }
#nav LI {
	float: left; text-align: left; width: 105px; height: 40px; line-height: 40px;
}


/*-------------------sifr styles--------------------*/


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash #header h2  {
	visibility: hidden; text-align: right; color: #805a40;
	
}
/*
.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/

