/* -------------------- Theme Colors, Site Notes -------------------- */
/* Header/Footer Blue: 00306F; LeftNav Blue: 003070;                  */
/* Background: D8D8D8;                                                */
/* ------------------------------------------------------------------ */


/* ----- Global Elements ----- */
body {
	margin: 0;
	padding: 0; 
	text-align: center;
	background-color: #336699;
/* History of background-color: #44607E; #D8D8D8; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	color: #000;
}
td, div, p {font-size: 12.5px;}
input {}
table {width: 100%;}
img {border: 0;}
hr {width: 85%; height: 1px; color: #CCC;}

/* Hx Tags Hierarchy (rule of thumb)...
H1: main topic
		H2: major topic
				H3: sub topic
						H4: sub-sub topic
		H2: major topic
*/

/* --> H1: use for main page heading (title, topic of entire page) */
h1 {margin: 0 0 15px 0; font-size: 17px; color: #033387;}
/* --> H2: use for major topic headings (main points or sections of page) */
h2 {margin: 0 0 15px 0; font-size: 15px;}
/* --> H3: use for sub topic headings (points or sections under H2 sections) */
h3 {width: 95%; margin: 5px 0; border-bottom: 1px solid #CCC; font-size: 14px;}
/* --> H4: use for sub-sub topics (points or sections under H3 sections) */
h4 {margin: 3px 0; font-size: 13px;}

/* --> H2-H4 Tags: used for product/accessories page (trial format) */
h2.prod {width: 95%; margin: 5px 0; border-bottom: 1px solid #CCC; font-size: 15px;}
h3.prod {margin: 7px 0; border: none; font-size: 14px;}
h4.prod {margin: 3px 0; font-size: 13px;}

/* --> H2-H4 Tags: other formatting (naming convention... ??) */
h2.other {}
h3.other {}
h4.other {}

/* --> Caption Class: use for captions on their own line (block text - instead of using <br /> and <strong>) */
span.caption {display: block; font-weight: bold;}

/* --> Snuggleup Class: use with tags like <ul> to decrease the top margin, causing it to "snuggleup" to element above */
ul.snuggleup {margin-top: 3px;}

a {color: #000; text-decoration: none;}
a:link {color: #0000CC; text-decoration: underline; font-weight: none;}
a:visited {color: #7D1B7E; text-decoration: underline; font-weight: none;}
a:hover {color: #CC0000; text-decoration: underline; font-weight: none;}
a:active {color: #CC0000; text-decoration: underline; font-weight: none;}

#container {
	margin: 0 auto;
	width: 780px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: left;
	background-color: #FFF;
}


/* ----- Header DIV ----- */
#header {}
#head-top {
	height: 191px;
	background-image: url("/images/header3.jpg");
	background-repeat: no-repeat;
}

/* TopText TABLE */
table#toptext {width: 100%;}
td.topleft {
	width: 65%;
	padding: 13px 0 0 42px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 3px;
	color: #FFF;
}
td.topleft a {color: #FFF; text-decoration: none;}
td.topleft a:link {color: #FFF; text-decoration: none;}
td.topleft a:visited {color: #FFF; text-decoration: none;}
td.topleft a:hover {color: #FFF; text-decoration: none;}
td.topleft a:active {color: #FFF; text-decoration: none;}
td.topright {
	width: 35%;
	padding-right: 5px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
}
td.topright a {font-size: 11px; color: #FFF;}
td.topright a:hover {color: #FFF;}
td.topright span {line-height: 25px;}

/* Top Navigation Temporarily Removed...
#head-navlist {
	margin-left: 0px;
	padding-left: 0px;
	white-space: nowrap;
	position: absolute;
	height: 27px;
	width: 777px;
	top: 225px;
}
#head-navlist li {
	display: inline;
	list-style-type: none;
}
#head-navlist a  {
	padding: 3px 10px;
	background-image: url("images/button.gif");
	height: 20px;
	width: 91px;
	display: inline;
	position: absolute;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
#head-navlist a:hover {background-image: url("images/buttonover.gif");}
#n1 {left: 0px;}
#n2 {left: 111px;}
#n3 {left: 222px;}
#n4 {left: 333px;}
#n5 {left: 444px;}
#n6 {left: 555px;}
#n7 {left: 666px;}
*/


/* ----- Breadcrumbs DIV ----- */
#breadcrumbs {height: 25px; margin-left: 5px;}
#breadcrumbs-home {height: 7px;}


/* ----- Skeleton TABLE ----- */
table#skeleton {
	border-collapse: collapse;
	margin: 7px 0 35px 0;
	padding: 0;
}

/* LeftNav TD */
td#leftnav {
	width: 200px;
	padding: 0 5px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}
#left-group {
	border-left: 1px solid #D8D8D8;
	border-right: 2px solid #D8D8D8;
	border-bottom: 2px solid #D8D8D8;
}
.left-title {
	padding: 3px;
	background-color: #003070;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}
.left-title a {color: #FFF; text-decoration: none;}
.left-title a:link {color: #FFF; text-decoration: none;}
.left-title a:visited {color: #FFF; text-decoration: none;}
.left-title a:hover {color: #FFF; text-decoration: underline;}
.left-title a:active {color: #FFF; text-decoration: underline;}
.left-menu {
	padding-bottom: 9px;
	border: 1px solid #003070;
	font-size: 11px;
}
.left-menu ul {margin-top: 6px;}
.left-menu li {margin-left: -22px; color: #333;}
.left-menu li a {font-size: 12px;}
#left-other {
	margin-top: 25px;
	text-align: center;
}

/* Content TD */
td#content {
	width: 580px;
	padding-left: 18px;
	padding-right: 5px;
	vertical-align: top;
	color: #333;
}

#pageimage1 {}
#pagetext1, #pagetext2, #pagetext3 {margin-bottom: 20px;}
#about-suppliers {margin: 5px; padding: 10px;}
#about-suppliers img {border: 1px solid #000;}

.images-usedvan {margin-bottom: 17px; text-align: center;}
.images-usedvan img {margin: 0 3px 0 2px; vertical-align: top;}

form#listings-sold {width: 93%; margin-top: 25px;}
form#listings-sold fieldset {padding: 15px; border: 2px solid #999;}
form#listings-sold legend {padding: 5px 13px; border: 1px solid #999; font-size: 16px; font-weight: bold; color: #666;}
p.sold-title {margin-top: 20px; font-size: 14px; font-weight: bold; color: #666;}
span.sold-sign {font-weight: bold; color: #CC0000;}

td.prod-image {vertical-align: top; text-align: center;}
td.prod-desc {padding-left: 15px; vertical-align: top;}


/* ----- Footer DIV ----- */
#footer {
	clear: both;
	margin-top: 20px;
	padding: 0;
	border-top: 1px solid #CCC;
	text-align: center;
}
#foot-links {font-size: 13px;}
#foot-tagline {font-size: 15px;}
#foot-wheelchair {}
#foot-border {
	height: 14px;
	margin-top: 2px;
	background-image: url("/images/footer.gif");
	background-repeat: no-repeat;
}


