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

img{
	border:none;
}

body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
}

a{
	outline:none;
}

#wrapper{
	position:relative;
	margin:0px auto;
	width:760px;
	overflow:hidden;
}

#header{
	margin:0px auto;
	margin-bottom:0px;
	background:url(../images/layout/header.jpg) no-repeat;
	height:223px;
	width:760px;
}

#mainNav{
	position:absolute;
	top:0px;
	left:200px;
}

#logo{
	background:url(../images/layout/logo.jpg) no-repeat;
	height:0px;
	width:200px;
	padding:120px 0 0 0;
	overflow:hidden;
	margin-left:12px;
}

#content{
	position:relative;
	background:url(../images/layout/content_bg.jpg) no-repeat;
	margin-left:39px;
	margin-top:-10px;
	width:500px;
	padding:15px 5px 25px 25px;
	float:left;
}

#footer{
	margin:0px auto;
	background:url(../images/layout/footer.jpg) no-repeat;
	height:60px;
	width:760px;
	
	position:relative;
}
.footertext{
	float:right;
	width:760px;
	text-align:center;
	margin:18px 0 0 0;
}

#catMenu{
	position:relative;
	top:-80px;
	left:24px;
	margin-bottom: -1000px;
	padding-bottom: 1000px;
	width:181px;
	float:left;
	background:#e6f0d6;
	overflow:auto;
}



#search{
	position:absolute;
	width:200px;
	top:90px;
	left:250px;
}

/* FORMATTING */

ul{
	margin:0px;
	padding:0px;
}

li{
	margin:0px 0px 10px 0px;
	padding:0px;
}

/* CATAGORY MENU */
#catMenu ul{
	position:relative;
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px;
}

#catMenu ul li{
	font-size:1.2em;
	margin:0px 0px 0px 0px;
}

*html #catMenu ul li{
	font-size:1.2em;
	margin:0px 0px 0px 0px;
	line-height:0.5em;
	padding:0;
}

#catMenu a{
	display:block;
	padding:6px 0px 6px 15px;
	color:black;
	text-decoration:none;
}

#catMenu a:hover, a.catSelected{
	background:#bbef22;
	text-decoration:none;
}

h1.catBrowse{
	display:block;
	background:url(../images/layout/cat_browse.jpg) no-repeat;
	height:0px;
	width:181px;
	padding:36px 0 0 0;
	overflow:hidden;
}

/* NAVIGATION */
ul.nav{
	list-style:none;
	padding:0px;
	margin:0px 0px 0px 40px;
}
ul.nav li{
	margin:0px;
	float:left;
}
.navHome{
	display:block;
	float:left;
	background:url(../images/layout/home.jpg) no-repeat;
	width:65px;
	height:0px;
	padding:54px 0 0 0;
	overflow:hidden;
}

.navHome:hover, .homeSelected{
	display:block;
	float:left;
	background:url(../images/layout/home_over.jpg) no-repeat;
	width:65px;
	height:0px;
	padding:54px 0 0 0;
	overflow:hidden;
}

.navNewproducts{
	display:block;
	float:left;
	background:url(../images/layout/newproducts.jpg) no-repeat;
	width:140px;
	height:0px;
	padding:54px 0 0 0;
	overflow:hidden;
}

.navNewproducts:hover, .newproductsSelected{
	display:block;
	float:left;
	background:url(../images/layout/newproducts_over.jpg) no-repeat;
	width:140px;
	height:0px;
	padding:54px 0 0 0;
	overflow:hidden;
}

.navCatalogue{
	display:block;
	float:left;
	background:url(../images/layout/catalogue.jpg) no-repeat;
	width:105px;
	height:0px;
	padding:54px 0 0 0;
	overflow:hidden;
}

.navCatalogue:hover, .catalogueSelected{
	display:block;
	float:left;
	background:url(../images/layout/catalogue_over.jpg) no-repeat;
	width:105px;
	height:0px;
	padding:54px 0 0 0;
	overflow:hidden;
}

.navNews{
	display:block;
	float:left;
	background:url(../images/layout/news.jpg) no-repeat;
	width:70px;
	height:0px;
	padding:54px 0 0 0;
	overflow:hidden;
}

.navNews:hover, .newsSelected{
	display:block;
	float:left;
	background:url(../images/layout/news_over.jpg) no-repeat;
	width:70px;
	height:0px;
	padding:54px 0 0 0;
	overflow:hidden;
}

.navContact{
	display:block;
	float:left;
	background:url(../images/layout/contact.jpg) no-repeat;
	width:100px;
	height:0px;
	padding:54px 0 0 0;
	overflow:hidden;
}

.navContact:hover, .contactSelected{
	display:block;
	float:left;
	background:url(../images/layout/contact_over.jpg) no-repeat;
	width:100px;
	height:0px;
	padding:54px 0 0 0;
	overflow:hidden;
}

/* CATAGORY */

.catItem img{
	float:left;
}

.catItem p{
	margin-left:100px;
}

hr{
	clear:both;
	border:none;
	border-bottom:1px dotted #333;
	margin:0px 0px 15px 0px;
}

/* ITEMS */

#itemContainer{
	margin:20px 0 0 0;
}

.itemImages{
	float:left;
	width:190px;
	text-align:center;
}

.itemImages img{
	margin:0 6px 6px 0;
}

.itemDetails{
	float:left;
	width:290px;
	margin-left:10px;
}

.itemImages a{
	position:relative;
	overflow:auto;
	float:left;
}

.zoomImage{
	position:absolute;
	display:block;
	height:16px;
	width:16px;
	right:0px;
	bottom:0px;
	background:url(../images/layout/zoom_icon.gif) no-repeat;
}

.enquire{
	display:block;
	padding:3px 0 0 40px;
	margin:4px 0px 2px 0px;
	background:url(../images/layout/mail_icon.jpg) no-repeat;
	height:30px;
	font-size:1.3em;
	text-decoration:none;
}

.pdf{
	display:block;
	padding:6px 0 0 40px;
	margin:2px 0px 4px 0px;
	background:url(../images/layout/pdf_icon.jpg) no-repeat;
	height:30px;
	font-size:1.3em;
	text-decoration:none;
}

.pdf:hover, .enquire:hover{
	text-decoration:underline;
}



/* FORMS */

fieldset{
	border:none;
	padding:0px;
	margin:5px 0 5px 0;
}

label{
	float:left;
	width:100px;
	font-size:1.1em;
	font-weight:bold;
}

input{
	border:none;
	width:250px;
	border:1px solid #999;
}

textarea{
	border:none;
	width:250px;
	height:100px;
	border:1px solid #999;
}



.searchField{
	width:120px;
	border:1px solid #666;
	padding:2px;
	margin:0px 6px 0 0;
}

.goBtn{
	width:34px;
	height:23px;
	background:#a7d661;
	border:none;
	color:white;
	border:1px solid #7dbe4a;
	cursor:pointer;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.goBtn:hover{
	background:#7dbe4a;
	border:none;
}

.standardBtn{
	background:#a7d661;
	border:none;
	color:white;
	border:1px solid #7dbe4a;
	cursor:pointer;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	width:75px;
}

.standardBtn:hover{
	background:#7dbe4a;
	border:1px solid #7dbe4a;
}


.linkBtn{
	background:#a7d661;
	border:none;
	color:white;
	border:1px solid #7dbe4a;
	cursor:pointer;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding:2px;
	margin-top:3px;
	text-decoration:none;
}

.linkBtn:hover{
	background:#7dbe4a;
	border:1px solid #7dbe4a;
	text-decoration:none;
}

/* Backend CSS */
a.navadd
{
	width: 100%;
	height:70px;
	border:5px #FFFFFF solid;
	background:url("../images/layout/add.jpg") no-repeat bottom center;
	position:relative;
	float:left;
	margin:0;
	padding:0 0 0 0;
}
a:hover.navadd
{
	background:url("../images/layout/add_02.jpg") no-repeat bottom center;
	border:5px #FFFFFF solid;
}

a.navedit
{
	width: 100%;
	height:70px;
	border:5px #FFFFFF solid;
	background:url("../images/layout/edit.jpg") no-repeat bottom center;
	position:relative;
	float:left;
	margin:0;
	padding:0 0 0 0;
}
a:hover.navedit
{
	background:url("../images/layout/edit_02.jpg") no-repeat bottom center;
	border:5px #FFFFFF solid;
}

a.navdelete
{
	width: 100%;
	height:70px;
	border:5px #FFFFFF solid;
	background:url("../images/layout/delete.jpg") no-repeat bottom center;
	position:relative;
	float:left;
	margin:0;
	padding:0 0 0 0;
}
a:hover.navdelete
{
	background:url("../images/layout/delete_02.jpg") no-repeat bottom center;
	border:5px #FFFFFF solid;
}

.overclass { background-color:#CCCCCC; cursor:hand; cursor:pointer; }
.outclass { background-color:#D4D0C8; }
.error {color: #FF0000; font-weight: bold;}

.textInput{
	width:120px;
	border:1px solid #666;
	padding:2px;
	margin:0px 6px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
}

.buttonStyle{
	width:auto;
	height:23px;
	background:#a7d661;
	border:none;
	color:white;
	border:1px solid #7dbe4a;
	cursor:pointer;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.buttonStyle:hover{
	background:#7dbe4a;
	border:none;
}

#vertical_slide{
	background: #a7d661;
	padding: 10px;
	border: 5px solid #7dbe4a;
	text-align: left;
}

/* CONTACT FORM / CART */

#contactContainer{
	width:380px;
	min-height:200px;
	margin:20px 0px 0px 0px;
	padding:10px 20px 10px 20px;
	background:#e6f0d6;
	float:left;
}

#contactcontainer2
{
	width:380px;
	min-height:200px;
	margin:20px 0px 0px 0px;
	padding:10px 20px 10px 20px;
	background:#e6f0d6;
	float:left;
}
