

body {
    font-family: arial, helvetica, sans serif;
	font-size: small;
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#wrapper {
	position: relative;
	width: 60em;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}


#pagecontainer {
	width: 60em;
	background-color: #fff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
}

/*////////////////////////////
	HEADER AREA
////////////////////////////*/

#header {
	width: 60em;
	height: 197px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#headerpic1{ /*banner pictures*/
	width: 60em;
	height: 135px;
	background-color: #fff;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#headerpic2{ /*banner pictures */
	width: 60em;
	height: 59px;
	background-color: #fff;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/*////////////////////////////
	SIDE MENU AREA
////////////////////////////*/

#menu{   /*main wrapper around side menu */
    font-family: arial, helvetica, sans serif;
	width: 15em;
	font-weight: bold;
	font-size: 90%;
	color: #fff;
	background-color: #fff;
	float: left;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}
           
.smallcorner{ /*wrapper for curved left corner on each menu item */
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
}

			
.menuwrapper{ /*go's around each side menu item */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 15em;
	float: left;
	height: auto;
	border-bottom: 2px solid #fff;
}
			
.menublue{ /*blue menu items background */
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	background-color: #0165B4;
	background-image:  url(images/menu_blue_corner.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
			
			
#menu2{ /*area wrapped around green menu items */
     margin: 3px 0px 0px 0px;
	 padding: 0px 0px 0px 0px;
}
			
.menudarkgreen{  /*dark green menu items background */
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	background-color: #009900;
	background-image:  url(images/menu_green_corner.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
			
			
.menulightgreen{  /*dark green menu items background */
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	background-color: #BFF0BF;/*#CAEADD;*/
	background-image:  url(images/menu_lightgreen_corner.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

/*////////////////////////////
	MENU ITEM LINK COLOURS
////////////////////////////*/
			
#menu2 a{
	color: #333; /*dark grey*/
	text-decoration: none;
}

#menu2 a:hover{
	color: #009900; /*dark green */
	text-decoration: none;
}
			
			
#menu1 a{
	color: #fff; /* white */
	text-decoration: none;
}

#menu1 a:hover{
	color: #E3E3E3; /* light grey */
	text-decoration: none;
}
			

/*////////////////////////////
	CONTENT AREA HEADING 1
////////////////////////////*/


#headingwrapper{
	font-family: arial, helvetica, sans serif;
	font-size: small;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	width: 45em;
	height: auto;
	float: right;
}


#headingarea1{
	font-family: arial, helvetica, sans serif;
	font-size: small;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #0165B4;
	background-image:  url(images/heading1_blue_corner.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 45em;
	float: left;
}


.heading1areatext{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	float: left;
}

.cornerheading{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 17px;
}

#headingbottom{
	background-image:  url(images/heading_strip.gif);
	background-repeat: repeat-x;
	background-position: top left;
	width: 45em;
	min-height: 26px;
	height: 26px;
	float: right;
}
			
			
/*////////////////////////////
	CONTENT AREA
////////////////////////////*/

#pagecontent{
	margin: 10px 0px 0px 45px;
	padding: 0px 0px 0px 0px;
	width: 60em;
	height: 100%;
}

#content{
	font-family: arial, helvetica, sans serif;
	font-size: small;
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	width: 45em;
	min-height: 400px;
	max-height: 100%;
	float: right;
	background-image:  url(images/content_line.gif);
	background-repeat: repeat-y;
	background-position: top left;
	border-right: 1px solid #0165B4;
}
			
		* html #content {
		height: 400px;
		}
			
			
.innercontent{
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 10px 15px;
	min-height: 400px;
	height: auto;
}
				
		*html .innercontent{
		height: 300px;
		padding: 10px 15px 10px 15px;
		}
		
/*////////////////////////////
	FOOTER & COPYRIGHT
////////////////////////////*/

#footerwrapper {
	width: 45em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	height: auto;
	float: right;
}

 #footer1 {
	width: 45em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 90px;
	text-align: left;
	 border-bottom: 8px solid #B3B3B3;
}
		
#footer2 {
	width: 45em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	height: 60px;
	background-color: #fff;
	background-image:  url(images/content_line.gif);
    background-repeat: repeat-y;
	background-position: top left;
}

#footerlogo{
   width: auto;
   height: auto;
   float: left;
   margin: 0px 10px 0px 0px;
   padding: 5px 0px 0px 15px;
}			
					
		.textfooter2 {
		font-family: arial, helvetica, sans serif;
		text-align: left;
		font-size: 80%;
		margin: 0px 0px 0px 0px;
		padding: 13px 15px 10px 15px;
		color: #333;
		}
					
#footer3 {
	width: 45em;
	min-height: 20px;
	background-color: #0165B4;
	color: #fff;
	text-align: center;
	padding: 5px 0px 5px 0px;
}
										

/*////////////////////////////
	HEADINGS
////////////////////////////*/

h1{
	font-family: arial, helvetica, sans serif;
	color: #fff;
	font-size: medium;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

h2{
	font-family: arial, helvetica, sans serif;
	color: #0165B4;
	font-size: small;
	font-weight: bold;
}

h3{
	font-family: arial, helvetica, sans serif;
	color: #333;
	font-size: small;
	font-weight: bold;
}

/*////////////////////////////
	LINKS
////////////////////////////*/

a{
	color: #E93436; /*red */
	text-decoration: underline;
}

a:visited{
    color: #E93436; /* red */
	text-decoration: underline;
}

a:hover{
    color: #E93436;  /* red */
	text-decoration: none;
}


/*////////////////////////////
	OTHER
////////////////////////////*/

img
{ 
	border: none;
}


.telephone{
  	color: #0165B4;
	font-size: small;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}


.right{
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
}

.left{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}


/*////////////////////////////
	HOMEPAGE
////////////////////////////*/


#productboxwrapper{
	width: 190px;
	min-height: 200px;
	height: 200px;
	float: right;
	padding: 0px 0px 0px 25px;
}

#productpictures{
    width: auto;
	height: 200px;
	float: left;
	margin: 0px 20px 0px 0px;
	text-align: center;
}

#producttext{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#picturecontainer{
	width: auto;
	height: auto;
	float: right;
}

/*////////////////////////////
	PRODUCT CONTAINER  RIGHT
////////////////////////////*/

.wrapperright
{
	width: 41em;
	min-height: 170px;
	max-height: auto;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #009900;
}

.titletext{
	width: 25em;
	height: auto;;
	padding-top: 10px;
	float: left;
}

.imageright{
	width: 14em;
	float: right;
	text-align: right;	
	}
	
.textright{
	width: 25em;
	float: left;
}

/*////////////////////////////
	PRODUCT CONTAINER  left
////////////////////////////*/


.wrapperleft
{
	width: 41em;
	min-height: 170px;
	max-height: auto;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #E93436;
}

.titletext2{
	width: 25em;
	height: auto;;
	padding-top: 10px;
	float: right;
}

.imageleft{
	width: 14em;
	float: left;
	text-align: left;	
	}
	
.textleft{
	width: 25em;
	float: right;

}

/*////////////////////////////
	PRODUCT CONTAINER  left
////////////////////////////*/

.redtable
{
	width: 41em;
	margin: 0px 0px 20px 0px;
	border: 1px solid #E93436;
}

.greentable
{
	width: 41em;
	margin: 0px 0px 20px 0px;
	border: 1px solid #009900;
}


/*////////////////////////////
	CONTACT PAGE
////////////////////////////*/

label.enquiry
{
	width: 10em;
	float: left;
	
}

.formback{
background-color: #EDF5FC;
border: 1px solid #0165B4;
}

.formbtn{
	background-color: #0165B4;
	color: #fff;
	font-weight: bold;
	border: 1px solid #0165B4;
}

.mapback{
	width: 41em;
	float: left;

}

.rightform{
	width: 20em;
	float: right;
	height: auto;

}


#contactdetails{
	width: 20em;
	float: left;
	height: auto;

}

#map{
	border: 1px solid #0165B4;

}


.bespokepics{
	width: 12em;
	float: right;
}


#latestnews{
	width: 230px;
	float: right;
	border: 2px solid #0165B4;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	font-style: italic;
	font-size: 90%;
}

#latestnews p{
	padding: 5px;
	margin: 0;
}

#latestnews h2{
	text-align: center;
	font-size: medium;
	padding: 10px 0px 0px 0px;
	margin: 0;
}

ul p {
	margin: 5px 0px 5px 0px;
	padding: 0;
}