@import url('/css/reset.css');

body {
line-height: 18px;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 12px;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
a {
	text-decoration: none;
	color: #2b2b2b;
}
a:hover {
	text-decoration: underline;
}

/***End Reset***/

#container { width: 1000px; margin: 20px auto 10px; }

.slide, .auto-slide, static-slide, .titled-slide, .bg-slide { width: 950px; height: 554px; overflow: hidden; }
.titled-slide { height: 605px; }
.bg-slide { height: 640px; float: left; }
.titled-slide h1 { margin: 10px 0 0; text-align: center; }
.titled-slide { text-align: center; }
.auto-slide, .static-slide { margin: 0 25px; }
.pressdetail { width: 600px; overflow: hidden; float: left; margin: 0 6px;  }
.slidebutton { display: inline-block; width: 22px; margin: 300px 20px 0; vertical-align: top; }

#logo a { display: block; width: 207px; height: 87px; margin: 0 auto; background-image: url('/images/logo.gif'); text-indent: -9999px; }

.presscontainer { width: 656px; margin: 0 auto; }
#presspage { width: 950px; margin: 0 25px; }
.pressitem { width: 160px; display: inline-block; padding: 10px;  margin: 0 26px 50px; }
.pressitem a { color: #282828; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 12px; }
.pressitem a:hover { color: #c29e21; }
.pressitem span { float: left; margin-top: 5px; }

.pressback { color: #282828; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 10px; }
.pressback:hover { color: #c29e21; }

#slides {
	width: 1000px;
}

.items {
	float: left;
	text-align: center;
	width: 150px;
}

.prev, .next {
	float: left;
	margin-top: 250px;
	height: 45px;
	width: 22px;
}

.prev {
	background: url('/images/prev.gif');
}
.next {
	background: url('/images/next.gif');
}
.prev:hover, .next:hover {
	background-position: 0 -45px;
}

#slides .slide, #slides .book-slide {
	float: left;
	margin: 0 3px;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

#copy {
	width: 100%;
	text-align: center;
	line-height: 22px;
	float: left;
	margin-top: -30px;
}
#copy h1 {
	text-transform: uppercase;
}
#copy dl, #copy dl dt, #copy dl dd {
	display: inline-block;
	text-align: left;
}
#copy dl {
	width: 304px;
}
#copy dl dt, #copy dl dd {
	width: auto;
}
#copy dl {
	margin: 0 auto;
	width: 780px;
}
#copy dt, #copy dd {
	float: left;	
}
#copy dd {
	margin-right: 30px;
	margin-left: 6px;
}
dl.bg-list {
	width: 320px !important;
}
dl.schumacher {
	width: 206px !important;
}
.last {
	margin-right: 0 !important;
}

#facebook {
	background: url('/images/facebook_button.png') no-repeat;
	width: 40px;
	height: 40px;
	float: right;
	margin: 10px 25px 0 0;
	text-indent: -9999px;
}
#facebook.fb-book {
	margin-top: -20px;
}

.static-slide img {
	float: left;
	margin-right: 30px;
}
.static-slide div {
	float: left;
	width: 45%;
}

.static-slide h1, .static-slide h2 {
	font-size: 13px;
	margin-top: 40px;
	line-height: 26px;
	text-transform: uppercase;
}
.static-slide h2 {
	line-height: 20px;
	margin-top: 10px;
}
.static-slide p {
	line-height: 20px;
	margin-bottom: 20px;
}

.static-slide ul {
	margin-top: -20px;
	list-style-type: disc;
	margin-left: 15px;
}
.ac {
	text-align: center;
}
.scroll-pane {
	height: 550px;
	overflow-y: scroll;
	padding-right: 16px;
}
.caption-left {
		float:left;
		margin-left:175px;
}
.caption-right {
		float:right;
		margin-right:145px;
}

#join_newsletter {
	color: #424242;
	display: block;
	float: left;
	margin: 12px 0 0 25px;
}

#join_newsletter p {
	margin: 0;
	padding: 0;
}

#join_newsletter.copy_page {
	margin-top: -40px;
}

#join_newsletter.products {
	margin-top: -40px;
}

#subscribe_email.inset {
	color: #424242;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 11px;
	margin-right: 6px;
	width: 180px;
	-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
   -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
   box-shadow: inset 0 3px 8px rgba(0,0,0,.24);
}

#subscribe_button {
	font-family: helvetica, verdana, arial, sans-serif;
	background: #DDB524 url(/images/alert-overlay.png) repeat-x;
    display: inline-block;
    padding: 1px 10px 2px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border: 0;
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;	
}
#subscribe_button:hover {
	background-color: #CFA619;
}

#copy.sup {
	margin-top: -60px;
}

.tall {
	height: 570px;
}