@charset "utf-8";
body {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
	background: #d3debf url(../images/background.jpg) repeat;
	text-align: center;
}
h1 {
	color: #4c2626;
}
h2 {
	color: #4c2626;
	 font-size: 16px;
}
h3 {
	font-size: 14px;
	font-style: italic;
	}
#container {
	border: 1px solid #4c2626;
	background-color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 3px 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px 3px #666;
	box-shadow: 3px 3px 3px 3px #666;
	text-align: left;
	width: 960px;
	vertical-align: top;
	position: relative;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 0 0;
}
#top_text {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 1.65em;
	color: #4b382b;
	text-align: right;
	padding: 10px 20px 20px 10px;
}
#tagline {
	color: #963;
	font-size: 1.65em;
	text-align : left;
	text-transform: lowercase;
	vertical-align: bottom;
	margin-left: 30px;
	margin-bottom: 25px;
}
/*search box*/
#search_home {
	float: right;
	margin-right: 20px;
	padding-top: 10px;
}
.search-header-button {
	vertical-align: middle;
}
.search-header-box {
	border: 1px solid #000;
	width: 100px;
}
#header {
	height: 125px;
	text-align: center;
}
#header img {
	border: none;
}
#content {
	float: left;
	width: 960px;
	background: #fff;
	border-top: #4c2626 1px solid;
	font-size: 12px;
}
#navMainWrapper {
	margin: 0em;
	font-weight: normal;
	color: #fff;
	background-color: #4c2626;
	height: 40px;
	width: 960px;
}
#navMain ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 130%;
}
#navMain ul li {
	display: inline;
	border-right: solid 1px #fdfde4;
}
#navMain ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #fffffd;
	white-space: nowrap;
}
#navMain ul li a:hover {
	color: #fdfde4;
}
.back {
	float: left;
}
#left {
	float: left;
	margin: 0;
	width: 690px;
	padding: 15px 15px 5px 15px;
	text-align: left;
}
#left a, a:visited {
	color: #4c2626;
	 text-decoration: underline;
	 font-size: 12px;
}
#left a:hover {
	color: #7f4933;
	 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: #7f4933;
	padding: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px #4b382b solid;
}
.right_image {
	float: right;
	background: #7f4933;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px #4c2626 solid;
}
#right {
	float: right;
	width: 210px;
	height: 400px;
	padding: 5px 15px 5px 15px;
	text-align: left;
	background: #963;
}
#right ul {
	list-style: square;
	margin: 0;
	font-size: 13px;
	color: #FFF;
	padding: 20px 0 20px 15px;
}
#right li {
	padding-bottom: 10px;
	padding-top: 5px;
	border-bottom: solid 1px #dbc4a6;
}
#right ul li a, a:visited {
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#right a:hover {
	color: #fdfde4;
	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;
}
#social {
	clear: left;
	padding: 30px 15px 30px 15px;
	width: 690px;

}
.fb-like {
	margin: 0;
	padding: 0 0 10px 0;
}
.twitter-share-button {
	padding: 0 0 10px 0;
}
.category {
	width: 300px;
	height: 230px;
	float: left;
	font-size: 11px;
	padding-right: 20px;
}
.category img {
	float: left;
	padding: 5px 15px 5px 5px;
}
.category h2 {
	text-align: left;
}
.small_text {
	font-size: 11px;
}
#memberships {
	clear: both;
	text-align:center;
	margin-top:5px;
	padding-bottom: 10px;
}

/*gallery photo layout style*/#left img.photo {
	display: block;
	border: 2px #4c2626 solid;
	padding: 8px;
	float: left;
	margin: 0 8px 8px 8px;
}
/*testimonial sections*/
#testimonial {
	width: 690px;
	float: left;
}
#testimonial p{
	font-style: italic;
}
/*contact form style */#contact {
	width: 550px;
	padding: 15px 15px 15px 15px;
	border: 1px solid #7f4933;
}
#contact .label {
	float: left;
	width: 230px;
	background: #dbc4a6;
	padding: 2px 0px 3px 5px;
	color: #963;
	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 #7f4933;
}
tr {
	height: 12px;
}
tr.odd {
	background: #e1e1e1;
}
tr.header {
	background: #4b382b;
	color: #fff;
}
tr.features {
	background: #dbc4a6;
	font-weight: bold;
	text-decoration: underline;
}
/* Cellar Design Questionnaire */
#questionnaire form {
	width: 690px;
	border: solid 1px #7f4933;
}
#questionnaire ul li{
	list-style-type: none;
}
#questionnaire ul li ul li{
	list-style-type: none;
}
input#wall, #bottles {
	margin-top: 10px;
}

#questionnaire .section {
	width: 660px;
	background: #dbc4a6;
	display: block;
	padding: 8px 10px 8px 20px;
	font-size: 14px;
	font-weight: bold;
}
#questionnaire .label {
	float: left;
	width: 230px;
	background: #dbc4a6;
	padding: 2px 0px 3px 5px;
	color: #4c2626;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 20px;
	clear: left;
}
#questionnaire .question {
	padding-left: 20px;
	color: #4c2626;
	font-weight: bold;
}
.sample {
	width: 100%;
	height: 125px;
	float:left;
}
.wood {
	float: left;
	margin: 10px;
}
#questionnaire ul li .bottle {
	width: 150px;
	float: left;
	margin-right: 10px;
	padding: 10px 0px 0px 5px;
	clear: left;
}
input, textarea, select {
	background: url(../images/cellarq/input-bkgd.jpg) repeat-x;
}
.mycontent {
	padding: 10px 5px 10px 10px;
	font-size: 11px;
	background: #dbc4a6;
}
#search {
	background: white;
	padding-top: 20px;
}
.pic {
	width: 200px;
	float: left;
	margin: 0 15px 20px 15px;
}
.caption {
	font-size: 10px;
	text-align: center;
}
