@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-color: #A38964;
	background-image: url(../../images/bg.jpg);
	/* background-repeat: no-repeat; */
	/*
	height: 100%;
	*/
	min-height: 350px;
}

#menu {
	font-size: 16px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	margin-left: 405px;
	margin-top: 180px;
	height: 16px;
	width: 540px;
	line-height: 16px;
}
#page-menu {
	margin-top: 80px;
	font-size: 16px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	margin-left: 405px;
	line-height: 16px;
	height: 16px;
	width: 540px;
}

#header {
	background-color: #FFF;
	margin-top: 15px;
	border-top-width: 14px;
	border-top-style: solid;
	border-bottom-width: 14px;
	border-bottom-style: solid;
	border-top-color: #97ACD9;
	border-bottom-color: #97ACD9;
	height: 226px;
}
#page-header {
	background-color: #FFF;
	margin-top: 15px;
	border-top-width: 14px;
	border-top-style: solid;
	border-bottom-width: 14px;
	border-bottom-style: solid;
	border-top-color: #97ACD9;
	border-bottom-color: #97ACD9;
	height: 171px;
}
#header #box {
	background-image: url(../../images/white-fade.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
	height: 226px;
	padding-left: 6px;
}
.bottle {
	float: left;
	height: 168px;
	margin-right: 6px;
	display: inline;
	margin-top: 43px;
	margin-bottom: 15px;
}
.logo {
	float: left;
	margin-right: 36px;
	margin-left: 30px;
	display: inline;
	margin-top: 60px;
	margin-bottom: 15px;
}
.page {
	margin-top: 20px;
	margin-left: 100px;
}
#page-box {
	height: 171px;
	background-image: url(../../images/white-fade-1.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}

#hider {
	background-color: #000;
	height: 8px;
	width: 522px;
	/* z-index: 100; */
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(../../images/white-fade-corner.jpg);
	top: -8px;
	left: 0px;
	overflow: hidden;
}
#content {
	width: 482px;
	border-right-width: 14px;
	border-left-width: 14px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #97ACD9;
	border-left-color: #97ACD9;
	background-color: #FFF;
	left: 400px;
	/* z-index: 99; */
	position: absolute;
	background-image: url(../../images/white-fade-h.jpg);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.tabs {
	position: absolute;
	width: 30px;
	z-index: 199;
	overflow: hidden;
	right: -44px;
	top: 33px;
}
#tabs-white {
}
#tabs-red {
	display: none;
}
#tabs-rose {
	display: none;
}
#tabs-champ {
}
#tabs-spark {
	display: none;
}

.header-image {
	float: left;
	height: 134px;
	width: 367px;
	margin-top: 32px;
	margin-left: 75px;
	overflow: hidden;
	position: relative;
}
.hidden {
	display: none;
}
#white {
}
#red {
	display: none;
}
#rose {
	display: none;
}
#champ {
}
#spark {
	display: none;
}

.product {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.p-img {
	float: left;
	padding-left: 10px;
}
.p-desc {
	float: right;
	width: 345px;
	padding-right: 20px;
}
#desc {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	display: none;
	margin-top: 15px;
	color: #FFF;
	margin-left: 560px;
}



#navlist {
	margin: 0;
	padding: 0;
}

#navlist ul, #navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	text-decoration: none;
	color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	background: transparent;
	color: #FFF;
}

#navlist a:hover {
	color: #C3C3C3;
}
.clear {
	clear: both;
}
img {
	border: 0;	
}
#footer {
	font-size: 10px;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	height: 18px;
	line-height: 10px;
	margin-top: 25px;
	margin-left: 120px;
}
.corner {
	position: absolute;
	bottom: 0;
	right: 0;
}.flag {
	padding-right: 6px;
}
.top {
	float: right;
	padding-right: 20px;
}

