/* --------------------
 *  Reset
 * ------------------*/
 
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;position:relative;margin:0;padding:0;}
body{line-height:1;}
img{display:block;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}

/* --------------------
 *  Base
 * ------------------*/

body {
	margin:0;
	padding:0;
	background: #eee;
	font-family: "Helvetica Nueue", Helvetica, Arial, Sans-serif;
	font-size:62.5%;
	color:#444;
	vertical-align:baseline;
}

a {
	text-decoration: none;
	color: #ef492f;
	text-shadow: 0 1px 0 #fff;
}

a:hover {
	text-decoration: underline;
}

/* Table */
table         { border:0; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
/* Headers */

h1 {font-size:2em;}
h2 {font-size:1.8em;}
h3 {font-size:1.6em;}
h4 {font-size:1.4em;}
h5 {font-size:1.2em;}
h6 {font-size:1em;}

/* --------------------
 *  Continers/wraps
 * ------------------*/

#header-container,
#content-container {
	background: #fff;
}

#header-container { 
	background: #6194C1 url(../images/bg-centered.jpg) repeat-x center;
	min-height: 356px;
} 

#content-container {
	background: #fff url(../images/content-bg.png) top repeat-x;	
	border-top: 5px solid #fc6701;
} 

#footer-container {
	border-top: 1px solid #e1e1e1;
} 

#header,
#content,
#footer{
	margin:0 auto;
	position:relative;
	width: 960px;
	z-index: 1;
	text-align: left;
	padding: 0;
}

/* --------------------
 *  Header
 * ------------------*/

#header { }
#logo {padding:20px 0}
#logo a {
	background: url(../images/logo.png);
	width: 155px;
	height: 52px;
	display: block;
	text-indent: -30000px;
}

#top-bar {
	position:absolute;
	top:0;
	right:0;
}

#top-bar ul {
	list-style:none;
	margin:0;
	padding:15px;
	text-align:right;
	background: transparent url(../images/trans-white-bg.png) repeat-x;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-moz-box-shadow: 0 1px 11px #666;
	-webkit-box-shadow: 0 1px 11px #666;
	border: 1px solid #fff;
	border-top: 0;
}

#top-bar li {display:inline;}
#top-bar li a {
	padding:0 15px 0 0;
	margin:0 15px 0 0;
	border-right:1px solid #d0d0d0;
	font-size:1.5em;
	font-weight:900;
	color:#ef492f;
	text-shadow: 0 1px 0 #fafafa;
}

#top-bar li a:hover {
	text-decoration: none;
	color: #222;
}

#top-bar li.last a {
	border: 0;
	margin: 0;
	padding: 0;
}

/* ------------------------------
/*	Button
/*------------------------------*/

#buttons {
	position: absolute;
	right:-30px;
	top:50px;
}

#buttons a {
	background: url(../images/button.png) no-repeat;
	display: block;
	padding: 10px;
	width: 401px;
	height: 85px;
	text-indent: -99999px;
}

#buttons a span {
	text-indent: -99999px;
}

#buttons a:hover {
	background-position: 0 -99px;
}

#small-b a {
	background: url(../images/click-here.png) no-repeat;
	display: block;
	width: 271px;
	height: 42px;
	text-indent: -99999px;
	position: absolute;
	top: 222px;
	right: 0;
}

/* --------------------
 *  Info
 * ------------------*/

#content {
	padding:15px 0;
}

.infos {
	margin: 0 0 20px;
}

.infos .col-1,.infos .col-2 {
	float: left;
	padding: 20px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #dfe3e9;
	min-height:143px;
}

.infos .col-1 {
	margin: 0 15px 0 0;
	width: 609px;
}

.infos .col-2 {
	width:272px;
	padding:20px 10px;
}

.col-1 h2 {
	color: #2761A0;
	font-weight: 900;
	font-size: 3.2em;
	line-height: 1.3em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-.04em;
	text-shadow:0 1px 0 #fff;
	padding: 0 0 10px;
}

.col-1 p {
	color: #333;
	font-weight: 400;
	font-size: 1.5em;
	line-height: 1.3em;
}

.col-2 h1 {
	color:#333333;
	font-size:2.5em;
	font-weight:900;
	margin:0 0 34px;
}

.col-2 h1 span {
	color: #FC6701;
	font-weight: 900;
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-.04em;
	text-shadow:0 1px 0 #fff;
	background: #fff url(../images/content-bg.png) top repeat-x;
	padding: 8px;
	border: 1px solid #dfe3e9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0 5px 0 0;
}

.col-2 h1.last {
	margin:0;
}


.full {
	margin: 0 0 15px;
}

.boxed {
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #dfe3e9;
	padding: 15px;
}

.full h1 {
	color: #2761A0;
	font-weight: 900;
	font-size: 2em;
	line-height: 1.3em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-.04em;
	text-shadow:0 1px 0 #fff;
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #dfe3e9;
}

.full p {
	color: #333;
	font-size: 1.2em;
	line-height: 1.5em;
}

/* --------------------
 *  footer
* ------------------*/
 
#footer {
	margin: 15px auto;
}

#call-us {
	padding: 10px;
	background: #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d4d4d4;
	font-size: 1.8em;
	font-weight: 900;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
	margin: 0 0 15px;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#footer li {
	display: inline;
	font-size: 1.2em;
	padding: 0 8px 0;
	border-right: 1px solid #d4d4d4;
}

#footer li.last {
	border: 0;
}
 
/* --------------------
 *  Clear
 * ------------------*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

