

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
body{
	background:url(../images/bg-body.jpg) top center repeat-x;
	position: relative;
	color:#464746;
}

/* TYPOGRAPHY
================================================== */
textarea,body,input,select{
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size:18px;
	font-weight: 300;
	line-height: 170%;
}
b,strong{font-weight:bold;}
i,em{font-style:italic;}
h1,h2,h3,h4{color:#a8151c; padding:8px 0 8px 0; font-weight:300; line-height:110%; clear:both;}
h1{font-size:44px;}
h2{font-size:30px;}
h3{font-size:24px;}
h4{font-size:20px;}

a:link,a:visited{ 
	color:#000; 
	text-decoration:none;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out; 
}
a:hover{color:#fff;} 

textarea,select,input[type="text"],input[type="password"]{
	border-radius: 0px; 
	background-color:#f6f1eb; 
	padding:4px 4px 0px 4px; 
	color: #6b6b6b; 
	border: 5px solid #e9dfd3; 
}
select{
	padding:3px;
}
select:focus,input[type="text"]:focus,input[type="password"]:focus,textarea:focus {
	background-color:#999;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	background-color: #fff;  
}
header, section, footer, aside, #navMain, article, figure {display: block;}
section{
	clear: both;
}
.clearfix{clear:both;}

.content{line-height:160%; color:#4c4c4c; padding-bottom: 30px; overflow: auto;}
.content a{text-decoration:none;}
p{
	margin:0px 0px 14px 0px; 
}

.content ol,.content ul{
	margin:0 0px 10px 0px; 
	padding:0px 0px 0px 22px;
}
.content ol{
	list-style:decimal outside none;
}
.content ol li, .content li{
	margin: 0 0 6px 0; 
	line-height: 140%;
	font-size: 140%;
}
.content ol ol{
	list-style:lower-alpha;
}
.content ul{
	list-style-image: url(../images/hover-arrow-blue.png);
}
.content ul ul{list-style:circle;}
.content hr{border:0px; border-top:1px solid #cfc4d5; height:1px; margin:15px 0px 15px 0px;}
.content img{border: none;}


	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
	
	.greyBox {  padding: 16px 20px 16px 20px; background: #ededed; font-size: 16px; line-height: 22px; margin: 10px 0;}

.header{
	margin-bottom: 30px;
}
.logo a{
	width: 405px;
	height: 167px;
	display: block;
	margin: 20px auto 0;
}
.navMain{
	text-align: center;
	margin-top: 4px;
	background-color: #c7b8aa;
}
.navMain ul{
	margin: 0;
}
.navMain li{
	display: inline-block;
	padding:5px 12px;
	background: #d2c6bb;
	margin-bottom: 0;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out; 
}
.navMain li:hover{
	background: #af9882;
}
.truck{
	text-align: center;
}
.fire{
	background:url(../images/icon-fire.png) top left no-repeat;
	padding: 0 0 10px 30px;
}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
.logo a{
	width: 300px;
}
		
		}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/