/*--------------------------------------------------GLOBAL RESETS AND SETUP--*/

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Helvetica, Arial, Sans-Serif, Verdana;
}

h1, h2, h3, h4, h5, h6, pre, blockquote, ol, dl, address {
	font-family: Georgia, Times;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

p {
	margin: 30px 0 0;
	padding: 0;
}

dd {
	margin-left: 1em;
}

blockquote {
	font-style: italic;
	padding: 5px 0 5px 30px;
}

form {
	font-size: 0.7em;
	line-height: 1.5em;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

input, select, textarea {
	padding: 3px;
	font-size: 100%;
	background: #999;
	border: #bbb solid 1px;
}

textarea {
	font: 110% sans-serif;
}

input.submit {
	float: right;
	color: #fff;
	background: #18599e;
	cursor: pointer;
	border: 0 !important;
}

img, a {
	border: 0;
}

ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

li {
	list-style-type: none;
	padding:0;
	margin:0;
}

td {
	padding: 5px 0;
}

tr.odd_background {
	background: #191919;
}

tr.even_background {
	background: #141414;
}

.ba_heading {
	color: #5EA5DD;
}

dd {
	margin: 0 0 10px;
	font-size: 0.8em;
	color: #bbb;
}

/*--------------------------------------------------------------TAG FORMATS--*/
body {
	text-align: center;
	letter-spacing: 0.5px;
	background: #fff;
	color: #454545;
}

a {
	color: #107300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2, h5 {
	letter-spacing: -0.5px;
}

h1, h2, h3, h5 {
	text-transform: uppercase;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 20px;
}

h2 {
	margin-bottom: 20px;
	font-size: 1.6em;
	font-weight: bold;
}

h5 {
	font-size: 0.85em;
	font-weight: bold;
	color: #a0a0a0;
}

span.block_span {
	display: block;
	float: left;
	width: 160px;
}

object {
	margin-bottom: 40px;
	border: #222 solid 10px;
}
/*--------------------------------------------------------------TEXT FORMATS--*/
.plus_ten 		{font-size:1.1em !important;}
.less_ten 		{font-size:0.9em !important;}
.small 				{font-size:0.8em !important;}
.tiny 				{font-size:0.7em !important;}
.large 				{font-size:1.3em !important;}
.white 				{color:#fff !important;}
.lite_gray		{color:#ccc !important;}
.gray 				{color:#555 !important;}
.dark_gray 		{color:#343434 !important;}
.teal					{color:#2f8ab2 !important;}
.orange				{color: #FF8A1C !important;}
.grape				{color: #a200ff !important;}
.superscript 	{line-height: 0.2em;font-size: 0.8em;}
.bold					{font-weight: bold;}
.italic				{font-style: italic;}
.normal				{font-style: normal !important; font-weight:normal !important;}
.titlecase		{text-transform: uppercase !important;}
	
.no_border 		{border: 0 !important;}
.border_left 	{border-left: #222 solid 1px !important;}

.spacing	 		{line-height: 2.3em !important;}
.no_margin 		{margin:0 !important;}
.right_buffer	{margin-right:5px;}
.left_buffer	{margin-left:5px;}

.text_left		{text-align: left !important;}

.transbg 			{background: transparent !important; border: 0 !important;}
/*--------------------------------------------------------------CONTAINERS--*/

#left {
	float: left;
	width: 40%;
	height: 1200px;
	background: #107300 url("../images/bg.jpg") top right no-repeat;
}

#right {
	float: left;
	width: 60%;
	height: 1200px;
	text-align: left;
	font-size: 0.9em;
	background: #fff;
}

#content {
	margin: 60px 0 0 28px;
	width: 460px;
}

#navigation {
	float: right;
	margin: 220px 200px 0 0;
	text-align: center;
}

#navigation li {
	margin: 0 0 30px;
	padding: 0 0 5px;
	width: 180px;
	text-transform: uppercase;
}

#navigation a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#sub_nav {
	margin: 10px 0 0;
}

#sub_nav li {
	margin: 0 0 10px !important;
	font-size: 0.8em;
	border: 0 !important;
}

#sub_nav a {
	color: #fffb95;
}

#gallery {
	padding: 30px;
	width: 400px;
	height: 430px;
	background: #dedede;
	overflow: hidden;
}

#picture_bin {
	margin: 20px 0;
	width: 400px;
	height: 266px;
	background: #fff;
	border: #454545 solid 1px;
}

#product_description {
	font-size: 0.9em;
	font-style: italic;
}

#thumbnails {
	margin: 20px 0 0 22px;
}

img.gallery_thumbnails {
	float: left;
	margin: 0 3px 3px 0;
	border: #ddd solid 3px;
	cursor: pointer;
	width: 75px;
	height: 50px;
}

span.prod_desc {
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter:alpha(opacity=00);
	display: none;
}

#slideshow, #slideshow img {
	width: 400px;
	height: 300px;
}

#slideshow {
	background: #222;
	overflow: hidden;
	border: 3px solid #595959; 
}

#navigation {
	color: #fff;
	margin: 0 auto
	font-size: 1.1em;
	font-weight: bold;
}

#navigation a {
	color: #fff;
}

