/* Advance Materials Stylesheet */

html, body{
	background-color:#bec1de;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	height: 100%;
}

a{
	font-weight:bold;
	text-decoration:none;
}

#site_container{
	width:935px;
	overflow:auto;
	min-height:850px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:20px;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
}

#text_content {
	font-size: 12px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 548px;
	float: right;
	padding: 0px;
	border: 1px solid #22207F;
	background-color: #FBE3E3;
	min-height: 300px;
}
#left .box_under180 a {
	margin-right: 5px;
}

#text_content_bd {
	font-size: 12px;
	margin-top: 20px;
	margin-right: -5px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 740px;
	float: right;
	border: 1px solid #CCC;
	background-color: #FFF;
	min-height: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#text_content_white {
	font-size: 12px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 548px;
	float: right;
	padding: 0px;
	background-color: #FFF;
	min-height: 500px;
}
.info-cells {
	font-size: 11px;
}


#text_content_short {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 548px;
	float: right;
	padding: 0px;
	border: 1px solid #CCC;
	background-color: #FBE3E3;
	min-height: 300px;
}

#title_img{
	width:935px;
	height:89px;
}

/*
	These are the main navigation styles
*/
#main_nav{
	width:935px;
	height:30px;
	margin-top:5px;
}
.nav_item{
	width:102px;
	height:25px;
	float:left;
	margin-left:2px;
	background-color:#121a6e;
	padding-top:5px;
}
.nav_item a{
	text-decoration:none;
	color:#FFF;
	font-size:14px;
}
.nav_item a:hover{
	font-weight:bold;
}

.nav_sitem{
	width:102px;
	height:25px;
	float:left;
	margin-left:2px;
	background-color:#DC030C;
	padding-top:5px;
}
.nav_sitem a{
	text-decoration:none;
	color:#FFF;
	font-size:14px;
}
.nav_sitem a:hover{
	font-weight:bold;
}
/*
	Top banner
*/
#banner{
	width:735px;
	height:186px;
	background-image:url(../images/home_main-image.jpg);
	color:#FFF;
	padding-top:12px;
	padding-left:12px;
	float:left;
	margin-top:15px;
}
#banner_about{
	width:735px;
	height:186px;
	background-image:url(../images/about_banner.jpg);
	color:#FFF;
	padding-top:12px;
	padding-left:12px;
	float:left;
	margin-top:15px;
}
#banner_french{
	width:735px;
	height:186px;
	background-image:url(../images/french_banner.jpg);
	color:#FFF;
	padding-top:12px;
	padding-left:12px;
	float:left;
	margin-top:15px;
}
#banner_spanish{
	width:735px;
	height:186px;
	background-image:url(../images/spanish_banner.jpg);
	color:#FFF;
	padding-top:12px;
	padding-left:12px;
	float:left;
	margin-top:15px;
}
#banner_german{
	width:735px;
	height:186px;
	background-image:url(../images/german_banner.jpg);
	color:#FFF;
	padding-top:12px;
	padding-left:12px;
	float:left;
	margin-top:15px;
}
#banner_block{
	background-color:#121a6e;
	width:230px;
	height:159px;
	padding:10px;
}
#banner_block a {
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
}
#banner_block h1 {
	font-weight: normal;
	line-height: 22px;
	font-size: 22px;
}
#banner img{
}
#banner h1, #banner_about h1, #banner_french h1, #banner_spanish h1, #banner_german h1{
	font-size:22px;
	margin-top:1px;
}
#banner p, #banner_about p, #banner_french p, #banner_spanish p, #banner_german p{
	font-size:13px;
}

/*
	This section described the text-link box
*/
#text_link{
	width:180px;
	min-height:400px;
	border:1px #F00 solid;
	float:right;
	margin-left:0px;
	padding:0px;
	margin-top:15px;
	background-color: #f7c9cb;
}
#review{
	width:230px;
	min-height:50px;
	float:right;
	margin-left:0px;
	margin-top:15px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contact{
	width:180px;
	min-height:50px;
	float:right;
	margin-left:0px;
	margin-top:20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #DB171D;
}
#contact p {
	font-size: 11px;
}
#contact  a {
	color: #FFF;
}

#text_link .desc{
	background-color:#f7c9cb;
	width:172px;
	color:#000;
	padding: 4px;
}
#text_link .desc p{
	font-size:12px;
	padding:4px;
	margin:0px;
}
#text_link form{
	background-color:#faaaad;
	padding:6px;
}
#text_link form label{
	font-weight:bold;
	font-size:14px;
}

#left{
	width:180px;
	min-height:400px;
	float:left;
	margin-left:0px;
	padding:0px;
	margin-top:0px;
}

/*
	This is the blue headers on the blocks/boxes in the page
*/
.block_header{
	height:24px;
	min-width:140px;
	background-color:#121a6e;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.block_headerR{
	height:24px;
	min-width:140px;
	background-color:#DB171D;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.block_header_i{
	height:24px;
	min-width:140px;
	background-color:#121a6e;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.box h3 {
	margin-left: 10px;
}
.blue_back{
	min-height:20px;
	min-width:140px;
	padding:5px;
	background-color:#121A6E;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}

.blue_back_review{
	min-height:220px;
	min-width:140px;
	padding:10px;
	background-color:#121A6E;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}

.benefit_header{
	min-height:20px;
	min-width:140px;
	padding:5px;
	background-color:#b7b9cf;
}
.benefit_back{
	min-height:20px;
	min-width:140px;
	background-color:#d8d9e5;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#review .benefit_back ul {
	margin-left: 0px;
}
.block_header h1, .block_headerR h1{
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 13px;
}
.block_header_i h1{
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 13px;
}
#site_container #text_link .block_header a {
	color: #FFF;
	margin-top: -14px;
}
#site_container #text_link .block_header_i a {
	color: #FFF;
	margin-top: -14px;
}
#site_container #text_link .block_header h1 {
	padding-top: 5px;
}
.benefit_header h1{
	font-size:14px;
	color:#000;
	font-weight:bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.block_header a, .block_header_i a,  .review_header a{
	font-size:12px;
	float:right;
	margin-top:-18px;
	margin-right:5px;
	color:#FFF;
	text-decoration:none;
}

.block_header_wide{
	min-height:30px;
	width:548px;
	background-color:#121a6e;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -1px;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

.block_header_bd{
	min-height:30px;
	width:730px;
	background-color:#121a6e;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -1px;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

.block_header_red{
	height:26px;
	width:528px;
	background-color: #DC030C;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}
#cart-header {
	font-size: 14px;
	background-color: #DC030C;
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #FFF;
	font-weight: bold;
}
#cart {
	font-size: 9px;
	background-color: #FBE3E3;
	padding: 5px;
	min-height:100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DB171D;
	margin-bottom: 10px;
	margin-top: -2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DB171D;
	border-left-color: #DA282E;
}
#newsbox {
	font-size: 11px;
	background-color: #FBE3E3;
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.block_header_blue{
	width:528px;
	background-color: #121A6E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}
.block_blue{
	width:528px;
	background-color: #C9CFE7;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 1px;
	padding-bottom: 4px;
	padding-left: 1px;
}
.block_button{
	height:26px;
	width:240px;
	background-color: #FAAAAD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}

.block_button_short{
	height:26px;
	width:162px;
	background-color: #FAAAAD;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	float: right;
}
#full_book_details_bd a {
	font-weight: bold;
	color: #22207F;
	text-decoration: none;
}
#text_link  a {
	color: #DB171D;
	text-decoration: none;
	font-weight: bold;
}

#text_content p {
	margin-right: 10px;
	margin-left: 10px;
}
.block_header_wide p {
	margin-top: 5px;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}
.block_header_red p, .block_header_blue p {
	margin-top: 5px;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	padding-top: 4px;
}

.block_button p, .block_button_short p {
	margin-top: 3px;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
/*
	This is the boxes on the home page
*/
#box_container{
	float:left;
	width:753px;
}

#box_container_bd{
	float:left;
	width:930px;
}

#box_container .box{
	width:244px;
	height:277px;
	border:1px solid #0d125a;
	background-color:#d8d9e5;
	float:left;
	margin-top:15px;
	margin-left:5px;
}
#box_container2{
	float:left;
	width:753px;
}
#box_container2 .box{
	width:244px;
	height:232px;
	border:1px solid #dc030c;
	background-color:#121a6e;
	float:left;
	margin-top:15px;
	margin-left:5px;
	color:#FFF;
}
#box_container2 .box2{
	width:244px;
	height:232px;
	border:1px solid #dc030c;
	background-color:#F6D3D5;
	float:left;
	margin-top:15px;
	margin-left:5px;
	color:#000;
}
#box_container2 .block_header{
	background-color:#dc030c;
}
#box_container2 a{
	color:#FFF;
}
.box_under{
	width:236px;
	height:26px;
	background-color:#b7b9cf;
	margin-top:17px;
	padding-right: 8px;
}
#site_container #text_link #frmLogin label {
	line-height: 20px;
}
.box_under a{
	float:right;
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
.box_under img{
	border:none;
	float:right;
	margin-top:-23px;
}
.box_under a p{
	padding:0;
	font-size:13px;
	margin-right:24px;
	margin-top:6px;
}

.box_under180 {
	text-align:right;
	width:178px;
	height:22px;
	background-color:#b7b9cf;
	margin-top:0px;
	padding-top: 4px;
	margin-bottom: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #22207F;
	border-bottom-color: #22207F;
	border-left-color: #352890;
}
.box_under180 a{
	text-decoration:none;
	font-weight:bold;
	color:#000;
	padding-top: 5px;
	font-size: 12px;
	margin-top: 2px;
}
.box_under180 img{
	border:none;
	margin-right: 5px;
}

.box p, .box2 p{
	font-size:13px;
	margin:5px;
	padding-left: 5px;
}
.box h1, .box2 h1{
	font-size:14px;
	margin:5px;
	padding-left: 5px;
}

/* 
	The footer sits just outside 'site_container',
    this ensures it sticks to the bottom and follows the height
*/
#footer{
	width:965px;
	height:32px;
	background-color:#121a6e;
	margin-left:auto;
	margin-right:auto;
}
#footer p{
	color:#FFF;
	font-size:10px;
	float:right;
	margin:10px;
}
#text_content h2 {
	margin-right: 10px;
	margin-left: 10px;
}
#text_content a {
	font-weight: bold;
	color: #22207F;
	text-decoration: none;
}
#book_details {
	width: 168px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DC030C;
	margin-left: 10px;
	float: left;
	min-height: 300px;
	overflow: visible;
	margin-top: 5px;
}
#book_details_top {
	height: 130px;
	overflow: visible;
}
#book_details_desc {
	height: 220px;
	overflow: visible;
}
#book_details_button {
	height: 30px;
	overflow: visible;
}

#full_book_details {
	width: 470px;
	margin-left: 10px;
	float: left;
	min-height: 218px;
	overflow: visible;
	margin-top: 20px;
	background-color: #FBE3E3;
	padding: 7px;
}
#site_container #box_container_bd #text_content_bd strong #full_book_details table tr td h3 {
	color: #F50611;
}

#full_book_details_bd {
	width: 450px;
	margin-left: 10px;
	float: left;
	min-height: 200px;
	overflow: visible;
	margin-top: 20px;
	background-color: #FFF;
	padding: 7px;
	font-weight: normal;
}

#full_book_details h1, #full_book_details_bd h1 {
	color: #000;
	font-size: 16px;
}
#full_book_details h2, #full_book_details_bd h2 {
	color: #DC030C;
	font-size: 14px;
}

#book_details h3 {
	color: #DC030C;
	margin-left: 10px;
}

#verb_details {
	width: 525px;
	margin-left: 10px;
	float: left;
	min-height: 200px;
	overflow: visible;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DB171D;
}
#verb_details h3, #text_content h3 {
	color: #DC030C;
	margin-left: 10px;
}
#text_content h2 {
	font-size: 16px;
}
#text_content .block_button p a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site_container #box_container #text_content table tr td h2 {
	font-size: 20px;
}
#site_container #box_container_bd #text_content_bd .block_header_bd strong {
	margin-left: 10px;
}
.block_button_short a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#verb_details table tr td p {
	margin-left: 10px;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.ISBN {
	font-size: 10px;
	font-weight: normal;
	color: #666;
}
