@charset "utf-8";
/* CSS Document */

/*  
Theme URL: http://www.arrowsmithandson.co.uk
Description: Arrowsmith and Son
Author: Joshua Gutteridge (Skyte Media)
Author URL: http://www.skytemedia.com/

Copyright (c) Arrowsmith and Son

*/

/* Generic
---------------------------------------------------------------------------------*/

body {
	padding: 0;
	margin: 0;
	background-color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #111;
}

img {
	border: none;
}

/* Typography
---------------------------------------------------------------------------------*/
h1 {
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
}

h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

p {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5em;
}

.red {
	color: #FF0000;
}

/* Links
---------------------------------------------------------------------------------*/
a:link, a:visited {
	color: #333;
}

#header a, #footer a {
	color: #FFF;
}

a:hover {
	opacity: 0.8;
}

/* Layout
---------------------------------------------------------------------------------*/

#header_container {
	width: 100%;
	background-color: #000;
}

#header {
	width: 880px;
	margin: 0 auto;
}

#logo {
	float: left;
	margin: 20px 20px 20px 0;
	height: 100px;
}

#advert {
	float: right;
	color: #FFF;
	height: 95px;
	margin: 20px 0 20px 20px;
	padding: 5px 70px 0 0;
	background: url(../images/clock.jpg) right top no-repeat;
}

#container {
	width: 840px;
	margin: 0 auto;
	background-color:#EEEEEE;
	padding: 20px;
	clear: both;
}

#nav {
	width: 190px;
	float: left;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	list-style-type: none;
	margin-bottom: 10px;
}

#nav li a {
	width: 170px;
	text-align: right;
	display: block;
	padding: 5px 10px;
	font-style: italic;
	text-decoration: none;
	border: 1px solid #CCC;
}

#nav li a:hover {
	color: #000;
	border: 1px solid #333;
}

.icon1 {background: #FFF url(../images/icons/icon1.jpg) no-repeat;}
.icon2 {background: #FFF url(../images/icons/icon2.jpg) no-repeat;}
.icon3 {background: #FFF url(../images/icons/icon3.jpg) no-repeat;}
.icon4 {background: #FFF url(../images/icons/icon4.jpg) no-repeat;}
.icon5 {background: #FFF url(../images/icons/icon5.jpg) no-repeat;}

#content {
	width: 630px;
	float: right;
	padding: 0 0 20px 0;
}

#services {
	clear: both;
	width: 410px;
	background-color: #FFF;
	border: 1px solid #CCC;
	height: 212px;
	background: #FFF url(../images/car.jpg) left center no-repeat;
	padding: 20px 20px 20px 410px;
	position: relative;
}

#services ul {
	margin: 0;
	padding: 0;
	width: 200px;
}

#services li {
	list-style-type: none;
	padding: 0 0 5px 0;
}

#gallery {
	position: absolute;
	right: 20px;
	width: 215px;
}

#gallery img {
	padding: 3px;
	border: 1px solid #CCC;
	background-color: #EEE;
}

#footer {
	width: 840px;
	margin: 0 auto;
	padding: 20px;
	clear: both;
	color: #FFF;
	background: #000 url(../images/qualifications.jpg) right no-repeat;
}

/* Enquiry Form
---------------------------------------------------------------------------------*/
.float {
	float: left;
	padding-right: 20px;
}

.field, .textbox {
	border-top: 1px solid #AAA;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #AAA;
	padding: 5px;
	background-color: #FFF;
	font: 14px Arial, Helvetica, sans-serif
}

.field {
	width: 183px;
}

/* Clearfix
---------------------------------------------------------------------------------*/
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */