/* Global Styles */
body, div, h1 { font-family: 'trebuchet ms', verdana, arial; margin: 0; padding: 0 }
body { margin: 0; padding: 0; font-size: small; background: #003642; }
img { border: 0px; }
p { font-family: 'trebuchet ms', verdana, arial; }
.headerImage { margin: -2px -2px; }
.bodyPosition { /* padding-left: 200px; */ padding-top: 80px; }
.mainBody { display: block; }

/* Content Layout Styles */
div#banner{ color: #000; width: 762px; 	height: 200px; }
div#bodyContent { color: #000; width: 760px; font: verdana, arial, sans-serif; text-align: left; }
div#banner, div#bodyContent { margin: 0; background: #fcecd1; padding: 2px; border:0; }
div.outer { margin: 0px; width: 768px; background: #004a5b; padding: 0px; }



/* Content Element Styles */
div#navigation {
	width: 150px;
	height: 100%;
	background: #004a5b;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.contentText {
	padding: 5px 20px 10px 10px;
	position: relative;
	color: #004a5b;
	text-align: justify;
}

.contentText a {
	color: #004a5b;
	font-weight: bold;
	text-decoration: underline;
}
.contentText a:hover {
	text-decoration: none;
}

/* Sidebar Navigation Element Styles */

.leftNav {
	background-color: #004a5b;
}

ul.navbar {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.navbar li {
	padding: 10px 0px 10px 3px;
	border-bottom: 2px solid #fff;
}

ul.navbar li a {
	color: #F09183; text-decoration: none; font-weight: bold; font-size: 12px; z-index: 999;
	padding-top: 15px;
}

ul.navbar li a:hover { color: #FFFFFF }

ul.navbar li a span.navIcon {
	background: url('../images/icons/fadcac.png') no-repeat center center;
	position: absolute;
	width: 12px; height: 12px;
}
ul.navbar li a span.navIconSelected {
	background: url('../images/icons/fcecd1.png') no-repeat center center;
	position: absolute;
	width: 12px; height: 12px;
}
ul.navbar li a:hover span.navIcon {
	background: url('../images/icons/white-square.gif') no-repeat scroll center center;
}

ul.navbar li a span.navTextNormal {
	display: block;
	padding-left: 25px;
}
ul.navbar li a span.navTextSelected {
	color: #fadcac;
	padding-left: 25px;
	display: block;
}
ul.navbar li a:hover span.navTextSelected {
	color: #ffffff;
	padding-left: 25px;
	display: block;
}

/* Bottom Bar Navigation Element Styles */
#hospitality {
	text-align: center;
	background-color: #fadcac;
	padding: 6px;
	margin: 0px -2px -2px -2px;
}
#hptLinks {
	position: relative;
	z-index: 2;
}
#hospitality .highlight {
	color: #004a5b;
	font-weight: bold;
}

#hospitality a {
	color: #000;
	text-decoration: none;
}
#hospitality a:hover {
	color: #000;
	text-decoration: underline;
}


/* Miscellaneous Styles */
#copy {
	display: block;
	color: #ffffff;
	text-align: center;
}

#pageName {
	display: none;
}

.highlight {
	color: #004a5b;
	font-weight: bold;
}

.promoBar {
	padding: 10px 0px 5px 10px;
	float:right;
	line-height: 50px;
	text-align: center;
}
.promoBarLeft {
	padding: 10px 10px 5px 0px;
	float:left;
	line-height: 50px;
	text-align: center;
}

.bottleShopBarRight {
	padding: 0px 0px 5px 15px;
	float:right;
	text-align: center;
}

.bottleShopBarLeft {
	padding: 10px 15px 5px 0px;
	float:left;
	text-align: center;
}

.centerAndPad {
	text-align: center;
	padding: 20px;
}

/* Text styles */

h1 {
	color: #004a5b;
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

.contentText h2 {
	color: #004a5b;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
}

#contactDetails td {
	vertical-align: top;
}
.required {
	color: #ff0000;
}

.bottleShopBlock {
	display: block;
	clear: both;
	padding-top: 10px;
	vertical-align: top;
}
.wrongCode {
	border:1px solid #990000;
	background-color:#D70000;
	color:#FFFFFF;
	padding:4px;
	padding-left:6px;
	width:135px;
}
