@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: justify;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	text-align: left;	
}
h1 {
	font-family: 'Maven Pro', Arial;
	font-size: 22px;
	color: #fff;
	margin: 0 30px 10px;
}
h2 {
	font-family: 'Maven Pro', Arial;
	font-size: 26px;
	font-weight: bold;
	color: #666;
}
h6{
	font-weight: bold;
}
p{
	margin-bottom: 10px;
}
a {
	text-decoration: none;
	color: #3a9f51;
}
a:hover {
	text-decoration: underline;	
}
a:focus{
	outline:0;
}
form input[type=text],
form textarea{
	width: 280px;
	border: 1px solid #ccc;
	padding: 5px;
	font: inherit;
}
form textarea{
	resize: none;
	height: 80px;
}
form button{
	padding: 3px 20px;
}
form div.error{
	display: block;
	color: red;	
}
q: before,q: after {
	content: '';
}
abbr,acronym {
	border: 0;
}
.left{ float: left; }
.right{ float: right; }
.clear{ clear: both; }
.nomargin{ margin: 0 !important; }
.nobackground{ background: none !important; }
div#main {
	width: 1033px;
	margin: 0 auto;
	padding: 0 20px;
}
div#header{
	font-family: Verdana;
	padding-top: 15px;
	padding-bottom: 30px;
	background: url(../images/fifo_logo.png) no-repeat 960px 20px;
	font-size: 15px;
	color: #a4a4a4;
	position: relative;
}
div#header p.brand{
	font-family: 'Source Sans Pro', Arial;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 0;
	color: #7f7f7f;
}
div#header a{
	position: absolute;
	top: 20px;
	right: 0;
	display: block;
	width: 70px;
	height: 40px;
}
div#banner.about{
	background: url(../images/banner_about.jpg) no-repeat top;
	height: 300px;
}
div#banner.services{
	background: url(../images/banner_services2.jpg) no-repeat top;
	height: 300px;
}
div#banner.experience{
	background: url(../images/banner_experience2.jpg) no-repeat top;
	height: 300px;
}
div#banner.gallery{
	background: url(../images/banner_gallery2.jpg) no-repeat top;
	height: 300px;
}
div#sidebar{
	padding-top: 40px;
}
div#content {
	width: 720px;
	min-height: 300px;
	padding-bottom: 150px;
	position: relative;
}
div#content h2{
	padding-top: 40px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px dashed #ccc;
}
div#content h2 span{
	color: #999;
}
div#content p{
	margin-bottom: 20px;
}
div#footer {
	background: url(../images/shadow_thin.png) no-repeat top;
	border-top: 1px solid #ddd;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
	color: #999;
	clear: both;
}
div#footer.index{
	background: none;
	border: none;
	padding-top: 0;
}
div#footer span{
	color: #ddd;
	padding: 0 20px;
}
div#footer a{
	font-size: 10px;
	color: #868686;
}
div#footer h2 {
	font-size: 12px;
	color: #5e5e5e;
	padding-bottom: 5px;
}
div#map_canvas{
	position: absolute;
	top: 115px;
	right: 0;
	text-align: center;
}
div.info {	
	height: 190px;
	background: url(../images/bg_content.png) repeat-x;
	color: #fff;
	padding-top: 27px;
}
div.info table {
	width: 1033px;
	height: 170px;
}
div.info td.divider {
	border-right: 1px solid #7dc18d;
}
div.info p {
	margin: 0 30px;
}
div.info a {
	display: block;
}
div.info a.button {	
	width: 116px;
	height: 30px;
}
div.info a.button:hover {
	background-position: 0 -30px;
}
div.info a.button.map {
	background-image: url(../images/bt_viewmap.png);
}
div.info a.button.quote {
	background-image: url(../images/bt_getquote.png);
}
div.info a.fb {
	background-image: url(../images/bt_fb.png);
	width: 75px;
	height: 75px;
}
div.info a.fb:hover {
	background-position: 0 -75px;
}
div.contact {
	width: 550px;
	margin-top: 30px;
	background: #ededed;
	border: solid 1px #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
}
div.contact table {
	margin: 30px auto;
}
div.contact td {
	padding: 5px;
	white-space: nowrap;
}
ul.menu{
	height: 54px;
}
ul.menu li{
	float: left;
	height: 54px;
}
ul.menu li:hover{
	background-position: 0 -54px;
}
ul.menu li.selected{
	background-position: 0 -108px;
}
ul.menu li#index{
	width: 144px;
	background-image: url(../images/btn_index.png);
}
ul.menu li#about{
	width: 169px;
	background-image: url(../images/btn_about.png);
}
ul.menu li#services{
	width: 172px;
	background-image: url(../images/btn_services.png);
}
ul.menu li#our-experience{
	width: 217px;
	background-image: url(../images/btn_our_exp.png);
}
ul.menu li#gallery{
	width: 154px;
	background-image: url(../images/btn_gallery.png);
}
ul.menu li#contact{
	width: 177px;
	background-image: url(../images/btn_contact.png);
}
ul.menu li a{
	display: block;
	width: 100%;
	height: 100%;
}
ul.list li{
	width: 360px;
	height: 50px;
	display: block;
	margin-bottom: 30px;
	float: left;
}
ul.list li > *{
	float: left;
}
ul.list li > span{
	line-height: 50px;
	margin: 0 20px !important;
}
ul.client {
	margin: 0 5px;
}
ul.client li{
	float: left;
	width: 140px;
	height: 250px;
	margin-right: 50px;
}
ul.client li.last{
	margin-right: 0;
}
ul.client li p{
	margin-top: 10px;
	text-align: center;
}
ul.gallery li{
	float: left;
	width: 220px;
	height: 200px;
	margin-right: 30px;
	cursor: pointer;
}
ul.gallery li:hover img{
	border: 2px solid #3a9f51;
	padding: 7px;
}
ul.gallery li.last{
	margin-right: 0;
}
ul.gallery li img{
	padding: 8px;
	border: 1px solid #ccc;
}