
body {
    font-family: arial, helvetica, sans serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: small;
	color: #fff;/*grey*/
	background-color: #000;/*blue*/
	line-height: 150%;
}


#wrapper {
	position: relative;
	width: 750px;
	margin: auto;
}

/*////////////////////////////
	HEADER AREA
////////////////////////////*/

#headerwrapper {
	width: 750px;
	margin: 0px 0px 0px 0px;
}

#header1 {
	height: 45px;
	font-size: 90%;
	padding: 20px 10px 0px 0px;
	background-image:  url(images/top_logo.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align: right;
}
#header1 a, #header1 a:hover, #header1 a:visited{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
	



#menuwrapper {
	height: 175px;
	padding: 10px 10px 0px 0px;
	background-image:  url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #333;
	text-align: right;
}

#menuwrapper a, #menuwrapper a:hover, #menuwrapper a:visited{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
	
.shopmenuitem {
	width: 130px;
	float: right;
	margin-left: 10px;
	text-align: center;
	font-size: small;
}

/*////////////////////////////
	CONTENT
////////////////////////////*/

#content{
	padding: 0px 0px 0px 0px;
	background-color: #333;
	text-align: left;
	width: 750px;
	color: #fff;
	min-height: 300px;
	max-height: auto;
	float: left;
}
			
* html #content { height: 300px;}
						
.innercontent{
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 20px 10px;
	float: left;
}		
		
/*////////////////////////////
	FOOTER & COPYRIGHT
////////////////////////////*/
#footerwrapper {
	width: 750px;
	height: 85px;
	background-color: #333;
	background-image:  url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;
}
		
#copyright {
	font-family: arial, helvetica, sans serif;
	font-size: 90%;
	text-align: right;
	padding: 55px 100px 0px 0px;
}

#copyright a, #copyright a:hover, #footer1 a:visited{
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}
										

/*////////////////////////////
	HEADINGS
////////////////////////////*/

h1{
	font-family: arial, helvetica, sans serif;
	color: #FEB905;/*orange*/
	font-size: medium;
	font-weight: bold;
}


h2{
	font-family: arial, helvetica, sans serif;
	color: #FEB905;/*orange*/
	font-size: small;
	font-weight: bold;
}  

h3{
	font-family: arial, helvetica, sans serif;
	color: #fff;/*fff*/
	font-size: small;
	font-weight: bold;
}  
  

/*////////////////////////////
	LINKS
////////////////////////////*/
a{
	color: #FEB905; /*blue */
	text-decoration: underline;
}

a:visited{
    color: #FEB905; /* blue */
	text-decoration: underline;
}

a:hover{
    color: #FEB905;  /* grey */
	text-decoration: none;
}

/*////////////////////////////
	HOMEPAGE
////////////////////////////*/

#hometext{
	width: 210px;
	float: right;
}


#homephoto{
	width: 467px;
	float: left;
}

/*////////////////////////////
	CONTACT US
////////////////////////////*/

#contactform{
	width: 270px;
	float: right;
}


#contactmap{
	width: 427px;
	float: left;
}

label.enquiry
{
	width: 160px;
	float: left;
}

#map
{
	width: 415px;
	height: 340px;
}

/*////////////////////////////
	OTHER
////////////////////////////*/


img{ 
	border: none;
}


.right{
	margin-left: 10px;
	float: right;
}

.left{
	margin-right: 20px;
	float: left;
}

ul
{
	list-style-type: image;
	list-style-image:  url(images/bulletpoint.gif);
}

.orange{
	color: #FEB905;
}




.orangebold{
	color: #FEB905;
	font-weight: bold;
}

.orangetable{
	border: 1px solid #FEB905;
	background-image:  url(images/faded_black.gif);
	background-repeat: repeat-x;
	background-position: bottom left;

}


.white{
	color: #fff;
}


.largeheading{
	font-size: medium;
	font-weight: bold;
	color: #FEB905;

}

.width460{
	width: 460px;
}


.xlarge{
	font-weight: bold;
	font-size: xx-large;
	color: #FEB905;
}

.blackbutton{
	background-color: #000;
	font-color: #fff;
	font-weight: bold;
	border: 2px solid  #FEB905;
	color: #fff;
}

/*////////////////////////////
	BASKET
////////////////////////////*/

.basket
{
	border: 1px solid  #FEB905;/* orange */
}

.basketheader td
{
	background-color:  #FEB905;/* orange */
	color: #333;
	font-weight: bold;
	text-align: left;
	padding: 3px;
}

.basketcell td
{
	border: 1px solid  #FEB905;/* orange */
	padding: 3px;
}

.totals
{
	border: 1px solid  #FEB905;/* orange */
	border-collapse: collapse;
}

.totals th
{
	background-color:  #FEB905;/* orange */
	color: #333;
	font-weight: bold;
	text-align: left;
	padding: 3px;
}

.totals td
{
	border: 1px solid #FEB905;/* orange */
	padding: 3px;
	padding-left: 10px;
	text-align: right;
}