body {
	background: url(../images/background_1.png);
	font-family: Verdana, sans-serif;
	color: #ffffcc;
}

.container {
	background: url(../images/background_2.png) repeat-y;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

a, a:active, a:visited {
	color: #ffffcc;
	text-decoration: none;
}

a:hover {
	color: #ffffcc;
}

ul {
	list-style-image: url(../images/bullet.png);
	margin-right: 0;
}

table, td, th {
	vertical-align: top;
}

#banner li.over, #banner li.selected {
	list-style-image: url(../images/bullet_over.png);
}

.prepend-half {
	margin-left: 20px;
}

/*---HEADER---*/
#header {
	background: url(../images/header.png) no-repeat;
	height: 62px;
	width: 710px;
	margin-top: 10px;
	position: relative;
}

#phone-number {
	position: absolute;
	top: 2px;
	right: 4px;
	color: #125933;
	font-weight: bold;
}

#nav {
	position: absolute;
	top: 30px;
	left: 310px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
}

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

#nav li {
	float: left;	
	text-align: center;
	margin: 0 0 0 12px;
	padding: 0;
	height: 20px;
	border-right: 2px solid #2ed978;
}

#nav li.no-border {
	border-right-width: 0;
}

#nav li a {
	display: block;
	float: left;
	color: #125933;
	font-size: 12px;	
	font-weight: normal;
	text-decoration: none;
	height: 19px;	
	padding-top: 1px;
	padding-right: 12px;
}

#nav li a:hover {
	color: #5ab777;
}

#nav li.selected a {
	font-weight: bold;
}

/*---BANNER---*/
#banner {
	margin-top: 5px;
	xmargin-bottom: 5px;	
	position: relative;
}

#home #banner {
	margin-bottom: 0;
}

.products #banner {
	background: url(../images/banner_products.png) no-repeat 0 bottom;
	height: 174px;
}

#contact #banner {
	background: url(../images/banner_contact.png) no-repeat 0 bottom;
}

#how-to #banner {
	background: url(../images/banner_how_to_purchase.png) no-repeat 0 bottom;
}

.products #banner-right {
	position: absolute;
	left: 340px;
	top: 30px;
	width: 350px;
}

.products #banner-right h3 {
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #ffffcc;
	border-bottom: 1px solid #ffffff;
	text-shadow: #000000 3px 3px 3px;
}



#banner-images {
	height: 163px;
	width: 416px;
	padding: 0;
	margin: 0;
}

#banner-images img {
	width: 416px;
	height: 163px;
	top: 0;
	left: 0;
}

/*---CONTENT---*/
#content {
	background: #125933 url(../images/content_background_top.png) no-repeat 0 top;
	color: #ffffcc;
}

#content h2 {
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 10px;
	color: #ffffcc;
}

.content-left {
	width: 269px;
	float: left;
	padding: 15px 10px 0 10px;
}

.content-thumbs {
	float: left;
	margin-top: 15px;
	margin-left: 7px;
	
}

.content-thumbs .thumb{
	padding-right: 15px;
	cursor: pointer;
}

.content-text {
	float: left;
	padding: 15px 10px 15px 10px;
}

.content-divider {
	border-top: 1px solid #ffffff;
	padding-top: 10px;
	margin-top: 20px;
}

#content .textbox {
	font-size: 100%;
	font-family: Verdana, sans-serif;
	border: 1px solid #ffffcc;
	background-color: #125933;
	color: #ffffcc;
	width: 435px;
	padding: 5px;
}

#content textarea.textbox {
	height: 100px;
}

#content input.button-green {
	border-width: 0;
	border-style: none;
	cursor: pointer;
	color: #219957;
	font-weight: bold;
}

/*---PRODUCTS---*/


/*---HOW TO---*/
li.icon {
	height: 16px;
	padding-bottom: 3px;
}

/*---OTHER---*/
.float-left {
	float: left;
}

.float-right {
	float: right;
}

.no-border {
	border-right-width: 0;
	border-left-width: 0;
	border-top-width: 0;
	border-bottom-width: 0;
}

.button-green {
	background: url(../images/button_green.png) no-repeat 0 top;
	width: 115px;
	height: 23px;
	text-align: center;
	margin-bottom: 10px;
}

.button-green a {
	width: 115px;
	height: 21px;
	display: block;
	text-decoration: none;
	font-weight:  bold;
	padding-top: 2px;
	color: #219957;
}

.button-green.over {
	background-position: 0 bottom;
}

/*---CAPTCHA---*/
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:##5AB777; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border-color: ##5AB777; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
	border: 1px solid #ffffcc;
	background-color: #125933;
	color: #ffffcc;
	width: 300px;
	padding: 5px;
}

