/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html,body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #6e6e6e;
	background-image: url(../images/bg_01.jpg);
	background-repeat: repeat-x;
	height: 100%;
	background-color: #FFFFFF;
}
a, a:visited						{ text-decoration: underline; outline: none; color: #6d6d6d; }
a:hover								{ color: #2e2e2e; }
a img								{ border: none; }
.clear								{ clear: both; }

.alignCenter						{ text-align: center; }
.floatLeft							{ float: left; }
.floatRight							{ float: right; }

#leftcol {
width:52%;
height:100%;
float:left;
}
#rightcol { 
width:45%;
height:100%;
float:left;
}
.clearfooter {
   height: 27px;
   clear: both;
}
#mainleftcol {
width:90%;
height:100%;
	margin-right: auto;
	margin-left: auto;
/*float:left;
margin-left: -12px;
*/
}
#mainleftcol p {
	padding-left: 32px;
}

#mainrightcol { 
width:440px;
height:100%;
float:left;
padding-left: 24px;
}
#mainrightcol p {
	padding-left: 32px;
}
blockquote {
	margin-left: 25px;
}


/*
	GRID LAYOUT FOR PRODUCTS
*/

.book {width:110px; height:135px; text-align:center; padding-left:0px;}
.title {
	width:110px;
	min-height:35px;
	text-align:center;
	color:#000000;
	font-weight:bold;
}
.author {width:110px; min-height:20px; text-align:center; font-size:10px;}
.bookinfo {
	width:110px;
	min-height:20px;
	text-align:center;
	font-size:10px;
	margin-bottom:20px;
	font-weight: bold;
}
.paypalbutton {
/*background-color:green;
color:white;
font-size:12px;*/
text-align:center;
width:110px;
height:30px;
}


/*.book {width:110px; height:135px; text-align:center; padding-left:15px;}
.title {
	width:110px;
	min-height:35px;
	text-align:center;
	color:#000000;
	font-weight:bold;
}
.author {width:110px; height:55px; text-align:center; font-size:10px;}
.bookinfo {width:110px; height:20px; text-align:center; font-size:10px;}
.paypalbutton {
background-color:green;
color:white;
font-size:12px;
text-align:center;
width:110px;
height:20px;
margin-bottom:20px;
}*/

.oneCol {
  margin-left: 35px;
  margin-top: 10px;
  width: 110px;
  float: left;
}

.rowContainer{clear:left; padding-bottom:15px;}



/*
	GENERAL TYPOGRAPHY
*/
h1 {
	font-size: 18px;
	line-height: 22px;
	color: #444;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 32px;
}
h2 {	
	font-size: 16px;
	line-height: 20px;
	color: #444;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 32px;
}
h3 {
	font-size: 14px;
	line-height: 18px;
	color: #444;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 32px;
}

h4 {
	font-size: 12px;
	line-height: 16px;
	color: #444;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 32px;
}

h5 {
	font-size: 11px;
	line-height: 15px;
	color: #444;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 32px;
}

h6 {
	font-size: 10px;
	line-height: 14px;
	color: #444;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 32px;
}

/*
	CONTENT LAYOUT
*/

#container {
	width: 753px;
	min-height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	position: relative;
}
#top {
	width: 753px;
	height: 172px;
/*	background-image: url(../images/index_01.jpg);
	background-repeat: no-repeat;*/
	background-color: #FFFFFF;
}


/*
	MENU
*/
#navcontainer {
	width: 753px;
	height: 27px;
	margin-left: 10px;
	margin-right: auto;
}

#navcontainer ul
{
	float: left;
	width: 753px;
	height: 27px;
	font-size: 10px;
	padding-left: 0;
	margin-left: 0;
	color: White;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size:10px;
	margin-right: auto;
	margin-left: auto;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	text-decoration: none;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}

#navcontainer ul li a:hover
{
	text-decoration: underline;
}

#navcontainer ul li a.borderoff {
	border-right-width: 0px;
}

#navcontainer ul li a#current {
	color: #333;
	font-weight:bold;
}

/*
	HEADER AND MAIN CONTENT
*/
#header {
	width: 753px;
	height: 100%;
}
#homemaincontent {
	width: 753px;
	min-height: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
#maincontent {
	width: 753px;
	min-height: 100%;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
#maincontent p {
	padding-top: 0px;
	padding-right: 32px;
	padding-bottom: 0px;
	padding-left: 32px;
}
#content img {
	margin-right: 15px;
}
#footer {
	position:absolute;
	/*bottom:0;*/
	width:100%;
	height:50px;			/* Height of the footer */
	background:#E5E5E5;
	margin-bottom:-27px;
}

#footercontent {
	width: 753px;
	height: 29px;	
	margin:auto;
}
#footercontent p {
	padding: 5px 50px;
}


/*
	FORM
*/

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #6e6e6e;
	width: 322px;
	height: 100px;
	margin-left: 32px;
	margin-bottom: 18px;
	background-color:#eee;
}
.inputformat {
	font-size: 12px;
	line-height: 15px;
	color: #6e6e6e;
	width: 317px;
	height: 15px;
	margin-left: 32px;
	margin-right: 10px;
	margin-bottom: 18px;
	background-color:#eee;
}
#form_layout {
	line-height: 16px;
	margin-left: 65px;
}
#submit, #reset {
	font-size: 11px;
	height:25px;
	width:60px;
	margin-left: 32px;
	margin-top: 5px;
	background-color: #c4c2c2;
}
#overflowcontainer1 {
	width: 754px;
	height: 307px;
}
#overflowcontainer2 {
	width: 754px;
	height: 57px;
}
#overflowcontainer3 {
	width: 754px;
	height: 67px;
}
