/* CSS Document */


body{margin:0px; background:#6e0e10;}
#main_wrapper{width:900px; height:auto; background:#e3d6b3; margin-left:auto; margin-right:auto;}

#header_wrapper{width:900px; height:auto;}
#logo{width:900px; height:156px;}
#logo_bottom{background:url(../images2/logo_bottom.jpg) no-repeat; width:218px; height:27px; float:left;}
#menu_wrapper{width:900px; height:27px;}
#menu{width:682px; height:27px; float:right;}

#center_wrapper{width:900px; height:auto; background:#e3d6b3 url(../images2/center_top.jpg) no-repeat;}
#home_banner{width:450px; height:301px;}
#vedio{width:450px; height:301px; margin-top:0px;}
#center_banner_top{background:url(../images2/center_banner.jpg) no-repeat; width:900px; height:59px; margin-top:5px;}
#center_banner{background:url(../images2/center_banner.jpg) no-repeat; width:900px; height:186px; margin-top:5px;}
#center_banner_bottom{background:url(../images2/center_banner.jpg) no-repeat bottom; width:900px; height:127px; margin-top:5px;}
#view_our_photo{width:299px; height:36px; margin-left:auto; margin-right:auto; margin-top:20px; margin-bottom:10px;}

#footer_bg{background:url(../images2/footer_bg.jpg) no-repeat; width:900px; height:90px; clear:both;}
#footer_text{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#f1ead8; text-align:center; padding-top:30px;}
#footer_text2{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#afa487; text-align:center; margin-top:7px;}

/* Countertop Dropdowns */
#counter_dropdown {
	display: none;
	background-color: #5A050E;
	
	position: absolute;
	top: 10px;
	left: 80px;
	
	list-style-type: none;
	padding: 10px;
}

#counter_dropdown li {
	margin: 0;
}

#counter_dropdown a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}


/* Form Elements */

#contactForm {
width:900px;
height:167px;
background:url(../images2/homeForm.jpg);
}

#formFields{
	padding:50px 40px 0 0;
	float:right;
	
}

#contactForm table tr td {
	font-family: Helvetica, sans-serif;
	color:#ffffff;
	font-size: 12px;
	
}

.reqfield {font-size:11px !important;
text-align:center;}

#contactForm #formFields table {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

.fields { text-align: left; }
.comments {	text-align: left;}

input {height:11px; font-size: 10px;}
#contactForm #formFields table tr td table {
	text-align: left;
}

#contactForm #formFields textarea {
	width: 180px;
	height: 37px;
	font-size: 9px;
}

#contactForm #formFields input {
	width: 180px;
	font-size: 9px;
}
.tollfree {
	font-weight: bold;
}



#interiorContactForm {
	width: 249px;
	height: 371px;
	background:url(/images2/interiorForm.jpg);
	background-repeat: none;
}

#interiorFormFields{
	width:180px;
	margin-left: 28px;
	padding: 155px 0 0 10px;
}

#interiorContactForm table tr td {
	font-family: Helvetica, sans-serif;
	color:#fff;
	font-size: 9px;
	
}

#interiorContactForm #interiorFormFields table {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

#interiorContactForm #interiorFormFields table tr td table {
	text-align: left;
}

#interiorContactForm #interiorFormFields textarea {
	width: 100px;
	font-size: 9px;
}

#interiorContactForm #interiorFormFields input {
	width: 100px;
	font-size: 9px;
}


.SI-FILES-STYLIZED label.cabinet
{
	width: 90px;
	height: 22px;
	background: url(/images2/chooseFile.png) 0 0 no-repeat;

	display: block;
	overflow: hidden;
	cursor: pointer;
}

.SI-FILES-STYLIZED label.cabinet input.file
{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

