/* Default Style Sheet /*
/* Ford Nickel Design Studio 1/29/2013 8:38:06 PM */

@font-face {
    font-family: "Proxima Nova";
    font-weight: normal;
    src: url('font/ProximaNova-Reg-webfont.eot');
    src: url('font/ProximaNova-Reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/ProximaNova-Reg-webfont.woff') format('woff'),
         url('font/ProximaNova-Reg-webfont.ttf') format('truetype'),
         url('font/ProximaNova-Reg-webfont.svg#Proxima Nova') format('svg');
}

@font-face {
    font-family: "Proxima Nova";
    font-weight: lighter;
    src: url('font/ProximaNova-Light-webfont.eot');
    src: url('font/ProximaNova-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/ProximaNova-Light-webfont.woff') format('woff'),
         url('font/ProximaNova-Light-webfont.ttf') format('truetype'),
         url('font/ProximaNova-Light-webfont.svg#ProximaNovaLtLight') format('svg');
}
       

html {
	overflow-x: hidden;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}

body {
  background-color: rgb(235,233,228); 
}

#header {
	width: 100%;
  height: 140px;
	position: fixed;
	left: 0;
	top: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px solid rgb(108,108,108);
	box-shadow: 0px 3px 10px rgba(35,31,32,0.3);
	-webkit-box-shadow: 0 3px 10px rgba(35,31,32,0.3);
	-moz-box-shadow: 0 3px 10px rgba(35,31,32,0.3);
	background-image: url("img/header_background.png");
	background-repeat: repeat;
}


img.press {
	display: block;
	width: 400px;
	border: 1px solid rgba(35,31,32,0.5);
	box-shadow: 3px 3px 6px rgba(35,31,32,0.5);
	-webkit-box-shadow: 3px 3px 6px rgba(35,31,32,0.5);
	-moz-box-shadow: 3 3px 6px rgba(35,31,32,0.5);
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
  margin-right: auto;
	padding: 0;
}

img.pressmast {
	height: 32px;
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}

#header_const {
	width: 900px;
	left: auto;
	margin: 0 auto;
}

#main {
	width: 100%;
	position: absolute;
	top: 140px;
	margin: 0 auto;
	background-color: rgb(235,233,228);
	z-index: -1;
	padding-bottom: 120px;
}

#main_const_block {
	width: 700px;
	position: relative;
	top: 15px;
	left: auto;
	margin: 0 auto;
}

#narrow_const_block {
	width: 470px;
	position: relative;
	top: 15px;
	left: auto;
	margin: 0 auto;
}

#footer {
	width: 100%;
	height: 100px;
	position: fixed;
	left: 0;
	bottom: 0;
	margin: 0 0;
	border-top: 2px solid rgb(108,108,108);
	box-shadow: 0px -5px 5px rgba(35,31,32,0.3);
	-webkit-box-shadow: 0 -5px 5px rgba(35,31,32,0.3);
	-moz-box-shadow: 0 -5px 5px rgba(35,31,32,0.3);
	background-color: rgb(86,86,88);
	clear: both;
}

#main_submenu_left {
	width: 220px;
	float: left;
}

.white {
	color: rgb(255,255,255);
}	

#main_submenu_right {
	width: 470px;
	float: right;
}

img.faqlogo {
	position: relative;
	top: 34px;
	left: -70px;
}

img.bcl {
	position: absolute;
	left: 0;
	z-index: -1;
}

img.faq0 {
	top: 40px;
}

img.faq1 {
	top: 73px;
}

img.faq2 {
	top: 106px;
}

img.faq3 {
	top: 139px;
}

img.faq4 {
	top: 172px;
}

img.faq5 {
	top: 205px;
}

img.faq6 {
	top: 238px;
}

img.faq7 {
	top: 271px;
}

img.faq8 {
	top: 304px;
}

img.contact0 {
	top: 40px;
}

img.contact1 {
	top: 73px;
}

input.short {
	width: 223px;
	border: solid 1px rgb(153,153,153);
}

input.block {
	width: 466px;
	height: 100px;
	border: solid 1px rgb(153,153,153);
}

textarea.block {
	width: 468px;
	height: 100px;
	border: solid 1px rgb(153,153,153);
	resize: none;
}

input[type="submit"] {
	width: 470px;
	margin-top: 20px;
}

div.testi_block {
	width: 100%;
	position: relative;
	left: auto;
	margin: 0 auto;
	padding: 5px 0;
}

div.testi_block_l {
	width: 520px;
	position: relative;
	right: 100px;
	margin: 0 auto;
	padding: 5px 0;
}

div.testi_block_r {
	width: 520px;
	position: relative;
	left: 100px;
	margin: 0 auto;
	padding: 5px 0;
} 

blockquote.testi {
	margin: 0 15px;
	text-align: justify;
	line-height: 95%;
}

blockquote.testi>p {
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	text-indent: -0.2em;
}

p.tbyline {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}


/* Press Section */
blockquote.press {
	padding: 0;
	margin: 0 15px;
	text-align: justify;
	line-height: 95%;
}

div.press_block>h2 {
	margin-top: 0.5em;
}

div.press_block>p {
}

p.byline {
	font-size: 14px;
	font-style: italic;	 
	text-indent: 0.5em;
}

/* Press end */

p.indent {
	text-indent: 1em;
}

#main_bc {
	width: 100%;
	height: 25px;
}

#main_bc>p {
	font-family: "Proxima Nova", Futura, sans-serif;
	font-size: 15px;
	font-weight: lighter;
	color: rgb(255,255,255);
	position: absolute;
	left: 237px;
	top: -10px;
	line-height: 100%;
}

#main_bc>img {
	position: relative;
	float: left;
}

span.bc0 {
	left: 0;
}

span.bc1 {
	position: relative;
	left: 39px;
}

span.bc2 {
	position: relative;
	left: 85px;
}

a {
	text-decoration: none;
	color: inherit;
}

div.gt {
	font-family: "Proxima Nova", Futura, sans-serif;
	font-size: 18px;
	font-weight: lighter; /* 300 */
	color: rgb(35,31,32);
	line-height: 120%;
}

.center {
	text-align: center;
}

p.title {
	font-family: "Proxima Nova", Futura, sans-serif;
	font-size: 56px;
	font-weight: normal; /* 300 */
	color: rgb(86,86,88);
	position: relative;
	top: 23px;
	left: 5%;
	margin: 0;
	text-align: center;
	letter-spacing: 3px; 
}

p.menu {
  font-family: "Proxima Nova", Futura, sans-serif;
	font-size: 28px;
	font-weight: lighter; /* 200 */
	position: relative;
	top: 22px;
	left: 5%;
	margin: 0;
	text-align: center;
}

h1 {
	color: rgb(35,31,32);
	font-family: "Proxima Nova", Futura, sans-serif;
	font-size: 23px;
	font-weight: bold; /*400*/
	padding: 0;
}

h2 {
	color: rgb(184,53,38);
	font-family: "Proxima Nova", Futura, sans-serif;
	font-size: 18px;
	font-weight: bold; /*400*/
	padding: 0;
}

h2 + p {
	margin-top: -0.7em;
}

.red {
	color: rgb(184,53,38);
}

.char {
	color: rgb(35,31,32);
}

div.mission {
	font-family: "Proxima Nova", Futura, sans-serif;
	font-size: 23px;
	font-weight: lighter;
	position: relative;
	clear: both;
	line-height: 120%;
}

p.solutions {
	font-family: "Proxima Nova", Futura, sans-serif;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	position: relative;
	top: 0;
	line-height: 115%;
}

div.cols {
	position: relative;
	top: 0;
	font-family: "Proxima Nova", Futura, sans-serif;	
	font-size: 25px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 25%;
}

#form_const {
	width: 470px;
	float: right;
	left: auto;
	padding: 0;
	margin: 0 auto;
}

p.services {
	line-height: 0; 
	margin-top: 2em;
}

div.form {
	position: relative;
	top: 0;
	padding: 0;
	margin: 0;
	text-align: left;
}

div.boxes {
	line-height: 120%;
}
	
.left {
	float: left;
}

.right {
	float: right;
}

hr {
	width: 100%;
	clear: both;
	margin: 0;
}

#main_submenu_left>p {
	line-height: 0;
	z-index: 2;
	text-indent: 1em;
	font-size: 16px;
}

#main_submenu_left>hr {
	width: 139px;
	color: rgb(210,206,199);
	background-color: rgb(210,206,199);
	height: 1px;
	border: 0;
	margin-left: 0;
	line-height: 0;
	z-index: -3;
	text-align: left
}

#main_submenu_right>hr {
	width: 100%;
	clear: both;
	color: rgb(35,31,32);
	background-color: rgb(35,31,32);
	height: 1px;
	border: 0;
}

p.copy {
	font-family: "Proxima Nova", Futura, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: rgb(255,255,255);
	text-align: center;
	position: relative;
	top: 40px;
	margin: 0;
}

img.logo {
	position: relative;
	top: 23px;
	left: 0;
	float: left;
}
