@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #620635;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	text-align: center;
	line-height: 17px;
}
h1 { color: #55052e; }
#container {
	padding: 0px;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
#top_margin {
	height: 50px;
	width: 960px;

}
#top_text {
	float: left;
	width: 630px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	margin: 0;
	padding: 10px 0px 0px 10px;
}
/*search box*/
#search_home {
	float: right;
	width: 312px;
	padding: 2px;
	color: #fc6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
#header {
	height: 165px;
}
#header img{
	border: none;
}
#content {
	float: left;
	width: 960px;
	background: #fff;
	border-top: #fc6 1px solid;
}
#left {
	float: left;
	margin: 0;
	width: 690px;
	padding: 15px 15px 5px 15px;
	text-align: left;
}
#left a , a:visited {color: #55052E; text-decoration: underline; font-size: 12px;}
#left a:hover { color: #A3A673; text-decoration: none; font-size: 12px; }
.slideshow_horiz{
	float:left;
	width: 260px;
	height: 198px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.slideshow_vert {
	float:left;
	width: 198px;
	height: 260px;
	margin-right: 10px;
	margin-bottom: 10px;
}	
.left_image {
	float: left;
	background: #a3a673;
	padding: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px #55052e solid;
}
.right_image {
	float: right;
	background: #a3a673;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px #55052e solid;
}
#right {
	float: right;
	width: 210px;
	height: 400px;
	padding: 5px 15px 5px 15px;
	text-align: left;
	background: #A3A673;
}
#right ul {
	list-style: square;
	margin: 0;
	font-size: 13px;
	color: #FFF;
	padding: 20px 0 20px 15px;
}
#right li {
	padding-bottom: 15px;
}
#right ul li a, a:visited {
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#right a:hover {
	color: #55052E;
	text-decoration: underline;
}
#right h1 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding-top: 20px;
}

.small_text {
	font-size: 11px;
}
#footer {
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	text-align: center;
	font-size: x-small;
	color: #fff;
	background: #620635;
	border-top: 2px solid #fc6;
}
#footer a, a:visited{
	color: #fff;
	font-size: x-small;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
	font-size: x-small;
}
#footer ul {
	list-style: none;
	margin: 0;
}
#footer li {
	display: inline;
	padding: 0 20px 0 20px;
}
/*gallery photo layout style*/
#left img.photo{
	display: block;
	border: 2px #fc6 solid;
	padding: 8px;
	float: left;
	margin: 0 8px 8px 8px;
}
/*contact form style */
#contact {
	width: 550px;
	padding: 15px 15px 15px 15px;
	border: 1px solid #a3a673;
}
#contact .label {
	float: left;
	width: 230px;
	background: #a3a673;
	padding: 2px 0px 3px 5px;
	color: white;
	font-weight: bold;
	margin-right: 10px;
	clear: left;
}
#contact .field {
	width: 250px;
}
#contact .message {
	width: 250px;
}
#contact .submit {
	margin-left: 245px;
}
/* Cooling Unit Comparison Table */
#compare_table {
	width: 745px;	
}
#compare_table table{
	border: 1px solid #55052e;
}
tr {
	height: 12px;
}
tr.odd{
	background: #e1e1e1;
}
tr.header {
	background: #fc6;
	color: #55052e;
}
tr.features {
	background: #a3a673;
	font-weight: bold;
	text-decoration: underline;
}
/* Cellar Design Questionnaire */
#questionnaire .label {
	float: left;
	width: 230px;
	background: #a3a673;
	padding: 2px 0px 3px 5px;
	color: white;
	font-weight: bold;
	margin-right: 10px;
	clear: left;
	}
#questionnaire .question {
	float: left;
	color: #55052e;
	font-weight: bold;
}
