/****************************************/
/* Title: Full movement method 			*/
/* Created by: Will Bentley				*/
/* Website: www.will-bentley.co.uk		*/
/* Date: 28/02/09						*/
/****************************************/

/* Website Colours
grey = 606060
orange = #ddaa33;
Top, Right, Bottom, LEft
 End website colours */
 /***** START Normalise CSS Rules *****/

body,A,img,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,label,select,textarea,p,blockquote,th,td
{ 
	padding: 	0px 0px 0px 0px;
	margin:		0px 0px 0px 0px;
}
img,fieldset
{
	border:none;
}
/***** END Normalise CSS Rules *****/
body 
 {
	background: #ffffff;
	background-repeat: repeat;
	 font-size:1.0em;
	 font-family: "Arial";
 } 
.frontmain {
	margin: 0px 0px 0px 200px;	
	width: 930px;
} 
.main {
	margin: 0px 0px 0px 200px;	
	width:830px;
} 
.TopBar {
margin: 0px 0px 30px 0px;	
}
.LeftBar {
	width: 220px;
	float: left;
	clear:left;
}
.LeftBar img {
	width: 170px;
	display: block;
}
.ContentText {
	width: 600px;
	float: left;
}
.ContentText h1 {
	margin: 30px 0px 30px 0px;
	color: #606060;
	font-size: 2.0em;
	letter-spacing: 0.3em;
}
.ContentText h3 {
	margin: 0px 0px 4px 0px;
	color: #606060;
	font-family: "Times New Roman";
	font-size: 0.9em;
}
.ContentText p {	
	font-family: "Arial";	
	font-size:0.7em;
	padding: 0px 0px 10px 0px;
}
.ContentText span {	
	font-family: "Times New Roman";	
	font-style: italic;
	color: #ff4444;
	font-size:1.4em;
}
.ContentText ul {	
	margin: 0;
	padding: 10px 0px 0px 10px;
	list-style: disc;
	font-size: 0.7em;
}
.BottomMenu {
	float:left;	
}
.BottomMenu hr {
	color:#909090;
	width:890px;
	float:left;
	display: block;
}
.BottomMenu A{
	font-size: 0.7em;
	color: #ddaa33;
}
.BottomMenu A:visited{
	font-size: 0.7em;
	color: #606060;
}
.flashBox {	
	float: left;
	width: 490px;
}
.menuBox {
	width: 150px;
	float :left;
}
.Link {	
	padding: 4px 15px;
	margin: 20px;
	border: 1px solid #000000;
	width: 130px;
	text-align: center;
}
.Link A {	
	color: #606060;	
	text-decoration: none;
}
.Link A:hover {	
	color: #ffffff;	
	text-decoration: none;
}
#extrasBox {
	margin: 0px auto 0px auto;	
	height:200px;
	width:200px;
	font-size: 0.6em;	
	float:right;
	border: dashed 1px #ddaa33;
	background: #ffeecc;
	font-size: 1.0em;
	font-family: "Times New Roman";
	overflow: auto;
}
#extrasBox ul {
	list-style: none;
}
#extrasBox span {
	margin: 0px auto 0px auto;	
	font-style:italic; 
	font-size: 1.1em;
	
}
#extrasBox A{
	font-size: 0.9em;
	color: #000000;
	text-decoration: none;
}
#extrasBox A:hover{
	font-size: 0.9em;
	color: #000000;
	text-decoration: underline;
}
#LocCity {
	float: left;
	width: 140px;
	height: 270px;
	font-size: 0.8em;
border-bottom-style: solid; 
border-bottom-color: #606060; 
border-bottom-width: 1px;

}
#LocAddr {
	float: left;
	width: 200px;
	height: 270px;
	font-size: 0.7em;
	border-bottom-style: solid; 
border-bottom-color: #606060; 
border-bottom-width: 1px;
}
#LocAddr A {
	font-size: 0.8em;
	color: #ddaa33;
}
#LocSpec {
	float: left;
	width: 170px;
	height: 270px;
	font-size: 0.7em;
	border-bottom-style: solid; 
border-bottom-color: #606060; 
border-bottom-width: 1px;
}
