/* Basic Formats */
body {
    font-family: Tahoma, Verdana, sans-serif;
	background-color: #a6bdf0;
	color: white;
	margin: 0px;
	background : url(images/wave.gif) repeat scroll;	
}

h1 {
    font-size: large;
}

h2 {
    font-size: medium;
/*    font-style: italic;*/
    color: #143278;
    font-weight: bold;
    margin: 0;
	clear: left;
	padding-top: .5em;
}

p {
    font-family: verdana, arial, tahoma, sans-serif;
    font-size: small;
    font-weight: normal;
    text-indent: 2em;
    line-height: 140%;
}

a {
	color: #FF8040;
	text-decoration: underline;
	font-weight: bold;
}

.textCenter {
    text-align: center;
}

.textLeft {
    text-align: left;
}

/* formats for the page header */
#header {
    padding: 10px 0px 10px 10px; 
    margin: 1px;
    border: 4px outset gray; 
    background-color: #973944;
    width: 97%;
}

#header div {
	padding: 0;
	margin: 0 auto 0 auto;
	border: 4px inset gray;
	width: 563px;
	text-align: left;
}

#header img {
    padding: 0;
    margin: 0 -5px -4px 0; 
}

/* formats for the menu if scripting is disabled or not supported */
#plainMenu  {
	position: absolute;
	top: 140px;
	left: 1px;
	width: 108px;
	padding: 0;
	margin: 0;
	background-color: #143278;
}

#plainMenu  ul {
	list-style: none;
	padding: 0 10px 0 0;
	margin: 0;
	text-align: right;
	width: auto;
}

#plainMenu  li  a {
	font-family: Tahoma, Verdana, sans-serif;
	font-size:small;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 130%;
}

#plainMenu a:hover {
	color: white;
}

/* formats for the address below the menu system.  Menu system is "position: absolute", so is address */
#address {
    position: absolute;
    top: 400px;
    left: 1px;
    width: 108px;
	padding: 0;
	margin: 0;
}

#address ul {
	list-style: none;
	padding: 0 2px 0 0;
	margin: 0;
	text-align: right;
	width: auto;
}

#address li {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 130%;
}

/* Format for main part of page, basically a sheet-of-paper look with a wide gray left border, and 
   a black line on the right border */
#main {
	padding: 20px;
	margin: 0 80px 0 110px;
	border-left: 15px solid #808080;
	border-right: 1px solid black;
	background-color: white;
	color: black;
	width: auto;
	min-height : 500px;
	/* hack to get page to fill browser top to bottom in IE for windows */
	/* ie for windows doesn't support min-height, but ignores "important" */
	height: auto !important;
	height: 500px;
}

#main ul {
    list-style-type: square;
    list-style-position: outside;
    margin: 18px;
    padding: 0;
    line-height: 120%;
}

#main li {
    font-family: verdana, arial, tahoma, sans-serif;
    font-size: small;
    font-weight: normal;
}

#main .floatRight {
    float: right;
    margin: 15px;
	padding: 0 0 15px 15px;
	display: inline;
}

#main .floatLeft {
    float: left;
    margin: 15px;
	padding: 0 15px 15px 0;
	display: inline;
}

#main hr {
	width: 80%;
	clear: both;
}

/* Formats for tables that list models and specs */
table.model {
	width: 90%;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: small;
	border: 2px solid black;
	margin: 0 auto 1em auto;
}

table.model thead th {
    font-weight: bold;
    text-align: center;
    vertical-align: bottom;
    border-bottom: 2px solid black;
    padding: 4px;
}

table.model thead th.leftColHeader {
	text-align: left;
}

table.model tbody th {
    font-weight: normal;
    text-align: left;
    border: 1px solid silver;
    padding-left: 4px;
}

table.model td {
    text-align: center;
    border: 1px solid silver;
    padding: 2px;
}

table.model caption {
	caption-side: top;
	margin: 1em auto 0 auto;
	font-size: large;
	font-weight: bold;
	padding: 5px;
	border-style: solid;
	border-color: black;
	border-width: 2px 2px 0 2px;
}

table.model th img {
	float: none;
	margin: 0;
	padding: 0;
}

/* formats for table to display colors */
table#colors {
    margin: 2em 0 0 0;
    width: 100%;
	clear: both;
}

table#colors div {
    margin: 5px;
    float: left;
    font-size: x-small;
    text-align: center;
}

table#colors img {
    float: none;
    margin: 0 0 -3px 0;;
	padding:0;
}

table#colors td {
	text-align: center;
	vertical-align : top;
}

table#colors td.tdLeft {
	width: 30%;
}

table#colors td.tdRight {
	width: 70%;
}

/* contact info on the Contact us page */
ul#contact {
	list-style-type: none;
}

ul#contact em {
	font-style: normal;
	font-weight: bold;
}

div#contactForm {
	font-size: small;
	font-style: normal;
	display: block;
	width: 30em;
	min-width: 28em;
	color: black;
	background-color: #C5CFD8;
	border: 1px solid black;
	margin: 1em 10em 0 2em;
	padding: 1em 1em 0 1em;	
}

div#contactForm th  {
	width: 8em;
	font-weight : bold;
	margin: 0 0 0 0;
	padding: 0.5em 1em 0 0;
	text-align: right;
	vertical-align: top;
}

div#contactForm td {
	margin: 0;
	padding: 0;
	text-align: left;
}

/* footer */
div#footer {
	font-size: x-small;
	margin: 0 1em 0 1em;
}

span#leftFooter {
	float: left;
	margin-right: 1em;
}

span#rightFooter {
	float: right;
	margin-left: 1em;
}

#webdesign_credits{
	width:100%;
	font-size:6px;
}

