
/* COMPANY NAME CORE CSS */

@import url("nav.css");
@import url("styles.css");
@import url("components/form-builder.css");
@import url("components/members.css");


*, body { padding:0; margin:0; }

img, a img { border:none; }

body {
	background-color: #FFF;
}

#flashBanner {
	background: url(/sites/marchandburchwinescomau/assets/images/flash.jpg);
	width: 236px;
	height: 524px;
}

#wrap {
	padding: 20px 0;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	text-align: center;
	padding-bottom: 5px;
}

#nav {
	width: 744px;
	margin: auto;
	height: 61px;
	padding-left: 163px;
	background: url(/sites/marchandburchwinescomau/assets/images/nav-frame-left.gif) no-repeat;
}

#navborder {
	height: 61px;
	width: 652px;
	padding-right: 89px;
	background: url(/sites/marchandburchwinescomau/assets/images/nav-frame-right.gif) no-repeat top right;
}


#page {
	border-top: 2px solid #dcd8d2;
	border-bottom: 2px solid #dcd8d2;
	margin: 6px 0;
	padding: 6px 0;
}

#home .frameTL {background: url(/sites/marchandburchwinescomau/assets/images/frameTL.gif) no-repeat top left; width:476px; border: 2px solid #dcd8d2; margin:auto;}
#home .frameTR {background: url(/sites/marchandburchwinescomau/assets/images/frameTR.gif) no-repeat top right;}
#home .frameBL {background: url(/sites/marchandburchwinescomau/assets/images/frameBL.gif) no-repeat bottom left; position:relative;}
#home .frameBR {background: url(/sites/marchandburchwinescomau/assets/images/frameBR.gif) no-repeat bottom right;}

/*.frameBL {position:relative;}*/

#mainContent {
	padding:15px 30px;
}

#home #mainContent {
	padding: 40px;
	height: 440px;
	overflow: hidden;
}

#mainContent p {
	/*text-align: justify;*/
}

#home #mainContent p {
	font-size: 0.9em;
	line-height: 1.65em;
	text-align: justify;
}

#home #leftCol {
	float: left;
	width: 236px;
}

#home #rightCol {
	float: right;
	width: 212px;
	height: 500px;
	border: 2px solid #dcd8d2;
	padding: 10px;
	text-align: center;
	font-size: 0.9em;
}

#home #rightCol h2{
	margin-bottom: 5px;
}
#home #rightCol h4{
	margin-bottom: 10px;
}

#home #rightCol p{
	margin-bottom: 5px;
}

#home #rightCol .wineclub p {
	margin-bottom: 5px;
}

.wineclub {
	padding-bottom: 20px;
	background: url(/sites/marchandburchwinescomau/assets/images/h-sep.gif) no-repeat center bottom;
	margin-bottom: 20px;
}

.wineclub table.formbuilder {
	padding: 0;
	margin: 0 0 15px 0;
	width: 100%;
}

.wineclub table.formbuilder .leftcolumn {
	display: none;
}

.wineclub table.formbuilder .rightcolumn {
	text-align: center;
}

.wineclub table.formbuilder input {
	font-size: 1em;
	color: #666;
	border: 1px solid #dcd8d2;
	width: 190px;
	padding: 5px;
	float: none;
}

.wineclub table.formbuilder input.button {
	background: #fff url(/sites/marchandburchwinescomau/assets/images/submit-btn.gif) no-repeat center;
	width: 38px;
	height: 15px;
	border: 0;
	font-size: 0px;
	color: #FFF;
	cursor: pointer;
}


#foot {
	margin-top: 10px;
	width: 900px;
	margin: auto;
}

#foot a {
	text-decoration: none;
	color: #bb9742;
}

#foot p {
	margin-bottom: 0px;
	text-align: center;
	font-size: 0.9em;
}

.legal p {
	margin-top: 15px;
	color: #ACACAC;
}


.quote {
	color: #bb9742;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.v-sep {
	background: url(/sites/marchandburchwinescomau/assets/images/v-sep-bg.gif) repeat-y center center;
}

.h-sep {
	background: url(/sites/marchandburchwinescomau/assets/images/h-sep-bg.gif) repeat-x center center;
}

table.contacts {
	width: 100%;
	margin-bottom: 45px;
}

table.contacts td {
	padding-bottom: 2px;
	padding-top: 5px;
}

table.contacts td.label {
	width: 120px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}

table.contacts td.info {
}


table.wineTable {
	margin: 10px 0 30px 0;
}

table.wineTable p {
	font-size: 0.9em;
}

table.dining h3 {
	margin-bottom: 0px;
}

table.dining p {
	margin-bottom: 35px;
}

table.reviews {
	margin-bottom: 35px;
}

table.reviews p em {
	color: #bb9742;
}
table.reviews p {
	text-align: justify;
}

#mainContent table.audiovideo li {
	border-bottom: 1px solid #efefef;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

p.profileName {
	margin-bottom: 0;
}

p.profileLabel {
	margin-bottom: 5px;
}

p.profileQuote {
	text-align: justify;
	color: #bb9742;
	margin-bottom: 0;
}

.signup {
	border: 0px;
	height: 60px;
	width: 212px;
	background-color: #999;
}

#topImages {
	text-align: center;
}

#toolbar {
	text-align: right;
	float: right;
	margin-right: 30px;
}

#home #toolbar {
	text-align: center;
	float: none;
	margin: 0;
}