/*
	General Styles
*/

	html, body {
		border: 0px;
		padding: 0px;
		margin: 0px;
	}
	
	body {
		background-image: url('../_images/bg-body.jpg');
		background-repeat: repeat-x;
		background-position: top left;
		background-color: #393a3a;
		text-align: center;
	}
	
	p {
		color: #ccc;
		font-size: 14px;
	}
	
	a {
		color: #CCC;
		text-decoration: none;
		text-align: left;
		font-family: Arial, Helvetica, sans serif;
	}
	
	a:visited {
		color: #59595b;
	}
	
	a:hover {
		color: #fff;
		text-decoration: underline;
	}
	
	h2 {
		font-size: 20px;
		font-family: Arial, Helvetica, sans serif;
		font-weight: normal;
		color: #fff;
		margin: 0px 0px 10px 0px;
		padding: 0px;
	}
	
	#water {
		width: 100%;
		background-image: url('../_images/bg-water.jpg');
		background-repeat: no-repeat;
		background-position: top center;
		text-align: center;
	}
	
	#container {
		margin: 0px auto;
		padding: 0px;
		width: 980px;
		height: 800px;
		text-align: left;
		color: #CCC;
		font-family: Arial, Helvetica, sans serif;
		font-size: 14px;
	}


/*
	Header & Top Navigation
*/

	#header {
		width: 980px;
		height: 135px;
	}
	
	#header img {
		margin: 35px 0px 0px 30px;
	}
	
	#nav_top {
		font-family: Arial, Helvetica, sans serif;
		font-size: 12px;
		color: #ECECEC;
		text-align: right;
		margin: 15px 50px 0px 0px;
	}
	
	#nav_top a {
		padding: 0px 10px;
		color: #949698;
		text-decoration: none;
	}
	
	#nav_top a:visited {
		color: #59595b;
	}
	
	#nav_top a:hover {
		color: #fff;
		text-decoration: underline;
	}

/*
	Left Navigation
*/
		
	#nav_left {
		font-family: Arial, Helvetica, sans-serif;
		background-image: url('../_images/bg-left.jpg');
		background-position: top left;
		background-repeat: no-repeat;
		float: left;
		width: 192px;
		/*height: 550px;*/
		margin: -5px 0px 0px 0px;
		padding: 15px 10px 0px 0px;
		text-align: right;
	}


	#nav_left h3 {
		font-size: 14px;
		margin: 0px;
		padding: 0px;
		font-weight: normal;
	}
	#nav_left ul {
		list-style: none;
		margin: 0px 0px 15px 0px;
		padding: 0px;
	}

	
	#nav_left li {
		font-size: 12px;
		margin: 0px;
		padding: 0px;
		display: inline;
	}
	#nav_left a {
		display: block;
		padding: 7px 15px 7px 15px;
		margin: 0;
		color: #949698;
		text-decoration: none;
	}
	#nav_left a:visited {
		color: #58595b;
	}
	#nav_left a:hover {
		color: #fff;
	}
	#nav_left h3 a:link, #nav_left h3 a:visited {
		text-transform: uppercase;
		color: #d4d6d8;
	}

/*
	Content area, slideshow, dropshadow
*/
	#main {
		width: 100%;
		overflow: hidden;
	}
	
	#content {
		width: 765px;
		/*min-height: 600px;*/
		margin: 0px 0px 0px 210px;
		padding: 0px 0px 20px 0px;
		text-align: center;
	}
	
	#book_content {
		width: 765px;
		/*min-height: 600px;*/
		margin: 0px 0px 0px 210px;
		padding: 0px 0px 20px 0px;
	}
	
	#content.wide {
		width: 975px;
		margin: 0px;
		text-align: left;
	}
	
	#content p {
		line-height: 20px;
	}
	img.dropshadow {
		background-image: url('../_images/dropshadow.png');
		background-position: bottom right;
		background-repeat: no-repeat;
		padding: 0px 6px 6px 0px;
	}
	
	#slideshow {
		text-align: left;
	}
	
	#slideshow img {
		position: absolute;
	}
	
	img.photo {
		cursor: pointer;
	}
	
	img.dropshadow.transition {
		background-image: url('../_images/dropshadow.8.png');
	}
	
	* html img.dropshadow {
		/* IE6 hack for PNG 8 */
		background-image: url('../_images/dropshadow.8.png');
	}
	
	#desc {
		text-align: left;
		font-size: 13px;
	}


/*
	Bottom area
*/

	#bottom {
		height: 185px;
		overflow: hidden;
		font-family: Arial, Helvetica, sans serif;
		color: #ececec;
		font-size: 12px;
	}
	
	#bottom div {
		height: 175px;
		width: 275px;
		position: relative;
	}
	#bottom a, #bottom a:visited {
		color: #ccc;
	}
	#bottom a:link {
		text-decoration: none; ;
	}
	#bottom a:visited, #bottom a:hover {
		text-decoration: none;
		color: #FFF;
	}
	
	#entrancebottom {
		height: 175px;
		width: 800px;
		position: relative;
		overflow: hidden;
		font-family: Arial, Helvetica, Verdana; sans serif;
		color: #ffffff;
		text-align: left;
		font-size: 12px;
		padding: 30px 0 0 0;
	}
	
	
	#bottom p {
		margin: 0px;
		padding: 0px;
		font-size:12px;
	}
	
	#left {
		text-align: left;
		padding: 0px;
		width: 600px;
		color: #CCCCCC;
	}
	
	#middle {
		left: 395px;
		top: -175px;
		padding: 0px;
	}
	
	#right {
		left: 700px;
		top: -350px;
		padding: 0px;
	}
	
	#quantity {
		width: 2em;
		text-align: center;
	}

.thumb {
	float: left;
	width: 225px;
	height: 165px;
	text-align: center;
	line-height: 165px;
}
.thumbbook {
	float: left;
	width: 225px;
	height: 165px;
	text-align: center;
}
.thumb img {
	vertical-align: middle;
}

#minHeightHack {
	height: 600px;
	width: 1px;
	margin: 0px;
	padding: 0px;
	float: right;
}

.page {
	position: absolute;
	height: 500px;
	width: 675px;
}

#controls {
	float: right;
	margin: 125px 20px 0px 0px;
	height: 370px;
}
#controls img {
	padding: 15px 0px;
}

label {
	float: left;
	width: 120px;
	margin: 5px 0px 0px 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana; sans serif;
}
input, textarea, select {
	background-color: #111;
	border: 1px solid #444;
	color: #fff;
	margin: 5px 0px 0px 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana; sans serif;
}

#name, #email, #phone {
	width: 162px;
	padding: 2px 4px;
}
#qc {
	width: 282px;
	height: 150px;
	padding: 4px;
}
#submit {
	padding: 4px;
}

/*
	Cart CSS
*/
	
	#cart {
		border-collapse: collapse;
		float: right;
		margin-right: 80px;
		text-align: left;
	}
	
	#cart th {
		padding: 5px 5px 5px 5px;
		text-align: center;
		border-bottom: 1px solid white;
	}
	
	#cart td {
		padding: 5px 10px;
		border-bottom: 1px solid white;
		font-size:16px;
	}

	#cart input.quantity {
		width: 2em;
		text-align: center;
		margin: auto;
	}
	#cart td.item {
		text-align: center;
		padding: 20px;
		font-size: 12px;
	}
	#cart td.item img {
		padding-bottom: 10px;
	}
	#cart td.quantity {
		text-align: center;
	}
	#cart td.price {
		text-align: center;
	}
	#cart td.total, #cart th.total {
		text-align: left;
		padding-left: 20px;
	}
	#cart .total th {
		text-align: right;
		border-bottom: none;
	}
	#cart .total td {
		text-align: left;
		padding-left: 20px;
		border-bottom: none;
	}
	#cart td.empty {
		font-size: 13px;
	}
