/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #185D81;
}

body {
	background-color: #185D81;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #39372E;
}

ul {
	padding-left: 15px;
}

.colcenter ul {
	list-style: none;
	padding: 0px;
}

.colcenter li {
	background-image: url('../images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
	margin-bottom: 3px;
}

body.editor {
	background-color: #FFFFFF;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #FDB13F;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #669708;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #669708;
}

img { 
	border: none;
}

a {
	text-decoration: none;
	color: #088598;
}

a:hover {
	color: #FEB13F;
}

/* LAYOUT CSS */

#container {
	width: 997px;
	margin: 0px auto;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	background-color: #FFFFFF;
}

#header {
	width: 997px;
	height: 146px;
	background-image: url('../images/header_bg.jpg');
	background-repeat: no-repeat;
	position: relative;
}

#logo {
	position: absolute;
	top: 14px;
	left: 10px;
}

#topnav {
	float: right;
	color: #DE6503;
	font-size: 11px;
	font-weight: bold;
	width: 460px;
	text-align: right;
	margin-top: 5px;
}

#topnav a, #cartnav a {
	color: #DE6503;
	margin: 0px 3px;
}

#topnav a:hover, #cartnav a:hover {
	color: #088598;
}

#content_box {
	background-image: url('../images/content_box_bg.gif');
	background-position: top right;
	background-repeat: no-repeat;	
}

#cartnav {
	clear: right;
	float: right;
	width: 201px;
	margin-top: 50px;
	margin-right: 7px;
	font-size: 12px;
	font-weight: bold;
}

#cartnav a {
	padding: 10px 0px;
	margin-right: 6px;
	display: block;
	float: left;
	text-align: center;
}

#categorynav {
	margin-bottom: 20px;
}

#categorynav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#categorynav li {
	float: left;
	font-size: 18px;
	background-image: url('../images/categorynav_divider.gif');
	background-repeat: no-repeat;
	background-position: top right;
	line-height: 34px;
	padding: 0px 16px;
}

#categorynav li a:hover {
	color: #07B0AD;
}

#categorynav li.active a {
	 color: #EA9B02;
}

.colright {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
}

.colcenter, .colleft {
	float: left;
	width: 100%;
	position: relative;
}

.colcenter {
	right: 207px;                           /* width of .content_right with padding */
}

.colleft {
	right: 605px;                           /* width of .content_center with padding */
}

.content_center, .content_left, .content_right {
	float: left;
	position: relative;
	overflow: hidden;
}

.content_center {
	width: 590px;                           /* width of .content_center without padding */
	left: 997px;                            /* width of #container with .content_center left padding */
	padding-right: 15px;
}

.content_left {
	width: 160px;                           /* width of .content_left */
	padding-left: 25px;
	left: 207px;                            /* width of */
}

.content_right {
	width: 140px;                   /* Width of right column content (column width minus padding on either side) */
	left: 812px;
	padding: 0px 42px 0px 25px;
	background-image: url('../images/rightcol_bg.gif');
	background-repeat: no-repeat;
}

.content_left .section_title {
	color: #666666;
	font-weight: bold;
}

.content_left ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.content_left li {
	background-image: url('../images/leftnav_bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
	font-weight: bold;
	margin-bottom: 12px;
	line-height: 12px;
}

.content_left li a:hover, .content_left li.active a {
	color: #EA9B02;
}

#footer {
	width: 997px;
	height: 105px;
	background-image: url('../images/footer_bg.jpg');
	background-repeat: no-repeat;
	font-size: 11px;
	color: #2B6E65;
}

#footer img {
	float: left;
	margin: 44px 0px 0px 12px;
}

#footer a {
	color: #2B6E65;
}

#footernav {
	float: left;
	margin: 64px 0px 0px 10px;
	font-weight: bold;
}

#footernav a {
	color: #2B6E65;
	margin: 0px 3px;
}

#footernav a:hover {
	color: #000000;
}

#copyright {
	float: right;
	margin: 64px 15px 0px 0px;
	text-align: right;
	line-height: 14px;
}


/* FORM CSS */

input.textbox {
	border: 1px solid #A7A6AA;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}

.content_right .textbox, .content_right select {
	width: 100%;
}

select {
	border: 1px solid #A7A6AA;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

button, .button {
	border: 0px;
	background-color: #96B333;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 2px 4px 2px 0px;
	padding: 3px 2px;
	text-transform: uppercase;
}

.button2 {
	border: 1px solid #96B333;
	background-color: #FFFFFF;
	color: #618602;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 2px 4px 2px 0px;
	padding: 3px 2px;
	text-transform: uppercase;
}

.button3 {
	border: 0px;
	background-color: #EA9B02;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 2px 4px 2px 0px;
	padding: 3px 2px;
	text-transform: uppercase;
}

a.button3 {
	padding: 4px 3px;
}

a.button3:hover {
	color: #FFFFFF;
}


/* Distributors CSS */

#retail_stores {
	width: 209px;
	height: 58px;
	padding: 75px 0px 0px 20px;
	background-image: url('../images/retail_stores_bg.jpg');
	margin-bottom: 30px;
}

#retail_stores select {
	float: left;
	margin: 4px 6px 0px 0px;
}

#where_to_buy {
	background-color: #F7FAE7;
	border-top: 1px solid #B0CC22;
	border-bottom: 1px solid #B0CC22;
	margin-top: 25px;
	padding: 25px 20px;
	width: 440px;
}

#where_to_buy td {
	padding: 0px 15px 15px 0px;
	width: 50%;
}

#where_to_buy h2 {
	color: #309793;
	font-size: 14px;
}

#where_to_buy p {
	margin-bottom: 5px;
}

#where_to_buy b {
	color: #598306;
}

#main_store {
	width: 206px;
	height: 108px;
	padding: 65px 0px 0px 23px;
	background-image: url('../images/main_store_bg.jpg');
	line-height: 17px;
}

#main_store h3 {
	color: #000000;
}

#main_store p {
	margin-bottom: 5px;
}
