
/* BASIC HTML DEFINITIONS */

HTML {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background-color: #404040;
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	margin: 10px 0 0 0;
}

table, td {
	padding: 0px;
	margin: 0;
	border-collapse: collapse;
	font-size: 100%;
}

ul { margin: 10px 0px; }

ul li {
	list-style-image: url(images/bullet.gif);
	font-size: 100%;
	margin: 10px 0px;
}

ul.menu {
	margin: 0;
	padding: 0 0 0 25px;
}

ul.menu li {
	list-style-image: url(images/bullet.gif);
	font-size: 100%;
	margin: 15px 0px;
}

hr {
	background-color: #B59F87;
	color: #B59F87;
	height: 1px;
	width: 100%;
}

img { border: none; }

blockquote { margin-bottom: 0; }

form {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 100%;
}

.forminput {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #C0C0C0;
	padding: 2px;
	font-size: 100%;
	margin: 0px 0px 5px 0px;
	font-family: Verdana, Arial, sans-serif;
}

.formbutton { margin: 3px 0; }

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required { border: 1px solid #00A8E6; }

input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}

input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	width: 50%;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

p {
	text-align: left;
	line-height: 1.9em;
	word-spacing: 2px;
}

/* HEADING DEFINITIONS */
h1 {
	font-family: Georgia, Times, serif;
	color: #9B7F61;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	margin: 10px 0 20px 0;
}

h2 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	color: #818181;
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0;
}

h3 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	color: #715D47;
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0;
}

h4 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #9B7F61;
	letter-spacing: 1px;
	margin: 10px 0;
}

h5 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #818181;
	margin: 10px 0;
}

h6 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #715D47;
	margin: 10px 0;
}

/* BASIC LINK COLORS */

A:LINK {
	color: #444;
	text-decoration: none;
	font-weight: bold;
}

A:VISITED {
	color: #444;
	text-decoration: none;
	font-weight: bold;
}

A:HOVER {
	color: #1b1b1b;
	text-decoration: underline;
	font-weight: bold;
}

A:ACTIVE {
	color: #444;
	text-decoration: none;
	font-weight: bold;
}

.header A:LINK {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

.header A:VISITED {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

.header A:HOVER {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}

.header A:ACTIVE {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

.navigation A:LINK {
	color: #B59F87;
	text-decoration: none;
	font-weight: bold;
}

.navigation A:VISITED {
	color: #B59F87;
	text-decoration: none;
	font-weight: bold;
}

.navigation A:HOVER {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}

.navigation A:ACTIVE {
	color: #B59F87;
	text-decoration: none;
	font-weight: bold;
}

.footer A:LINK {
	color: #B59F87;
	text-decoration: none;
	font-weight: normal;
}

.footer A:VISITED {
	color: #B59F87;
	text-decoration: none;
	font-weight: normal;
}

.footer A:HOVER {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}

.footer A:ACTIVE {
	color: #B59F87;
	text-decoration: none;
	font-weight: normal;
}

/* SPECIAL CLASSES */

.wrapper {
	width: 750px;
	background-color: #FFFFFF;
	color: #000000;
}

.header {
	width: 750px;
	background-color: #9B7F61;
	background-image: url(images/logoimage.jpg);
	text-align: right;
	padding-right: 20px;
	height: 150px;
	font-size: 90%;
}

.navigation {
	width: 750px;
	background: url(images/navbar.jpg) repeat-x;
	padding: 0px 30px;
	text-align: center;
	height: 50px;
	letter-spacing: 2px;
	font-size: 90%;
	color: #B59F87;
}

.sidebar {
	width: 230px;
	padding: 10px 29px 10px 11px;
	vertical-align: top;
	font-size: 90%;
	text-align: left;
}

.sidebar div.content {
	background: #efefef;
	padding: 15px 15px;
}

.sidebar p { margin: 15px 0px; }

.maintext {
	width: 500px;
	padding: 10px 10px 10px 30px;
	vertical-align: top;
	text-align: justify;
	line-height: 18px;
}

.maintext p {
	margin: 20px 0px;
	line-height: 1.7em;
}

.books img { padding: 0 5px 0 0; }

.catalog {
	width: 50%;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	line-height: 14px;
}

.mainwide {
	width: 750px;
	padding: 10px 30px;
	text-align: justify;
	vertical-align: top;
	line-height: 18px;
}

.footer {
	background-image: url(images/footer.jpg);
	height: 70px;
	text-align: center;
	font-size: 90%;
	font-weight: normal;
	color: #B59F87;
	line-height: 20px;
	border-bottom: 10px solid #404040;
}

div.waiver p { line-height: 2ex; }

table.mainTable tr td input { margin-left: 2ex; }

/* ASSIGN CLASSES TO IMAGES TO PLACE THE BORDER AND ALIGNMENT */

.imageleft {
	margin: 3px 10px 2px 0px;
	float: left;
	border: 3px double #C0C0C0;
}

.imageright {
	margin: 3px 0px 2px 10px;
	float: right;
	border: 3px double #C0C0C0;
}

.imagecenter {
	margin: 0px 5px;
	border: 3px double #C0C0C0;
}
