@charset "UTF-8";
/* CSS stylesheet for Restock.com, in conjunction with Blueprint CSS. Visit blueprintcss.org for info */



body {
	background-image: url(../img/bg2.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #e4e4e4;
	}
	
a, a:visited, a:hover, a:active {
	text-decoration: underline;
	color: inherit;
}

a:hover, a:active {
	color: #09F;
}
	
.container {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #676767;
	border-left-color: #676767;
	background-color: #e9e9e9;

}

.tier-1 {
	border-top-color: #b1b1b1;
	background-color: #f3f3f3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #b1b1b1;
	}

p.slogan {
	letter-spacing: 1px;
	float: left;
	font-size: 16px;
	font-family: Helvetica, Verdana, Arial;
	color: #828282;
	padding-left: 20px;
	vertical-align: bottom;
	margin-bottom: 0px;
}
div.slogan {
	margin-bottom: -34px;
	margin-top: 32px;
}

div.signup {
	background-image: url(../img/signup.png);
	background-repeat: no-repeat;
	height: 31px;
	margin-top: 5px;
}
div.signup:hover {
	background-image: url(../img/signup_active.png)
}
div.signup:active {
	background-image: url(../img/signup_click.png)
}
div.signup span {display: none;}

#About_img {
	margin-bottom: 20px;
}
	
#Header {
	margin-top: 0px;
	padding-bottom: 15px;
	padding-top: 15px;
	}

#Header img {
	margin-left: 25px;
	padding-right: 20px;
	border-right: 1px solid #d4d4d4;
	float: left;
}

#Header h1 {
	margin: 0;
	padding: 0;
}

#Content {
	width: 825px;
	margin-left: 10px;
}


/** This is all the styling for the Extras section **/
.extra {
	margin: 20px;
	margin-left: 30px;
	margin-bottom: 10px;
	padding: 5px;
	height: 146px;
	width: 220px;
	overflow: hidden;
	background-image: url(../img/extra.png);
	background-repeat: no-repeat;
}
.extra h4 {
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}

div.extra_img {
	float: left;
	padding: 15px;
	padding-top: 0px;
	padding-left: 20px;
}

div.extra_links {
	float: left;
	font-size: 13px;
	margin-left: -10px;
} 

div.extra_links li {
	list-style: none;
	padding-top: 3px
}
#Extras {
	margin-top: 10px;
}

#Extras .first {
	margin-left: 40px;
}/** End extras styling. **/

#Info {
	
	margin: 10px 10px 0 0;
}

#Info p {
	/** margin: 15px 0 20px 0px;**/
	font-size: 12px;
	line-height: 20px;

}

#Info a {
	text-decoration: none;
	font-size: 15px;
	border-bottom: 1px solid #d4d4d4;
	
}
#Info a:hover {

}

#Info a:hover:before {
	
	color:#333
}

#FlashMovie {
	margin: 0;
	width: 600px;
	height: 340px;
}

#Footer {
	margin-top: 10px;
	font-size: 10px;
	text-align: center;
	color: #999;
}

#Navbar {
	float: left;
	width: 940px;
	/** margin-bottom: -1px; **/
	height: 31px;
}
	
#Navbar ul{
	margin: 0 0 0 20px;
	padding: 0;
	list-style:none;
	}
	
#Navbar li{
	float: left;
	margin: 0 5px 0 5px;
	padding: 0;
}

#Navbar a, #Navbar a:visited, #Navbar a:hover, #Navbar a:active {
	float:left;
	display:block;
	width: auto;
	padding: 4px 5px 6px 5px;
	/** Style **/
	text-decoration: none;
	font-size: 14px;
	color: #4d4d4d;
	
}

#Navbar .active, #Navbar li:hover{
	background: url(../img/sel_right.png) no-repeat right bottom;
	color: #4d4d4d;
}

#Navbar .active a, #Navbar a:hover{
	background: url(../img/sel_left.png) no-repeat left bottom;
	color: #4d4d4d;
}

#Signin_signup {
	float: right;
	margin-top: 32px;
	margin-right: 20px;
	font-size: 14px;
	color: #828282;
}
#Signin_signup a {
	text-decoration: none;
}

#Sidebar-left {
	
	z-index: 0;
	
	left: 10px;
	
	width: 150px;
	
	top: 100px;
	
	clear: left;
	
	position: absolute;
	
}

#Content div .content {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

/** Drupal override CSS (there may be other override CSS above) **/

.book-navigation .page-links {
	background-color: inherit;
	border-top: 0px solid white;
}

div.field-item p {
	margin: 0;
	margin-top: 7px;
	padding: 0;
}

