@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,300,600,700,200italic,300italic,400italic,600italic,700italic,900,900italic);

html {
	/*background: #f6f6f6;*/
	background: #FFF;
}
body {
	margin: 0 0 1px;
}
html, body {
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Source Sans Pro', sans-serif;
}
h1, h1 a {
	font-size: 26px;
}
h2, h2 a {
	font-size: 23px;
}
h3, h3 a {
	font-size: 18px;
}
p {
	margin: 0 0 5% 0;
}
p, table, td, div, span, a {
	color: #777777;
	font-size: 13px;
	line-height: 150%;
	font-family: 'Source Sans Pro', sans-serif;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input[type="text"] {
	padding-left: 4px;
	padding-right: 4px;
	height: 26px;
 *height: 18px; /* IE 6,7 */
}
select {
	height: 26px;
 *height: 20px; /* IE 6,7 */
	padding-top: 4px;
	padding-bottom: 4px;
}
/* GOOGLE */

.source {
	font-family: 'Source Sans Pro', sans-serif;
}
/* GENERAL */

.center_width {
	width: 960px;
	margin: 0 auto;
}
#wrapper {
	height: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -208px; /* the bottom margin is the negative value of the footer's height */
}
.title {
	margin: 0;
	color: #000;
	font-size: 48px;
	line-height: 100%;
}
.sub_title {
	margin: 0;
	color: #343c51;
	font-size: 30px;
	line-height: 100%;
}

/* BUTTONS */

#question_btn, .question_btn, .question_btn2 {
	width: 126px;
	height: 31px;
	display: block;
	background: url(../images/layout/question_btn.png) no-repeat;
}
#question_btn2 {
	width: 141px;
	height: 35px;
	display: block;
	background: url(../images/layout/question_btn2.png);
}
.question_btn2 {
	margin-top: 13px;
	margin-left: 836px;
}
#quote_btn {
	width: 301px;
	height: 77px;
	display: block;
	background: url(../images/layout/quote_btn.png) no-repeat;
}
#quote_btn2 {
	position: relative;
	z-index: 2;
	width: 908px;
	height: 140px;
	display: block;
	background: url(../images/layout/quote_btn2.png) no-repeat;
}


/* HEADER */

#header2 {
	height: 102px;
	background: #000 url(../images/layout/header_bg_repeat.png) repeat-x;
}
#header_inner {
	height: 102px;
	margin: 0 auto;
	padding: 23px 0 0 0;
	background: url(../images/layout/header_bg.png) top center no-repeat;
}
#header_inner2 {
	height: 74px;
	margin: 0 auto;
	padding: 23px 0 0 0;
	background: url(../images/layout/header_bg2.jpg) top center no-repeat;
}
#logo {
	float: left;
	width: 464px;
	height: 26px;
	display: block;
	overflow: hidden;
	text-indent: -9999em;
	background: url(../images/layout/logo.jpg) no-repeat;
}
#header_right {
	float: right;
	text-align: right;
}
#header_right p {
	margin: 0;
	color: #FFF;
	font-size: 25px;
	line-height: 100%;
}
#header_right p span#american_phone {
	color: inherit;
	font-size: inherit;
	margin: 0 10px 0 0;
	padding: 0 0 0 45px;
	line-height: inherit;
	background: url(../images/layout/american_flag.jpg) left center no-repeat;
}
#header_right p span#canadian_phone {
	color: inherit;
	font-size: inherit;
	padding: 0 0 0 50px;
	background: url(../images/layout/canadian_flag.jpg) left center no-repeat;
}
#header .question_btn {
	float: right;
	margin: 13px 0 0 0;
	position: relative;
}
#header .question_btn2 {
	float: right;
	margin: 13px 0 0 0;
	position: relative;
}

/* top banner */

#top_banner {
	margin: 0 0 15px;
	text-align: center;
}
#top_banner2 {
	text-align: center;
}
#top_banner_inner {
	padding: 20px 0;
}
#top_banner #quote_btn {
	margin: 20px auto 30px;
}
#product_banner {
	z-index: auto;
	height: 150px;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	/*background: url(../images/layout/product_banner.jpg) top center no-repeat;*/
}
#product_banner .product {
	float: left;
	margin: 0 25px 0 0;
}
#product_banner marquee {
	text-align: center;
}
#product_banner marquee p {
	margin: 0;
	color: #000;
	font-size: 16px;
}
#product_fade_left {
	top: 0;
	left: 0;
	z-index: 5;
	width: 107px;
	height: 224px;
	position: absolute;
	background: url(../images/layout/product_fade_left2.png) no-repeat;
}
#product_fade_right {
	top: 0;
	right: 0;
	z-index: 5;
	width: 107px;
	height: 224px;
	position: absolute;
	background: url(../images/layout/product_fade_right2.png) no-repeat;
}
.product {}
.product_filler {
	float: left;
	width: 100px;
}

/* CONTENT */


#content {}

#gradients {}
.gradient_inner {
	padding: 30px 0;
}
#gradient_left {
	float: left;
	width: 310px;
	height: 409px;
	text-align: center;
	background: url(../images/layout/blue_gradient_bg.png)
}
#gradient_mid {
	float: left;
	width: 310px;
	height: 409px;
	margin: 0 14px;
	text-align: center;
	background: url(../images/layout/blue_gradient_bg.png) no-repeat;
}
#gradient_right {
	float: right;
	width: 310px;
	height: 409px;
	text-align: center;
	background: url(../images/layout/blue_gradient_bg.png) no-repeat;
}

#gradients ul {
	margin: 0;
	padding: 0;
}
#gradients ul li {
	color: #FFF;
	font-size: 20px;
	list-style: none;
	padding: 0 0 7px;
	font-weight: 600;
}

/* feeder banner */

#feeder_banner {
	height: 423px;
	text-align: center;
	background: url(../images/layout/feeder_banner_repeat.png) repeat-x;
}
#feeder_fade_left {
	top: 158px;
	left: 0;
	z-index: 10;
	width: 178px;
	height: 265px;
	position: absolute;
	background: url(../images/layout/feeder_fade_left.png) no-repeat;
}
#feeder_fade_right {
	top: 158px;
	right: 0;
	z-index: 10;
	width: 178px;
	height: 265px;
	position: absolute;
	background: url(../images/layout/feeder_fade_right.png) no-repeat;
}
.feeder {
	float: left;
	margin: 0 40px 0 0;
	padding: 50px 0 0 0;
}

#feeder_banner_inner {
	z-index: auto;
	height: 423px;
	margin: 0 auto;
	position: relative;
	padding: 135px 0 0 0;
	background: url(../images/layout/feeder_banner.png) top center no-repeat;
}
#feeder_banner_inner2 {
	z-index: auto;
	height: 423px;
	margin: 0 auto;
	position: relative;
	padding: 105px 0 0 0;
	background: #000 url(../images/layout/feeder_banner2.jpg) top center no-repeat;
}
#feeder_banner p {
	margin: 0;
	color: #FFF;
	font-size: 25px;
	line-height: 125%;
}
#feeder_banner_left {
	z-index: 15;
	float: left;
	position: relative;
}
#feeder_banner_mid {
	z-index: 15;
	float: left;
	position: relative;
	margin: 0 0 0 100px;
}
#feeder_banner_right {
	z-index: 15;
	float: right;
	position: relative;
}
#feeder_banner_img {
	height: 210px;
	margin: 11px 0 0 0;
	background: url(../images/layout/feeder_banner.jpg) top center no-repeat;
}

/* New Banner */

.new-banner {
	width: 100%;
	height: 564px;
	background: url('../images/layout/bg-machine.jpg') no-repeat top center;
}
.new-inner {
	width: 908px;
	margin: 0px auto;
	text-align: left;
}
.img-fix {
	margin-top: 30px;
	margin-bottom: 30px;
}

.txt-left {
	width: 554px;
	float: left;
}
.txt-left p {
	font-family: 'Arial';
	font-size: 13.5px;
	font-weight: normal;
	line-height: 22px;
	color: #FFF;
}

.new-quote {
	width: 301px;
	height: 74px;
	margin-top: 100px;
	background: url('../images/layout/btn-quote.png') no-repeat;
	float: left;
}

/* bottom banner */

#btm_banner {
	background: #a2afcf;
}
#btm_banner_inner {
	padding: 35px 0;
}
#btm_banner #quote_btn2 {
	margin: 0 auto;
}

/* CONTACT FORM */

#contact_form {}
#contact_form table {
	width: 350px;
	margin: 0 auto;
}
#contact_form th {
	text-align: left;
	vertical-align: top;
	padding: 0 0 5px;
}
#contact_form td {
	padding: 0 0 25px;
	vertical-align: middle;
}

#contact_form input {
	width: 100%;
}
#contact_form textarea {
	width: 100%;
	min-height: 125px;
}

#contact_form input#submit_btn {
	width: auto;
	float: right;
	padding: 5px;
}


/* FOOTER */

#push {
	height: 208px;
}
#footer {
	height: 208px;
	background: #212a43;
}
#footer_inner {
	padding: 25px 0 0 0;
}

#footer_logo {
	float: left;
	width: 539px;
	height: 30px;
	display: block;
	overflow: hidden;
	margin: 30px 0 0 0;
	text-indent: -9999em;
	background: url(../images/layout/footer_logo.jpg) no-repeat;
}
#footer_right {
	float: right;
	text-align: right;
}
#footer_right p {
	margin: 0;
	color: #a2afcf;
	font-size: 18px;
	line-height: 100%;
}
#footer_right p span#american {
	width: 39px;
	height: 21px;
	vertical-align: middle;
	margin: 0 10px 0 0;
	display: inline-block;
	background: url(../images/layout/american_flag.jpg) no-repeat;
}
#footer_right p span#canadian {
	color: #FFF;
	font-size: 30px;
	font-weight: 600;
	padding: 0 0 0 42px;
	vertical-align: middle;
	background: url(../images/layout/canadian_flag.jpg) left center no-repeat;
}
#footer_right a#question_btn2 {
	float: right;
}
#footer_right p em, #footer_right p em a {
	margin: 0;
	color: #a2afcf;
	font-size: 14px;
	line-height: 115%;
	font-style: normal;
}
