@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
}
p {
	font-size:1.4em;
	color:#38404b;
}

.top {
	top:0;
}
.bottom {
	bottom:0;
}
main {
	max-width:998px;
	margin:0 auto;
	position:relative;
	border:1px solid #999;
}
main > section{
	display:inline-block;
	vertical-align:top;
	margin:15px 0 0 15px;
}
header {
	height:144px;
	background:#38404b;
	text-align:center;
	position: relative;
}
address{
	height:100px;
	position:relative;
}
#companyLogo {
	position:absolute;
	left:30px;
	top:0;
}

#fuckingMenu{
	position:absolute;
	right:20px;
	top:5px;
	z-index: 1000;
	text-align: right;
}

#fuckingMenu img{
	width: 18px;
}

#fuckingMenu ul{
	display: none;
}

#fuckingMenu a{
	color:inherit;
	text-decoration: inherit;
	padding: 6px;
	display: block;
}

#fuckingMenu a:hover{
	background: #CCCCCC;
}

.dropdown-toggle, .dropdown-menu{
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 3px;
	/*height: 20px;*/
	font-size: 1.4em;
	background: #f1f1f1;
	border-radius: 4px;
	line-height: 0;
}
.dropdown-menu{
	height: auto;
	line-height: 0;
}
.dropdown-menu li{
	vertical-align: middle;
}


#companyEmail {
	font-size:1.6em;
	color:#BDC9D7;
	text-decoration:none;
	position:absolute;
	right:20px;
	bottom:25px;
}
#companyPhone{
	color:#22AA13;
	font-size:2em;
	text-align:right;
	position:absolute;
	right:20px;
	top:30px;
}

header nav{
	background: #eaeaea; /* Old browsers */

	background: -moz-linear-gradient(top,  #ffffff 5%, #eaeaea 86%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#ffffff), color-stop(86%,#eaeaea)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top,  #ffffff 5%,#eaeaea 86%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top,  #ffffff 5%,#eaeaea 86%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top,  #ffffff 5%,#eaeaea 86%); /* IE10+ */

	background: linear-gradient(to bottom,  #ffffff 5%,#eaeaea 86%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */

	line-height:18px;
	padding:6px 0;
	font-size:1.8em;
	text-align:center;
	overflow:hidden;
	position: absolute;
	bottom: 0;
	width: 100%;
}

nav ul{
	list-style:none;
}

nav li{
	float:left;
	width:20%;
}

nav a{
	text-decoration:none;
	color:#38404b;
	display:block;
}

nav a:hover, nav a.selected{
	color:#22AA13;
}

#banner {
	position:relative;
	height:331px;
}

#banner figcaption{
	background:#22aa13;
	padding:10px;
	position:absolute;
	top:7%;
	left:3%;
	display:block;
	font-weight:normal;
	line-height:18px;
}
#banner figcaption span{
	font-size:1.4em;
}
#banner figcaption span:first-child {
	font-size:2.2em;
}
#banner figcaption a{
	text-decoration:none;
	color:#FFF;
}

footer nav{
	background:#38404b;
	text-align:center;
	line-height:18px;
	padding:14px 0;
	height: auto;
	overflow: hidden;
	font-size: 1.8em;
}
footer br, header br{
	display:none;
}


footer nav li{

	display:inline-block;
}

footer nav a{
	color:#bdc9d7;
	text-decoration:none;
	display: block;
}

footer nav a:hover{
	color:#22AA13;
}

footer p{
	/*color:#eaeaea;*/
	font-size:12px;
	padding:20px 0;
	text-align: center;
}




/***** GENERIC ******/

.clear{
	clear:both;
}
.floatRight{
	float:right;
}
.floatLeft{
	float:left;
}
.hide{
	display:none;
}
/****** MEDIA QUARELSOME *****/


@media screen and (max-width:1000px){

header{
	height:164px;
}
address{
	height:120px;
}
#companyLogo {
	position:absolute;
	left:16px;
	top:5px;
}
#companyEmail{
	width:300px;
	height:20px;
	position:absolute;
	left:10px;
	bottom:5px;
	top:inherit;
	font-size:small;
	text-align:center;
	line-height:inherit;
}

#fuckingMenu{
	top: 90px;
}

header nav{
	font-size:1.4em;
	line-height: 20px;
	max-height: 34px;
	padding: 6px 0;
}
footer nav{
	font-size:1.2em;
}

main {
	width: 320px;
	max-width:320px;
}
main > section{
	width:300px !important;
	padding:10px !important;
	margin:0 !important;
}
#banner{
	height:168px;
}
#banner img{
	width:320px;
	height:106px;
}
#banner figcaption{
	position:absolute;
	left:0;
	bottom:0;
	top:inherit;
	width:300px;
	text-align:center;
}
header br, footer br{
	display:inline-block;
}
}
#phone_wrapper{
	font-size: 11px;
}
