/***************/
/* main layout */
/***************/
body { margin: 0; padding:15px; font-family:Arial, Helvetica, sans-serif; font-size:12px; /* backgrounds? */ }

#bodyWrapper { width:949px; margin: auto; }

/* specific link colours for this site */
a         { color: #67b375; text-decoration: none; }
a:link    { color: #67b375; text-decoration: none; }
a:visited { color: #67b375; text-decoration: none; }
a:hover   { color: #67b375; text-decoration: underline; }
a:active  { color: #67b375; text-decoration: underline; }

.input{width:250px; height:14px; border:1px solid #828282;}
.input_text_area{width:300px; height:150px; border:1px solid #828282;}
.input_select{width:252px; height:20px; border:1px solid #828282;}
/*formating*/
h1{color:#89cb95; font-size:30px; font-weight:normal;}
h2{}
h3{ margin:0; padding:0; font-size:14px;}

li{list-style-type:none;}

/*error box*/
.error_box{
	border:1px solid #990000;
	background:#FFB0B0;
	padding:3px;
	width:385px;
	color:#CC0000;
	margin:5px 0 5px 0;
}
.msg_box{
	border:1px solid #008A00;
	background:#D2FFD2;
	padding:3px;
	width:385px;
	color:#000;
	margin:5px 0 5px 0;
}

/*******************/
/* header elements */
/*******************/
#header { height:214px; }

#logo {float:left; margin:18px 0 0 23px; }

#navContainer {
	position: fixed;
	float: left;
	top: 15px;
	width: 191px;
}

ul#nav      { width:191px; background:#89cb95; padding:28px 0 28px 0;  }
ul#nav li   { margin:0 17px 18px; 0 }
ul#nav li a { display: block; text-align:right; text-transform:uppercase; color:#fff; font-size:13px;}

/*secondary nav bar*/
ul#nav2      { width:191px; margin-top:10px; background:#c3e3c6; padding:28px 0 33px 0;}
ul#nav2 li   { padding:0 17px 18px; 0 }
ul#nav2 li a { display: block; text-align:right; text-transform:uppercase; color:#4f4f4f; font-size:13px;}

/*sub navigation */
ul#nav li ul.subNavigation li { margin:5px 0 -5px 0; padding:0; }
ul#nav li ul.subNavigation li a{font-size:10px; margin:0 0 0 0; padding:0; color:#018a46;}


#mainBody {
	margin-left: 200px;
}


/********************/
/* content elements */
/********************/
#main {float:right; width:735px; }

/*contact fck*/
.contact_fck{float:left; width:200px; padding:0 7px 7px 7px;}


/*********/
/* items */
/*********/
.item          { margin-bottom: 10px; }
.item .title   { font-size: 1em; font-weight: bold; }
.item .date    { font-style: italic; }
.item .image   { float: left; margin-right: 5px; margin-bottom: 5px; }


/*******************/
/* footer elements */
/*******************/
#footer {color:#333333; font-size:9px; padding-top:41px; clear:both; }
#footer #details{font-size:0.9em;}
#footer #details a{font-size:1em;}
#footer a { text-decoration: none; color:#000000; font-size:9px;} /* for the clevercherry.com link */
#footer a:hover { text-decoration: underline; color:#333333; font-size:9px;}
/*secondary footer*/
#footer #secondary{background:#f0f0f0; padding:23px 0 10px 14px; margin:15px 0 0 0; float:left}
#footer #secondary h1{color:#272525; font-size:10px; font-weight:bold;}
#footer #secondary ul { padding:0;}
#footer #secondary .footer_item{float:left; margin-right:12px; width:90px;}
#footer #secondary .footer_item:first-child{margin-left:14px;}


/***********************/
/* general form styles */
/***********************/
.required { color: #f00; }

/* all form elements are contained within a formrow div, with a label and
 *  then the element, this is the best way (but still not good) to emulate
 *  a table */
div.formrow {
  clear: both;
  text-align: left;
  margin-bottom: 10px;
}

div.formrow label {
  float: left;
  text-align: right;
  margin-right: 10px;
  width: 80px; /* default width for a default form, add new form ids and override */
}
div.formrow.indent { margin-left: 90px; } /* label width + label margin-right, override as above */
div.formrow label.radio {
	float: none;
	text-align: inherit;
	margin-right: 0;
	width: auto;
}

#recaptcha_widget         { margin-bottom: 15px;  padding:5px; width:350px; float:right; margin-right:20px;}
#recaptcha_widget a       { color: #000; }
#recaptcha_image          { float: left; width: 100px; }
#recaptcha_options        { border-left: 1px solid #999; padding-left: 5px; float: left; margin-left: 10px; }
#recaptcha_response_field {  }
#recaptcha_notice         { font-size: 0.833em; color: #555; }

#recaptcha_widget_n         { margin-bottom: 15px;  padding:5px; width:350px; float:left; margin-left:100px;}
#recaptcha_widget_n a       { color: #000; }
#recaptcha_image_n          { float: left; width: 100px; }
#recaptcha_options_n        { border-left: 1px solid #999; padding-left: 5px; float: left; margin-left: 10px; }
#recaptcha_response_field_n {  }
#recaptcha_notice_n        { font-size: 0.833em; color: #555; }

/* message and error boxes, not just useful in contact form */
#messages,
#errors,
#warnings,
#info { margin-bottom: 10px; }
.message { border: 1px solid #080; background: #efe; color: #080; padding: 3px 5px; float: left; margin-left:90px; } /* you may need to clearfix this */
.message.nomargin { margin-bottom: 0; } /* if before something with a margin-top */
.message.info { border-color: #880; background: #ffe; color: #880; } /* info box in yellow */
.message.warn { border-color: #f40; background: #ffe; color: #f40; } /* warning box in orange */
.message.error { border-color: #f00; background: #fee; color: #f00; margin-left:90px; } /* error box in red */

/*list products and ranges*/

.list_item{ border-bottom:1px dotted #61b670; padding:20px 10px 20px 10px; position: relative;}
.list_item .image_products { background:none; float: left; margin-right:10px; width: 75px; }
.list_item img{float:left;  margin-right:10px; }
.list_item .content{float:left; width:620px;}
.list_item #link a{background:#89cb95; padding:5px; color:#fff; font-size:11px;}

/*news reel*/
#news_reel{height:20px; width:735px;}
