@charset "utf-8";
/* CSS Document */

body { 
	margin:0px;
	padding:0px;
	background-color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333;
}
img {
	border:0px;	
}
.clear{
	clear:both;	
}

h1{
	margin:0;
	padding: 0 0 0 10px;
	font-size:18px;
	
}
h1 a{
	color:#333;	
}

h2 {
	margin:0;
	padding:0;
	display:block;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}
a{
	color:#C7A052;	
}
a:hover{
	text-decoration:none;	
}
#wrapper{
	width:100%;
	background-image:url(/images/bg-main.png);
	background-repeat:repeat-x;
	background-color:#FFF;
}

#header{
	width:984px;
	height:198px;
	background-image:url(/images/header-bg.png);
	background-repeat:no-repeat;
	margin:0 auto 0 auto;
	padding:0;
	position:relative;
}
#header-bottom{
	width:952px;	
	height:35px;
	margin:0px auto 0px auto;
	background-image:url(/images/header-bottom-bg.png);
	background-repeat:repeat-x;
}
#icon-wrapper{
	height:35px;
	width:138px;
	margin: 0 50px 0 0;
	background-color:#6b6b6b;
	float:right;
	padding-left:8px;
}
#icon-wrapper img{
	margin:4px 8px 0 8px;	
}
#content{ /* change to main! */
	width:934px;
	background-image:url(/images/content-bg.png);
	background-repeat:no-repeat;
	padding:0 25px 10px 25px;
	margin:0 auto 0 auto;
}
#footer-top{
	width:100%;
	height:6px;
	background-color:#C6C6C6;
}


#nav-wrapper{
	width:390px;
	height:64px;
	position:absolute;
	bottom:0px;
	left:135px;
}
#nav-wrapper ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav-wrapper li {
	float:left;
	height:64px;
	margin:0 20px 0 0;
	padding:0;
	list-style:none;
}
#nav-wrapper li:hover{
	background-image:url(/images/nav-bg.png);
	background-repeat:repeat-x;
}


#left-col{
	width:580px;
	float:left;
	line-height:20px;
	margin:0 10px 0 10px;
}
#full-col{
	width:890px;
	line-height:20px;
	margin:0 10px 0 10px;
}
#right-col{
	width:320px;
	float:left;
	margin-left:13px;
	line-height:20px;
}

.title{ /* change to section-title */
	width:100%;
	height:25px;
	background-color:#E0E0E0;
	color:#7e7e7e;
	display:block;
	line-height:25px;
	margin:10px 0 10px 0;
}

/* HOME */

.book-right{
	float:right;
	width:155px;
}
.book-left{
	width:150px;
	float:left;
	margin:0 10px 10px 0;
}
.more{
	width:100%;
	height:22px;
	background-color:#fff;
	border:1px solid #E0E0E0;
	text-align:center;
	line-height:22px;
	margin:10px 0 0 0;
	color:#333;
}
.more a{
	color:#333;	
}
.more a:hover{
	text-decoration:none;	
}

#footer{
	width:100%;
	padding: 15px 0 15px 0;
	margin:0 auto 0 auto;
	text-align: center;
	color:#CCC;
	background-color:#333;
	font-size:10px;
	position:relative;
}
#footer-links{
	width:350px;
	margin: 10px auto 20px auto;
}
#footer ul{
	padding:0;
	margin:0 auto 0 auto;
}
#footer li{
	list-style:none;
	float:left;
	margin:0 7px 0 7px;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	color:#fff;
	text-decoration:underline;
}


.book-lg{
	width:250px;
	float:left;
	margin:0 15px 10px 0;
}
.book-details{
	width: 230px;
	padding:10px;
	margin:10px 0 0 0;
	background-color:#e7e7e7;
	border:1px solid #ccc;
}
.book-details img{
	margin:10px 0 0 15px;
}
#btn-book-top{
	width:169px;
	height:198px;
	position:absolute;
	top:0px;
	left:526px;
}
