@charset "utf-8";
/* CSS Document */
@import 'default.css';
@import 'fonts.css';
@import 'nav.css';
@import 'pages.css';
@import 'jquery.simplyscroll-1.0.4.css';

ul#bottles li{
	opacity:0;
}

ul#bottles li.active{
	opacity:1;
	display:block;
}

html, body{
	background:#faf5ee;
	width:100%;
	height:100%;
}

.container{
	width:960px;
	margin:0px auto;
	overflow:hidden;
}

#header{
	height:180px;
	padding:20px 0 0;
	width:100%;
	position:relative;
}
#comeOnEngland{
	left:700px;
	top:10px;
	position:absolute;
}
#logo, #logo span{
	text-align:center;
	float:left;
	width:149px;
	height:111px;
	padding-top:50px;
	font-size:2em;
	background:url(/img/logo_mr_singhs.png) left top no-repeat;
}
#logo span{
	height:161px;
}

#footer{
	margin:10px 0 20px;
}

#contentWindow{
	background:#FFF url(/img/content_middle.png) left top repeat-y;
	width:960px;
	overflow:visible;
	position:relative;
}
#contentWindow #top{
	background:url(/img/content_top.png) left top no-repeat;
	width:960px;
	height:75px;
	clear:both;
	padding-top:22px;
}
#contentWindow #bottom{
	background:url(/img/content_bottom.png) left bottom no-repeat;
	width:960px;
	height:15px;	
	clear:both;
}

#contentWindow .half{
	float:left;
	width:420px;
	padding:20px;
	margin-left:20px;
	position:relative;
}
