/* 
========================================
HOME
========================================
*/
 
#rotator {
	width: 650px;
	height: 295px;
	margin: 0 10px 0 0;
	float: left;
}
 
#news{
	width: 320px;
	height: 295px;
	float: right;
	margin: 0 0 0 0;
	/* background: url('../assets/images/news/header.png') no-repeat top left; */
}

#news h2{
	width: 320px;
	height: 33px;
	margin-left: -9999px;
}

.read_more {
	width: 59px;
	height: 10px;
	margin-left: 5px;
	margin-top: 5px;
	float: left;
}

.read_more_normal {
	background: url('../assets/images/read_more.png') left no-repeat;
}

.read_more_hover {
	background: url('../assets/images/read_more.png') -59px no-repeat;
}

.blog_post {
	width: 100%;
	height: 78px;
	float: left;
	overflow: hidden;
	margin-bottom: 7px;
}

.blog_post_thumb {
	width: 71px;
	height: 71px;
	margin-right: 7px;
	float: left;
}

.blog_post_title {
	float: right;
	width: 238px;
	height: 55px;
	margin-top: 3px;
	font-size: 14px;
	line-height: 14px;
	color: #000;
	font-weight: bold;
}

.blog_post_link {
	color: #7f7f7f;
	font-size: 10px;
	width: 238px;
	text-decoration: none;
}

#box1{
	width: 320px;
	height: 180px;
	float: left;
	margin: 0 10px 0 0;
}
 
#box2{
	width: 320px;
	height: 180px;
	float: left;
}
 
#home_stores{
	width: 322px;
	height: 95px;
	/* background: url('../assets/images/store_locator/header.png') no-repeat top left; */
	float: right;
	padding-bottom: 5px;
}

.select_store{
	float: left;
	margin-right:2px;
}

#home_stores select {
	float: left; 
	font-size: 13px;
	color: #808080;
}

#home_stores input {
	float: right;
	background: transparent;
	border: none;
	text-indent: -999999px;
	background: transparent url(../assets/images/search.png) top left no-repeat;
}

#newsletter{
	position: relative;
	width: 320px;
	padding-bottom: 2px;
	/* background: url('../assets/images/newsletter_header.png') no-repeat top left #000; */
	float: right;
	color: #fff;
}

#newsletter h2{
	width: 310px;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	/* margin-left: -9999px; */
}

#newsletter form{
	width: 322px;
}

#newsletter select, #newsletter input{
	color: #808080;
	font-family: "Helvetica Neue", Helvetica, "Times New Roman", Verdana, Tahoma, serif;
	font-size: 12px;
	float: left;

}

.fields{
	float: left;
}

#nl_mail, #nl_country{
	width: 156px;
	margin-right: 2px;
}

#country, #city{
	width: 158px;
	margin-right: 2px;
	margin-bottom: 5px;
}

#nl_country, #city{
	float: right;
	margin-bottom: 5px;
}

select.fields {
	width: 200px;
	padding: 0px;
}

#buttons{	
	background: #000;
	width: 322px;
	height: 24px;
	margin-top: 22px;
}

#buttons #nl_subscribe{
	float: right;
	font-size: 20px;
	margin-top: 0px;
	width: 53px;
	height: 22px;
	background: transparent url(../assets/images/joinus.png) top left no-repeat;
	text-indent: -999999px;
	border: none;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

#nl_subscribe{
	cursor: pointer;
}

#search_bg{
	clear: both;
	background: #000;
	width: 322px;
	height: 22px;
	margin-top: 5px;
}

#search_store{
	width: 81px;
	height: 21px;
	cursor: pointer;
	margin-right: 5px;
}

#home_stores {
	position: relative;
}

#home_stores h2{
	width: 310px;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #fff;
	/* margin-left: -9999px; */
}


#store_locator_preloader {
	position: absolute;
	top: 25px;
	left: 0;
	width: 322px;
	height: 80px;
	background-color: white;
	text-align: center;
	display: none;
}

.news_preloader {
	float: left;
	margin-top: 125px;
	margin-left: 120px;
}

.hidden{
	display: none;
}

.terms{
	float:left;
}

.feed{
	margin-top: -2px;
}
