@charset "utf-8";
/*CSS*/

/*General*/

*{margin:auto;padding:auto;}
html{min-height:100%;*height:auto!important;height:100%;width:100%;}
body{
	min-height:100%;

*height:auto!important;		height:100%;
	width:100%;
	background-color:#2A2211;
	background-image: url(../layout/landingbackground.png);
	background-position: center top;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#container {
	background-image: url(../layout/twocolorbox_05.png);
	height: 736px;
	width: 898px;
	background-repeat: no-repeat;
	padding-top: 50px;
}
#homenavigation {
	height: 243px;
	width: 898px;
	z-index: 1010;
	background-image: url(../layout/linksbar_08.png);
	background-repeat: no-repeat;
	position: relative;
	top: 214px;
}

#flash {
	height: 309px;
	width: 821px;
	position: absolute;
	top: 90px;
	margin-left: 38px;
}
#linkscontainer {
	top: 450px;
	height: 40px;
	position: relative;
	width: 650px;
	z-index: 1020;
}
#linkscontainer .homelink {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7E3D1B;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #7E3D1B;
	padding-right: 10px;
	padding-left: 10px;
}
#footer {
	height: 100px;
	width: 922px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #D8D0BD;
	text-align: right;
}
#footer a {
	color: #D8D0BD;
	text-decoration: none;
}
#footer a:hover {
	color: #7E3D1B;
	text-decoration: none;
}
#mainwrapper {
	margin: 0px;
	padding: 0px;	
}
#wrapper {
	width: 922px;
}
#linkscontainer .homelinkend {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7E3D1B;
	padding-right: 10px;
	padding-left: 10px;
}
#linkscontainer a {
	font-weight: bold;
	color: #7E3D1B;
	text-decoration: none;
}
#linkscontainer a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#homebanners {
	height: 180px;
	width: 898px;
	z-index: 1010;
	position: relative;
	top: 235px;
}
#homebanners  .homebannerrectangle    {
	height: 180px;
	width: 560px;
	float: left;
	margin-right: 20px;
}
#homebanners .homebannersquare {
	height: 180px;
	width: 272px;
	float: left;
	margin-right: 25px;
	margin-left: 20px;
}
#winehome {
	z-index: 1050;
	position: absolute;
	height: 88px;
	width: 158px;
	margin: 0px;
	padding: 0px;
}

