.left {
	float:left;
	display:inline;
	clear:none !important;
}
.width49 {
	width:49%;
}

input.textbox {
	width:150px;
}

textarea.textbox {
	width:315px !important;
	min-height:50px !important;
	height:auto !important;
	height:50px !important;
}

input.textboxsubmit {
	margin-left:0px !important;
}

.clear {
	clear:both;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #dbdaac;
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #084132;
}

p {
	margin-top: 16px;
}

.nopadd {
	margin: 0;
}

a img {
	border: 0;
}

a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #084132;
	text-decoration: underline;
}

a:hover {
	color: #084132;
	text-decoration: none;
}

/* main template styling */

#outer {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -295px;
	left: 0;
	text-align: center;
}

#container {
	margin: auto;
	width: 960px;
	height: 590px;
	text-align: left;
	background-color: #ffffff;
}

#leftbar {
	float: left;
	display: inline;
	width: 231px;
	height: 590px;
	background-color: #084132;
}

#logo {
	float: left;
	display: inline;
	width: 231px;
	height: 94px;
	border-bottom: 1px solid #ddd9b0;
}

#nav {
	float: left;
	display: inline;
	width: 231px;
	height: 200px;
	padding: 21px 0 196px;
	border-bottom: 1px solid #ddd9b0;
	overflow:hidden;

}

#address {
	float: left;
	display: inline;
	width: 214px;
	height: 65px;
	padding: 12px 0 0 17px;
	font: bold 10px/18px Arial, Helvetica, sans-serif;
	color: #ddd9b0;
}

#address a {
	font: bold 10px/18px Arial, Helvetica, sans-serif;
	color: #ddd9b0;
	text-decoration: none;
}

#address a:hover {
	color: #ddd9b0;
	text-decoration: underline;
}

#content {
	float: left;
	display: inline;
	width: 371px;
	height: 590px;
}

#content-fullwidth {
	float: left;
	display: inline;
	width: 729px;
	height: 590px;
}

#heading {
	float: left;
	display: inline;
	width: 340px;
	height: 49px;
	padding: 45px 14px 0 17px;
	border-bottom: 1px solid #084132;
}

#heading-fullwidth {
	float: left;
	display: inline;
	width: 698px;
	height: 49px;
	padding: 45px 14px 0 17px;
	border-bottom: 1px solid #084132;
}

#heading h1 {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 6px;
}	

#heading-fullwidth h1 {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 6px;
}

#text {
	float: left;
	display: inline;
	width: 340px;
	height: 392px;
	padding: 25px 14px 0 17px;
	border-bottom: 1px solid #084132;
}

#text-fullwdith {
	float: left;
	display: inline;
	width: 698px;
	height: 392px;
	padding: 25px 14px 0 17px;
	border-bottom: 1px solid #084132;
}

#scroll, #scroll_wine {
	float: left;
	display: inline;
	width: 340px;
	margin-top: 10px;
	overflow: auto;
    SCROLLBAR-FACE-COLOR: #ffffff;
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
    SCROLLBAR-SHADOW-COLOR: #ffffff;
    SCROLLBAR-3DLIGHT-COLOR: #ffffff;
    SCROLLBAR-ARROW-COLOR: #084132;
    SCROLLBAR-TRACK-COLOR: #ffffff;
    SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}

#scroll {
	height: 347px;
}

#scroll_wine {
	height: 314px;
}

#quote {
	float: left;
	display: inline;
	width: 371px;
	height: 77px;
}


#quote-fullwidth {
	float: left;
	display: inline;
	width: 729px;
	height: 77px;
}

#image {
	float: left;
	display: inline;
	width: 358px;
	height: 590px;
}

/* End of styling for main template */

.menulinks {
	text-align: center;
	margin: auto;
	margin: 0;
	padding: 0;	
	margin-top: 10px;
}

.menulinks a, .menulinks a:hover {
	font-size: 11px;
	font-weight: bold;
}

.menubtns {
	font: bold 11px/25px Arial, Helvetica, sans-serif;
	color: #084132;
	padding: 5px 10px;
	text-align: center;
	margin: auto;
	background-color: #ffffff;
}

a:hover.menubtns {
	font: bold 11px/25px Arial, Helvetica, sans-serif;
	color: #084132;
	text-decoration: none;
}

/*.gallery {
	float: left;
	display: inline;
	width: 112px;
	height: 114px;
	padding-top: 9px;
	text-align: center;
	font: bold 10px/16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #0a4131;
}

.gallery img {
	margin: auto;
	border: 1px solid #084132;
	display: block;
}

.gallery a {
	font: bold 11px/16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #0a4131;
	text-decoration: none;
}

.gallery a:hover {
	font: bold 11px/16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #0a4131;
	text-decoration: underline;
}
*/
/* Form Styling */

form {
	margin: 0;
	padding: 0;
}

form p {
	padding: 0;
	margin: 0;
	clear: left;
	margin-bottom: 2px;
}

form p.topform {
	padding-top: 18px;
}

label {
	float: left;
	display: inline;
	width: 100px;
}

textarea {
	min-height: 87px;
	height: auto !important;
	height: 87px;
	padding: 0;
	margin: 0;
}

input.formbox, textarea {
	float: left;
	display: inline;
	padding-left: 2px;
	background-color: #ffffff;
	font: 10px Arial, Helvetica, sans-serif;
	color: #084132;
	border: #084132 solid 1px;
	width: 185px;
}

select {
	background-color: #ffffff;
	font: 10px Arial, Helvetica, sans-serif;
	color: #084132;
	border: #084132 solid 1px;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	height: 20px;
}

.selectdate {
	width: 58px;
}

.submit {
	background-color: #ffffff;
	font: 10px Arial, Helvetica, sans-serif;
	color: #084132;
	margin: 0;
	padding: 0;
	margin: 3px 0 0 100px;
	height: 21px;
}

a.red-link {
	color:#831919;
	font-size:12px;
	font-weight:bold;
}
