/* @import "dropshadow.css"; */

/*
 * Color scheme: Used http://www.steeldolphin.com/color_scheme.html
 * with a starting value of #d1bb96 and Analogic+
 */
body {
	font-family: georgia, times;
	margin: 0; padding: 0;
	background-color: #adb6bd;
	font-size: .9em;
	}
h1 {
	font-family: verdana, arial;
	clear: left;
	font-size: 1.45em;
	color: #000;
	margin: 0;
	padding: 0 0 3px 0;
	}
h2 { 
	font-family: verdana, arial;
	font-size: 1.2em; margin: 0 0 10px 0;
	}
h3 { 
	font-family: verdana, arial;
	font-size: 1.2em; margin: 0 0 10px 0; color: #a61300;
	}
h4 { 
	font-family: verdana, arial;
	font-size: 110%; margin: 0 0 0 0; padding: 0; color: #000;
	}

p { margin: 0 0 10px 0;
	padding: 0px;
	line-height: 1.4em;
	}
p small {
	line-height: 1.25em;
	}
ol, ul {
	margin-top: 5px;
	padding-top: 0px;
	line-height: 1.3em;
	}
a {
	color: #0d59af;
	text-decoration: none;
	}
a:hover {
	color: #0d59af;
	text-decoration: underline;
	}

.nowrap {
	white-space: nowrap;
	}

#background {
	margin: 0; padding: 0;
	float: right;
	padding-left: 10px;
	width: 215px;
	}
#background p {
	margin: 3px 45px 3px 40px;
	white-space: nowrap;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #d1c796;
	border: 1px solid;
	border-color: #fff #333 #333 #fff;
	}
#background p a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 5px;
	}
#background p a:hover {
	background-color: #a61300;
	color: #fff;
	}
table#main {
	background-color: #e0e3e8;
	}
table#main th {
	background-color: #adb6bd;
	}
table#main td.top {
	background: url(images/topcurve.png) no-repeat -15px 0px;
	}
table#main td.main {
	background: url(images/background.png) repeat-y -15px 0px;
	}
table#main td.bottom {
	background: url(images/bottomcurve.png) no-repeat -15px 0px;
	}

#body {
	width: 720px;
	margin-left: 30px;
	}

#nav {
	font-family: verdana, sans-serif;
	line-height: 100%;
	letter-spacing: 0.01em;
	margin: 0px 10px 10px 0;
	padding: 0 0px 30px 0;
	border-bottom: 2px solid #abb6b8;
	}
#nav li {
	list-style: none;
	float: left;
	margin: 3px;
	width: 110px;
	white-space: nowrap;
	font-size: 11px;
	font-weight: bold;
	background-color: #d1c796;
	border: 1px solid;
	border-color: #fff #333 #333 #fff;
	text-align: center;
	}
#nav a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 5px;
	}
#nav li.selected {
	background-color: #747c9e;
	color: #ffffff;
	}
#nav li.selected a {
	color: #ffffff;
	}
#nav a:hover {
	background-color: #a61300;
	color: #fff;
	}
#title {
	margin: 0px 45px 0px 10px;
	padding: 10px 0px 5px 10px;
	width: 710px;
	}

#title h1 {
	font-size: 2.5em;
	font-weight: bolder;
	line-height: 1em;
	color: #a61300;
	padding: 0px; margin: 0px 10px 4px 0px;
	text-align: right;
	border-bottom: 1px solid black;
	}
#title h1 small {
	font-size: 75%;
	}

#title h2 {
	font-size: 1.75em;
	font-weight: bolder;
	line-height: 1em;
	color: #a61300;
	padding: 0px; margin: 0px 10px 0px 0px;
	text-align: right;
	}

div.excerpt {
	width: 480px;
	}
div.excerpt h3 {
	margin: 0;
	padding: 5px 0;
	clear: left;
	}
div.excerpt h4 {
	margin: 0;
	padding: 0 0 3px 0;
	}
div.excerpt img { float: left; margin: 0; padding: 10px 15px 10px 0; }
div.excerpt ol {
		padding-top: 0px; padding-bottom: 5px;
		margin-top: 0px; margin-bottom: 5px;
		}
div.excerpt li {
		padding-top: 0px; padding-bottom: 5px;
		margin-top: 0px; margin-bottom: 5px;
		}
div.imgright {
	float: right;
	margin-right: 10px;
	}

#links table {
	font-family: verdana, arial;
	font-size: 14px;
	margin: 20px 0px;
	text-align: left;
	border: 2px solid black;
	width: 470px;
	}
#links table caption {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	margin: 14px 0 -14px 0;
	padding-bottom: 5px;
	}
#links table thead th {
	background-color: #d1c796;
	border-bottom: 1px solid black;
	}
#links table th.subject { width: 33%; }
#links table td, th {
	padding: 0.5em;
	vertical-align: top;
	font-size: x-small;
	}
#links table tr.odd { background-color: #ffffff; }
/*
#links tr:hover {
	background-color: #d1c796;
	}
*/
#links a {
	display: block;
	color: #a61300;
	text-decoration: none;
	}
#links a:hover {
	text-decoration: underline;
	}


#footer hr { clear: left; }

ul.price {
	list-style: none;
	font-family: verdana, arial;
	font-size: 90%;
	color: #000000;
    margin-left: 0px;
    padding-left: 0px;
	}

ul.price li {
	padding-bottom: 3px;
	}

#rolling {
	clear: right;
	width: 460px;
	padding-left: 10px;
	padding-right: 10px;
	}
#rolling ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	}
#rolling li {
	margin: 6px 0px;
	}

.nodisp { display: none; }
.nobull { list-style: none; padding-top: 20px; }

#datamain {
	background-color: #e0e3e8;
	border-top: 2px solid #adb6bd;
	border-left: 2px solid #adb6bd;
	border-right: 3px solid #7d878f;
	border-bottom: 3px solid #7d878f;
	overflow:hidden;
	margin-bottom: 20px;
	}

