/* home specific styles
-------------------------------------*/

/* hero
-------------------------------------*/
.home-hero {
	display: table;
	width: 100%;
	max-height: 215px;
	background: url(/images/home-hero-bg.png) repeat-x top center;
}
.home-hero .home-hero-left,
.home-hero .home-hero-right {
	display: table-cell;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}
.home-hero .home-hero-left {
	width: 62.25%;
	padding: 3px 0 3px 3px;
	vertical-align: middle;
	line-height: 0;
}
.home-hero .home-hero-right {
	width: 37.75%;
	padding: 0 15px 15px;
}
.home-hero .home-hero-left img {
	max-height: 209px;
	display: inline-block;
}
.hero-bottom {
	height: 20px;
	border-top: solid 5px #57751f;
	background: #e7edd8;
	background: rgba(196,208,168,1);
	background: -moz-linear-gradient(top, rgba(196,208,168,1) 0%, rgba(231,236,214,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(196,208,168,1)), color-stop(100%, rgba(231,236,214,1)));
	background: -webkit-linear-gradient(top, rgba(196,208,168,1) 0%, rgba(231,236,214,1) 100%);
	background: -o-linear-gradient(top, rgba(196,208,168,1) 0%, rgba(231,236,214,1) 100%);
	background: -ms-linear-gradient(top, rgba(196,208,168,1) 0%, rgba(231,236,214,1) 100%);
	background: linear-gradient(to bottom, rgba(196,208,168,1) 0%, rgba(231,236,214,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4d0a8', endColorstr='#e7ecd6', GradientType=0 );
}
@media screen and (max-width: 740px) {
	.home-hero .home-hero-left {
		width: 60%;
		padding: 10px 0 10px 10px;
	}
	.home-hero .home-hero-right {
		width: 40%;
		padding: 0 15px 10px;
	}
	.home-hero .home-hero-left img {
		max-height: 195px;
	}
}
@media screen and (max-width: 675px) {
	.home-hero .home-hero-left {
		width: 55%;
	}
	.home-hero .home-hero-right {
		width: 45%;
	}
}
@media screen and (max-width: 639px) {
	.home-hero {
		display: block;
		height: auto;
		width: auto;
		max-height: none;
		background: none;
		padding: 0;
		margin: 0 -11px;
	}
	.home-hero .home-hero-left,
	.home-hero .home-hero-right {
		display: block;
		width: auto;
		background: url(/images/home-hero-bg.png) top center;
	}
	.home-hero .home-hero-left {
		background-position: bottom center;
	}
	.home-hero .home-hero-left {
		padding: 15px;
		text-align: center;
	}
	.home-hero .home-hero-right {
		padding: 0 15px 15px;
	}
	.home-hero .home-hero-left img {
		max-height: none;
	}
	.hero-bottom {
		margin: 0 -11px;
		height: 0px;
		backround: none;
	}
}

.hero-product-form {
	display: block;
	padding: 0;
	margin: 0;
}
.hero-product-form .hero-product-form-title {
	background: url(/images/home-hero-form-title-bg.png) no-repeat center center;
	font-size: 14px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	margin-top: 20px;
	padding-left: 5px;
	margin-bottom: 10px;
	letter-spacing: 1.5px;
	text-align: center;
}
.lt-ie9 .hero-product-form .hero-product-form-title {
	letter-spacing: 0.5px;
}
.hero-product-form select {
	margin: 12px 0px 0px 0;
	width: 100%;
	font-size: 12px;
	font-family: tahoma, verdana, sans-serif;
	line-height: 18px;
	color: #000;
	background-color: #fff;
	vertical-align: middle;
}
.hero-product-form button {
	display: inline-block;
	float: none;
	position: relative;
	margin-top: 15px !important;
	top: auto !important;
}

@media screen and (max-width: 639px) {
	.hero-product-form .hero-product-form-title {
		margin-top: 0;
	}
}

/* layout
-------------------------------------*/
div.col-left {
	float: left;
	width: 64.75%;
	margin: 0;
	padding: 0 10px 20px 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}
div.col-right {
	float: left;
	width: 35.25%;
	margin: 0;
	padding: 0 0 20px 10px;
}
@media screen and (max-width: 741px) {
	div.col-left,
	div.col-right {
		float: none;
		width: auto;
		padding: 0;
	}
	div.col-right {
		padding: 20px 0 30px;
	}
}

div.line {
	background-color:#c5cea6;
	margin-bottom:0px;
	line-height:1px;
}

div#left-text {
	display: block;
	/*background:#fff url(/images/home_left_text_box.gif) no-repeat top left;*/
	background: #e7edd8;
	background: rgba(231,237,216,1);
	background: -moz-linear-gradient(top, rgba(231,237,216,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231,237,216,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(231,237,216,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(231,237,216,1) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(231,237,216,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(231,237,216,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7edd8', endColorstr='#ffffff', GradientType=0 );
	border-radius: 10px;
	margin:10px 0 20px 0;
	padding: 15px;
}
div#right {
	display: block;
	padding: 0;
	margin: 10px 0 0;
}
div#right-pad {
	display: block;
	padding: 0;
	margin: 0 0 10px;
	padding: 10px;
	background-color: #e7edd8;
	border-radius: 5px;
	line-height: 0;
}
.right-divider {
	display: block;
	height: 10px;
	background: #e7edd8;
	margin: 0;
	padding: 0;
}

/* forms
-------------------------------------*/
button,
button:hover {
	margin:0;
	padding:0;
	border:0;
	background:none;
}
button:hover {
	cursor:pointer;
}

select {
	padding:0 !important;
	height:19px;
	*height:22px;
}
select option {
	height:15px;
	padding:0px 5px;
}
