/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/* Generic Styling */
html {  }
body{
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	font-family: 'Droid Sans', sans-serif;
}
.center{
	width: 1100px;
	margin: 0 auto;
}
.clr{
	clear: both;
}
/*------------------------
		Header
------------------------*/
#header{
	height: 46px;
	line-height: 46px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(88, 82, 82, 0.9);
	border: 1px solid #656161;
}
#logo{
	display: block;
	float: left;
}
.main_nav{
	display: block;
	float: right;
}
.main_nav li{
	display: block;
	float: left;
	margin-left: 24px;
}
.main_nav li a{
	display: block;
	color: #d59929;
	font-size: 15px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.main_nav li a:hover{
	color: #e7e7e7;
}
/*------------------------
		Content
------------------------*/
#content{
	min-height: 451px;
	background: url(../images/square_bg.jpg);
	margin-top: 185px;
	padding: 40px 45px 25px 65px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	color: #66696a;
}
#content .left{
	width: 520px;
	float: left;
	position: relative;
	padding-top: 10px;
}
.article h3{
	color: #c37f29;
	font-weight: 300;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 19px;
}
.article .date{
	font-size: 18px;
	color: #525154;
	margin-bottom: 14px;
	display: block;
}
.article .mtrpw{
	font-size: 18px;
	color: #525154;
	margin-bottom: 14px;
	display: block;
	margin-bottom: 20px;
}
.article .mtrpw a{
	font-weight: 700;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 26px;
	line-height: 28px;
	text-transform: uppercase;
	color: #66696a;
	text-decoration: none;
}
.buttons{
	margin-top: 30px;
}
.article .mtrpwsumm a{
	margin-top: 46px;
}
.article h1{
	font-weight: 700;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 26px;
	line-height: 28px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.article .labels{
	font-size: 10px;
	margin-bottom: 20px;
	color: #66696a;
}
.article p{
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 16px;
	color: #66696a;
}
.article .labels a, .article p a{
	color: rgba(187, 167, 59, 0.94);
	text-decoration: none;
}
.sketch{
	width: 227px;
	height: 267px;
	position: absolute;
	left: -40px;
	top: -217px;
	display: block;
	background: url(../images/sketch.png) no-repeat center center;
}
#content .right{
	width: 440px;
	float: right;
}
.products{
	margin-bottom: 20px;
}
.products a{
	display: block;
	width: 33.33%;
	float: left;
	position: relative;
	text-decoration: none;
	
}
.products a *{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.products a img{
	display: block;
	position: absolute;
	bottom: 30px;
}
.products a:hover img{
	bottom: 40px;
}
.products a p{
	color: #575757;
	font-weight: 300;
	font-size: 11px;
	text-decoration: none;
}
.products a span{
	display: block;
	font-family: 'Lucida Console', Arial, sans-serif;
	font-size: 11px;
	color: #a2a2a2;
}
.products a span span{
	display: inline;
}
.products a span span.yellow{
	color: #b5a23c;
}
.products a span span.pink{
	color: #935897;
}
.products a span span.orange{
	color: #b5693c;
}
.content-box{
	width: 100%;
	background-color: rgba(255, 255, 255, 0.94);
	-moz-box-shadow: 2px 3px 0 rgba(0,0,0,.16);
	-webkit-box-shadow: 2px 3px 0 rgba(0,0,0,.16);
	box-shadow: 2px 3px 0 rgba(0,0,0,.16);
	padding: 20px 10px 20px 10px;
}
.content-box h1{
	color: rgba(161, 161, 161, 0.42);
	font-size: 52px;
	font-weight: 700;
}
.content-box p{
	font-size: 24px;
	color: #575757;
	margin-bottom: 20px;
}
.btn{
	display: block;
	float: right;
	padding: 0 38px;
	height: 37px;
	line-height: 37px;
	-moz-border-radius: 6px / 4px;
	-webkit-border-radius: 6px / 4px;
	border-radius: 6px / 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 17px;
	font-weight: 300;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-left: 25px;
}
.content-box .btn{
	font-weight: 700;
}
.btn.yellow{
	background: rgba(187, 167, 59, 0.94);
}
.btn.yellow:hover{
	background: rgba(136, 121, 43, 0.94);
}
.btn.gray{
	background: rgba(162, 162, 162, 0.94);
}
.btn.gray:hover{
	background: rgba(109, 108, 108, 0.94);
}
.social_nav{
	display: block;
	padding: 18px 0 0
}
.social_nav li{
	display: block;
	float: left;
	margin-right: 38px;
}
.social_nav li.last{
	margin-right: 0;
}
.social_nav li a{
	display: block;
	width: 41px;
	height: 41px;
	text-indent: -9999px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.social_nav li.twitter a{
	background: url(../images/icon-twitter.png) no-repeat center center;
}
.social_nav li.facebook a{
	background: url(../images/icon-facebook.png) no-repeat center center;
}
.social_nav li.googleplus a{
	background: url(../images/icon-googleplus.png) no-repeat center center;
}
.social_nav li.linkedin a{
	background: url(../images/icon-linkedin.png) no-repeat center center;
}
.social_nav li.youtube a{
	background: url(../images/icon-youtube.png) no-repeat center center;
}
.social_nav li.rss a{
	background: url(../images/icon-rss.png) no-repeat center center;
}
.social_nav li a:hover{
	opacity: 0.78;
}
/*------------------------
		Subscribe
------------------------*/
#subscribe{
	width: 1000px;
	margin: 20px auto 143px;
	background: rgba(88, 82, 82, 0.94);
	padding: 0 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 60px;
	line-height: 60px;
}
#subscribe p{
	display: block;
	float: left;
	color: #fff;
	font-size: 19px;
}
#subscribe p strong{
	font-weight: 700;
}
#subscribe a{
	display: block;
	float: right;
	padding: 0 30px;
	height: 37px;
	line-height: 37px;
	-moz-border-radius: 6px / 4px;
	-webkit-border-radius: 6px / 4px;
	border-radius: 6px / 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(152, 131, 64, 0.94);
	font-size: 17px;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	margin-top: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#subscribe a:hover{
	background-color: rgba(118, 101, 47, 0.94);
}
/*------------------------
		Footer
------------------------*/
#footer{
	text-align: center;
	padding-bottom: 15px;
}
#footer p{
	font-size: 10px;
	color: #d5d5d8;
}
#footer p.subscribe{
	font-size: 11px;
	margin-top: 15px;
}