/* CSS Document */

html, body {
	height: 100%;
	padding: 0px; 
	margin: 0px; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	color: #666;
	background: #dbd5c5 url(../images/main_bg.gif) repeat-y center top;
}

table,td,tr {
	padding: 5px;
}

p {
	line-height: 1.5em;
	padding: 0px 0px 20px 0px; 
	margin: 0px; 
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
}

h1 {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #990000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px; 
}

.text-field {
	width: 200px;
	height:16px;
	font-size: 10px;
	border: 1px #887259 solid;
	background-color:#FFFFFF;
}

.text-field-required {
	width: 200px;
	height:16px;
	font-size: 10px;
	border: 1px #887259 solid;
	background-color:#FFE6E6;
}

.memo-field {
	width: 300px;
	height: 100px;
	border: 1px #887259 solid;
	background-color:#FFFFFF;
}

.memo-field-required {
	width: 300px;
	height: 100px;
	border: 1px #887259 solid;
	background-color:#FFE6E6;
}

.button-small {
	width: 35px;
	font-size: 10px; 
}

.book-head {
	font-weight: bold;
	color: #990000;
	font-size: 20px; line-height:30px;
}

.book-subhead {
	font-weight: bold;
	color: #990000;
	font-size: 14px;
}

.red-bold {
	font-weight: bold;
	color: #990000;
}

.top-line-dashed {
	border-top:dashed #887259 1px;
}

#wrapper {
	width: 900px;
	padding: 0px;
	margin: 0px auto;
}

#header {
	position: relative;
	top: 0px;
	left: 0px;
	color: #333;
	width: 900px;
	height: 120px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/main_header.gif);
}

/* ----------------------------------------------------------- */
/* Top Nav */
#top-nav {
	width: 900px;
	height: 30px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	background-image: url(../images/top_nav_bg.gif);
	left: 0px;
	padding: 0px;
	margin: 0px;
}
#top-nav ul li {
	display: inline;
	float: left;
	list-style: none;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-right: 0px;
}
#top-nav ul li a {
	color: #887259;
	text-decoration: none;
}
#top-nav ul li a:hover {
	color: #fff;
}


/* Home */
#top-nav ul li#home {
	margin: 0 0 0 25px;
	padding: 0 25px 0 25px;
}
#top-nav ul li#home a {
	display: block;
	height: 30px;
}
#top-nav ul li#home a:hover {
	color: #000;
}
#top-nav ul li#homeactive a {
	background-color: #c9c0ab;
	display: block;
	color: #fff;
	padding: 0 25px 0 25px;
	margin: 0 0 0 25px;
}


/* About */
#top-nav ul li#about {
	margin: 0px;
	padding: 0 25px 0 25px;
}
#top-nav ul li#about a {
	display: block;
	height: 30px;
}
#top-nav ul li#about a:hover {
	color: #000;
}
#top-nav ul li#aboutactive a {
	background-color: #c9c0ab;
	display: block;
	color: #fff;
	padding: 0 25px 0 25px;
	margin: 0px;
}

/* Products */
#top-nav ul li#products {
	margin: 0px;
	padding: 0 25px 0 25px;
}
#top-nav ul li#products a {
	display: block;
	height: 30px;
}
#top-nav ul li#products a:hover {
	color: #000;
}
#top-nav ul li#productsactive a {
	background-color: #c9c0ab;
	display: block;
	color: #fff;
	padding: 0 25px 0 25px;
	margin: 0px;
}

/* Updates */
#top-nav ul li#updates {
	margin: 0px;
	padding: 0 25px 0 25px;
}
#top-nav ul li#updates a {
	display: block;
	height: 30px;
}
#top-nav ul li#updates a:hover {
	color: #000;
}
#top-nav ul li#updatesactive a {
	background-color: #c9c0ab;
	display: block;
	color: #fff;
	padding: 0 25px 0 25px;
	margin: 0px;
}

/* Purchase */
#top-nav ul li#purchase {
	margin: 0px;
	padding: 0 25px 0 25px;
}
#top-nav ul li#purchase a {
	display: block;
	height: 30px;
}
#top-nav ul li#purchase a:hover {
	color: #000;
}
#top-nav ul li#purchaseactive a {
	background-color: #c9c0ab;
	display: block;
	color: #fff;
	padding: 0 25px 0 25px;
	margin: 0px;
}

/* Contact us */
#top-nav ul li#contact {
	margin: 0px;
	padding: 0 25px 0 25px;
}
#top-nav ul li#contact a {
	display: block;
	height: 30px;
}
#top-nav ul li#contact a:hover {
	color: #000;
}
#top-nav ul li#contactactive a {
	background-color: #c9c0ab;
	display: block;
	color: #fff;
	padding: 0 25px 0 25px;
	margin: 0px;
}




#main-content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 900px;
	padding: 0px;
	margin: 0px;
	display: inline;
	float: left; background-color:#FFFFFF;
}

#breadcrumb {
	position: relative;
	top: 0px;
	left: 0px;
	width: 860px;
	padding: 10px 20px 10px 20px;
	margin: 0px;
	display: inline;
	float: left;
	border-bottom:dashed #887259 1px;
	font-weight: bold;
	color: #887259;
	font-size: 12px;
}

#breadcrumb-store {
	position: relative;
	top: 0px;
	left: 0px;
	width: 360px;
	padding: 10px 20px 10px 20px;
	margin: 0px;
	display: inline;
	float: left;
	font-weight: bold;
	color: #887259;
	font-size: 12px;
}

#cart-links {
	position: relative;
	top: 0px;
	left: 0px;
	width: 460px;
	padding: 10px 20px 10px 20px;
	margin: 0px;
	display: inline;
	float: right;
	font-weight: bold;
	color: #887259;
	text-align:right;
}

#left-column-home {
	position: relative;
	top: 0px;
	left: 0px;
	width: 500px;
	padding: 20px;
	margin: 0px;
	display: inline;
	float: left;
	border-right:dashed #887259 1px;
}

#right-column-home {
	position: relative;
	top: 0px;
	left: 0px;
	width: 319px;
	padding: 20px;
	margin: 0px;
	display: inline;
	float: left;
}

#single-column-about {
	position: relative;
	top: 0px;
	left: 0px;
	width: 860px;
	padding: 20px;
	margin: 0px;
	display: inline;
	float: left;
}

#single-column-terms {
	position: relative;
	top: 0px;
	left: 0px;
	width: 860px;
	padding: 20px;
	margin: 0px;
	display: inline;
	float: left;
}

#single-column-privacy {
	position: relative;
	top: 0px;
	left: 0px;
	width: 860px;
	padding: 20px;
	margin: 0px;
	display: inline;
	float: left;
}

#single-column-products {
	position: relative;
	top: 0px;
	left: 0px;
	width: 860px;
	padding: 20px;
	margin: 0px;
	display: inline;
	float: left;
}

#left-column-products {
	position: relative;
	top: 0px;
	left: 0px;
	width: 600px;
	padding: 20px;
	margin: 0px;
	display: inline;
	float: left;
	border-right:dashed #887259 1px;
}

#right-column-products {
	position: relative;
	top: 0px;
	left: 0px;
	width: 218px;
	padding: 20px;
	margin: 0px;
	display: inline;
	float: left;
	text-align:center;
}

#left-column-preview {
	position: relative;
	top: 0px;
	left: 0px;
	width: 149px;
	padding: 20px;
	margin: 0px;
	display: inline;
	float: left;
	text-align:center;
	border-right:dashed #887259 1px;
}

#right-column-preview {
	position: relative;
	top: 0px;
	left: 0px;
	width: 670px;
	padding: 20px;
	margin: 0px;
	display: inline;
	float: left;
	text-align:center;
}

#single-column-updates {
	position: relative;
	top: 0px;
	left: 0px;
	width: 860px;
	padding: 20px;
	margin: 0px;
	display: inline;
	float: left;
}


#left-column-contact {
	position: relative;
	top: 0px;
	left: 0px;
	width: 500px;
	padding: 20px;
	margin: 0px;
	display: inline;
	float: left;
	border-right:dashed #887259 1px;
}

#right-column-contact {
	position: relative;
	top: 0px;
	left: 0px;
	width: 319px;
	padding: 20px;
	margin: 0px;
	display: inline;
	float: left;
}

#single-column-subscribe {
	position: relative;
	top: 0px;
	left: 0px;
	width: 860px;
	padding: 20px;
	margin: 0px;
	display: inline;
	float: left;
}


#left-column-subscribe {
	position: relative;
	top: 0px;
	left: 0px;
	width: 410px;
	padding: 20px;
	margin: 0px;
	display: inline;
	float: left;
	border-right:dashed #887259 1px;
}

#right-column-subscribe {
	position: relative;
	top: 0px;
	left: 0px;
	width: 409px;
	padding: 20px;
	margin: 0px;
	display: inline;
	float: left;
}

#footer {
	width: 860px;
	height: 50px;
	padding: 10px 20px 0px 20px;
	margin: 0px;
	float: left;
	clear: both;
	font-size: 10px;
	border-top:dashed #887259 1px;
	text-align:center;
	color:#887259;
}


a:link 
{ color: #666; font-weight: normal; text-decoration: underline; }
a:active
{ color: #666; font-weight: normal; text-decoration: underline; }
a:visited
{ color: #666; font-weight: normal; text-decoration: underline; }
a:hover
{ color: #000; font-weight: normal; text-decoration: underline; }


a.footerLink:link 
{ color: #887259; font-weight: normal; text-decoration: underline; font-size: 10px; }
a.footerLink:active
{ color: #887259; font-weight: normal; text-decoration: underline; font-size: 10px; }
a.footerLink:visited
{ color: #887259; font-weight: normal; text-decoration: underline; font-size: 10px; }
a.footerLink:hover
{ color: #4D4133; font-weight: normal; text-decoration: underline; font-size: 10px; }


a.boldLink:link 
{ color: #666; font-weight: bold; text-decoration: underline; }
a.boldLink:active
{ color: #666; font-weight: bold; text-decoration: underline; }
a.boldLink:visited
{ color: #666; font-weight: bold; text-decoration: underline; }
a.boldLink:hover
{ color: #000; font-weight: bold; text-decoration: underline; }
