@charset "utf-8";
/* CSS Document */

/*  
Theme URL: http://www.taylor-engineering.co.uk
Description: Precision Engineers
Author: Skyte Media
Author URL: http://www.skytemedia.com

Copyright (c) Taylor Engineering Ltd.

*/

/* Generic
---------------------------------------------------------------------------------*/
body {
	padding: 0;
	margin: 20px 0;
	background-color: #EEE;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

ul {
	margin: 0;
	padding: 0;
	clear: left;
}

li {
	list-style-type: none;
	font-size: 14px;
}

/* Font and Typography
---------------------------------------------------------------------------------*/
h1 {
	padding: 10px;
	margin: 0;
	font-size: 20px;
	color: #333;
	font-weight: normal;
}

h2 {
	padding: 0 10px 10px 10px;
	margin: 0;
	
	font-style: italic;
	font-size: 13px;
}

p {
	padding: 0 10px 10px 10px;
	margin: 0;
	clear: both;
	font-size: 14px;
}

#header h1 {
	margin: 0;
	padding: 0;
}

/* Links
---------------------------------------------------------------------------------*/
a:link, a:active, a:visited {
	text-decoration: underline;
	color: #333;
}

a:hover {
	text-decoration: underline;	
	color: #888;
}

#links a, #menu li a, #footer a {
	color: #FFF;
	text-decoration: none;
}

#links a:hover, #menu li a:hover, #footer a:hover {
	color: #AAA;
	text-decoration: underline;
}

/* Layout
---------------------------------------------------------------------------------*/
#container {
	width: 835px;
	margin: 0 auto;
	background-color: #FFF;
}

#header {
	width: 805px;
	clear:left;
	background-color: #0164CA;
	padding: 15px 15px 15px 15px;
}

#logo {
	float: left;
}

#logo img {
	padding-top: 5px;
}

#links {
	float: right;
	color: #FFF;
	text-align: right;
}

#menu {
	width: 815px;
	clear:left;
	background-color: #333;
	padding: 0 20px 0 0;
}

#menu li{
	float: left;
	padding: 10px 20px;
	border-right: 1px dotted #FFF;
}

#menu li a, #menu li a:visited {
	
}

#menu li a:hover {

}

#content {
	width: 835px;
	clear: both;
	background: url(../img/bg_content.gif) repeat-y;
}

#content_left {
	width: 186px;
	float: left; 
	padding: 10px;
}

#content_right {
	float: right;
	width: 629px;
}

.right_1 {
	width: 329px;
	float: left;
}

.right_2 {
	width: 280px;
	float: right;
	padding-left: 19px;
	border-left: 1px solid #CCC;
}

#content_right ul{
	margin: 0 10px 10px 10px;
	padding: 0 20px;
}

#content_right li{
	list-style-type: circle;
}

.image_padding {
	padding: 10px;
}

#footer_links {
	width: 815px;
	padding: 10px;
	background-color: #999;
	clear: both;
	background-image: url(../img/bg_footer.jpg);
}

#footer_links a {
	width: 825px;
	height: 200px;
}

.box1, .box2, .box3, .box4 {
	width: 176px;
	
	float: left;
	padding: 110px 10px 10px 10px;
}

.box1 { background: #EEE url(../img/home1.jpg) no-repeat; margin-right: 10px;}
.box2 { background: #EEE url(../img/home2.jpg) no-repeat; margin-right: 10px;}
.box3 { background: #EEE url(../img/home3.jpg) no-repeat; margin-right: 10px;}
.box4 { background: #EEE url(../img/home4.jpg) no-repeat;}

#footer {
	width: 815px;
	clear:left;
	background-color: #333;
	padding: 10px;
	color: #FFF;
}

#footer_left {
	width: 75%;
	float: left;
}

#footer_left li {
	float: left;
	padding: 0 5px;
	font-size: 12px;
}

#footer_right {
	float: right;
}

.keywords {
	font-size: 10px;
}

/* Layout Homepage
---------------------------------------------------------------------------------*/
#home_image {
	position: relative;
	z-index: 19;
	width: 835px;
	clear:left;
	height: 400px;
}

/* Layout Sitemap
---------------------------------------------------------------------------------*/
#sitemap {
	margin: 0 10px 10px 10px;
}

/* Layout About
---------------------------------------------------------------------------------*/
#icons {
	margin: 0 0 20px 0;
	padding: 0;
}

#icons li {
	list-style-type: none;
	float: left;
	width: 220px;
	font-size: 14px;
	padding: 0 20px 0 40px;
	margin: 10px 0;
}

.img {background: url(../img/icon/img.gif) left center no-repeat;}
.time {background: url(../img/icon/time.jpg) left center no-repeat;}
.lightbulb {background: url(../img/icon/lightbulb.jpg) left center no-repeat;}
.award {background: url(../img/icon/award.jpg) left center no-repeat;}
.converse {background: url(../img/icon/converse.jpg) left center no-repeat;}
.quality {background: url(../img/icon/quality.jpg) left center no-repeat;}
.atom {background: url(../img/icon/atom.jpg) left center no-repeat;}
.plane {background: url(../img/icon/plane.jpg) left center no-repeat;}
.graph {background: url(../img/icon/graph.jpg) left center no-repeat;}
.star {background: url(../img/icon/star.jpg) left center no-repeat;}

/* Layout Machines
---------------------------------------------------------------------------------*/
#machines {
	margin: 0;
	padding: 0;
}

#machines li {
	list-style-type: none;
	float: left;
	padding: 10px;
	border: 1px solid #CCC;
	width: 230px;
	height: 40px;
	margin: 0 20px 20px 0;
}

/* 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 */