/* CSS Document */
/* Hand crafted by matt@adley.co.uk */

body {
	background-color: #FFF;
	background-attachment: fixed;
	background-image: url(images/HotTinRoofBCG.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px;
	margin: 0px;
	font-family:"Trebuchet MS",verdana,sans-serif;
	}


#body{
	/*border: 1px solid yellow;*/
	width:760px;
	margin:0px 0px 0px 0px;
	text-align: left;
	padding-top:25px
	}

#images{
	/*border: 1px dashed blue;*/
	width:220px;
	float: left;
	margin:0px;
	}	


	
#content{
	/*border: 1px dotted red;*/
	width: 460px;
	padding:0px 0px 0px 30px;
	margin-left:0px;
	font-size : 12px;
	float:left;
	}


#footer{
	width: 760px;
	color:silver;
	padding-top:10px;
	padding-left:90px;
	font-size:10px
	}
	
#footer A{
	text-decoration: none;
	color:silver;
	}
	
.tool{
	padding-left:5px;
	padding-right:5px;
	padding-bottom:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	border:1px solid #ccc;
	}
	
A.tool {
	color:white;
	background-color:#900;
	text-decoration:none;
	}

#submit,A:Hover.tool {
	color:#ccc;
	background-color:#900;
	border:1px solid Black;
	text-decoration:none	
	}
	
#reset{
	border:1px solid Green
	}
	
	
ul{
	margin-top:2px;
	margin-bottom:2px;
	}
p{
	margin-top:0px;
	margin-bottom:5px
	}

h2{
	font-size:14px;
	padding-bottom:3px;
	margin-bottom: 0px;
	}

h1{
	font-size:14px;
	padding-bottom:3px;
	margin-bottom: 0px;
	}

.pic {
	width:150px;
	text-align:justify;
	font-size:10px;
	border:0px;
	margin:0px;
	margin-left:90px
	}
	
.small {
	font-size:10px;
	color: gray
	}
	
	
.toolbar{
	margin-left:25px;
	font-size: 11px;
	}
	
.footNav{
	text-align:right;
	}
	
#Name,#Surname,#Company,#Email,#Telephone,#reset,#submit,#message,#newsletter{
	font-size:11px;
	border:1px solid #ccc;
	margin:1px;
	color:#333;
	font-family:"Trebuchet MS",verdana,sans-serif;
	}

#Name,#Surname,#Company,#Email,#Telephone,#reset{
	position:absolute;
	left:390px;
	}
#submit{
	position:absolute;
	left:450px;
	color:white;
	}
	
#message{
	width:100%;
	height:60px;
	}

A{
	text-decoration: none;
	}
	
A:Hover{
	background-color:#eee;
	text-decoration: underline;	
	}
