/*--------------- Body -----------------*/
	
body {
	font-family: georgia, times, serif;
	background-color: #E6eadd;
	line-height: 1.2em;
	margin: 0px;
}
	
/*--------------- Backgrounds -----------------*/

#background-repeat {
	background-image: url(images/bkgd.jpg);
	background-repeat: repeat-x;
	height: 900px;
}

#home-background {
	width: 1500px;
	background-image: url(images/index-bkgd.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}


#about-background {
	width: 1500px;
	background-image: url(images/about-bkgd.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#products-background {
	width: 1500px;
	background-image: url(images/products-bkgd.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#stockists-background {
	width: 1500px;
	background-image: url(images/stockists-bkgd.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#contacts-background {
	width: 1500px;
	background-image: url(images/contacts-bkgd.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#press-background {
	width: 1500px;
	background-image: url(images/press-bkgd.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#links-background {
	width: 1500px;
	background-image: url(images/links-bkgd.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}


/*--------------- Main -----------------*/

#main {
	width: 1024px;
	height: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: centre;
}


#content {
	width: 630px;
	height: 400px;
	padding: 250px 50px 0px 0px;
	margin-right :auto;
	margin-left: auto;
}



#pagetitle {
	width: 630px;
	float: left;
	clear: both;
}

#left {
	width: 340px;
	float: left;
}

#right {
	width: 340px;
	padding-left: 30px;
	float: left;
}

#products {
	height: 250px;
	width: 918px;
	position: absolute;
	margin-top: 80px;
	margin-left: 300px;
	left: 199px;
	top: 216px;
}

#boxes {
	height: 250px;
	width: 600px;
	position: absolute;
	margin-top: 30px;
	margin-left: 330px;
	left: 169px;
	top: 272px;
}

#leftsml {
	width: 230px;
	float: left;
	margin: 0px;
}

#prodsml {
	width: 170px;
	float: left;
	margin: 0px;
}

#rightsml {
	width: 230px;
	float: left;
	margin: 0px;
}

#address {
	width: 230px;
	float: left;
	margin: 0px;
}

#online {
	width: 530px;
	float: left;
	margin: 0px;
}

/*--------------- Text -----------------*/
		
p {
	font-size: 0.66em;
	line-height: 1.5em;
	color: black;
}


 h1 {
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #a6ae63;
}

.olive {
	font-weight: normal;
	color: #a6ae63;
}

 strong {
	font-weight: bold;
}

/* -------------- Text Links -------------- */

a:link {	
	color: #a6ae63;
	text-decoration: none;
}

a:visited {
	color: #a6ae63;
}



/* -------------- Navigation -------------- */

#navcontainer{
	margin-top: 25px;
	margin-left: -40px;
}

#navcontainer a,  navcontainer ul, #navcontainer li{
	list-style-type: none;
	font-size: 0.9em;
	display: inline;
	margin-right: 14px;
}


#navcontainer a:link, #navlist a:visited {
	color: black;
	text-decoration: none;
}



#active a:link, #active a:visited, #active a:hover {
	color: red;
}

a:hover {
	color: #47773e;
}


/* -------------- Images -------------- */

a img { 
	border: 0px;
	padding: 0px; 
	margin: 0px;
}
