/* GENERIC */
body {
	background-color:#63633e;
	font-family:"Century Gothic", "Avant Garde", Arial;
	color:#63633e;
}

img {border:0; vertical-align:middle; padding:0; margin:0;}
p {margin:0 0 10px 0; padding:0;}
.marginBottom3 {margin-bottom:3px;}
.marginRight3 {margin-right:3px;}

/* WRAPPER */
#wrapper {
	margin:0 auto;
	width:814px;
}

/* HEADER */
#header {
	margin:19px 0 13px 0;
	padding-left:29px;
}

#header h1 {
	position:absolute;
	top:-10000px;
}

/* CONTENT WRAPPER */
#contentWrapper {
	background-color:#7a7a55;
	padding:5px;
}

/* MENU */
#theMenu {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:12px;
}

#theMenu li a {
	float:left;
	display:block;
	margin:0;
	padding:0 19px;
	color:#fff1d6;
	text-decoration:none;
	line-height:30px;
}

#theMenu li a.isSelected {
	background-color:#63633e;
}

#theMenu li a:hover {
	background-color:#63633e;
	text-decoration:none;
}


/* wineList */
#wineList {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:11px;
}

#wineList li a, #wineList li a:visited {
	float:left;
	display:block;
	margin:0;
	padding:0 25px;
	color:#fff1d6;
	text-decoration:none;
	line-height:30px;
	background-color:#a29e7b;
	cursor:pointer;
}

#wineList li a:hover {
	color:#63633f;
	text-decoration:none;
}

#wineContent {
	margin-top:50px;
	width:375px;
	height:310px;
	overflow-y:auto;
	overflow-x:hidden;
	font-size:12px;
}


#wineContent p {
	margin:0 0 15px 0;
}


/* CONTENT */
#content {
	padding:3px;
	background-color:#fff1d6;
}

#content #pictures {
	width:352px;
	float:left;
	margin-right:10px;
}

#content #theText {
	float:left;
	font-size:13px;
	padding:25px 25px 0 25px;
	width:385px;
}

#content a {
	color:#63633e;
	text-decoration:underline;
}

#content a:visited, #content a:hover,  #content a:link{
	color:#63633e;
}


#presseContent {
	width:375px;
	height:395px;
	overflow-y:auto;
	overflow-x:hidden;
	font-size:12px;
}

/* FOOTER */
#footer {
	margin:10px auto 30px;
	width:800px;
	font-size:12px;
	color:#fff1d6;
}

#footer p {
	display:inline;
	float:right;
}

#footer p a {
	color:#fff1d6;
	text-decoration:none;
}

#footer p a:hover {
	color:#fff1d6;
	text-decoration:underline;
}
