/* general layout ------------------------------------------------------------------ */


body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #0B1B3B;
	background-image: url(../images/bg/gradient.jpg);
	background-repeat: repeat-x;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
} 
#header {
	height: 112px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
	overflow: hidden;
	background-image: url(../images/bg/home_header.jpg);
	background-repeat: no-repeat;
} 
#header h1 {
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 70px;
	float: left;
	margin: 0px;
	padding-top: 22px;
	height: 95px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
#mainContent {
	height: 521px;
} 
#footer {
	background-image: url(../images/bg/home_footer.jpg);
	height: 178px;
	padding-left: 30px;
	background-position: top;
	background-repeat: no-repeat;
} 
#footer p {
	margin: 0;
	padding-right: 0;
	padding-left: 0px;
	color: #2C5874;
	font-size: 0.8em;
	padding-top: 110px;
}

#footer a {
	color: #2C5874;
	text-decoration: none;
	font-size: 1em;
	font-weight: normal;
}
#footer a:hover {
	color: #326788;
	text-decoration: underline;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*** Main Nav ***/


#main-nav {
	height: 64px;
	margin-top: 38px;
	margin-left: 339px;
}
*html #main-nav {
	height: 64px;
	margin-top: 40px;
	margin-left: 336px;
}
#main-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#main-nav li {
	float: left;
}
#main-nav li a {
	float: left;
	height: 0px !important;
	height /**/:64px; /* IE 5/Win hack */
	padding: 64px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	border-bottom: 0 none;
}
a img {
	border: 0 none;
	border-bottom: 0 none;
	
}

#main-nav li a:hover {
	background-position: 0 -64px;
}
#main-nav li#flavours, #main-nav li#flavours a {
	width: 130px;
	background-image: url(../images/nav/home_ourflavours.jpg);
}
#main-nav li#mixin, #main-nav li#mixin a {
	width: 101px;
	background-image: url(../images/nav/home_mixinitup.jpg);
}
#main-nav li#cocktail, #main-nav li#cocktail a {
	width: 126px;
	background-image: url(../images/nav/home_cocktaillist.jpg);
}
#main-nav li#about, #main-nav li#about a {
	width: 96px;
	background-image: url(../images/nav/home_aboutus.jpg);
}
#main-nav li#contact, #main-nav li#contact a {
	width: 111px;
	background-image: url(../images/nav/home_contactus.jpg);
}

body.flavours li#flavours,  body.flavours li#flavours a,  body.flavours li#flavours a:hover,  body.mixin li#mixin,  body.mixin li#mixin a,  body.mixin li#mixin a:hover,  body.cocktail li#cocktail,  body.cocktail li#cocktail a,  body.cocktail li#cocktail a:hover,  body.about li#about,  body.about li#about a,  body.about li#about a:hover,  body.contactli#contact,  body.contactli#contacta,  body.contactli#contacta:hover {
	background-position: 0 -64px;
}



/*** Login Nav ***/



ul#util_nav {
	float: right;
	list-style: none;
	height: 25px;
	margin-top: 0px;
}
ul#util_nav li {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
}


ul#util_nav a {
	font-size: 12px;
	text-decoration: none;
	color: #872b35;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul#util_nav a span {
	display: inline;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #872b35;
	margin-top: 0px;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 6px;
	height: 35px;
}
ul#util_nav a:hover {
}
ul#util_nav a:hover span {
	font-weight: bold;
	color: #FFF;
	background-color: #440000;
}
