@charset "utf-8";
/* CSS Document */

html, body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
body{
	background-color:#51a0df;
	background-image:url(../images/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
p{
	line-height:18px;
}
div{
	position:relative;
	z-index:1;
}
img{
	display:block;
	border:0px;
}
a{
}
a:hover{
}
h1{
	color:#08770b;
	font-size:18px;
}
.clear{
	clear:both;
}
div#wrapper{
	width:954px;
	height:100%;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
}
html>body #wrapper{
	height:auto;
}
div.container{
	width:954px;
	height:auto!important;
	height:710px;
	min-height:710px;
}
div.site-container{
	position:absolute;
	width:954px;
	height:710px;
	bottom:0px;
}
.logo{
	position:absolute;
	z-index:2;
	top:3px;
	left:20px;
}
div.nav{
	height:30px;
	float:right;
	padding-top:59px;
	padding-right:30px;
}
div.nav div{
	height:30px;
	background-position:bottom;
	overflow:hidden;
	float:left;
}
div.nav div a{
	display:block;
	height:30px;
	background-position:top;
	overflow:hidden;
}
div.nav div a:hover, a.over{
	background-image:none;
}
div.nav1, div.nav1 a{
	width:95px;
	background-image:url(../images/nav_01.gif);
}
div.nav2, div.nav2 a{
	width:151px;
	background-image:url(../images/nav_02.gif);
}
div.nav3, div.nav3 a{
	width:132px;
	background-image:url(../images/nav_03.gif);
}
div.box{
	width:924px;
	height:auto!important;
	height:599px;
	min-height:599px;
	padding:0px 0px 0px 30px;
	background-image:url(../images/box-bg.png);
	background-repeat:repeat-y;
}
div.top-box{
	width:954px;
	height:111px;
	background-image:url(../images/box-top.png);
	background-repeat:no-repeat;
}
div.image-left{
	width:347px;
	height:432px;
	float:left;
}
div.home-right{
	width:552px;
	height:432px;
	background-image:url(../images/homepage-right.jpg);
	float:left;
	background-repeat:no-repeat;
}
div.news-right{
	width:502px;
	height:362px;
	background-image:url(../images/news-right.jpg);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
	padding-top:70px;
	padding-left:50px;
}
div.contact-right{
	width:502px;
	height:362px;
	background-image:url(../images/contact-right.jpg);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
	padding-top:70px;
	padding-left:50px;
}
div.contact-content{
	width:482px;
	height:360px;
}
div.news-content{
	width:482px;
	height:320px;
	overflow:auto;
}
div.news-content h1{
	font-size:14px;

	margin:0px;
	padding:0px;
}
div.news-content p{
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	padding-top:5px;
}
div.home-right-top{
	width:540px;
	height:248px;
	padding-left:12px;
	padding-top:12px;
}
div.home-right-bottom{
	width:502px;
	height:255px;
	padding-left:50px;
}
div.home-right-bottom p{
	font-weight:bold;
}
div.stockists{
	width:240px;
	float:left;
}
div.signup{
	width:295px;
	padding-left:5px;
	float:left;
}
div.stockists-bg1{
	width:240px;
	height:176px;
	background-image:url(../images/stockists-bg.gif);
}
div.stockists-bg{
	width:233px;
	height:166px;
	overflow:scroll;
	overflow-x:hidden;
	padding-top:5px;
	padding-left:7px;
	padding-bottom:5px;
}
div.stockists-padding{
	width:210px;
	height:5px;
	background-color:#08770b;
	position:absolute;
	bottom:0px;
	z-index:5;
	left:7px;
}
div#footer{
	position:relative;
	z-index:10;
	width:100%;
	min-width:1350px;
	height:210px;
	margin-top:-210px;
	background-image:url(../images/grass.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
theiframe div{
	height:193px;
}
.odd{
	padding:10px;
	width:430px;
}
.even{
	 background-color:#ebebeb;
	 padding:10px;
	 width:430px;
	 margin-bottom:10px;
	 margin-top:10px;
}
.dashed-line{
	margin-bottom:0px;
	border-top:1px #666666 dashed;
	width:450px;
}
div.contact-detail{
	width:193px;
	height:79px;
	float:left;
	margin-left:17px;
	margin-top:10px;
	margin-bottom:1px;
	padding:7px;
	padding-top:14px;
	padding-left:15px;
	background-image:url(../images/contact-bg.gif);
	color:#f3eac1;
	font-size:14px;
}
div.contact-detail a{
	color:#FFFFFF;
}
img.flower{
	position:absolute;
	bottom:0px;
	right:20px;
	z-index:11;
}
/*Signup form*/
div.signup div{
	
	
}
div.signup label{
	display:block;
	font-size:11px;
	font-weight:bold;
	margin-top:10px;
}
div.signup input{
	display:block;
}
div.signup input.textinput{
	width:200px;
}
div.signup input.submit{
	background-color:#000000;
	border:0px;
	color:#ffffff;
	font-size:11px;
	cursor:pointer;
	margin:10px 0px 0px 0px;
}
div.signup input.submit:hover{
	background-color:#666;
}
