body
{
	font-size: 14px;
	font-family: Arial, Verdana;
	background: #bbdeb5;
	text-align: center;
	color: #3a8a2f;
	padding: 0px;
	margin: 0px;
}

#wrapper
{
	width: 1000px;
	margin: 0px auto 0px auto;
	text-align: center;
}

#header
{
	height: 97px;
	display: block;
	clear: both;
	background: url(../img/bg/gecko_header_bottom.png) no-repeat center  bottom;
}

#GeckoOverlay
{
	text-align: right;
}

#GeckoOverlay img
{
	position: absolute;
	margin: -140px 0px 0px -170px;
}

#GeckoFeetOverlay
{
	text-align: right;
}

#GeckoFeetOverlay img
{
	position: absolute;
	margin: -20px 0px 0px -120px;
}

#content
{
	display: block;
	clear: both;
	background: url(../img/bg/gecko_shadow.png) center repeat-y;
}

#content .container
{
	background: url(../img/bg/gecko_content_main.png) repeat-x #6ab75f;
	padding: 20px;
	width: 928px;
}

#content .gecko
{
	display: block; 
	clear: both;
	background: url(../img/bg/gecko_gecko.jpg) no-repeat;
}

#footer
{
	display: block;
	clear: both;
	background: url(../img/bg/gecko_footer_top.png) no-repeat center  top;
	padding-top: 30px;
	padding-right: 20px;
	font-size: 11px;
}


div.adress
{
	float: right; 
	margin-top: 25px;
	width: 850px;
	text-align: center;
}

.container
{
	width: 968px;
	margin: 0px auto 0px auto;
	text-align: left;
	
}

/*BOXES*/

div.box
{
	clear: both;
	display: block;
}

div.box div.item
{
	border: 1px solid #58b34b;
	padding: 5px;
	margin-bottom: 25px;
	background: url(../img/bg/gecko_box_tall.png) repeat-x #b6dcaf;
}

div.box.one
{
	clear: both;
	display: block;	
}

div.box.three div.item,
div.box.two div.item,
div.box.four div.item
{
	float: left;
	margin-left: 5px;
}

div.box.three div.item.first,
div.box.two div.item.first,
div.box.four div.item.first
{
	margin-left: 0px;
}

div.box.three div.item
{
	width: 31.67%;
}

div.box.four div.item
{
	width: 23.3%;
}

div.nobg
{
	background: none !IMPORTANT;
	border: 0px none !IMPORTANT;
	padding-top: 0px !IMPORTANT;
}

/*FONTS*/
a {
	color: #4d8c44;
	text-decoration: underlined;
	border: 0px;
}

a img {
    border: 0px;
}

a:hover {
	text-decoration: none;
}

h1
{
	font-weight: bold;
	font-size: 18px;
	color: #58b34b;
}

h2
{
	font-weight: bold;
	font-size: 15px;
	padding: 3px 0px 3px 0px;
}

ul
{
	padding-left: 15px;
	padding-top: 17px;
}

ul li
{
	list-style-type: disc;
	font-size: 14px;
	margin-bottom:  21px;
}

.red
{
	color: #e55b2b;
}

p.error
{
	color: #f00;
}

/*table*/
table
{
	width: 100%;
}

td,tr
{
	vertical-align: top;
}

table tr.item
{
	border-bottom: 1px solid #58b34b;
}

tr.item td
{
	padding: 10px 5px 10px 5px;
	font-weight: bold;
}

tr.item.last
{
	border-bottom: 0px;
}

/*table */

table.pricing
{
	background: #eaf4e8;
}

td.artname
{
	font-weight: bold;
	font-size: 14px;
}

td.size
{
	font-size: 11px;
}

tr.tr0
{	
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #333;
}

tr td
{
	padding: 4px;
}

input[type=text].invalid,
select.invalid,
textarea.invalid
{
	background-color: #fff0f0;
	border: 1px solid #a5acb2;
}

input[type=text].invalid,
select.invalid
{
	height: 21px;
}

label.invalid {
	font-weight: bold;
}

div#nlsubscribeform label {
    color: #fff;
    font-weight: bold;
    font-size: 85%;
}

div#nlsubscribeform input.zip {
    margin-right: 4px;
}

div#nlsubscribeform input#name,
div#nlsubscribeform input#comp,
div#nlsubscribeform input#address,
div#nlsubscribeform input#tel,
div#nlsubscribeform input#fax,
div#nlsubscribeform input#email,
div#nlsubscribeform select {
    width: 300px;
}

div#nlsubscribeform input#city {
    width: 215px;
}
