/* CSS Document for Book King */

/* COLORS */
body { /* Default Color - BLACK*/
	color: #000000;
}
.header_text { /* Header Text Color - TAN */
	color: #9d8a6d;
}
.highlight_text { /* Highlight Color - text OLIVE*/
	color: #7e2523;
}
.title_text { /* Title Color - text Burgundy*/
	color: #762826;
}
.highlighter_text { /* Highlighter Color - Burgundy*/
	color: #762826;
	}
.highlighter_text2 { /* Highlighter Color - Black*/
	color: #000000;
}
.box_header { /* Box Header */
	color: white;
}
.line { /* Line - LIGHT TAN */
	color: #eadecc;
	font-size: 12px;
}
.body_nav a { /* Body Nav - LIME GREEN*/
	color: #8da954;
}
.bottom_nav a { /* Bottom Nav - Dark TAN*/
	color: #927a58;
}
.copyright_text { /* Copyright - Pale TAN */
	color: #d4c8b9;
	font-size: 9px;
}
.copyright_nav a { /* Copyright - Pale TAN */
	color: #d4c8b9;
	font-size: 9px;
}

/* TYPOGRAPHY */
.header_text {
	font-size: 30px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
.title_text {
	font-size: 52px;
	font:Georgia, Times New Roman, Times, serif;
}
.paragraph_intro {/* TAN */
	font-size: 22px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9d8a6d;
}
.highlight_text {
	font-size: 13px;
	font-weight: bold;
}
.highlighter_text {
	font-size: 18px;
	font-weight: bold;
}
.highlighter_text2 {
	font-size: 18px;
	font-weight: bold;
}
.body_nav a:hover { /* Hover Color - LIGHT TAN*/
	color: #dccbb1;
	text-decoration: underline;
}
.bottom_nav a:hover {/* Hover Color - white */
	color: #ffffff;
	text-decoration: underline;
	font-size: 11px;	
}
.copyright_nav a:hover {/* Hover Color - LIME */
	color: #8da954;
	text-decoration: underline;
	font-size: 9px;
}
.box_header {
	font-size: 12px;
	font-weight: bold;
	}
.box_text {
	font-size: 11px;
	color: #bababa;
}
.browser_text {
	font-size: 11px;
	color: #ffffff;
}
/* GENERAL */
body {
	margin-left: 0px;
	margin-top: 75px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	word-spacing: normal;
	line-height: 1.7;
}

/* NAVIGATION */
table.nav {
	font-size: 12px;
	margin-top: 45px;
}
table.nav a {
	text-decoration: none;
}

/* Bottom Image footer */
#footer {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 17px;
	_margin-bottom: 8px;
	background-image: url(../_img/interior_bottom.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 5px;
	padding-top: 30px;
}
/* The Contact Form - Book King (from RS.com) */
form {
	margin: 0;
	padding: 0;
	color: #000000;
	font-weight: bold;
}
fieldset {
	margin: 0;
	padding: 0;
	border-width: 0;
}
label {
	display: block;
}
.aboutyou span {
	float: left;
	width: 50px;
	line-height: 22px;
}
.aboutyou label>input {
	display: inline;
}
.aboutyou label>span,
.aboutyou label>input {
	margin-bottom: 2px;
}
.yourmessage span {
	display: block;
}
.yourmessage input {
	display: block;
	margin-top: 2px;
	margin-bottom: 5px;
}
textarea {
	margin-top: 2px;
	width: 300px;
	height: 120px;
}
form h2 {
	color: #7e2523; 
	font-weight: bold;
	font-size: 12px;
	margin: 25px 0 10px 0;
	padding: 0;
}
input {
	width: 220px;
}
input.submit {
	width: auto;
	display: block;
	margin-top: 10px;
	margin-bottom: 50px;
}


