@charset "utf-8";
/* CSS Document */

/*
================================================================================
|                                     GLOBAL                                   |
================================================================================
*/
#global {
	width: 1000px;
	height: 700px;
	margin: 0 auto;
	background: url(../images/bg.jpg);
	overflow:hidden;
}

/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
#header {
	width: 100%;
	height: 50px;
	padding: 30px 0px 0px 20px;
}
/*=============================___LOGO___===================================*/

.slogan {
	float: left;
}

/*=============================___MENU___===================================*/

.menu {
	list-style: none;
	width: 600px;
	height: 43px;
	float: left;
	margin: 11px 0 0px 49px;
	position: relative;
	z-index: 1000;
}
.menu li {
	float: left;
}
.menu li a span{
	visibility: hidden;
}
.menu li a {
	float: left;
	display: block;
	text-decoration:none;
	width: 114px;
	height: 43px;
}
	.menu li a.home{
	background:url(../images/home.png) top no-repeat;
	width: 81px;
	height: 44px;
	margin: 0px 12px 0px 0px;
	}
	.menu li a.about{
	background:url(../images/about.png) top no-repeat;
	width: 135px;
	height: 44px;
	margin: 0px 9px 0px 0px;
	}
	.menu li a.meet{
	background:url(../images/meet.png) top no-repeat;
	width: 132px;
	height: 44px;
	}
	.menu li a.bookstore{
	background:url(../images/bookstore.png) top no-repeat;
	width: 124px;
	height: 44px;
	}
	.menu li a.featured{
	background:url(../images/featured.png) top no-repeat;
	width: 96px;
	height: 44px;
	}
.menu li a:hover, #active{
	background-position:  0 -44px;
}
/*
================================================================================
|                                     CONTENT                                  |
================================================================================
*/
#main {
	background: url(../images/content.png);
	margin: -26px 0 -25px 162px;
	padding: 129px 2px 0 111px;
	width: 738px;
	height: 486px;
	position: relative;
}
.content {
	width: 600px;
	max-height: 390px;
	padding-right: 20px;
	overflow-y: auto;
	overflow-x: hidden;
}
.content2 {
	width: 600px;
	max-height: 390px;
	padding-right: 20px;
}
.content p {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 6px;
	margin-bottom: 15px;
	text-align:justify;
}
.content2 p {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 6px;
	margin-bottom: 15px;
	text-align:justify;
}
td {font-size:12px; font-family:Arial; line-height:16px; height:20px;}
.title {
	margin: 0px 0px 10px 1px;
}
.img {
	
	margin: 6px 24px 15px 3px;//margin: 6px 24px 15px 3px;
	display:block;
	float: left;
}
.img3 {
	
	margin: 6px 24px 0px 3px;//margin: 6px 24px 0px 3px;
	display:block;
	min-height:153px;
	float: left;
}
.img2 {
	margin: -15px 0px 10px 20px;
	float: right;
}
.links {
	font: 12px/18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0px 0px 18px 10px;
}
.links a {
	color: #2a2a2a;
}
.links a:hover {
	text-decoration:none;
}

/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
#footer {

	clear: both;
	padding: 0 0 0 331px;
	position: relative;
	z-index: 1000;
}
#footer p {
	color: #fdfbfb;
	font: 11px Arial, Helvetica, sans-serif;
}
#footer a {
	color: #fdfbfb;
}
#footer a:hover {
	text-decoration:none;
}
#footer p .bull {
	margin: 0px 18px 0px 18px;
}


/*
================================================================================
|                                     FORM                                     |
================================================================================
*/

.contact-form {
	float: right;
	font: 12px Arial, Helvetica, sans-serif;
	color: #2a2a2a;
	width: 284px;
	padding-bottom: 40px;
	margin: 0px 0px 0px 20px;
}
.contact-form .contact_us {
	font: 15px/23px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0000cc;
}
.contact-form .required {
	float: left;
	margin-left: 62px;
	font: 10px/23px Arial, Helvetica, sans-serif;
}
.contact-form legend {
  font-size: 2em;
  line-height: 1.8;
  padding-bottom: .5em;
}
.contact-form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-form li {
  clear: both;
  margin:0;
  padding:0;
  min-height:30px;
}
.contact-form label {
  float: left;
  line-height:20px;
  margin-right: 10px;
  text-align: left;
  width: 50px;
  display:inline;
}

.contact-form input, .contact-form textarea {
  background: #fff;
  font: 12px Arial, Helvetica, sans-serif;
  padding: 1px 3px;
  width: 213px;
}
.contact-form textarea {
  line-height: 1.3em;
  padding: 0 3px;
  height: 55px;
}
.contact-form .clear{width:46px;height:18px;background:url(../images/clear.gif) left top no-repeat;border:0px none;cursor:pointer;margin-right:8px;}
.contact-form .send{width:46px;height:18px;background:url(../images/send.gif) left top no-repeat;border:0px none;cursor:pointer}
.contact-form .button {text-align:right; margin-bottom: 10px;}

.bookstore-form {
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	color: #2a2a2a;
	width: 284px;
	padding-bottom: 40px;
	margin: 0px 0px 0px 20px;
}
.required_2 {
	float: left;
	margin-left: 62px;
	font: 10px/23px Arial, Helvetica, sans-serif;
}
.bookstore-form legend {
  font-size: 2em;
  line-height: 1.8;
  padding-bottom: .5em;
}
.bookstore-form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bookstore-form li {
  clear: both;
  margin: 0 0 .75em;
  padding: 0;
}
.bookstore-form label {
  float: left;
  line-height: 1.6;
  margin-right: 10px;
  text-align: left;
  width: 50px;
  display:inline;
}

.bookstore-form input, .bookstore-form textarea {
  background: #fff;
  font: 12px Arial, Helvetica, sans-serif;
  padding: 1px 3px;
  width: 213px;
}
.bookstore-form textarea {
  line-height: 1.3em;
  padding: 0 3px;
  height: 62px;
}
.bookstore-form .clear{width:46px;height:18px;background:url(../images/clear.gif) left top no-repeat;border:0px none;cursor:pointer;margin-right:8px;}
.bookstore-form .send{width:46px;height:18px;background:url(../images/send.gif) left top no-repeat;border:0px none;cursor:pointer}
.bookstore-form .button {text-align:right; margin-bottom: 10px;}
.contact-form #error {margin-left: 62px;}
#error {margin-left: 62px;}











