body {
	background:white;
	background-repeat:repeat-y;
	background-position:center;
	font-family: Georgia, 'Times New Roman', Times, serif;
	margin:0;
	min-width:1100px;
}

img {
	border: none;
}

.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}

#main-index {
	margin:0 auto;
	width:400px;
	text-align:center;
	margin-top:100px;
}
.indexlang {
	clear:both;
	float:left;
	width:100%;
	margin-top:20px;
}
.indexlang a {
	color:#111;
	margin-left:15px;
	margin-right:15px;
	text-decoration:none;
}
.indexlang a:hover {
	border-bottom:1px solid #111;
}

#main-index a#logo {
	float:left;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-variant: small-caps;
	margin:0;
	text-align:center;
	width:100%;
	padding:0;
	font-weight:normal;
	font-size:3.2em;
	text-decoration:none;
	color:#111;
}
#main-index .amp {
	font-family: baskerville, palatino, 'palatino linotype', georgia, serif;
	font-style: italic;
}

#topbar {
	height:5px;
	width:100%;
	background:#111;
}

#container {
	width:1000px;
	margin: 0 auto;
}

#header {
	width:100%;
	padding-bottom:15px;
	border-bottom:1px solid rgb(204, 204, 204);
}

	a#logo {
		float:left;
		font-family: Georgia, 'Times New Roman', Times, serif;
		font-variant: small-caps;
		margin:0;
		margin-top:7px;
		margin-left:20px;
		padding:0;
		font-weight:normal;
		font-size:3.2em;
		text-decoration:none;
		color:#111;
	}
	.amp {
		font-family: baskerville, palatino, 'palatino linotype', georgia, serif;
		font-style: italic;
	}

#content {
	clear:both;
	padding:15px;
	height:auto;
	min-height:475px;
}

a#langChange {
	position:fixed;
	top:0;
	right:0;
	padding:5px;
	padding-right:15px;
	background:rgb(22,22,22);
	border:0px;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}
a#langChange:hover {
	width:60px;
}


#navbar {
	float:right;
	margin-top:0px;
	margin-right:10px;
}

#navbar ul {
	text-align:center;
	padding-left:0;
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	color:rgb(51, 51, 51);
	font-family: arial, helvetica, sans-serif;

}
#navbar ul li {
	display:inline;
	
}

#navbar ul li a {
	margin: 0em 0em 0em 0em;
	padding:30px 17px 20px 17px;
	color:rgb(51, 51, 51);
	text-decoration: none;
	font-family: Georgia, 'Times New Roman', Times, serif;
	text-transform: uppercase;
	float: left;
	height:18px;
	font-size:.9em;
}

#navbar ul li a:hover {
	color: rgb(0, 153, 255);
}

#navbar #selected { 
	color: rgb(0, 153, 255);
	border-top:3px solid rgb(51, 51, 51);
	padding-top:27px;
}

.footer {
	clear:both;
	margin-bottom:30px;
	border-top:1px solid rgb(204, 204, 204);;
	padding-top:10px;
	color:rgb(102, 102, 102);
}

.foimg {
	float:left;
}

.b-links {
	font-size:13px;
	float:right;
	padding-right:10px;
}

.b-links a{
	text-decoration:none;
	color:rgb(102, 102, 102);
}

.b-links a:hover{
	border-bottom:1px solid rgb(0, 153, 255);
	color:rgb(0, 153, 255);
}

/*===========Contents===============*/

#slider_container {
	background:rgb(22, 22, 22);
	/*url(images/slidebg.jpg)*/
	border:1px solid #444;
	width:970px;
	height:285px;
	margin-bottom:20px;
	color:white;
	float:left;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}

#slider img {
	margin:15px;
	margin-left:35px;
}
#slider {
	height:280px;
	overflow:hidden;
}

#slider a {
	color:#fff;
	outline:none;
	text-decoration:none;
	border-bottom: 1px solid white;
}
#slider a:hover {
	border-bottom: 1px solid white;
}

.description {
	margin:20px;
	padding:7px;
	margin-top:50px;
	height:200px;
	width:300px;
}
.description h3 {
	padding-bottom:5px;
	margin:0;
	font-weight:normal;
	font-size:1.3em;
}

#slider ul, #slider li,
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
	width:950px;
	height:280px;
	overflow:hidden; 
	}
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display:none;
	}
/* numeric controls */	

ol#controls{
	margin:1em 37%; /*change this value to add sections */
	padding:0;
	height:28px;
	}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:10px;
	line-height:10px;
	}
ol#controls li a{
	font-weight:bold;
	font-size:1.7em;
	float:left;
	height:10px;
	line-height:10px;
	color:rgb(102, 102, 102);
	padding:0 10px;
	text-decoration:none;
	}
	
ol#controls li a:hover {
	text-shadow:rgb(0, 153, 255) 0 0 3px;
}
ol#controls li.current a{
	color:rgb(22, 22, 22);
	}
a, ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

.maintext {
	display:block;
	font-size:1em;
	float:left;
	margin-top:0;
	line-height: 1.5em;
	color:rgb(51, 51, 51);
}

.maintext a, table a {
	color:rgb(51, 51, 51) !important;
	text-decoration:none !important;
	border-bottom:1px solid rgb(51, 51, 51) !important;
}
.maintext a:hover, table a:hover {
	color: #111 !important;
	border-bottom:1px solid #111 !important;
}

.phpcontent {
	width:100%;
	height:auto;
	clear:both;
}

.title {
	font-size:25px;
	letter-spacing:.1em;
	color:rgb(102, 102, 102);
}

#winebrowser {
	background:rgb(22, 22, 22);
	border:1px solid #444;
	width:940px;
	padding:15px;
	margin-top:10px;
	margin-bottom:20px;
	color:white;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}

#winenav { 
	width: 150px;
}
#winesection {
	width:760px;
	text-align:center;
}

#winesection a {
	color:white;
	text-decoration:none;
}

#winesection a:hover {
	text-decoration:underline;
}

#winesection table a {
	color:white !important;
	border-bottom:1px solid white !important;
}

#winenav ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-size:1.1em;
}

#winenav .ulsub {
	font:1.3em;
	padding-bottom:3px;
	padding-top:10px;
}

#winenav a
{
display: block;
padding:5px;
padding-left: 10px;
width: 134px;
border-left:1px solid white;
}

#winenav a:link, #winenavlist a:visited
{
color: #EEE;
text-decoration: none;
}

#winenav a:hover
{
background-color: #0099FF;
color: #fff;
}

#winenavlist .cselected { background-color:#0099FF; }

.contact {
	text-align:left;
}

.wineselect {
	font-size:2em;
	font-family: Georgia, 'Times New Roman', Times, serif;
	line-height:2.2em;
	
}
.wineselect a {
	float:right;
	clear:right;
	text-decoration:none;
	border-bottom:1px solid black;
}
.wineselect a:hover {
	text-decoration:none !important;
	border-bottom:1px solid white;
}

div#scrollableArea *
	{
		position: relative;
		float: left;
		margin: 0;
		margin-top:15px;
		margin-bottom:15px;
	}
