/* CSS Document */
* {
	margin:0px;
	padding:0px;
}

html {
	background-color:#D8E58B;
}

html, body {	
	margin: 0; 
	padding: 0;
	font-family:Arial, Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}


* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}

#contentarea {
	width:850px;
	margin-left:auto;
	margin-right:auto;
}

#navigation {
	float:left;
	line-height: 30px;
	background-image: url('../images/navigation_background.jpg');
	width:850px;
	display: block;
}

#navigation a {
	color:#FFF;
	padding-left:55px;
	text-decoration: none;
	font-size: 16px;
	padding-top:2px;
	float:left;
}

#navigation a:hover {
	color:#FFF;
	padding-left:55px;
	text-decoration: underline;
	font-size: 16px;
	padding-top:2px;
	float:left;
}

#header {
	float:left;
	background-color:#F7F9ED;
	margin-top:10px;
	position: relative;
	height:184px;
	width: 850px;
}

#maincontent {
	background-color:#F7F9ED;
	float:left;
	height:auto ! important;
	min-height:500px;
	height:500px;
	display:block;
	width:850px;
}

#footer {
	float:left;
	width:850px;
}

#funsunstudio a {
	color:#000;
}

#funsunstudio  {
	float:left;
	width:850px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.row {
	float:left;
	width:800px;
	padding-left:20px;
	padding-bottom:15px;
}

.categoryname {
	float:left;
	width:800px;
	font-size: 22px;
	font-weight: bold;
	font-family: cursive;
	text-decoration: underline;
}

.winecategoryname {
	float:left;
	width:500px;
	font-size: 22px;
	font-weight: bold;
	font-family: cursive;
	text-decoration: underline;
	height:34px;
}

.rowitem {
	float:left;
	width:800px;
	padding-bottom: 8px;
}

.rowname {
	float:left;
	width:650px;
	font-weight: bold;
}

.rowdescription {
	float:left; 
	width:700px;
	text-align: left;
	
}

.rowprice {
	float:left;
	width:150px;
	font-weight: bold;
	text-align: right;
}

.wineprice {
	float:left;
	width:150px;
	font-weight: bold;
	text-align: right;
}

.winename {
	float:left;
	width:500px;
	font-weight: bold;
}

.pagetitle {
	float:left; 
	padding-top:10px;
	padding-left:267px;
}

.downloadmenu {
	float:left; 
	padding-top:3px;
	padding-bottom:10px;
	padding-left:347px;
}

#mainbody {
	float:left;
	padding-bottom:15px;
}

.pagetitleleft {
	float:left;
	padding-bottom: 10px;
	width:800px;
}

#pagecontent {
	float:left;
	padding-top: 15px;
	padding-left: 25px;
	width:800px;
}

#reviewsection {
	float:left;
	padding-top: 25px;
}

#reviews label {
	float:left;
	width:125px;
	padding-right: 5px;
	text-align: right;
}

.reviewname {
	width:800px;
	padding-bottom: 3px;
	padding-top: 5px;
	font-size: 14px; 
	font-weight: bold;
	float:left;
	border-bottom: 1px solid #375C2C;
}

.reviewarea {
	float:left;
	width:800px;
	padding-top: 3px;
	padding-bottom: 5px;
}

#contact {
	float:left;
}

#contact div {
	float:left; 
	padding-bottom: 5px;
	width:355px;
}

#contact div label {
	width:85px;
	text-align: right;
	padding-right: 5px;
	float:left;
}
