body  {
	background: #FFF;
	margin: 0;
	padding: 0;
}

/************************* Containers *****************************/

.container {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
} 

/************************* Navigation *****************************/

ul.nav {
	float: left;
}

ul.nav li {
	display: inline;
}

ul.nav a:link, ul.nav a:visited {
	text-decoration: none;
	color: #FFF;
	display: inline-block;
	padding: 10px 15px;
	border-left: 8px solid #fff;
	width: 120px;
	text-align: center;
	background: #9D0917;
	vertical-align: middle;
	height: 35px;
	font: 90%/1.25 'FlorencesansRegular', Verdana, Geneva, sans-serif;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #ABB9D7;
} 

/************************* Vertical Navigation *****************************/

ul.vert_nav {
	list-style: none;
	float: left;
}

ul.vert_nav a:link, ul.vert_nav a:visited {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 7px 15px;
	border-bottom: 8px solid #fff;
	width: 120px;
	text-align: center;
	background: #ABB9D7;
	height: 30px;
	font: 80%/1.25 'FlorencesansRegular', Verdana, Geneva, sans-serif;
	margin-left: 8px;
	margin-right: 14px;
}

ul.vert_nav a:hover, ul.vert_nav a:active, ul.vert_nav a:focus {
	background: #039;
}  

/************************* Header *****************************/

.header {
	background: #ffffff;
	height: 150px;
	padding-left: 440px;
} 

/************************* Main Content *****************************/

.index_main_content {

	padding: 0 0 0 365px;
	position: absolute;
	top: 200px;
} 

.main_content {
	padding: 20px 0px 0px 323px;
	position: absolute;
} 

/************************* Text Area *****************************/

.text_area {
	border: 3px solid #039;
	height: 450px;
	width: 445px;
	overflow: auto;
	padding: 10px;
	float: right;
}

.text_area > img, .text_area > a > img {
	margin: 5px 10px 10px 0px;
	-moz-box-shadow: 4px 4px 4px #333;
	-webkit-box-shadow: 4px 4px 4px #333;
	box-shadow: 4px 4px 4px #333;
}

/* DELETE IF NO PROBLEMS
.alt_text_area {
	border: 3px solid #039;
	height: 450px;
	width: 445px;
	overflow: auto;
	padding: 10px;
	float: right;
}*/

/************************* Sidebar *****************************/

.sidebar1 {
	float: left;
	width: 302px;
	height: 100%;
	min-height: 750px;
	background: url(../images/book-stack-2.png) no-repeat;
	margin-left: 20px;
	z-index: 5;
	position: relative;
}

/************************* Footer *****************************/

.footer {
	padding: 0px;
	margin: 0px;
} 

.footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font: 75% 'FlorencesansRegular', Verdana, Geneva, sans-serif;
}

/************************* Footer Links *****************************/

.footer a:link {
	font: 80% 'FlorencesansRegular', Verdana, Geneva, sans-serif;
	color: #039;
}

/*.footer a:visited {
	
}*/

.footer a:hover, a:active, a:focus { 
	color: #9D0917;
}

/************************* Floats *****************************/

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/************************* Standard Text *****************************/

h1 {
	padding: 0;
	font: 200%/1 'FlorencesansRegular', Verdana, Geneva, sans-serif;
	text-align: right;
	color: #9D0917;/*	text-shadow: 0 .1px 0 #C33, 0 -.1px 0 #C33, .1px 0 0 #C33, -.1px 0 0 #C33; */
}

h2 {
	font: 150% 'FlorencesansRegular', Verdana, Geneva, sans-serif;
	color: #039;
	margin-left: 0px;
	padding-bottom: 15px;
	padding-top: 5px;
}

h3 {
	color: #039;
	font: 125% 'FlorencesansRegular', Verdana, Geneva, sans-serif;
	padding-top: 15px;
	padding-bottom: 4px;
}

h4 {
	font: 100% 'FlorencesansRegular', Verdana, Geneva, sans-serif;
	color: #039;
	margin-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}

p {
	line-height: 1.2;
	padding-bottom: 10px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
}

.secondary_para {
	padding-top: 15px;
}


/************************* Standard Links *****************************/

/*a:link {

}

a:visited {

}*/

a:hover, a:active, a:focus { 
	color: #9D0917;
}


/************************* Blue Band *****************************/
.blue_band {
	background: #F7F8FB;
	height: 275px;
	border-top: 5px solid #ABB9D7;
	border-bottom: 5px solid #ABB9D7;
	left: 0px;
	z-index: 0;
	margin-top: 30px;
}

.blue_band_small {
	background: #F7F8FB;
	height: 50px;
	border-top: 5px solid #ABB9D7;
	border-bottom: 5px solid #ABB9D7;
	left: 0px;
	z-index: 0;
	margin-top: 30px;
}

/************************* Homepage Only *****************************/

.book_covers {
	height: 240px;
	margin-left: 454px;
	z-index: 6;
	position:absolute;
}

.book_covers img {
	margin: 16px 7px;
	-moz-box-shadow: 4px 4px 4px #333;
	-webkit-box-shadow: 4px 4px 4px #333;
	box-shadow: 4px 4px 4px #333;
}

.homepage_links {
	margin-top: 270px;
	margin-left: 90px;
	float: left;
	width: 330px;
	height: 265px;
}

ul.nav-sellers {
	float: none;
}

ul.nav-sellers li {
	display: inline;
}

 ul.nav-sellers a:link, ul.nav-sellers a:visited {
	text-decoration: none;
	color: #FFF;
	display: inline-block;
	padding: 2px 15px;
	border-left: 8px solid #fff;
	border-bottom: 8px solid #fff;
	width: 120px;
	height: 40px;
	text-align: center;
	background: #ABB9D7;
	vertical-align: middle;
	font: 100%/1.1 'FlorencesansRegular', Verdana, Geneva, sans-serif;
}

ul.nav-sellers a:hover, ul.nav-sellers a:active, ul.nav-sellers a:focus {
	background: #039;
} 

.revised_box {
	width: 120px;
	float: right;
	margin-top: 270px;
	right: 0px;
	margin-left: 30px;
	border: 1px solid #039;
	padding: 10px 20px 20px;
	background: #F7F8FB;
	font: italic 100% Garamond, Georgia, "Times New Roman", Times, serif;
}

.revised_box ul li {
	list-style: disc outside;
	margin-left: 20px;
}

/************************* Welcome Page Only *****************************/

.video {
	
	margin-top: 80px;
	height: 370px;
	width: 500px;
	z-index: 6;
	position:absolute;
	background-color:#666;
}

.welcome_links {
	width: 120px;
	float: right;
	margin-top: 270px;
	right: 0px;
	margin-left: 20px;
	padding-top: 10px;

}

.reviews {
	margin-top: 250px;
	padding-top: 5px;
	margin-left: 100px;
	float: left;
	width: 320px;
}

.reviews p {
	font: 100%/1.1 'FlorencesansRegular', Verdana, Geneva, sans-serif;
	color: #000;
}

.review_credit {
	color: #9D0917;
}



/************************* Complete Sellers Page (where_to_buy.html)Only *****************************/

ul.complete-sellers {
	float: none;
}

ul.complete-sellers li {
	display: inline;
}

ul.complete-sellers a:link, ul.complete-sellers a:visited {
	text-decoration: none;
	color: #FFF;
	display: inline-block;
	padding: 2px 5px;
	border-right: 6px solid #fff;
	border-bottom: 8px solid #fff;
	width: 120px;
	height: 40px;
	text-align: center;
	background: #ABB9D7;
	vertical-align: middle;
	font: 100%/1.25 'FlorencesansRegular', Verdana, Geneva, sans-serif;
}

ul.complete-sellers a:hover, ul.complete-sellers a:active, ul.complete-sellers a:focus {
	background: #9D0917;
} 

/************************* Forms *****************************/

#mainForm 
{
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 100%;
	background-color: #ffffff;
}

ul.mainForm
{
	list-style-type: none;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;

}

li.mainForm
{
	padding-bottom: 5px;
}


#mainFormError
{
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 100%;
}



input.mainFormError
{
	background-color: #FADADD;
}


textarea.mainFormError
{
	background-color: #FADADD;
}


select.mainFormError
{
	background-color: #FADADD;
}


#formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-size:95%;
	font-weight:bold;
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}



input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}


/* tooltip */
a.info {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	text-decoration:none; 
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(../form279840/question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

/* pop-up calendar */
button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(imgs/calendar.png);
	cursor: pointer;
	cursor: hand;
}

