/* General Markup Styles
---------------------------------------- */

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	height: 101%;
}

body {
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
/*	background-image:url(../images/bg-body.jpg);*/
	background-repeat:no-repeat;
	font-size:11px;
	margin:0px;
	scrollbar-base-color:#610E08;
}

h1 {
	margin-top: 15px;
	font-weight: bold;
	font-size: 2em;
}

h2 {
	font-weight: normal;
	color: #3f3f3f;
	font-size: 2em;
}

p {
	line-height: 1.3em;
	font-size: 1.1em;
	margin-bottom: 1.5em;
}

img {
	border-width: 0;
}
table {
	border-collapse:collapse;
}
blockquote {
	overflow: hidden;
	height: 100%;
	margin: 0 24px 0  0;
	padding: 3px 0 0 24px;
	font-style: italic;
	color: #FFFFFF;
	border: none;
	}
a {
	color:#FFFFFF;
}
/* Main blocks

---------------------------------------- */
#wrap {
	padding: 0 20px;
	min-width: 650px;
}
#header {
	width: 960px;
	margin:0 auto;
	}
#site-description {
	font-size:1.5em;
	margin:5px 0;
	}
#navigation {
	width: 988px;
	height: 40px;
	margin: 0 auto;
	font: normal normal bold 14px/14px Verdana, Geneva, Tahoma, sans-serif;
	background-color:#990000;
	background-image:url(../images/site/menu-bg.jpg);
	border-bottom:1px solid #550000;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	}
#menu-nav {
	float: left;
	width: 988px;
	height: 25px;
	font-weight:normal;
	}
#navigation ul {
	list-style: none;
	margin: 0;
	}
#navigation li {
	float: left;
	border-right: 1px solid #FFFFFF;
	}
#navigation li:hover {
	float: left;
	border-right: 1px solid #CCCCCC;
	background-image:url(../images/site/menu-bg-r.jpg);
	}
#navigation a {
	display: block;
	padding: 10px 14px 15px 13px;
	color: #FFFFFF;
	text-decoration:none
	}
#navigation li.last-item {
border-right:none;
}
/**
* member message
************************************************/
#navigation #member-message {
	width: 100px;
	float: right;
	}
#member-message li {
	float: right;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	}
#member-message li a {
	padding: 7px 10px 6px 10px;
	}

#page-body, #page-footer {
width:960px;
margin:0 auto;
}
#column-big {
	width:74%; 
	float:right; 
	border:1px dotted #CCCCCC;
	min-height:500px
	
}
#column-mini {
	width:25%; 
	float:left; 
	border:1px dashed #CCCCCC;
	min-height:500px
	
}
h2.page-title { 
	padding:5px 0;
	margin-bottom:3px;
	border-bottom:1px dashed #CCCCCC;
	}
.page-title-wrap {
	background-color:#000000; 
	padding:5px 5px 10px 5px; 
}
.page-title-wrap h2{
	color:#FFFFFF; 
	border-bottom:1px solid #FFFFFF; 
	background-position:right center;
	background-repeat:no-repeat;
	padding-bottom:5px;
}
.cart-heading {
	background-image:url(../images/site/shopping2.jpg);
}
.categories {
	list-style: none;
	margin-left: 0;
	}
.categories li {
	padding: 0 0 0 18px;
	background: url(images/bullet.gif) no-repeat 3px 7px;
	font-size:14px;
	text-decoration:none;
	line-height:25px;
	}
.categories li a{
	text-decoration:none;
	display:block}
.product-thumb1 {
	width:450px;
	height:200px;
	border:1px solid #CCCCCC;
	margin:5px;
	float:left;
}
.product-thumb2 {
	width:300px;
	height:250px;
	border:1px solid #CCCCCC;
	margin:5px;
	float:left;
}
.product-thumb3 {
	width:210px;
	height:250px;
	border:1px solid #CCCCCC;
	margin:5px;
	float:left;
	padding:5px;
}
.product-img {
	border:1px dashed #EEEEEE;
	width:150px;
	height:150px;
	margin:2px;
	padding:5px
}
.ccNum {
	width:50px;
	margin-right:5px
	}
.quote-aource {
	font-size:14px;
}
#msg-email {
	padding-left:5px;
	font-weight:bold;
	color:#FFFF00

	}

/* Forms used. Registration Form */
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color:#999999;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 175px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	cursor:pointer;
}
form.login-user label { 
	width: 75px; 
	color:#FFFFFF;

}

form label.simple { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: auto; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}
form label.simple2 {
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
	width:auto;
}

form fieldset label:first-letter {  /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* you could instead underline first letter on each element and accesskey */
                                    /* each input but doing only legends lessens cognitive load */
						/* changed to label first letter, opera broke after first letter legend */
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form input, form select, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

#login form input, #login form select, #login form textarea {
	margin:0;
	margin-bottom:5px;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 185px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

small.simple {
	display: block;
	margin: 5px 0 5px 20px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
/* 
	cart Pages
*/
.cart {
	border-collapse:collapse;
	border-right:1px solid #999999;
	border-top:1px solid #999999;
	width:845px;
}
.cart th {
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding:3px;
	text-align:left;
	font-weight:bold;
}
.cart td {
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding:3px;
	text-align:left;
}
.cart td.numeric {
	text-align:right;
}
.cart-title {
	background-color:#000000;
	background-image:url(../images/shoping.jpg);
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	width:630px;
	height:39px;
	color:#999999;
	font-size:22px;
	letter-spacing:1px;
	padding-left:2px;
	float:left;
	background-repeat:no-repeat;
	overflow:auto;
}
.cart-shipping-label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 500px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
	cursor:pointer;
}

em.cart-val {
	float:right;
	width:100px;
	font-style:normal;
}
.cart-steps{
	list-style:none;
	color:#FFFFFF;
}
.cart-steps li {
	height:25px;
	line-height:25px;
	background-color:#333333;
	border:1px solid #999999;
	float:left;
	padding:5px 15px;
	margin-right:5px;
}
.cart-steps li.done {
	color:#999999;
	font-weight:bold;
	background-color:#111111;
}
.cart-steps li.active {
	font-weight:bold;
	background-color:#000000
}
.ul-error-messages {
	margin:15px 0 15px 30px;
	font-size:16px;
	}
.ul-error-messages {
	margin:15px 0 15px 30px;
	}
	
fieldset.cart-small {
	height:220px
}

/* Pagination
---------------------------------------- */
.pagination {
	height: 1%; /* IE tweak (holly hack) */
	width: auto;
	text-align: center;
	margin-top: 5px;
	margin-bottom:5px;
	float:none;
	font-size:16px;
}

.pagination span.page-sep {
	display:none;
}

li.pagination {
	margin-top: 0;
}

.pagination strong, .pagination b {
	font-weight: normal;
}

.pagination span strong {
	padding: 0 2px;
	margin: 0 2px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #000000;
	font-size: 0.9em;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	font-weight: normal;
	text-decoration: none;
	color: #5C758C;
	margin: 0 2px;
	padding: 0 2px;
	background-color: #eeeeee;
	border: 1px solid #B4BAC0;
	font-size: 0.9em;
	line-height: 1.5em;
}

.pagination span a:hover {
	border-color: #000000;
	background-color:#000000;
	color: #FFFFFF;
	text-decoration: none;
}

.pagination img {
	vertical-align: middle;
}

/* End pagination */
/*     New Template CSS                    */

.bdytxt
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	font-size:11px;
	text-align:left;
	text-decoration:underline;
	vertical-align:middle;

}
.bdytxt1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:10px;
	text-align:left;

}
.bdytxt2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#e1ff42;
	font-size:9px;
	text-align:left;
}

#bodywrapper
{
	width:987px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
#headerwraper
{
	width:987px;
/*	height:565px;*/
	margin-top:15px;
}
#headerwraper #logo
{
	width:987px;
	height:122px;
	background-image:url(../images/img-headerlogo.jpg);
	background-repeat:no-repeat;
	float:left;

}
#headerwraper #logo #login
{
	width:270px;
	margin-top:16px;
	margin-bottom:6px;
	margin-right:10px;
	height:100px;
	float:right;
	overflow:hidden;
}
#login a {
	color:#FFFFFF;
	text-decoration:none
	}
#login br {
	font-size:5px;
	}
.inputRound {
	border:1px solid #AAAAAA;
	background-color:#000000; 
	color:#FFFFFF; 
	padding:3px;
	width:165px
	}
.txtbox
{
	width:165px;
	margin-bottom:5px;
	height:21px;
	padding-top:5px;
	padding-left:10px;
	border:none;
	color:#000000;
	background-image:url(../images/txtbox-bg.jpg);
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	
}

/**
 *	Ticker
 */
#ticker-parent {
	border-top:3px solid #FFFFFF;
	padding-top:10px;
	height:40px;
	text-align:center;
	font-size:18px;
	vertical-align:middle;
	width:987px;
	font-family:"Courier New", Courier, monospace;
}

#site-menu {
}
 
/*
#headerwraper #boook
{
	width:987px;
	height:439px;
	background-image:url(../images/bg-head-book.jpg);
	background-repeat:repeat-x;
	float:left;

}
#headerwraper #boook #bokleft
{
	width:373px;
	height:365px;
	padding:15px 15px 15px 15px;
	margin-left:10px;
	margin-top:20px;
	float:left;
	background-image:url(../images/bg-book.jpg);
	background-repeat:no-repeat;

}
#headerwraper #boook #bokleft #imgbk
{
	width:254px;
	height:327px;
	float:left;

}
#headerwraper #boook #bokleft #imgbtn
{
	width:119px;
	height:227px;
	padding-top:50px;
	padding-bottom:50px;
	text-align:center;
	float:left;
}
*/
/**
 * buy Now book image with buttons 
**/
#boook
{
	width:395px;
	height:439px;
	background-image:url(../images/bg-head-book.jpg);
	background-repeat:repeat-x;
	float:left;
	padding-left:10px;
	margin-left:-20px;

}
#boook #bokleft
{
	width:373px;
	height:365px;
	padding:15px 15px 15px 15px;
	margin-top:20px;
	float:left;
	background-image:url(../images/site/bg-book.jpg);
	background-repeat:no-repeat;

}
#boook #bokleft #imgbk
{
	width:245px;
	height:327px;
	float:left;

}
#boook #bokleft #imgbtn
{
	width:119px;
	height:227px;
	padding-top:0;
	padding-bottom:50px;
	text-align:center;
	float:left;
}

/*******/

.txtbold
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	text-align:center;
	font-weight:bold;
}
#txtmsg
{
clear:both;
width:365px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	text-align:center;
	font-weight:bold;
}
#headerwraper #boook #vidright
{
	width:543px;
	height:386px;
	float:left;
	margin-top:25px;
	margin-left:15px;
}

.vidright
{
	width:543px;
	height:386px;
	margin-top:20px;
	display:block;
}
#page-inner {
	margin:10px;
	margin-bottom:0;
/*	background-color:#000000;*/
}
.retail-stores-list {
	margin-left:50px;
	font-size:16px;
	line-height:150%
}
.upcoming-events-list {
	list-style:square;
	margin-left:50px;
	font-size:16px;
	line-height:150%
}
#pages-main {
	width:987px;
	background:url(../images/site/bg-mid-body.jpg) left top repeat-x #000000;
	min-height:450px;
	margin-top:10px;
}

#pages-main h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	padding:5px 0;
	border-bottom:1px solid #FFFFFF;
	margin:10px 0 7px 0;
	}

#pages-main p{
	font-size:16px;
	padding:0 15px;
	line-height:150%;
	text-align:justify;
	}
	

#centbodywraper
{
	width:987px;
/*	height:750px;*/
/*	background:#960000;*/
	background:url(../images/site/bg-mid-body.jpg) left bottom repeat-x #000000;
	float:left;
	display:inline;
	margin-top:10px;
}


#centbodywraper #centleft
{
	width:524px;
/*	height:720px;*/
	padding: 0 15px 0 0;
	float:left;
	/*display:inline;*/

}
#centbodywraper #centleft #centlefttop
{
	width:525px;
/*	height:536px;*/
	padding-left:10px;
	padding-top:15px;
	float:left;
	background-image:url(../images/bg-sitefeature.jpg);
	background-repeat:no-repeat;
	/*border:1px solid #FFFF00;*/
}
#centbodywraper #centleft ul
{
	height:490px;
}
#centbodywraper #centleft #centlefttop #centlefttophead
{
	font-family:Arial, Helvetica, sans-serif;
	width:525px;
	height:39px;
	color:#999999;
	font-size:18px;
	letter-spacing:1px;
	/*font-weight:bold;*/
	padding-left:2px;
	/*padding:10px 10px 10px 10px;*/
	float:left;
	/*background-image:url(../images/img-sitefeature_title.jpg);*/
	background-repeat:no-repeat;
	overflow:auto;
}

/* ========================  Shopping Cart ============================*/

#centbodywraper #cartcenter
{
	width:850px;
	height:720px;
	padding: 15px 15px 15px 15px;
	float:left;
	/*border:1px solid #FF00FF;*/
	/*display:inline;*/

}
#centbodywraper #cartcenter #cartcentertop
{
	width:850px;
	height:536px;
	padding:10px 10px 10px 10px;
	float:left;
	/*background-image:url(../images/bg-sitefeature.jpg);
	background-repeat:no-repeat;*/


}


/* ========================End Shopping Cart ==========================*/
.home {
	background:url(../images/img-sitefeature_title.jpg) bottom right;
	}
.login {
	background:url(../images/login.jpg) bottom right no-repeat;
	}
.registration {
	background-image:url(../images/registration.jpg);
	}
#centlefttop #registration {
	margin:0;
	padding:10px 0 0 0 ;
	width:540px;
	height:450px;
	overflow:auto;
	}
#centlefttop #loginarea {
	margin:0;
	padding:10px 0 0 0 ;
	width:572px;
	height:497px;
	margin-left:auto;
	overflow:auto;
	/*border:1px solid #FFFF00;*/
	}
#centlefttop #shoppingcart
{
	margin:0;
	padding:10px 0 0 0 ;
	width:850px;
	height:497px;
	margin-left:auto;
	overflow:auto;
	/*border:1px solid #FFFF00;*/
}

#centlefttop ul
{

	margin:0;
	padding:10px 0 0 0 ;
	width:528px;
	height:497px;
	margin-left:auto;
	overflow:auto;
	/*border:1px solid #FFFF00;*/
}
#centlefttop ul li
{

	width:400px;
	background-image:url(../images/bullet-circle.jpg);
	background-repeat:no-repeat;
	line-height:130%;
	padding-left:55px;
	text-align:justify;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#cccccc;
	list-style:none;
	display:block;
	padding-bottom:8px;
	/*border:1px solid #00FFFF;*/

}
.sep
{
	width:533px;
	height:1px;
	background-image:url(../images/img-linesep.jpg);
	background-repeat:no-repeat;
}
.blulink
{
clear:both;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#3366ff;
	text-align:left;
	text-decoration:underline
}

.accesscode
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#3366ff;
	text-decoration:underline
}

.blulink a
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#3366ff;
	text-decoration:underline
}

.blulink a:hover
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#3366ff;
	text-decoration:none;
}
#centbodywraper #centleft #centleftbot
{

	width:523px;
	height:130px;
	padding:10px 10px 10px 10px;
	margin-top:15px;
	float:left;
	background:#000000;
}
#centbodywraper #centleft #centleftbothead
{
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:22px;
	letter-spacing:1px;
	background-image:url(../images/upcoming-evntstitle.jpg);
	background-repeat:no-repeat;
	width:520px;
	height:40px;
	padding:0;
	margin-top:0;
	float:left;
	/*border:1px solid #00FFFF;*/
}

#centleftbot ul
{
	margin:0;
	padding:0;
	width:510px;
	height:70px;
	/*border:1px solid #00FFFF;*/

}
#centleftbot ul li
{
	clear:both;
	width:450px;
	background-image:url(../images/bullet-right.jpg);
	background-repeat:no-repeat;
	line-height:130%;
	display:inline;
	margin-top:8px;
	margin-left:10px;
	padding-left:45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fffffff;
	list-style:none;
	display:block;
}
	
#centbodywraper #centright
{
	width:400px;
/*	height:680px;*/
	padding-left:20px;
	float:left;
}
.book-desc {
	width:370px;
	background:url(../images/site/bg-jason.gif) repeat-x bottom left;
	height:689px;
	border:1px solid #000000
}
.txtwhtbold
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:justify;
	color:#FFFFFF;
}

#footer
{
	width:810px;
	padding-top:15px;
	padding-bottom:15px;
	margin-top:10px;
	margin-bottom:20px;
	float:left;
	background:#990000;
	border-top:solid 3px #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	text-align:center;
	padding-left:177px;
}

#footer a {
	color:#FFFFFF;
	font-size:12px
}
/* Book Preview pages */

#book-container {
	width:535px;
	margin:0 auto;
}
#bookpage {
	border:3px solid #990000;

}
.book-buttons {
	margin:5px 0;
}
.book-buttons a{
/*	width:100px;
	padding:20px;
	border:1px solid #FFFF00;*/
	margin:5px;
	display:block;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFF00
}

#billInfoSection {
margin-left:50px;
top:270px;
position:absolute;
z-index:100;
border:2px solid #000000;
width:680px;
height:500px;
overflow:auto;
background:url("../images/site/bg-mid-body.jpg") repeat-x scroll left center #000000;
display:none
}

.tblOfficeMain {
border-collapse:collapse;
}

.tblOfficeMain td{
vertical-align:top;
text-align:center;
}

.tblOfficeMain td div{
text-align:left;
padding:5px 15px;
font-size:14px
}
.underlineText {
text-decoration:underline
}














