/* CSS Document */

html {
height:100%;
width:100%;
}
body {
	background-color: #000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	height: 100%;
	width: 100%;
}
a {
	outline: none;
}
#parent {
	display:table;
	min-height:100%;
	height:100%;
	width:100%;
}
#container {
	min-height:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
}
#page {
	margin: auto;
	width: 880px;
	min-height: 570px;
}
.mainContent {
	background-color: #FFF;
}
.mainContent ul {
	margin-left: 10px;
	padding-left: 3px;
}
.mainContent .padding {
	padding: 24px;
}
.leftColumn {
	width: 312px;
	line-height: 155%;
	text-align: justify;
}
.leftColumn a {
	color: #666;
	text-decoration: underline;
}
.leftColumn .inner {
	padding-right: 24px;
}
.logo {
	text-align: center;
	padding-bottom: 64px;
}
h1 {
	margin-top: 0px;
	margin-bottom: 24px;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
a.pb {
	color: #333;
	text-decoration: none;
}
.navbar {
	width: 880px;
	padding-top: 10px;
	padding-bottom: 12px;
}
.navbar img {
	padding-left: 18px;
}
.more {
	position: absolute;
}
.more .position {
	position: relative;
	left: 238px;
	top: 264px;
}
.back {
	position: absolute;
}
.back .position {
	position: relative;
	top: 264px;
}
.footer {
	padding-top: 14px;
	padding-bottom: 14px;
	color: #535353;
	font-size: 10px;
}
.rule {
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
}
.mainContent .paddingNews {
	padding-top: 24px;
	padding-right: 44px;
	padding-bottom: 24px;
	padding-left: 44px;
}
.newsInner {
	height: 426px;
}
.newsInner .logo {
	padding-bottom: 44px;
}
.newsInner .scroll {
	overflow: auto;
	height: 275px;
}
.newsInner a {
	color: #666;
	text-decoration: underline;
}
.newsInner h2{
	font-size: 11px;
	font-weight: normal;
	color: #000;
	margin-bottom: 0px;
}
.pressScroll {
	overflow: auto;
	height: 230px;
	padding-right: 5px;
}
.leftColumn2 {
	width: 520px;
	line-height: 155%;
	text-align: justify;
}
.leftColumn2 .inner {
	padding-right: 24px;
}
.leftColumn2 a {
	color: #666;
	text-decoration: underline;
}
.signupForm {
	padding: 6px;
	border: 1px solid #CCC;
}
.signupForm .greytxt {
	color: #b9b9b9;
}
.signupForm .fields {
	width: 75%;
	border: 1px solid #CCC;
	font-size: 12px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
.wineclubScroll {
	overflow: auto;
	height: 180px;
	padding-right: 5px;
}
.red {
	color: #F00;
}
