﻿@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #5A050E;
	background-image: url(images/color_red.jpg);
}
.arial_11px_tan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f1ead8;
}
.arial_11px_dark_tan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #afa487;
	line-height: 20px;
}
.arial_13px_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 20px;
}
.times_13px_brown {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #392211;
}
.times_16px_dark_tan {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #67604E;
	line-height: 20px;
}
.times_20px_black {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
	line-height: 20px;
}
.times_13px_brown_right {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #392211;
	text-align: right;
}
.form_times_13px_brown {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #392211;
	background-color: #f2ecdc;
	border: 1px solid #999077;
	padding: 2px;
}

.img_list {
	vertical-align:middle;
	padding-right:12px;
}

.li_left {
	text-align:left;
}

a img {
	border:0;
}

.center {
	text-align:center;
}
.fax {
	text-align:center;
	font-weight:bold;
}

.colors tr {
	vertical-align:top;
}

/* 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);
}

