/**
  Theme Name: A&B eningeering
  Theme URI: http://www.white-hat-web-design.co.uk
  Author: White Hat Web Design
  Author URI: http://www.white-hat-web-design.co.uk
*/

body{
	text-align: center;
	font-family: arial,verdana,tahoma, sans-serif;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	color:#333;
	background-color:#666;
}

#container{
	width:866px;
	margin:0px auto 0px auto;
	text-align:center;
}

#top-nav{
	width:750px;
	height:95px;
	text-align:center;
	margin:0px auto 0px auto;
}

#top-nav li{
	height:100%;
	width:150px;
	display:block;
	float:left;
	background-repeat:repeat-x;
}

#top-nav li:hover{
	background-image:url('images/top-nav-background-hover-green.jpg');
}

#top-nav li a{
	margin:40px 0px 0px 0px;
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:1.3em;
}

#banner{
	width:100%;
	height:137px;
	background-color:#fff;
	background-image:url('images/container-top.jpg');
	background-position:top;
	background-repeat:no-repeat;
	font-size:12px;
}

#flashbanner{
	width:100%;
	height:230px;
	background-color:#ccc;
	clear:both;
	display:block;
}

#details-container{
	width:400px;
	display:block;
	float:right;
	text-align:right;
	line-height:150%;
	margin:30px 30px 0px 0px;
	font-weight:bold;
	font-size:1.2em;
}

#column-container{
	width:100%;
	background-image:url('images/container-bottom.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#fff;
	padding:0px 0px 20px 0px;
}

#right-column img{
	margin:0px auto 20px auto;
	text-align:left;
	display:block;
}

#column-container p{
	font-size:14px;
	line-height:150%;
	margin:0px 0px 20px 0px;
}

#left-column{
	width:550px;
	float:left;
	background-color:#fff;
	padding:50px 30px 0px 30px;
	text-align:left;
}

#right-column{
	width:225px;
	float:right;
	background-color:#fff;
	padding:50px 30px 0px 0px;
	text-align:left;
}

h2{
	color:#cc3333;
	font-size:30px;
	margin:0px 0px 20px 0px;
}

h3{
	color:#336699;
	font-size:20px;
	margin:0px 0px 12px 0px;
	line-height:130%;
}

#logo{
	float:left;
	margin:15px 0px 0px 66px;
}

#footer{
	color:#fff;
	font-size:11px;
	padding:10px 0px 0px 0px;
	width:100%;
	margin:0px 0px 20px 0px;
}

#footer a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

.hidden{
	display:none;
}

a{
	color:#0D77DF;
}
