@font-face {
 font-family: “Trajan Pro”;
 font-style: normal;
 font-weight:normal;
 src: url(TrajanPro-Regular.otf);
}
body {;
	color:#000000;
	font-family: "Verdana";
	font-size: 12px;
	margin: 0px 0px;
	padding: 0px;
	background: #000000 url("../../images/body_bg.png") repeat-x;
}
.clear {
	clear:both;
}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 807px;
}
a {
	color:#101F7A;
}
p {
	margin: 15px 0px;
	line-height:22px;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-color: #101f7a;
	width:807px;
	height:487px;
	position:relative;
}
#header img {
	padding-top: 20px;
}
/********************** Menu ******************************/
 
 /* Menu */

	#menu {
	background: url(../../images/menu.png) no-repeat right top;
	background-color: #01072c;
	width: 752px;
	display:block;
	border-bottom: solid 1px #333333;
	top:140px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height: 57px;
	padding:0px 0px 0px 55px;
}
#menu ul {
	margin-left:-20px;
	padding:0;
	list-style: none;
}
#menu li {
	float:left;
	margin:0;
	padding-left: 0px;
	line-height:normal;
}
#menu a {
	display:block;
	padding:18px 18px 3px 25px;
	text-decoration: none;
	font-weight: bold;
	color:#FFFFFF;
	font-family: calibri;
	font-size: 14px;
	font-style: normal;
	border-bottom: 1px solid #666666;
}
#menu li :hover {
	border-bottom: 4px solid #999999;
}
#bottles {
	background: url(../../images/header.jpg) no-repeat right top;
	width: 807px;
	height: 291px;
	display:block;
	top:198px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#bottles h1 {
	padding: 246px 0px 0px 130px;
	font-family: "Trajan Pro";
}
#botimg {
	float: right;
	margin-right: 30px;
	margin-bottom: 10px;
}
/********************** Content ***************************/
#content {
	width:547px;
	background-color: #FFFFFF;
	margin-top: -15px;
	padding: 20px 130px 20px 130px;
	line-height: 185%;
}
img {
	border-width:0px;
}
h1 {
	color:#212f81;
	font-size:18px;
	padding-left: 100px;
	font-family: "Trajan Pro";
	font-weight: normal;
}
h2 {
	color:#212f81;
	font-size:14px;
	padding-left: 0px;
	padding-top:10px;
	font-family: "Trajan Pro";
	font-weight: strong;
}
#content ul {
	margin-left:20px;
}
/********************** Footer ***************************/

#footer {
	width: 807px;
	text-align: center;
	padding: 10px 0px;
	color: #FFFFFF;
	font-size: 90%;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 90%;
}
/******************* Bottle Overlapping ******************/

#bottlecontainer {
	float: right;
	width: 226px;
}
div#onleft {
	z-index: 50;
	width: 77px;
	height: 288px;
	margin-top: -12px;
	padding-left: 5px;
}
div#incenter {
	z-index: 25;
	width: 77px;
	height: 288px;
	margin-top: -288px;
	padding-left: 64px;
}
div#onright {
	z-index: 60;
	width: 77px;
	height: 288px;
	margin-top: -288px;
	padding-left: 122px;
}
table.borderedtable {
	background-color:#2F4050;
}
td.borderedtable {
	background-color:#FEFCE7;
	padding:10px;
}
th.borderedtable {
	background-color:#FEFCE7;
	text-align: center;
}
