/* 
Producer XHTML/CSS
An Innuma Theme - Copyright 2010
http://innuma.com/
*/

* {
    margin:     0;
    padding:    0;
    border:     none;
}
body {
    font-size: 13px;
	line-height:19px;
    color: #A99877;
    font-family: Arial, Verdana, sans-serif;
    background: url('http://premierecollectibles.com/template/Styles/images/bpp/diablo3/bg.jpg') top center no-repeat #000000;
}
a {text-decoration:none;color:#D96500;}
p { margin-bottom:18px;}
p.sub{margin:10px 0;font-style:italic;font-size:13px;line-height:14px;margin-bottom:24px;}

#content_wrapper{
	width:994px;
	min-height:500px;
	margin:180px auto 0 auto;
}
h1 {color: #F3E6D0;font: normal 24px "Palatino Linotype", "Times", serif;}
h2{color:#5c1911;font: normal 24px "Palatino Linotype", "Times", serif;line-height:21px;margin-bottom:10px;}

/* Menu */
#menu_wrapper{width:100%;height:29px;}
#home{width:133px;height:29px;float:left;margin-left:1px;}
#home:hover{background:url('http://premierecollectibles.com/template/Styles/images/bpp/diablo3/menu/home_h.jpg') no-repeat;}
#purchase{width:161px;height:29px;float:left;}
#purchase:hover{background:url('http://premierecollectibles.com/template/Styles/images/bpp/diablo3/menu/purchase_h.jpg') no-repeat;}
#about_book{width:217px;height:29px;float:left;}
#about_book:hover{background:url('http://premierecollectibles.com/template/Styles/images/bpp/diablo3/menu/book_h.jpg') no-repeat;}
#about_author{width:244px;height:29px;float:left;}
#about_author:hover{background:url('http://premierecollectibles.com/template/Styles/images/bpp/diablo3/menu/author_h.jpg') no-repeat;}
#menu_wrapper a img{margin:0;padding:0;float:left;}


/* Content */
#main_wrapper{width:100%;background:url('http://premierecollectibles.com/template/Styles/images/bpp/diablo3/content_bg_r.jpg') repeat; margin-top:5px;}
#content_purchase{width:100%;background:url('http://premierecollectibles.com/template/Styles/images/bpp/diablo3/content_top_bg.jpg') no-repeat top center; min-height:190px;}
#content_footer{width:994px;min-height:100px;background:url('http://premierecollectibles.com/template/Styles/images/bpp/diablo3/content-bot.jpg') no-repeat;}

/* Purchase Book Section */
#purchase_left{float:left;margin:30px 0 10px 30px;width:580px;padding-bottom:30px;}
#purchase_left p{font-size:15px;padding-left:0px;}
.price{color:#682719;font-size:40px;letter-spacing:-1px;line-height:34px;font-weight:700;}
#purchase_right{float:right;margin:30px 30px 0px 0;}
#purchase_right #book_bg{position:relative;z-index:1;}
#order_now{width:260px;height:26px;text-align:center;background:url('http://premierecollectibles.com/template/Styles/images/bpp/diablo3/order_button.gif') no-repeat;color: #F3E6D0;font: normal 12px "Palatino Linotype", "Times", serif;text-transform: uppercase;}
#order_now:hover{background-position:0 -27px;}
#order_now p{padding-top:4px;font-size:13px;}
#discount{z-index:99;position:absolute;top:450px;margin-left:-130px;}

/* About the Book */
#content_book{float:left;margin:30px 0 30px 30px;width:580px;background:url('http://premierecollectibles.com/template/Styles/images/bpp/diablo3/news-bg.jpg') no-repeat top;padding-top:50px;}
#content_book .more{background: url("http://premierecollectibles.com/template/Styles/images/bpp/diablo3/flyout-arrows.gif") 98% -120px no-repeat;padding-right: 20px;}

/* About the Author */
#content_author{background:url('http://premierecollectibles.com/template/Styles/images/bpp/diablo3/sidebar-bg.jpg') repeat-y;float:right;width:350px;min-height:250px;}
#content_author_top{background:url('http://premierecollectibles.com/template/Styles/images/bpp/diablo3/sidebar-top.jpg') no-repeat top;width:250;min-height:245px;}
#content_author_inner{background:url('http://premierecollectibles.com/template/Styles/images/bpp/diablo3/sidebar-bot.jpg') no-repeat bottom;width:250;padding:80px 40px 140px 50px;}

/* Back to Top */
#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: -80px;
}

#back-top a {
	width: 60px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #7c5339;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #390d00;
}

/* arrow icon (span tag) */
#back-top span {
	width: 60px;
	height: 30px;
	display: block;
	margin-bottom: 7px;
	background: url('http://premierecollectibles.com/template/Styles/images/bpp/diablo3/up-arrow.png') no-repeat center center;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
}

/* Copyright */
#copyright{background:#000;color:#433A2E;width:100%;text-align:center;padding:20px 0;font-size:11px;}