@charset "UTF-8";
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */

/* =GENERAL - the general styles */
	body{
	color: #39656F;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 13px;
	}
	a{text-decoration: none;color: #5599a7;}
	a:hover{
	color: #669700;
}
	hr{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	vertical-align: middle;
	display: none;
}
	strong{font-weight: bold;}
	ul.borderedlist li{
	border-bottom: 1px dashed #d1cfcd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	ul.borderedlist li a{
	display: block;
	padding:3px 0 0 2px;
	height: 26px;
	color: #42423b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	ul.borderedlist li a:hover{
	background: #E5E5E4;
	color: #42423b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* =LAYOUT - the main layout styles */
	.container{
	width:900px;
	margin: 0 auto;
	position: relative;
	overflow:hidden;
	}
	/* header layout */
	#header{
	height: 94px;
	background: #4a4841 url(../images/top_bg.jpg) top repeat-x;
	position: relative;
	overflow: hidden;
	}
	#navigation{
	position: absolute;
	right: 2px;
	top:18px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	/* main area layout */
	#main{
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
	#leftcolumn{
	float: left;
	width:200px;
	color: #669700;
	font-weight: bold;
	background-image: url(../images/lftbx.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCD6DF;
}
	#center{
	float: left;
	width:700px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	list-style-image: url(../images/yes.png);
}
	#rightcolumn{float: left;width:287px;}
	/* bottom layout */
	#bottominfo{
	border-top: 5px solid #42423b;
	padding-bottom:25px;
	width: 100%;
	overflow: hidden;
	background-color: #F9F9F9;
	}
	.bottomcolumn{
	float: left;
	width:288px;
	margin-right: 18px;
	font-size: 12px;
	}
	.bottomright{margin-right:0;}
	
/* =HEADER - the header styles */
	#header .container{height: 253px;}
	/* logo */
	h1{

	}
	h1 a{
		font: 24px/24px Arial, Helvetica, sans-serif;
		font-weight: bold;
		letter-spacing: -2px;
		padding: 22px 9px 25px 20px;
		display: block;
		color: #fff;
		background: url(../images/logo_bg.gif) left top no-repeat;
	}
	h1 a:hover{color: #fff;}
	h1 a span{
		height:71px;
		width: 13px;
		position: absolute;
		top:0;
		right: -13px;
		cursor: pointer;
		background: url(../images/logo_right.gif) right top no-repeat;
	}
	/* top navigation */
	#navigation li{
	float: left;
	padding-right: 27px;
	text-transform: uppercase;
	}
	#navigation li a{
	color: #fff;
}
	#navigation li a:hover,#navigation li.active a{
	color: #2c2c2c;
}
	/* message and building pic */
	#banner{
	position: absolute;
	height: 125px;
	color: #a49c8f;
	font-weight: bold;
	padding:0 440px 0 7px;
	bottom: 0;
	background: url(../images/building.gif) right bottom no-repeat;
	font-size: 1.3em;
	background-image: url(images/liquid-polymers.png);
	}
	
/* =CONTENT - the content styles */
	/* left column */
	.leftbox{
	padding: 10px 10px 10px 10px;
	margin-bottom:3px;
	line-height:1.8em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	border: 1px;
}
	h3.leftbox{
	font-size:14px;
	color: #669700;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 23px;
	background-position: 0 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
	h3.header_small{
	font-size:13px;
	font-weight: bold;
	color: #FF0000;
	padding-top: 10;
	padding-right: 23px;
	padding-bottom: 0px;
	padding-left: 23px;
}
	ul.leftbox{
	font-size: 14px;
}

	.features{
	padding-top:10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #689B3E;
	font-weight: bold;
	text-transform: none;
	font-style: normal;
}
	
	#leftcolumn .leftbox p{padding-bottom:1em;line-height:1.5em; font-size:13px}	
	/* center column */
	.article_wrapper h2{color: #5699A7; font-size:2em;margin:10px 0;}
	.article_wrapper p{padding-bottom:10px;font-size:1.3em;}	
	/* right column */
	.rightbox_wrapper{
	padding:5px;
	margin-bottom: 20px;
	width:98%;
	overflow: hidden;
	color: #58584D;
	background-image: url(../images/iso-roof-icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F9F9F9;
	border: 1px dashed #CCD6DF;
	}
        .rightbox_showcase{
	padding:5px;
	margin-bottom: 20px;
	width:98%;
	overflow: hidden;
	color: #58584D;
	background-color: #F9F9F9;
	border: 1px dashed #CCD6DF;
	background-image: url(../images/lftbx2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}
	.rightbox{
	width:auto;
	overflow: hidden;
	padding-bottom:6px;
	padding-top: 6px;
	margin-left: 90px;
	padding-right: 6px;
	padding-left: 3px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px dashed #CCD6DF;
}

        .showcase{
	width:auto;
	overflow: hidden;
	padding-bottom:6px;
	padding-right: 6px;
	padding-left: 3px;
	text-align: justify;
	background-color: #F9F9F9;
	margin-top: 32px;
}
	.product_image{
	float: right;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #86827F;
	border-bottom-color: #86827F;
	border-left-color: #86827F;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0;
}
	
	.product_image2{
	float: left;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #86827F;
	border-bottom-color: #86827F;
	border-left-color: #86827F;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0;
}
	
	
	.product_wrapper{
	float: right;
	font-size: 13px;
	background-color: #F9F9F9;
	padding-left: 10px;
	padding-right: 10px;
	
	}
	.product_wrapper h1{
	font-size:11px;
	color: #517700;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


		
	.product_wrapper h2{
	font-size:12px;
	color: #689B3E;
	font-weight: bold;
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

	
	.product_wrapper h3{
	font-size:11px;
	color: #517700;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	.product_wrapper h4{
	color:#FF0000;
	font-size: 14px;
	font-weight: bold;
}

	.product_wrapper p{
	font-size:1em;
}
	.lastbox{margin:0;
}




/* =BOTTOM */
	.bottomcolumn h3{
	border-bottom: 4px solid #9b968f;
	color: #5699A7;
	font-size:14px;
	padding:15px 0 5px 5px;
	font-weight: bold;
	}
	.bottomcolumn p{
	padding: 10px 35px 10px 5px;
	font-size: 13px;
	}
	.iconlist{
	border-top: 1px dashed #d1cfcd;
	font-size: 13px;
	}
	ul.iconlist li a{
	padding-left: 25px;
	background: url(../images/footer_list.jpg) left bottom no-repeat;
	color: #669700;
	}
	ul.iconlist  li a:hover{
	color: #42423b;
	background-color: #EBEBEB;
	background-image: url(../images/footer_list.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
	.enewsbox{
		float: left;
		width: 180px;
		height: 17px;
		padding:3px 5px;
		border: 4px solid #5599A7;
		font-size:13px;
	}
	.button{
		display: block;
		float: left;
		width: auto;
		line-height:1em;
		text-align: center;
		background: #659AA6;
		border: 4px solid #fff;
		color: #fff;
		cursor: pointer;
		margin:0;
		padding:3px 8px; /* IE6 */
	}
	
/* =FOOTER */
	#footer{
		height: 30px;
		background: #4a4841 url(../images/footer_bg.jpg) 0 0 repeat-x;
		font-size: 12px;
	}
	#footer a{color: #A39D97;}
	#designby{
	float: left;
	height: 23px;
	padding:2px 0 0 30px;
	margin-top: 5px;
	}
	#footer_navigation{
		float: right;
		padding-top:2px;
	}
	#footer_navigation li{float: left;padding-left:18px;}
	#footer_navigation li a{text-transform:uppercase;}
	#footer_navigation li a:hover{color: #5699A7;}
	
.productlist {
	background-image: url(../images/tick_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	color: #669900;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 25px;
	text-indent: 10px;
}

#title {
	width: 635px;
	height: 26px;
	color: #5A698B;
	font: bold 11px/18px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	background-color: transparent;
}

form {
	width: 99%;
}

.col1 {
	text-align: right;
	width: 135px;
	height: 31px;
	float: left;
	margin-right: 2px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #586687;
}

.col2 {
	width: 500px;
	height: auto;
	display: block;
	float: left;
	margin: 0;
	background: url(images/bg_textfield.gif) no-repeat;
	color: #586687;
}

.col2comment {
	width: 500px;
	height: auto;
	margin: 0;
	display: block;
	float: left;
	color: #586687;
}

.col1comment {
	text-align: right;
	width: 135px;
	height: auto;
	float: left;
	display: block;
	margin-right: 2px;
	font-weight: bold;
	color: #586687;
}

div.row {
	clear: both;
	width: auto;
	height: auto;
}

.submit {
	height: 29px;
	width: 635px;
	padding-top: 5px;
	clear: both;
} 

.input {
	color: #586687;
	padding: 1px;
	border: 1px solid #8595B2;
	width: auto;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 8px;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: auto;
}

.textarea {
	border: 1px solid #8595B2;
	background-color: #fff;
	color: #5A698B;
	margin: 4px 0 5px 8px;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
.pp {
	float: right;
	width: auto;
	margin: 20px;
	padding: 20px;
	border: 1px solid #699A41;
}
