@charset "utf-8";
/* CSS Document */

body {
	margin:auto;
	background-color: #003300;
	background-image: url(images/bkgd.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color:#333;
	
}

input.cart{
	background:url(images/button3_on.jpg);
	width: 138px;
	height: 38px;
display: block;
	text-align:center;
	line-height:15px;
	color:#fff;
	font-weight:bold;
	padding-bottom: 15px;
border: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

input.carthover{
	background:url(images/button2_over.jpg);
	width: 138px;
	height: 38px;
display: block;
	text-align:center;
	line-height:15px;
	color:#fff;
	font-weight:bold;
	padding-bottom: 15px;
border: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

input.button{
	background:url(images/button2_on.jpg);
	width: 138px;
	height: 38px;
display: block;
	text-align:center;
	line-height:15px;
	color:#fff;
	font-weight:bold;
	padding-bottom: 15px;
border: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

input.buttonhover{
	background:url(images/button2_over.jpg);
	width: 138px;
	height: 38px;
display: block;
	text-align:center;
	line-height:15px;
	color:#fff;
	font-weight:bold;
	padding-bottom: 15px;
border: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


a {
	font-size: 12px;
	color: #006699;
	font-weight: bold;
	text-decoration:none;
	
}

a:hover {
	color:#3cc6f7;
	
}
a:active {
	color: #FFFFFF;
}

a#lightbox-caption-title,a#lightbox-caption-title:visited,a#lightbox-caption-title:active {
	color: #000;
}

#wrapper {
	position: relative;
	margin:auto;
	width: 1100px;
	top:0;
	left: 50%;
	margin-left: -550px;
	background-image:url(images/bg_content.png);
	background-repeat:repeat-y;
	overflow: hidden;
}

#home_bg {
	margin:auto;
	position: relative;
	width: 958px;
	height: 584px;
	background-image:url(images/home_mainimage.jpg);
	background-position: top center;
	background-repeat:no-repeat; 
}

#main_holder {
	margin:auto;
	position: relative;
	width: 898px;
	background-image:url(images/header_image.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	padding-top:220px;
	padding-left:60px;
	line-height: 1.5em;
}

#logo {
	position:absolute;
	top: 20px;
	left: 1px;
	width: 296px;
	height: 60px;
}
	
#footer {
	margin:auto;
	position: relative;
	width: 1025px;
	height: 116px;
	background-image: url(images/bottom_footer.png);
	background-position: top center;
	background-repeat:no-repeat;
	padding-top: 20px;
	padding-right: 75px;
	text-align: right; 
}

#footer2 {
	margin:auto;
	position: relative;
	width: 1025px;
	height: 116px;
	background-image: url(images/bottom_footer2.png);
	background-position: top center;
	background-repeat:no-repeat;
	padding-top: 20px;
	padding-right: 75px;
	text-align: right; 
}

#nav {
	position:absolute;
	top: 57px;
	right: 10px;
	width: 665px;
	text-align:right;
}

#nav a {
color: #FFFFFF;
}

#nav a:hover {
	color: #ffe218;
}

#nav li {
	display: inline;
	position: relative;
}

#nav ul.submenu {
	position: absolute;
	top: 20px;
	left: -10px;
	z-index: 1000;
	width: 100px;
	font-size: 12px;
	background-color: #0D3302;
	height: auto;
	/*display: none;*/
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}

#nav ul.submenu li {
	display: block;
	border-top: 1px solid #436231;
	_height: 1%;
}

#nav ul.submenu li a {
	display: block;
	padding: 5px 10px;
}

#nav ul.submenu li a:hover {
	background: #ecdf43 url(../images/button-bg.png) repeat-x bottom left;
	color: #1C2816;
}

#nav ul.submenu ul.submenu {
	left: 200px;
	top: -10px;
	border-top: 10px solid #436231;
}


#message {
	position:absolute;
	top: 121px;
	left: 50px;
	width: 416px;
}

#content_home {
	position:absolute;
	top: 216px;
	left: 599px;
	width: 284px;
	padding-right: 18px;
	padding-left: 18px;
}

#product a {
	color: #003399;
	text-decoration: none;
}

#testing {
	position:absolute;
	top: 457px;
	left: 761px;
	width: 160px;
}

#product {
	margin-left: 30px;
	width: 840px;
}

#product_info {
	margin-top: 30px;
	width: 400px;
	float:left;
}

#product_image {
	width: 400px;
	float: left;
	text-align:right;
}

#submenu {
	float:right;
	width: 550px;
	text-align:right;
	margin-right: 30px;
}

#submenu2 {
	float:right;
	width: 430px;
	text-align:right;
	margin-right: 30px;
}

#content_holder {
	margin-top: 10px;
	padding-right: 20px;
	width: 400px;
	float:left;
}

#content_holder2 {
	margin-top: 10px;
	padding-right: 20px;
	width: 800px;
	float:left;
}

#blog_content {
	margin-top: 10px;
	padding-right: 20px;
	width: 550px;
	float:left;
}

#blog_right {
	margin-top: 10px;
	padding-right: 20px;
	width: 250px;
	float:left;
}

a.white:link {
	color: #FFFFFF;
	font-size: 10px; 
}

a.white:visited {color: #FFFFFF; }
a.white:hover {color: #7bff91; }
a.white:active {color: #FFFFFF; } 

a.green:link {
	color: #045268;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

a.green:visited {
	color: #045268; 
	font-size: 11px;
	text-transform: uppercase;
}
a.green:hover {
	color: #3CC6F7; 
	font-size: 11px;
	text-transform: uppercase;
}
a.green:active {
	color: #045268; 
	font-size: 11px;
	text-transform: uppercase;
} 

.button {
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(images/button_over.png) no-repeat;
	white-space: nowrap;
	display: block;
	width: 140px;
	height: 38px;
	margin: 0;
	padding: 0;
}

.button a {
	display: block;
	color: #656d71;
	font-size: 11px;
	width: 140px;
	height: 38px;
	display: block;
	float: left;
	color: #656d71;
	text-decoration: none;
}

.button img {
	width: 140px;
	height: 38px;
	border: 0
}

* html a:hover {
	visibility:visible
}

.button a:hover img {
	visibility:hidden
}

.button span {
	position: absolute;
	top: 5px;
	width: 140px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	text-align:center;
} 

.button2 {
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(images/button2_over.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 138px;
	height: 38px;
	margin: 0;
	padding: 0;
}

.button2 a {
	display: block;
	color: #FFFFFF!important;
	font-size: 11px;
	width: 138px;
	height: 38px;
	display: block;
	float: left;
	text-decoration: none;
}

.button2 img {
	width: 138px;
	height: 38px;
	border: 0
}

* html a:hover {
	visibility:visible
}

.button2 a:hover img {
	visibility:hidden
}

.button2 span {
	position: absolute;
	top: 5px;
	width: 138px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	text-align:center;
} 





.button3 {
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(images/button3_over.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 138px;
	height: 38px;
	margin: 0;
	padding: 0;
}

.button3 a {
	display: block;
	color: #FFFFFF!important;
	font-size: 11px;
	width: 138px;
	height: 38px;
	display: block;
	float: right;
	text-decoration: none;
}

.button3 img {
	width: 138px;
	height: 38px;
	border: 0
}

* html a:hover {
	visibility:visible
}

.button3 a:hover img {
	visibility:hidden
}

.button3 span {
	position: absolute;
	top: 5px;
	width: 138px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	text-align:center;
}


.white_L {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}

.blue_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #045268;
}
.grey_L {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #50585b;
	line-height: 22px;
}
.limegreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #7bff91;
}
.green_XL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #195200;
	line-height: 32px;
}

.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #195200;
}

.title_green_L {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #26ab01;
}

.title_darkgreen_L {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #187100;
}

.title_green_M {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #26ab01;
	line-height: 24px;
}

.title_darkgreen_M {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #187100;
	line-height: 24px;
}
.greenbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #187100;
}
