@charset "utf-8";
/* CSS Document */




body { width:auto; background-color:#d0c0a8; background-image:url(../images/main2_bg.jpg); background-repeat:repeat-x;  font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#333333;}

h1 {font-size:20px; color:#2f5371;}
h2 {font-size:18px; }
h3 {font-size:14px; font-weight:bold; color:#336699; padding: 5px 0px 0px 0px; margin-bottom:0px;}


/*Font Styles */
.home_new-orange{color:#ff6600;}
.home_new-darkblue{color:#2f5371; font-weight:bold; font-size:18px;  }





A:link { color:#2f5371; text-decoration:none;}
A:visited {color:#2f5371; text-decoration:none;}
A:active {color:#2f5371; text-decoration:none;}
A:hover {color:#ff6600; text-decoration:none;}



.main_container {width:1000px;  height:auto; padding-left:auto; padding-right:auto;}

.main_container .courtesy_nav {width:1000px; height:25px; background-color:#f6f1e5; border-bottom:1px solid #d6d2c7; border-top:1px solid #2f5371; border-right:1px solid #2f5371; border-left:1px solid #2f5371; 
/* -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;*/
    border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	}
	
	
.courtesy_nav #home {width:18px; height:25px; float:left; margin-left:15px;}	
.courtesy_nav #phone {width:300px; height:20px; float:left; margin-left:10px; padding-top:5px; text-align:left;}
	
.main_container .header {width:1000px; height:97px; background-color:#fff; height:auto; border-right:1px solid #2f5371; border-left:1px solid #2f5371; }
.header .logo {width:247px; height:97px; float:left;}


.header .buy_isbn_button {width:271px; height:97px; float:right;}




.main_container .main_middle {width:1000px; background-color:#fff; height:auto; border-right:1px solid #2f5371; border-left:1px solid #2f5371;  }


.main_middle .main_navigation {width:1000px; height:30px; background-color:#2f5371; border-bottom:0px solid #092930;  clear:both; text-align:left;}



.main_middle .middle_graphic {width:1000px; height:240px; background-color:#c9d1b8; border-bottom:1px solid #cfcac6;  clear:both; background-image:url(../images/middle_graphic1.jpg); background-repeat:no-repeat;}

.main_middle .content_area {width:1000px;  text-align:left; padding-bottom:30px; display:block;}



#home_image {margin-top:0px; margin-bottom:0px;}

 /* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
#home_image { margin-top:13px; margin-bottom:0px; }
}
	
.main_container .footer {width:990px; height:50px; background-color:#f6f1e5; border-top:1px solid #d6d2c7; border-left:1px solid #2f5371; border-right:1px solid #2f5371; border-bottom:1px solid #2f5371;  font-size:12px; padding:0px 0px 10px 10px; background-image:url(../images/logo_bowker.jpg); background-position:right; background-repeat:no-repeat; text-align:left;
/*-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;*/
    border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px; }
	
/*	
.footer A:link { color:#000; text-decoration:none;}
.footer A:visited {color:#000; text-decoration:none;}
.footer A:active {color:#000; text-decoration:none;}
.footer A:hover {color:#fff; text-decoration:none;}
*/

/* isbn converter styles */
h2.pane-title{text-align: left; border: 1px solid transparent; margin-left: 10px; padding: 5px 0 0 10px; color: #2F5371; font-size: 20px;} /* the border rule is here to make IE actually left align the text */
#isbn-converter-form > div{width: 20%; float: left; margin-left: 10px; padding: 10px;}
.myid30-titlereg-main-right{width: 40%; float: left; padding: 10px;}
.form-item-isbn10{width: 170px; padding: 15px 0; border-right: 2px solid #d6d2c7;}
.form-item-isbn10 label{margin-bottom: 10px;}
input{margin-left: 0;}
.myid30-sub-title3{margin-bottom: 10px; padding-top: 30px; font-weight: 700;}
#bulk-isbn_convert{clear: both; padding: 20px;}


.clear_util {clear:both; }