
/*//////////////////////////////////  
		MAIN COLOURS 
		
		BLUE        #067BAC
		RED	        #F32901	
	
/////////////////////////////////*/


body {
    font-family: arial, helvetica, sans-serif;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: small;
	color: #666;/*grey*/
	background-color: #067BAC;/*blue*/
}


#wrapper {
	position: relative;
	width: 750px;
	margin: auto;
	background-color: #fff;
}

/*////////////////////////////
	HEADER AREA
////////////////////////////*/

#header {
	height: 160px;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	text-align: center;
	background-color: #fff;
}


.topsentence{
	text-align: center;
	font-weight: normal;
	height: 25px;
	color: #067BAC;
}

#logocontainer{
	margin: 7px 0px 0px 30px;
	width: auto;
	text-align: center;
	float: left;
}

.telephone{
	background-color:  #067BAC;
	color: #fff;
	font-weight: bold;
	width: auto;
	font-size: medium;
	padding: 2px 10px 0px 10px;
}

*html #logocontainer{
	margin: 15px 0px 0px 10px;
}

/*////////////////////////////
	MENU AREA
////////////////////////////*/

#menuwrapper{
	width: 400px;
	font-weight: bold;
	font-size: 90%;
	margin: 10px 0px 0px 0px;
	float: right;

}

.menucontainer{
	width: 96px;
	margin-left: 4px;
	float: right;
	background-color: #067BAC;
}

.menucontainer a{
	color: #fff; /* white */
	text-decoration: none;
}

.menucontainer a:hover{
	color: #fff; /* white */
	text-decoration: none;
}

.menucontainer a:visited{
    color: #fff; /* white */
	text-decoration: none;
}

.menucontainer p{
	padding: 3px 0px 3px 0px;
	margin: 0px;
}						

/*////////////////////////////
	CONTENT
////////////////////////////*/

#content{
	padding: 0px 0px 20px 0px;
	background-color: #fff;/*white*/
	text-align: left;
	width: 750px;
	min-height: 450px;
	max-height: 100%;
}
			
* html #content { height: 400px;}
						
.innercontent{
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	background-color: #fff;/*white*/
}

#homepagebox{
	width: 275px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #fff;/*white*/
}		
		
/*////////////////////////////
	FOOTER & COPYRIGHT
////////////////////////////*/
#footerwrapper {
	width: 750px;
	background-color: #fff;/*white*/
	height: auto;
	float: left;
}


		
#copyright {
	font-family: arial, helvetica, sans-serif;
	background-image: url(images/footer_strip.gif);
	background-repeat: repeat-x;
	background-position: top right;
	margin: 0px 15px 10px 15px;
	padding: 10px 0px 0px 0px;
	font-size: 85%;
	height: 30px;
	text-align: center;
}

/*////////////////////////////
	HEADINGS
////////////////////////////*/

h1{
	font-family: arial, helvetica, sans-serif;
	color: #067BAC;/*blue*/
	font-size: medium;
	font-weight: bold;
}


h2{
	font-family: arial, helvetica, sans-serif;
	color: #666;/*grey*/
	font-size: small;
	font-weight: bold;
}  

h3{
	font-family: arial, helvetica, sans-serif;
	color: #F32901;  /* red */
	font-size: small;
	font-weight: bold;
} 

 h4{
	font-family: arial, helvetica, sans-serif;
	color: #067BAC;  /* BLUE */
	font-size: small;
	font-weight: bold;
} 
 

/*////////////////////////////
	LINKS
////////////////////////////*/

a{
	color: #067BAC; /*blue */
	text-decoration: underline;
}

a:visited{
    color: #067BAC; /* blue */
	text-decoration: underline;
}

a:hover{
    color: #F32901;  /* red */
	text-decoration: none;
}

/*////////////////////////////
	OTHER
////////////////////////////*/


img{ 
	border: none;
}


.right{
	margin-left: 10px;
	float: right;
}

.left{
	margin-right: 10px;
	float: left;
}

ul{
	list-style-type: image;
	list-style-image:   url(images/bulletpoint.gif);
}

/*////////////////////////////
	HOME BOX WRAPPER
////////////////////////////*/

#homeboxwrapper{
	width: 395px;
	text-align: left;
	float: right;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

#openingtimes{
	background-image: url(images/opening_times.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 81px;
}

.openingtext{
	padding: 20px 10px 10px 110px;
	text-align: center;
	color: #fff;
}

/*////////////////////////////
	HOMEPAGE CONTENT BOX
////////////////////////////*/

.textstrip{
	width: 290px;
	float: left;
	margin: 0px 0px 0px 0px;

}

/*////////////////////////////
	GOOGLE MAP
////////////////////////////*/
.rightmap{
	margin-left: 10px;
	padding: 0px 0px 20px 0px;
	float: right;
	background-color: #067BAC; 
	text-align: center;
}

.address{
	padding: 0px 0px 0px 0px;
	color: #fff;
	text-align: center;
}


/*////////////////////////////
	SALES PICTURES STRIP
////////////////////////////*/

#photocontainer{
	width: 180px;
	float: right;
	margin: 0px 0px 10px 10px;

}
/*////////////////////////////
	OTHER
////////////////////////////*/

.blue{
	background-color: #067BAC;
	padding: 5px;
	width:  auto;
	color: #fff;
}

.red{
	background-color: #F32801;
	padding: 5px;
	width:  auto;
	color: #fff;

}

.red2{
	color: #F32801;

}

.border{
	border: 1px solid #067BAC;

}

.border2{
	border: 1px solid #067BAC;
	float: right;
}

