body {
	width:100%;
	height:100%; 
		min-height:100%;
	text-align:center;
	background: #f3f4f7 url(../img/bg.jpg) repeat-x fixed;
	font-family:arial, sans-serif; font-size:12px; color:#00061c;
}

#navy {
	color:#000;
	background:none;
	background-color: #00061c;
	}

.home{
	background: #00061c url(../img/bg.jpg) center repeat-x fixed;
}

#container {
	margin:0 auto;
	width:900px;
	text-align:left;
	height:540px;
}
#container #intro {
}
#container #contact {
	width:100%;
	height:100%;
	background: url(../img/bg_about.jpg) no-repeat;

}
#container #about {
	width:100%;
	background: url(../img/bg_contact.jpg) no-repeat;
	height:100%;
}
#container #stockists {
	width:100%;
	background: url(../img/bg_stockist.jpg) repeat-x;
	height:100%;
	text-align:left;
	
}
#container #conditions {
	width:100%;
	height:100%;
	background: url(../img/bg_terms.jpg) no-repeat;
}
#container #credit {
	background: url(../img/bg_credit.jpg) no-repeat;
	height:100%;
}
#container #credit .credit_content{
	float:right;
	width:400px;
	padding:50px;
}
.bgbox{
	float:left;
	width:100%;
}
#menu_wrapper {
	margin:0 auto;
	width:900px;
}
.light {
	background:url(../img/logo.jpg) no-repeat center 80px;
}
.dark {
	background:url(../img/logo_white.jpg) no-repeat center 80px;
}
#menu{
	margin:0 auto;
	text-align:center;
	width:85%;
	height:130px;
}
#maplink{
	padding-top:70px;
	float:left;
}
#content {
}
.terms{
	float:right;
	width:35%;
	display:block;
	overflow : auto;
	height:509px;
	color:#00061c;
	padding:0px;
text-align:justify;
scrollbar-face-color: #ccccc2; scrollbar-shadow-color: #ccccc2; scrollbar-highlight-color: #ccccc2; scrollbar-3dlight-color: #ccccc2; scrollbar-darkshadow-color: #ccccc2; scrollbar-track-color: #e9e9e2; scrollbar-arrow-color: #e9e9e2;
}
.terms img {}
.contactlist{
	padding-bottom:15px;
	width:210px;
}
.contactlist#other{
	width:200px;
}
.title{
	font-size:16px;
	font-weight:bold;
	line-height:50px;
}
.hiden{ position:fixed; top:-1000px;}
.clearfix{clear:both;}
