/* smart.css */

/* The Smart style sheet, duh. */

div#show3 {
	background-color: #efefef;
	width: 140px;
	margin: 0 auto;
	border: 1px solid #444444;
}

div#show3 table td, div#show4 table td {
	height: 24px;
}

div#show4 table td {
}

div#show3 table input, div#show4 table input {
	outline-style: none;
}

body {
	background: #000000;
	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
	color: #ffffff;
	font-size: 10pt;
	width: 100%;
	line-height: 1.2;
}

table {
	border-collapse: collapse;
}

table.template {
	width: 940px;
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
table.template td {
	padding: 0;
	margin: 0;
	border: none;
}

table.specs {
	width: 100%;
}

table.model {
	width: 100%
}
table.model td {
	padding: 1px 0 0 0;
	width: 24%;
	white-space: nowrap;
}
table.model td.sep {
	width: 4%;
}

table.options {
	width: 100%;
	margin-top: 5px;
}
table.options td {
	padding: 1px 3px 1px 3px;
}
table.options td.bg {
	background: #dddddd;
}

td.header {
	border: none;
	height: 100px !important;
	width: 100%;
//	background: url("/images/Header05.png") #5f2108;
	background: #5f2108;
	color: #ffffff;
	text-align: right;
}

td.header img {
	border: none;
	margin: 0;
	padding: 0;
}

div.address, div.addressb {
	border: none;
	padding: 0;
	margin: 0;
	position: relative;
	width: 210px;
	height: 0;
	font-weight: bold;
	font-size: 8pt;
	text-align: center;
	line-height: 1.2;
}
div.address {
	left: 710px;
	top: -65px;
	z-index: 3;
	color: #dddddd;
}
div.addressb {
	left: 711px;
	top: -64px;
	z-index: 2;
	color: #000000;
}
div.address a:link,
div.address a:visited {
	color: #dddddd;
	text-decoration: none;
}
div.address a:hover,
div.address a:active {
	color: #ffffff;
	text-decoration: underline;
}

div.menu, div.menub {
	font-variant: small-caps;
	font-size: 9pt;
	border: none;
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
	height: 0;
	text-align: right;
	line-height: 1.2;
}
div.menu {
	z-index: 5;
	color: #dddddd;
	left: -10px;
	top: -15px;
}
div.menub {
	z-index: 4;
	color: #000000;
	left: -9px;
	top: -14px;
}
div.menu a:link,
div.menu a:visited {
	color: #dddddd;
	text-decoration: none;
}
div.menu a:hover,
div.menu a:active {
	color: #ffffff;
	text-decoration: none;
	background: #501904;
}

td.content {
	background: url("/images/tile01.jpg") #ffffff;
	color: #000000;
	padding: 0;
	margin: 0;
}

div.text {
	width: 700px;
	text-align: left;
	margin: 5px 0 15px 0;
}

div.text h1, div.text h2, div.text h3, div.text h4 {
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-align: left;
}

div.text h1 {
	font-size: 14pt;
	text-align: center;
	padding: 0 0 15px 0;
}

div.text h2 {
	font-size: 11pt;
}

div.text h3 {
	font-size: 10pt;
}

.pfloatr {
	float: right;
	margin: 0 0 5px 10px;
	text-align: center;
}
.pfloatl {
	float: left;
	margin: 0 10px 5px 0;
	text-align: center;
}

.footer {
	height: 70px;
	background: url("/images/foot01.jpg") #000000 no-repeat;
	color: #000000;
	font-size: 7pt;
	font-style: italic;
	font-weight: normal;
	padding-top: 20px;
	text-align: center;
	width: 940px;
}

a:link {
	color: #000000;
}

a:visited {
	color: #333333;
}

a:active {
	color: #000000;
}

.plus1, .fp1 {
	font-size: 107%;
}

.plus2, .fp2 {
	font-size: 114%;
}

.mm {
	font-size: 87%;
	font-variant: small-caps;
}

.less1, .fl1 {
	font-size: 87%;
}

.less2, .fl2 {
	font-size: 80%;
}

.less3, .fl3 {
	font-size: 73%;
}

.less4, .fl4 {
	font-size: 64%;
}

/* the table containing thumbnail images in the images directories */
table.idximages {
	table-layout: fixed;
	width: 100%;
	font-size: 10pt;
}
table.idximages td {
	text-align: left;
	vertical-align: top;
	border: 1px solid #666666;
	width: 33.3%;		/* this must match bin/idximages:
	$Columns */
	padding: 4px;
}
table.idximages td img {
	float: left;
	margin-right: 5px;
}

table.imgnav {
	font-size: 8pt;
	margin: 0 0 0 10px;
	width: 60%;
	background: url("/images/tile01.jpg") #ffffff;
}
table.imgcgi {
	border: none;
	font-size: 11pt;
	background: url("/images/tile01.jpg") #ffffff;
	width: 936px;
	color: #000;
}

dl.list > dt {
	font-weight: bold;
}
dl.list > dd {
	font-size: 90%;
	padding: 1px 0 5px 0;
}

.motto {
	font-size: 80%;
}

