@charset "utf-8";
/* CSS Document */

/******** BEGIN BROWSWER RESET ********/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/******** END BROWSER RESET ********/

body {
	background:#6E6E6E;
	color:#C6C6C6;
	font-family:"Lucida Grande", Verdana,helvetica, arial, sans-serif ;
	font-size: 1.0em;
	}

a:link {color:#FFF; text-decoration:none;}
a:visited{color:#FFF; text-decoration:none;}
a:hover {color:#CBCBCB; text-decoration:none;}
a:active{color:#FFF; text-decoration:none;}

h1 {
	font-size: 1.3em;
	font-weight: 600;
	}

h2 {
	font-size:1.3;
	font-weight: 400;
}

h3 {
	font-size:1.0em;
	}

#container{
	width:960px;
	height:600px;
	margin: 15px auto 0 auto;
	/*border:1px solid #FFF;*/
	}
	
#header{
	background:url(../media/header.png);
	width:133px;
	height:45px;
	margin:0 0 0 0;
	float:left;
	clear:both;
	font-size:1.2em;
	}
	
#nav{
	width: auto;
	height:175px;
	position:absolute;
	top:75px;
	margin: 0 0 0 22px;
	}
	
#image {
	width:650px;
	height:590px;
	position:absolute;
	top:15px;
	margin: 0 0 0 150px;
	font-size:0.55em;
}	

img {
	/*border:1px solid #373737;*/
	display:block;
	margin: 5px auto;

	}
#prev{
	width:50px;
	height:20px;
	position:absolute;
	top:585px;
	margin: 0 0 0 0;
	}
#next{
	width:50px;
	height:20px;
	position:absolute;
	top:585px;
	margin:0 0 0 610px;
	
	}
#caption{
	width:100px;
	height:100px;
	position:absolute;
	}
	
#bookContent {
	width:700px;
	height:530px;
	position:absolute;
	top:75px;
	margin: 0 0 0 200px;
	font-size:.7em;
	color:#fff;
}

#bookText{
	width:300px;
	height:250px;
	margin:0 0 0 0;
	float:left;
}

#bookText p {
	margin:10px 0 0 0;
	line-height: 1.1em;
}

#bookImage {
	width: 400px;
	height:350px;
	float:right;
	margin: 0 0 0 0;
}
#bookImage p{
	margin:5px 0 0 50px;
}

#checkout {
	width:auto;
	height:auto;
	margin: 10px 0 0 0;
}

/****************** Contact Page/Form ****************/

#contactContent {
	width:400px;
	height:300px;
	position:absolute;
	top:60px;
	margin: 0 0 0 200px;
	font-size:.7em;
	color:#fff;
}
#contactForm{
	width:350px;
	height:250px;
	margin:15px 0 0 25px;
	font-size:0.9em;
}

#email, #name, #message{
	margin:15px 0 15px 0;
	border:none;
}

#email input{
	width:225px;
	margin: 0 0 0 9px;
	border:1px solid #5F5F5F;
}

#name input{
	width:225px;
	margin: 0 0 0 7px;
	border:1px solid #5F5F5F;
}

#message textarea{
	margin: 5px 0 0 46px;
	width: 225px;
	height:100px;
	border:1px solid #5F5F5F;
}

#submit, #reset{
	margin: 0 64px 0 46px;
	border:1px solid #5F5F5F;
	background:#BFBFBF;
	font-size:1.0em;
	}
		
/*************** End Contact *********/
	
#footer {
	margin: -5px 0 0 500px;
	width: auto;
	height: 15px;
	font-size:.5em;
}
/****** Classes *******/

.right {
	float:right;
}
	
/******************** NavigationBar Styles ********************/


#hide {
	position:absolute;
	top:30px;
	left:-50px;
}

ul#sliding-navigation
{
	list-style: none;
	font-size: .65em;
	padding: 0;
}

.navHeading {
	display:block;
	background:#5f5f5f;
	color: #fff;
	padding:2px 5px;
	font-size:1.1em;
	font-weight: normal;
	margin:0 0 0 -15px;
	width:95px;
	border-right:1px solid #333;
	}
	
ul#sliding-navigation li.sliding-element a
{
	display: block;
	width: 95px;
	padding: 2px 18px;
	margin: 0 0 5px 0;
}

ul#sliding-navigation li.sliding-element a
{
	color: #FFF;
	text-decoration: none;
}

ul#sliding-navigation li.sliding-element a:hover{ color: #CBCBCB; }