@charset "utf-8";
/* CSS Document */
/*headers and text*/
body
{
/*	background-color: #38521b;*/
	margin-top:0px;
	background-image:url(graphics/back.jpg);
	background-repeat: no-repeat;
	background-position:top;
	padding-top:0px;
	background-color: #e6e6e6 ;
}

h1, h2, h3, p 
{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color:#000000;
	margin:0;
	
}

h2
{
	font-size:14px;
	line-height: 1.4;
}

p
{
	font-size:12.5px;
	color:#000000;
	font-weight:500;/*----------------------------------------------------------text coulor*/
}
	
a
{
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	text-decoration:none;
	color: #000/*-----------------------------------------------------------link colour*/
}

a:hover
{
	color: #997346
}/*-----------------------------------------------------------------link roll over colour*/

span
{
	display:none
}
/*navigation*/
#nav
{
	height:20px;
	padding-left:5px;
	padding-top:120px;
	color:#000;

}

#nav ul
{
	list-style-type:none;
	list-style:none;
	margin:0;
	padding:0;
	width:600px;
	height:20px;
}

#nav li
{
	float:left;
	color:#fff;	
	font-size:12px;
	margin:0;
	height:20px;
}

#nav a
{
	color: #000 
}

#nav :hover
{
	color: #fff
}

/*left bar*/
#left
{
	width:250px;
	float:left;
	background:#ffffff;
	padding:15px;
	height:850px;
	background-image:url(graphics/left_bar.jpg);
	background-repeat:no-repeat;
}

/*address*/
#address
{
	float:right;
	text-align:right;
	width:auto;
}

#address p
{
	color: #000;/*-----------------------------------------------------------address colour*/
	font-weight:700;	
	font-size:14px;
}

.nogap
{
	margin-top:0em
}
/*content wraps*/
#wrap_ser
{
	float:left;
	width:600px;
/*	background:#333  ;*//*------------------------------------------------------------back ground right servises*/
	min-height:800px;
	height:auto;
	background-image:url(graphics/back.jpg);
}

#wrap
{
/*	float:left;*/
/*	margin-left:10px;*/
	width:960px;
/*	background:#FFFFFF  ;*//*------------------------------------------------------------back ground right other*/
	padding:15px;
	padding-left:5px;
	padding-right:5px;
	min-height:800px;
	height:auto;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}
/*profile text*/
#profile
{
/*	clear:both;*/
	width:280px;
	height:600px;
	float:left;
	background-image: url(graphics/profile.jpg);
	background-repeat:no-repeat;
	padding:20px;
	padding-top:15px;

}

#location
{

	width:600px;
	height:200px;
	float:left;
	background-image: url(graphics/location.jpg);
	background-repeat:no-repeat;
	padding:20px;
	padding-top:15px;

}

#profile_moreinfo
{
	width:250px;
	font-family:  Arial, Helvetica, sans-serif;
/*	float:left;*/
	

}
/*coloured text background*/
.txt_colour_background/*----------------------------------------service headers background colour*/
{	

	padding-left:5px;
	margin-bottom:1.5em;
}

.txt_colour_background a:hover
{
/*color:#FFFFFF*/
}
/*contact text and subnit bar*/
#contact
{
	float:left;
	width:250px;
	clear:both;
	height:100px;
	padding-left:5px;
/*	background-color:#FFF;*/
}
/*services layout*/
#mid-enq 
{
	float:left;
	height:190px;
	width:250px;
/*	background-color:#FFF;*/
}

#mid-enq label 
{
	width:60px;
/*	display:block;*/
	float:left;
	font-family: Arial, Helvetica, sans-serif;	
	font-size:12.5px;
}

#mid-enq input 
{
	margin-bottom:4px;
	margin-top:4px;
	width:170px;
}

#mid-enq textarea 
{
	width:170px;
	height:100px;
	font:  Arial, Helvetica, sans-serif;
}

#mid-image 
{
	width:auto;
	height:auto;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
}	

.itemadvert
{
	background-image:url(graphics/home_item.jpg);
	background-repeat:no-repeat;
}

.itemphoto
{
	padding:3px;
}
/*google map directions*/
#dsform
{
/*		background-color:#FFF;*/
}



#right-google 
{
	width:600px;
	height:400px;
	margin:12.5px;
	}
	#map_back
	{
	height:426px;
	width:625px;



	float:left;
	

/*	background-color:#333;*/
	background-image: url(graphics/map_back.jpg);
	background-repeat:no-repeat;
	background-position:center;




}
/*text wraps*/
#content
{
	margin-left:auto;
	margin-right:auto;
	height:800px;
	width:600px;
	margin-top:0px;
	padding-top:0px;
	/*padding:25px;*/
	

}
/*spacing for logo on left bar*/
#logo
{
	height:100px;
	width:250px;
	background-image:url(graphics/logo.gif);
	background-repeat:no-repeat;
	float:left;
}
/*services images and text*/
#services
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

.itemadvert 
{
	position:relative;
	float:left;
	width:165px;
	height:155px;
	margin-bottom:10px;
	padding:10px;
	margin-right:3px;
	font-family:  Arial, Helvetica, sans-serif;
}



.itemphoto 
{
	position:absolute;
	top:40px;
	left:10px;
	width:160px;
/*	border:#333;*/ /*---------------------------------------------------------------------item border colour*/
/*	border-style:solid;
	border-width:2px;*/
	height:120px;
	margin-top:5px;
	text-align:center;
/*	background-color:#333;*/
}

.itemtitle 
{
	width:159px;
	font-weight:700;	
	font-size:12.5px;
	_margin-right:10px;
	text-align:left;
	font-family:  Arial, Helvetica, sans-serif;
/*	background-color: #333;*//*--------------------------------------------------------------item title background colour*/
	padding-left:5px;
}

.itemprice 
{
	font-weight:700;
	width:159px;
	font-size:12.5px;
	text-align:left;
	font-family:  Arial, Helvetica, sans-serif;
/*	background-color: #333;*//*--------------------------------------------------------------item price background colour*/
	padding-left:5px;
	padding-bottom:3px;
/*	color:#333;---------------------------------------------------------------------------uncomment if no price*/

}

.itembriefdescription
{
	width:490px;
	height:125px;
	font-size:12.5px;
	float:right;
	margin-right:10px;
	border-left:5px;
	display:none;
}

.itemmoreinfo 
{
	color:#ffffff;
}

.itemmoreinfo a 
{
	color:  #ffffff;
	text-decoration:none;
	width:90px;
	position:absolute;
	top:21px;
	left:95px;
	display:block;
	height:18px;
	text-align:center;
	padding-top:3px;	
	font-size:12.5px;
}

.itemmore a:hover 
{
	color: #ffffff;
}
/*footer*/
#footer_asp
{
	font-size:11px;
	float:right;
/*	padding-right:10px;
	margin-left:30px;*/
/*	background-color:#333;*/
}

#footer_asp a:hover
{
	color:#997346/*--------------------------------------footer rollover colour*/
}
/*directions and post code*/
#find_us
{
	width:290px;
	height:170px;
	float:left;
	
}

#find_us_home
{

	margin-top:360px;
	float:left;
	width:300px;
	padding-left:30px;
}


#txtPostcodeA
{
	width:50px;
	margin-top:25px;
}

#txtPostcodeB
{
	width:50px;
		margin-top:25px;
}

#btnShowDirections
{
	
	
	}
	

/*main image bellow nav*/
#top
{
	width:930px;
	height:135px;
	padding-left:10px;
	padding-right:10px;
	margin-top:0px;
	padding-top:0;
	margin-left:auto;
	margin-right:auto;
}

#top p
{
	color: #999; 
	text-align:right; 
	padding:5px;
	width:300px;
	float:right;
	margin-top:5px;
}

/*images and tumb on more info*/

#right_view
{	
	float:left;
	margin-left:10px;
	width:275px;
}

#left_view
{
	float:left;

}

#view-photos 
{
	width:280px;
	height:400px;
	float:left;


}
#view-right 
{
	width:270px;
	float:left;
}

#view-thumb-wrap 
{
	width:280px;
	float:left;
}

.view-thumb 
{
	width:90px;
	height:67px;
	float:left;
/*	margin-left:10px;
	margin-right:5px;
	margin-bottom:2px;*/
/*	margin:2.5px;*/
	padding:1px;
/*	background-color:#333;
	color:#000;*/
/*	padding-bottom:4px;
	padding-left:4px;*/
}

.view-large 
{
	width:270px;
	height:205px;
/*	float:left;*/
	/*	margin-right:1px;
	margin-left:2px;
	margin-top:40px;*/
	/*border:1px solid #000000;*/
}

.view-en 
{
	width:270px;
	height:25px;
	text-align: right;
	background-color:#266f1e;
	color:#000000;
/*	float:left;*/
	margin-left:2px;
	font-size:12px;
	padding-top:5px;
}

.view-en a
{
	color:#000000;
	width:257.5px;
	height:20px;
	text-align:right;
	padding-right:2px;
	padding-top:2px;
	background-color:#266f1e;
/*	color:#000000;
	float:left;*/
}


.view-en a:hover
{
	color:#ffffff;
}


.view-title 
{
	width:270px;
	height:28px;
	padding-top:10px;
	/*float:left;*/
	margin-right:1px;
	margin-left:2px;
	margin-bottom:2px;
	background-color:#266f1e;
	color:#000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	padding-bottom:5px;
}
/*profile text on index*/
#profiletext1, #profiletext2 
{
	width:290px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;

}

#profiletext2 
{
	margin-left:10px;
}

#main_image
{
	margin-top:0px;
	height:426px;
	width:635px;
	background-image: url(graphics/main-image.jpg);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
}

#home_item
{
	float:left;
	width:640px;
	height:185px;
	background-image:url(graphics/next.jpg);
	background-position:right;
	background-repeat: no-repeat;
	z-index:1
	
	
}

#homeitem .itemadvert 
{
	position:relative;
	float:left;
	width:160px;
	height:155px;
	margin-bottom:10px;
	padding:10px;
	margin-right:50px;
	font-family:  Arial, Helvetica, sans-serif;
}

#address-right
{
	float:left;}
	
#directions{float:left;margin-top:360px; }

#directions_loc{float:left;margin-top:5px; }
