body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 15px;
}

a, a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: red;
	
}

#main_index {
	width: 980px;
}

#main {
	width: 980px;
}

#maincontent {
	float: right;
	width: 540px;
	margin-right: 10px;
	margin-top: 15px;
}

p {
	line-height: 20px;
}

h1, h2 {
	color: #0033CC;
}

#footer {
	clear: both;
	text-align: center;
	padding: 15px;
	padding-left: 220px;
	font-size: 11px;
}

.heading {
	font-weight: bold; 
	font-size: 20px;
	color: red; 
}

.pictureheading {
	padding-top: 200px; 
	font-weight: bold; 
	font-size: 20px; 
	color: red;
}

.booktitle {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin-top: 15px;
}

.bookred {
	background-color: #CC0000;
	padding: 8px;
	padding-bottom: 2px;
	color: white;
	font-size: 11px;
}

.bookcover {
	float: right;
	margin-left: 8px;
	border: 1px solid black;
}

.bookred span {
	font-size: 20px;
	font-weight: bold;
}

.booknavy {
	background-color: #003366;
	padding: 8px;
	padding-bottom: 2px;
	color: white;
	font-size: 11px;
}

.booknavy span {
	font-size: 20px;
	font-weight: bold;
}

.booknavy a {
	background-color: #CC0000;
}

.bookred a {
	color: white;
	text-decoration: none;
	padding: 2px;
	padding-bottom: 5px;
}

.booknavy a:hover, .bookred a:hover {
	background-color: #003366;
	color: yellow;
}

#thumbnails td{
	width: 152px;
	border-top: 1px solid #CC0000;
	border-left: 1px solid #CC0000;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	padding: 12px;
	background-image: url(images/gallery_background.jpg);
	background-repeat: repeat-y;
	font-size: 11px;
}	

#thumbnails td img {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	margin-bottom: 5px;
}

/*  FORM CSS  */

#contact {
	border-top: 1px solid #CC0000;
	border-left: 1px solid #CC0000;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	padding: 8px;
	margin: 0px;
	font-size: 12px;
}

#contact label {
	width: 174px;
	display: block;
	background-image: url(images/gallery_background.jpg);
	background-repeat: repeat-y;
	padding: 3px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	margin: 0px;
	margin-top: 8px;
}

#contact .field {
	width: 513px;
	border: 1px solid black;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	padding: 3px;
	margin: 0px;
}

#contact .field:hover {
	background-color: #FFFFCC;
}

#contact .button {
	width: 180px;
	font-weight: bold;
	padding: 0px;
	background-image: url(images/gallery_background.jpg);
	background-repeat: repeat-y;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	border: 1px solid black;
	margin-top: 8px;
}

#contact .button:hover {
	color: white;
}

#contact span {
	font-size: 10px;
}


/*  NAVIGATION  */

#nav {
	width: 150px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}


#nav .menuitem {
	border-top: 1px solid gray;
	text-align: left;
	width: 130px;
}

#nav .menuitem a {
	display: block;
	width: 115px;
	margin: 0;
	padding: 3px 6px 3px 9px;
	background-color: white;
	text-decoration: none;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	color:  #448; 
	
}

#nav .menuitem a:hover, #nav .menuitem a.active {
	border-left: 6px solid red;
	width: 109px;
	background-color: #FFFF99;
	color: #C00;
}

/*  SUB NAVIGATION  */

#subnavcontainer
{
	width: 500px;
	margin: 0px;
	padding: 1px;
	padding-left: 6px;
	height: 15px;	
}

#subnavcontainer ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#subnavcontainer ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#subnavcontainer ul li a
{
	width: 80px;
	font-size: 10px;
	background-color: #CC0000;
	height: 13px;
	border: 0;
	padding: 3px 6px 3px 6px;
	margin: 0;
	margin-right: 1px;
	color: white;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

#subnavcontainer ul li a:hover
{
	color: white;
	background-color: #003366;
}

.subnav {
	margin-bottom: 20px;
}

.subnav .menuitem {
	float: left;
}

.subnav .menuitem a, .subnav .menuitem .blank  {
	display: block;
	background-color: #036;
	color: white;
	height: 13px;
	padding: 3px 6px;
	overflow: hidden;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	text-align: center;
}

.subnav .menuitem a:hover, .subnav .menuitem a.active {
	background-color: #C00;
}

.bigslide {
	width: 220px;
	border: 1px solid black;
	background-image: url(images/gallery_background.jpg);
	background-repeat: repeat-y;
	padding: 10px;
	margin-bottom: 10px;
}


/***** COMMON CLASSES *****/

.bg_tracred {
	background-color: #C00;
}

.bg_tracnavy {
	background-color: #036;
}

.col120 {
	width: 120px;
}

.col80 {
	width: 80px;
}

.col210 {
	width: 210px;
}

.col220 {
	width: 220px;
}

.col260 {
	width: 260px;
}

.col280 {
	width: 280px;
}

.col325 {
	width: 325px;
}

.col375 {
	width: 375px;
}

.col515 {
	width: 515px;
}

.col550 {
	width: 550px;
}

.col600 {
	width: 600px;
}

.col650 {
	width: 650px;
}

.col760 {
	width: 760px;
}

.col780 {
	width: 780px;
}

.col900 {
	width: 900px;
}

.box80 {
	height: 80px;
	overflow: hidden;
}

.box320 {
	height: 320px;
	overflow: hidden;
}

.box360 {
	height: 360px;
	overflow: hidden;
}

.bordertop1 {
	border-top: 1px solid black;	
}

.flashlogo {
	background-image: url(images/background.jpg); 
	background-repeat: repeat-y;
	height: 294px;
	overflow: hidden;
}

.slide {
	border: 1px solid #666;
	background-image: url(images/gallery_background.jpg);
	background-repeat: repeat-y; 
	width: 135px;
	height: 135px;
	overflow: hidden;
	float: left;
	padding: 5px;
	margin: 0px 8px 8px 0px;
}

.slide a {
	display: block;
	width: 135px;
	height: 130px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: inherit;
}

._mini {
	height: 35px;
	width: 35px;
	margin-bottom: 5px;	
}

.bg_image {
	background-repeat: no-repeat;
	background-position: center;	
}

.paypal .input select {
	background-color: transparent;
	border: 0;
	margin: 0;
	padding: 2px 5px;
	display: block;	
	font-size: 14px;
}
