body {
	
	font-size: 14px;
	font-family: arail,verdana,sans-serif;
	color:	#131313;
	line-height: 1.5em;
	background: #93b01f url(../img/bg.jpg) repeat-x top;
}

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

a:hover {
	color: #369;
}

h1 {
	font-size: 30px;
	line-height: 40px;
	font-weight:normal;
}

h2 {
	font-size: 20px;
	line-height: 40px;
	font-weight:normal;
	
}


h3 {
	font-size: 18px;
	line-height: 1.5em;
	font-weight:normal;
	margin: 0.5em 0;
	
}

p {
	text-align:justify;
	line-height: 1.25em;
	margin: 1em 0;
}

.clear {
	clear: both;
}

.hidden {
	position: absolute;
	left: -9999px;
	top:	-9999px;
}


.row {
	width: 100%;
	
}


.container {
	width: 960px;
	margin: auto;
	/*background: #000;*/
	margin-botom:10px;
}

ul li{
	
	line-height: 1.25em;
	margin: 0.5em 0 0.5em 20px;
	list-style-type: circle;
	list-style-position: outside;
}

/* ------------------------ MENU ----------------------- */

#navigation {

	float:right;
	height:65px;

}

.menu {
	float:right;
}

.menu li{
	display :inline;
}

.menu a{
	
	margin: 0 10px;
	width: 50px;
	line-height: 65px;
	font-weight: bold;
	color: #666;
}

.menu li.active a {
	
	text-decoration:underline;
	color: #f58220;
	
}

/* ------------------------WELCOME MESSAGE ----------------------- */

#header-masthead {
	width: 575px;
	float:right;
	height: 200px;
	margin-top: 20px;
}

#header-masthead h2{
	color: #9bbc2c;
	font-size: 26px;
	margin-bottom: 0.5em;
}

#header-masthead p{
	color:#fff;
	line-height: 1.25em;
}

#header-masthead a{
	color: #fff;
	font-weight: bold;
}


/* ------------------------ COLS ----------------------- */

div#right-col {
	float:left;
	padding: 10px 20px;
	width: 555px;
	position: relative;
	}

div#right-col h2 {
	color: #fff;
	font-size: 24px;
}
	
div#left-col {
	float:left;
	padding: 10px;
	width: 343px;
	}


div#body-wrapper{
	background: #b4c82c  url(../img/body-wrapper.png) no-repeat top;
	border-top: 1px solid #cbe131;
	border-left: 1px solid #cbe131;
	
}
/* ------------------------ Product box ----------------------- */

.product-box {
/*	background:  url(../img/shared/btm_fade_white.png) repeat-x bottom;*/
	
}

.product-box h3{
	color: #fff;
	
}

.product-box ul li{
	font-size: 11px;
	color: #506115;
	line-height: 1.25em;
	margin: 0.5em 0 0.5em 20px;
	list-style-type: circle;
	list-style-position: outside;
}

.product-box {
	
	
}

/* ------------------------ Product box ----------------------- */

#next-steps {
	background: #6b721d;
	padding: 10px;
	color: #fff;
	margin-top: 50px;
	
}

#next-steps  h2{
	color: #9bbc2c;
	line-height: 2em;
}

#next-steps ul li{
	float:left;
	list-style-type: none;
	margin: auto;
}
	
#next-steps a:hover{
	text-decoration: underline;
	opacity: 1; 
}
#next-steps a{ 
	color: #fff;
	font-size: 20px;
	font-style:  italic;
	line-height: 55px;
	padding-left: 60px;
	/*display: none;*/
	background-position: 0 0 ;
	display:block;
	margin-left: 5px;
	opacity: 0.75;
}

a#next-contact {
margin-left: 0px;
	background: url("../img/next_steps/contact_us.gif") no-repeat;

}

a#next-blog {

	background: url("../img/next_steps/read_our_blog.gif") no-repeat;

}

a#next-subscribe {

	background: url("../img/next_steps/subscribe.gif") no-repeat;

}

/* ------------------------SPECIFICS ROWS ----------------------- */

div#con-header {
	/*background : #fff;*/
	height: 298px;
}

div#row-header {
	background : transparent url(../img/header/bg.jpg) no-repeat center top;;
	height: 298px;
	position: relative;
}

div#con-body {
	/*background : #fff;*/
	height: 298px;
	padding-top: 20px;
}

div#row-body {
	background : transparent url(../img/body/bg.jpg) no-repeat center top;;
	height: 298px;
}


/** FORM **/


label {
	display:block;
}

input, textarea {
	padding: 2px;
	margin: 5px 0;
}


