@charset "utf-8";
/* CSS Document */

td.contact {
	color:#ffffff;
/*	font-weight:bold;*/
	font-family: Neue, Arial, Helvetica, sans-serif;
	
	padding-left:5px;
	
	
	}
select.brch {
	width:300px;
	height:25px; 
	background-color:#f6f6f7;
	border:0;
	}
	
select.smpl {
	width:300px;
	height:25px; 
	background-color:#f6f6f7;
	border:1 solid #cccccc;
	}
	
table {
	border-collapse:collapse;
	
	}
td.brch {
	font-family: Neue, Arial, Helvetica, sans-serif;
	background-color:#f6f6f7;
/*	background-color:#FFFFFF;*/

	border:1px #444041 solid;
	}
/*textarea.brch {background-image:url(../images/site/inputbackground.gif);}*/

.brochure {
	background-image:url(../images/site/brochure_form.jpg);
	background-repeat:no-repeat;
	width:850px;
	height:298px;
	}
	
.button_brochure {
	background-image:url(../images/site/brochurebtn.gif);
	font-family: Neue, Arial, Helvetica, sans-serif;
	border:none;
	color:#FFFFFF;
	width:130px;
	height:28px;
/*	font-weight:600;*/
	font-size:12pt;
	cursor:pointer;
	}
.button_brochure:hover {
background-image:url(../images/site/brochurebtn_on.gif);}
	
.button_contact {
	background-image:url(../images/site/contactbtn.gif);
	background-repeat:no-repeat;
	font-family: Neue, Arial, Helvetica, sans-serif;
	border:none;
	color:#FFFFFF;
	width:95px;
	height:31px;
/*	font-weight:600;*/
	font-size:12pt;
	cursor:pointer;
	}
.button_contact:hover {
background-image:url(../images/site/contactbtn_on.gif);
background-repeat:no-repeat;}	
	
.button_product {
	background-color:#837767;
	border:#9b8e7e 2px solid;
	width:auto;
	padding:0;
	font-family: Neue, Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:10px;
	}

	
.button_swatch {
	background-color:#837767;
	border:#3e372f 2px solid;
	width:110px;
	padding:0;
	font-family: Neue, Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:10px;
	}


input.contact {
	width:396px;
	height:19px;
	background-image:url(../images/site/contact_input.jpg);
	background-repeat:no-repeat;
	border:0;
	padding:2px;
	}
	
textarea.contact {
	width:396px;
	height:246px;
	padding:2px;
	background-image:url(../images/site/contact_text.jpg);
	background-repeat:no-repeat;
	border:0;
	}


.sampleform {
	background-image:url(../images/site/sample_form.jpg);
	background-repeat:no-repeat;
	width:440px;
	height:340px;
	}
