
@import url(reset.css);

/* **************** */
/* *** ELEMENTS *** */
/* **************** */

a {
	color: #000;
	}

body, html {
	color: #999;
	background: #fff;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
	}

table {
	border-collapse: collapse;
	}

th, td {
	padding: 5px;
	border: 1px;
	}



/* *********** */
/* *** IDS *** */
/* *********** */

#button-feedback {
	float: right;
	margin-top: 0.5em;
	}

#navigation_main {
	display: block;
	margin: 0 auto 40px auto;
	width: 770px;
	}

	#navigation_main li {
		background: url(../images/bg_navigation_li.gif) bottom no-repeat;
		display: block;
		float: left;
		margin-right: 5px;
		width: 129px;
		}

		#navigation_main li a {
			background: url(../images/bg_navigation_li_a.gif) bottom no-repeat;
			color: #888;
			display: block;
			font-size: 1em;
			text-decoration: none;
			padding: 4px 10px;
			width: 109px;
			}

		#navigation_main li a:hover {
			color: #444;
			}

		#navigation_main li a.current {
			color: #444;
			background-image: none;
			}

#nv_body, #nv_header {
	width: 870px;
	margin: 10px auto;
	}

	#nv_body a:link,
	#nv_body a:visited {
		color: #0099e1;
		}

	#nv_body h1 {
		width: 385px;
		color: #000;
		font-size: 1.75em;
		font-weight: normal;
		line-height: 1.25em;
		padding: 0;
		margin: 0 0 0.5em 0;
		}

	#nv_body p {
		margin-bottom: 1em;
		}

	#nv_body ul li {
		list-style-type: disc;
		margin: 0.5em 0;
		}

#nv_header {
	margin-top: 0;
	}

	#nv_header label {
		color: #000;
		}

#nv_header_wrapper {
	width: 100%;
	background-color: #ececec;
	padding: 0;
	margin: 0;
	}

#search_form {
	}



/* *************** */
/* *** CLASSES *** */
/* *************** */

.book-title {
	color: #000;
	font-style: italic;
	}

.button-submit {
	font-size: 1em;
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.columnLeft {
	width: 485px;
	float: left;
	margin: 45px 0 45px 50px;
	}

.columnRight {
	width: 235px;
	float: right;
	margin: 45px 50px 45px 0;
	}

.columnWhole {
	width: 770px;
	float: right;
	margin: 45px 50px 45px 0;
	}

	.columnWhole blockquote {
		margin-bottom: 15px;
		}

		.columnWhole blockquote p {
			margin: 0 !important;
			padding: 0 !important;
			}

	.columnWhole h1 {
		width: auto !important;
		}

.errorMessage {
	color: #c00;
	}

.highlight {
	color: #000;
	}

.image-captioned {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	line-height: 1em;
	text-transform: uppercase;
	}

.input-radio {
	clear: both;
	}

.input-submit {
	margin-top: 1.25em;
	}

.input-text {
	width: 470px;
	height: 1.25em;
	color: #999;
	font-size: 1em;
	margin-top: 1em;
	}

.model-column {
	color: #000;
	display: inline;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	line-height: 1.4em;
	padding: 0 5px;
	text-align: center;
	text-transform: uppercase;
	width: 150px;
	}

	.model-column h3 {
		clear: both;
		margin-bottom: 10px;
		}

.model-top {
	background: url(../images/bg_model-top.gif) bottom no-repeat;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	line-height: 1.4em;
	padding-bottom: 60px;
	text-align: center;
	text-transform: uppercase;
	}

.model-arrow-down,
.model-arrow-up {
	display: block;
/*	font-size: 3em; */
	height: 32px;
	margin: 10px auto;
/*	padding: 0.5em 0 1em 0; */
	text-indent: -1000em;
	width: 17px;
	}

	.model-arrow-down {
		background: url(../images/model-arrow-down.gif) top no-repeat;
		}

	.model-arrow-up {
		background: url(../images/model-arrow-up.gif) top no-repeat;
		}

.quote_attribution {
	color: #444;
	font-size: 0.75em;
	text-transform: uppercase;
	}

.replace {
	text-indent: -1000em;
	display: block;
	}