body {
	background: top repeat-x #222222;
	background-attachment: fixed;
	margin: 0;
	font-family: arial;
	font-size: 13px;
}

.body-main {
	width: 1001px;
	background: #fff;
	position: center;
	margin: 0 auto;

	box-shadow: 0px 0px 35px #000;
	//border: solid 1px #888;
	//-webkit-border-radius: 10px;
	//-moz-border-radius: 10px;
	//border-radius: 10px;

}

h1 {
	font-size: 30px;
}
h1, h2, h3, h4, h5, h6 {
	color: #212123;
	margin: 0 0 10px 0;
}
a {
	color: #000;
}

.body-main .header {
	background: url(/static/images/headerbg2.png) repeat-x ;
	padding: 0 25px 0 25px;
}

.body-main .header .logo {
	//-webkit-border-radius: 10px 0 0 0;
	//-moz-border-radius: 10px 0 0 0;
	//border-radius: 10px 0 0 0;
	border: 0px;
	margin: 33px 0 36px 0;
}

.body-main .header .slideshow {
	//margin: 10px 0px 0px 0px;
	//-webkit-border-radius: 10px 10px 0 0 ;
	//-moz-border-radius: 10px 10px 0 0;
	//border-radius: 10px 10px 0 0;
	//margin: 8px 0 27px 0;
}

.body-main .menu-container {
	width: 951px;
	margin: 0;
}

.body-main .main-container {
	width: 941px;
	margin: 5px 25px 0 25px;
	padding: 0 0 0 10px;
}

.content {
	margin: 0 0 0 0;
}

.sidebar {
	background: url(/static/images/sidebar-bg.png) #F6F6F5;
	width: 230px;
	padding: 0 10px 0 10px;
	margin: 0px;
	color: #565658;
	font-size: 13px;
	line-height: 16px;
	font-family: 'times new roman';
}

.title {
	font-family: arial;
	font-size: 25px;
	font-weight: bold;
}

.body-main .footer {
	padding: 10px;
	width: 951px;
}

.body-main .footer,
.body-main .footer a {
	text-align: center;
	line-height: 21px;
	color: #808080;
}

.title {
	font-family: arial;
	font-size: 18px;
}
.main, p {
	font-family: arial;
	font-size: 13px;
}
.sitecreate-form-field-textarea { height: 90px; }
.sitecreate-form-field-inputbox, .sitecreate-form-field-textarea  {
	font-family: arial;
	font-size: 13px;
	color: #000000;
	width: 250px;
}

.gallery_item a {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.call-to-action {
	color: #B3B4B7;
	font-family: arial;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
}
.call-to-action a {
	color: #B3B4B7;
	text-decoration: none;
}
.call-to-action a:hover {
	text-decoration: underline;
}

.sidebar ul {
	padding-left: 15px;
	list-style-image:url(/static/images/sidebar-li.png);
}
.sidebar li {
	margin-bottom: 5px;
	margin-top: 5px;
}

.sidebar .news-title {
	font-size: 13px;
	font-weight: bold;
	position: relative;
	top: -4px;
}
.sidebar .news-publish {
	font-size: 10px;
	font-family: tahoma;
	color: #8e8e8e;
	font-weight: bold;
	position: relative;
	top: -2px;
}
.sidebar h3 {
	margin-bottom: 20px;
}
.wine-list-item a {
	font-family: 'times new roman';
	font-size: 25px;
	color: #000;
	text-decoration: none;
}
.wine-list-item {
	margin-top: -20px;
	width: 285px;
}
