﻿/* [ structure fixes ] */

a{
	color: #ed1c24;
}

#sidebar{
	display: none;
}

#wrapper{
	background: none;
}

#main{
	padding: 15px 0 20px;
	width: 760px; 
}
 
#site_header_search{
	top: 38px;
}

#site_tools_container{
	top: 40px;
}

#site_header{
	height: 80px;
	width:760px;
}

#content{
	width: 760px;
	padding: 10px 0 0px;
	color: #414342;
	font-family: "Courier New", Courier, Times New Roman, Serif;
}

#minicart{
	position: absolute;
	top: 96px;
}

/* home styles */

#feature_header{
	width: 760px;
	margin: 0;
    height: 305px;
    background: url(slides.jpg) no-repeat center bottom;
}

ul.slides { margin:0px; width: 760px; height: 295px; overflow:hidden; border:none; position:relative; padding: 0; list-style: none; }
ul.slides li { width: 760px; height: 295px; margin: 0; padding: 0; list-style: none; background: none;  }
ul.slides li img { border: none; padding: 0; }


/* middle feature section */
	
#feature_mid{
	position: relative;
	min-height: 230px;
	padding: 0 0 0 285px;
	margin: 10px -5px 0 0;
	z-index: 888;
	
}

* html #feature_mid{
	height: 230px;
}

#feature_mid:after {
	clear:both;
	visibility: hidden;
	height: 0;
	display: block;
	content: ".";
}


.paper-promo{
	width: 310px;
	height: 395px;
	background: url(paper-promo.png) no-repeat 0 0;
	position: absolute;
	top: -45px;
	left: -40px;
	text-indent:-9000px;
	display:block;
} .paper-promo:hover{ background-position:0 -395px; }

.tile-1{
	width: 230px;
	height: 275px;
	background: url(tile-1.jpg) no-repeat 0 0;
	float: left;
	position: relative;
	text-indent:-9000px;
	display:block;
}  .tile-1:hover { background-position:0 -275px; }

.tile-2{
	width: 215px;
	height: 345px;
	background: url(tile-2.jpg) no-repeat 0 0;
	float: left;
	position: relative;
	text-indent:-9000px;
	margin-left:20px;
	display:block;
} .tile-2:hover { background-position:0 -345px; }




#sticker{
	position: absolute;
	top: -40px;
	left: 15px;
	z-index: 888;
}

.flag-pin{
    position: absolute;
    top: -50px;
    right: -37px;
    width: 90px;
    height: 90px;
    display: block;
    background: url(flag-pin.png) no-repeat 0 0;
}

/* [ feature_bottom ] */

#feature_bottom{
	position: relative;
	min-height: 1px;
	margin: 0 -85px 0 0;
	z-index: 2;
}

* html #feature_bottom{
	height: 1px;
}

#feature_bottom:after {
	clear: both;
	visibility: hidden;
	height: 0;
	display: block;
	content: ".";
}


.bottom-feature{
	width: 515px;
	height: 250px;
	background: url(bottom-feature.jpg) no-repeat 0 0;
	float: right;
	text-indent:-9000px;
	position: relative;
	margin-right:90px;
	color: #1F201F;
} .bottom-feature:hover { background-position:0 -250px; }




#newsletter_signup{
	width: 228px;
	float: left;
	padding: 0px 0 0 5px;
	margin: 0px 0 0;
	position: absolute;
	top: 350px;
	left: 0;
	z-index: 999;
}

#newsletter_signup h3{
	background:url(newsletter.signup.jpg) no-repeat;
	text-indent:-9000px;
	height:60px;
	width:195px;
	display:block;
	margin:0 0 5px;
	
}

#newsletter_signup p{
	margin: 15px 0px 15px;
	line-height: 1.4em;
}

#newsletter_signup label{
	display: none;
}

#newsletter_signup .email_signup{
	width: 147px;
	height: 21px;
	border: 1px solid #e5bd20;
	padding: 3px 5px 0 5px;
	background: #fff;
	margin:6px 0 0;
	font-size: 12px;
	float: left;
	color:#ababab;

}

#newsletter_signup input.focus{
    color:#4d4d4d;
}

#newsletter_signup .signup_submit{
	width: 65px;
	height: 40px;
    margin: 0 0 0 -10px;
	border: none;
	background: url(submit.gif) no-repeat 0 0;
	text-transform: uppercase;
	text-indent: -7500px;
	cursor: pointer;
	padding: 0;
	float: left;
}

#newsletter_signup .signup_submit:hover{
	background-position: 0 -40px;
}

.pledge{
	width: 270px;
	height: 200px;
	background: url(pledge.jpg) no-repeat 0 0;
	float: left;
	position: relative;
	text-indent:-9000px;
	display:block;
	margin:20px 0 0 10px;
}  .pledge:hover { background-position:0 -200px; }
