body {
	background: #f7fcee url(../img/back-fill.jpg) repeat-x top left;
	font: 12pt/16pt "Lucida Sans" , "Lucida Sans Unicode" , "Trebuchet MS" , sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
}

#main {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#head {
	width: 960px;
	height: 152px;
}
#logo {
	float: left;
	width: 140px;
}
div#altnav {
	width: 350px;
	text-align: right;
	font-family: "Lucida Sans" , "Lucida Sans Unicode" , "Trebuchet MS" , sans-serif;
	font-size: 9pt;
	float: right;
	position: relative;
}
div#altnav a {
	color: #333;
	text-decoration: none;
}
div#altnav a:hover {
	text-decoration: underline;
	color: #000;
}
div#altnav div#free-shipping {
	position: absolute;
	right: 15px;
	top: 50px;
	/* new for text-only version */
	border: solid 1px #fff;
	display: table-cell;
	text-align: center;
	width: 80px;
	padding: 25px 10px; 
}
div#header {
	font-family: Georgia;
	width: 450px;
	float: left;
}
div#header h1 {
	font-weight: normal;
	font-size: 32pt;
	margin: 0;
	padding: 50px 0 0 5px;
}
div#header h3 {
	font-weight: normal;
	margin: 7px 0 0 5px;
}
div#phone {
	background-color: #ff9;
	color: #b00;
	font-size: 18px;
	padding: 2px 5px;
}

div#contentbox {
	clear: both;
	margin-top: 30px;
}

div#content {
	width: 649px;
	float: left;
}


/* sidebar */
div#sidebar {
	width: 275px;
	float: right;
}
div#sidebar .sidebar_box {
	margin: 25px 0;
	border: solid 1px #94b695;
	background-color: #f7fcee;
	font-size: 9pt;
	/*line-height: 11pt;*/
	color: #000;
	font-style: italic;
	padding: 10px 5px;
}
div#sidebar .sidebar_box .fleft, div#sidebar .sidebar_box .fright {
	width: 130px;
	text-align: center;
}
div#sidebar .sidebar_box div img {
	margin: auto;
}
div#sidebar .sidebar_box h1, div#sidebar .sidebar_box em {
	font-size: 9pt;
	line-height: 11pt;
	color: #557722;
	font-style: italic;
}
div#sidebar .sidebar_box h1 {
	margin: 1em 0 0 0;
	padding: 0;
}

/* footer */
div#footer {
	clear: both;
	background: #335500;
	margin: 25px 0 0 0;
	padding: 25px;
	color: #b7bcae;
	font-size: 9pt;
	font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif;
}

/* product_grid */
table.product_grid {
	border-collapse: collapse;
}
table.product_grid td {
	background: #fff;
	border: solid 1px #000;
	padding: 5px;
	margin: 0;
}
table.product_grid div#img_cont {
	width: 100px;
	height: 100px;
	margin: auto;
}
table.product_grid div#img_cont.loading {
	background: #fff url(../img/loader.gif) no-repeat center center;
}
table.product_grid img {
	display: block;
	margin: auto;
}

div.breadcrumb {
	font-size: 9pt;
	color: #666;
}



/* general tags */
a {
	color: #315821;
}
a:hover {
	color: #498431;
}

img {
	border: none;
	/*display: block;*/
}
.fleft {
	float: left;
}
.fright {
	float: right;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	width: 1px;
	line-height: 1px;
	border: solid 1px #fff;
}
p {
	margin: 0 0 1em 0;
}

h1 {
	font-size: 24pt;
	line-height: 28pt;
}


/* navigation */
#nav {
	clear: both;
	margin-top: 10px;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul.topnav {
	list-style: none;
	text-align: center;
}
#nav ul.topnav li {
	display: inline;
	padding: 0;
	margin: 0;
	position: relative;
	min-height: 10px;
}
#nav ul.topnav li a {
	text-decoration: none;
	padding: 12px;
	color: #fff;
	background: transparent url(../img/nav-fill.jpg) repeat-x top left;
	font-size: 14px;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Sans-Serif;
}
#nav ul.topnav li a.hot {
	color: #fff;
	background-image: url(../img/nav-hot-fill.jpg);
}

#nav ul.innernav {
	display: none;
	position: absolute;
	left: 0px;
	top: 29px;
	background-color: #305821;
	padding: 0;
	margin: 0;
}
#nav ul.topnav li:hover ul.innernav { display: block; }
#nav ul.topnav li ul.innernav li {
	display: block;
	width: 200px;
	text-align: left;
}
#nav ul.topnav li ul.innernav li a {
	display: block;
	background-color: #305821;
	background-image: none;
	padding: 7px 5px 6px 10px;
}
#nav ul.topnav li ul.innernav li a:hover {
	background-color: #406831;
	background-image: none;
}

table.cart {
	width: 800px;
	margin-bottom: 10px;
}
table.cart th {
	background-color: #333;
	color: #fff;
}
table.cart th, table.cart td {
	padding: 2px 5px;
}
table.cart input {
	text-align: right;
}
table.cart td.rgt {
	text-align: right;
}
table.cart td.b {
	font-weight: bold;
}
table.cart .foot {
	text-align: right;
	font-weight: bold;
	color: #000;
	background-color: #ccc;
}

.req {
	font-size: 0.9em;
	color: #f66;
	font-weight: bold;
}


fieldset {
	width: 500px;
	margin: 0 auto;
	padding: 0;
	border: none;
}
fieldset div, fieldset div input, fieldset div textarea, fieldset div select {
	width: 500px;
	display: block;
}
fieldset div select {
	display: block;
}
fieldset div {
	margin-bottom: 10px;
	clear: both;
	/*border: solid 1px #f00;*/
}

fieldset div.first_name, fieldset div.first_name input,
fieldset div.city, fieldset div.city input,
fieldset div.zip, fieldset div.zip input,
fieldset div.phone,
fieldset.consultation div.phone, fieldset.consultation div.phone input
{
	width: 240px;
	float: left;
	clear: both;
}
fieldset div.last_name, fieldset div.last_name input,
fieldset div.state, fieldset div.state select,
fieldset div.country, fieldset div.country select,
fieldset div.shipping, fieldset div.shipping select,
fieldset.consultation div.state, fieldset.consultation div.state input,
fieldset.consultation div.country, fieldset.consultation div.country input
{
	width: 240px;
	float: right;
	clear: none;
}
fieldset div.phone {
	clear: both;
}
fieldset div.phone input {
	width: 4ex;
	display: inline;
	text-align: center;
}

fieldset div.phone input.line_number {
	width: 6ex;
}
fieldset div textarea {
	height: 60px;
}
fieldset.consultation div.message textarea {
	height: 120px;
}
fieldset div.btn {
	text-align: center;
}
fieldset div.btn input {
	width: auto;
	display: inline;
}



div.chkout {
	width: 260px;
}
div.chkout input {
	width: auto;
}

p.note {
	font-size: 13px;
	line-height: 17px;
	color: #666;
	margin: 0;
}

.fleft { float: left; }
.fright { float: right; }


table {
	border-collapse: collapse;
}
td { padding: 2px 5px; vertical-align: top; }
table.cust_info, table.cart_info {
	border: solid 1px #000;
}
table.cust_info thead, table.cart_info thead {
	background-color: #333;
	color: #fff;
	text-align: center;
}
table.cust_info tr>td:first-child {
	text-align: right;
	font-weight: bold;
}
table.cart_info td.total_line { text-align: right; font-weight: bold;}




.main-btn {
	display: inline;
}
.rpad15 {
	padding-right: 15px;
}
.lpad10 {
	padding-left: 10px;
}


/* product info boxes */

.product .image_sect {
	width: 500px;
	float: left;
	margin: auto;
}

.product .info_sect {
	width: 350px;
	float: right;
	margin-right: 50px;
}

.product .info_sect .sku {
	font-weight: bold;
	margin: 1em 0;
}

.product .tabs div {
	width: 75px;
	background-color: #fff;
	border: solid 2px #3c612a;
	border-bottom: none;
	text-align: center;
	float: left;
	height: 50px;
	color: #f00;
	margin-right: 4px;
}
.product .tabs div.active {
	background-color: #3c612a;
	color: #fff;
}
.product a { color: #000; text-decoration: none; }
.product a:hover { text-decoration: underline; }
.product .active a { color: #fff }

.product #info_box {
	clear: left;
	background-color: #fff;
	border: solid 2px #3c612a;
	padding: 5px;
	margin-top: -16px;
}
.product .main_img_cont {
	width: 500px;
	height: 380px;
}
.product .main_img {
	width: 500px;
	margin: auto;
	margin-bottom: 10px;
	border: solid 2px #333;
	display: block;
}
.product .sub_img {
	width: 119px;
	float: left;
	margin-right: 1px;
	border: solid 2px #333;
	cursor: pointer;
}

img { -ms-interpolation-mode:bicubic; }


.breadcrumb, .prevnextcont {
	font-size: 10px;
	background-color: #fff;
	width: 650px;
	padding: 2px 5px;
	color: #000;
	margin-bottom: 5px;
}
.prevnextcont { text-align: center; width: 100%; }

/* section guide */
ul#sectionguide {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#sectionguide li {
	float: left;
	padding: 5px;
	background-color: #3c612a;
	color: #fff;
	font-size: 12px;
	border: solid 1px #fff;
}
ul#sectionguide li a {
	color: #fff;
	text-decoration: none;
}
ul#sectionguide li a:hover {
	text-decoration: underline;
}

.btnbuy {
	background-color: #800;
	color: #fff;
	font-weight: bold;
}