body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#007f7f url(../images/bg_body.gif) repeat-y center 0
	}

a{
	text-decoration:underline;
	color:#222222;
}

a:hover{
	color:#00b8b7;
	}

h1{
	color:#00b8b7;
	font-weight:normal;
	font-size:28px;
	}

h2 { font-size: 16px; clear: left; padding: 0; margin-top: 15px; margin-bottom: 6px; }

h3{
	color:#00b8b7;
	font-size:16px;
	font-style:italic;
	margin:0;
	padding:10px 0px;
	}

#container{ width:928px; margin-right: auto; margin-left: auto; }

#container-inner{
	margin:0px 25px 0px 41px;
	background-color: white;
}

#top-banner{
	padding:10px;
	background-color:#FFFFFF;
	}
	
#menu{
	background-color:#00b8b7;
	margin:0;
	padding:0;
	height:30px;
	}

#menu a{
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	border-right:1px solid #FFFFFF;
	display:block;
	float:left;
	padding:8px 15px;
	}

#menu a:hover{
	background-color:#CCCCCC;
	color:#333333;
	}

#middle{
	background-color:#FFFFFF;
	padding:35px 20px 20px;
	color:#333333;
	z-index: 0;
	position: relative;
}

#footer{
	padding:10px;
	text-align:right;
	font-size:11px;
	font-weight:normal;
	clear: both;
	border-top: 18px solid #7fdbdb;
	background-color: white;
}

.italicbold{
	font-weight:bold;
	font-style:italic;
	}

#left-menu{
	text-align:left;
	line-height:20px;
	}

#left-menu ul{
	list-style-type:circle;
	}

#left-menu a{
	text-decoration:none;
	font-size:16px;
	color:#00b8b7;
	}

#left-menu a:hover{
	color:#333333;
	}
.pad {
	padding: 0px 20px;
}
div.productlist {
	padding: 5px 15px 15px;
	clear: both;
	background-color: #F3F3F3;
	margin-top: 10px;
}

div.productlist li {
	margin-top: 0;
	margin-bottom: 12px;
	padding: 0;
}

div.productlist li span {
	background-color: #78c1c1;
	text-transform: uppercase;
	padding: 1px 3px;
	color: white;
	font-weight: bold;
}

/* product section */

div.productbox {
	float: left;
	width: 216px;
	margin-right: 37px;
	background-color: #dfd5c9;
	margin-top: 30px;
	border: 2px solid #ccc2b8;
}

div.productbox p span {
	padding-top: 10px;
	display: block;
	font-weight: bold;
	font-size: 12px;
}

div.productbox img {
}

div.productbox p {
	width: 196px;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 0;
	background-color: #dfd5c9;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 13px;
	padding-right: 10px;
	height: 45px;
}

/*Form*/

div#selectformwrapper { font-size: 12px; width: 330px;
	background-color: #eaeaea;
	padding: 10px 20px;
	height: 235px;
	float: left;
	margin-bottom: 40px;
}

div#contactformwrapper { font-size: 12px; width: 330px;
	background-color: #eaeaea;
	padding: 15px 20px 10px;
	height: 230px;
	float: left;
	margin-bottom: 40px;
}

form#formlist {
}

form#formlist label.fieldlabel { width: 75px; display: inline; height: 6px;
	float: left;
	clear: left;
	line-height: 24px;
	margin-bottom: 10px;
}

form#formlist label.fieldlabel span {
	color: #af8047;
}

form#formlist p { font-size: 12px; line-height: 24px;
	margin: 0;
	padding: 0;
}
div#selectformwrapper h4 { font-size: 14px; font-family:  Arial, Helvetica, Geneva, Tahoma, SunSans-Regular, sans-serif; line-height: 24px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 10px;
}

form#formlist .field {
	width: 246px;
	font: 12px Helvetica, Arial, sans-serif;
	border: solid 1px gray;
	padding: 2px;
	margin-bottom: 10px;
}

div.fieldblock {
	width: 200px;
	margin-bottom: 10px;
	float: left;
}

div.fieldblock textarea {
	width: 246px;
	border: solid 1px gray;
	font: 12px Helvetica, Arial, sans-serif;
	padding: 2px;
}

span#textcontainer1 {
	margin-left: 10px;
	display: block;
}

span#textcontainer1 h3 {
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 0;
	font-size: 16px;
	color: #007f7f;
}

span#textcontainer1 p {
	line-height: 15px;
}

/*References*/
.reference {
	padding: 16px;
	margin-bottom: 9px;
	float: left;
	margin-top: 8px;
	background: #F3F3F3;
	width: 500px;
}
.reference p {
	font-style: italic;
	font-size: 11px;
	padding: 0;
	line-height: 14px;
	margin-top: 0;
	margin-bottom: 9px;
}
.reference h3 {
	font-size: 12px;
	color: #007f7f;
	font-weight: bold;
	padding: 0;
	margin-bottom: 0;
	margin-top: 16px;
}

/* round cornered box */

div.greenbox, div.greenbox_body, div.greenbox_head, div.greenbox_head h1 {
    background: transparent url(../images/round-box.gif) no-repeat right bottom; 
} 
div.greenbox {
	width: 330px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
} 

div.greenbox_head { 
    background-position: top right;
	padding-right: 12px;
} 

div.greenbox_head h1 { 
    background-position: top left;
    border: 0;
	font-size: 18px;
	color: white;
	padding-right: 0;
	padding-top: 12px;
	padding-left: 15px;
	margin: 0;
	line-height: 22px;
} 

div.greenbox_body { 
    background-position: bottom left;
	padding: 0 0 12px 15px;
	margin-right: 19px;
}

div.greenbox_body p {
	padding: 0;
	margin-bottom: 0;
	margin-top: 7px;
}

div.greenbox_body a:link, div.greenbox_body a:visited {
	text-decoration: none;
	color: black;
}

div.greenbox_body a:hover, div.greenbox_body a:active {
	text-decoration: underline;
	color: black;
}
