
/* General Styles */

* 			{ margin: 0; padding: 0; }

body {	margin: 0 auto;	color: #363636;	background-color: #333;	text-align: center;	font: normal 12px "Lucida Grande", verdana, arial, helvetica, sans-serif;}

h1 		{ color: #FFF; padding: 40px 15px 0; text-align: left; }
h2 		{ margin: 5px; color: #103466; }
h3 a, h3 a:visited { color: #363636; text-decoration: none; }
p, h3 	{ margin: 10px 5px; }

img.map { border: none; }

.bigtext 	{ font-size: 120%; }
.smltext 	{ font-size: 95%; }

a img 		{ border: none; }
a:visited.blue { color: #0000FF; }

img.floatl { float: left; margin: 5px 10px 15px; }
img.floatr { float: right; margin: 5px 10px 15px; }

.clear 		{ clear: both; }

.border { border: 1px solid #666; }

/* Forms */

input, textarea, select { font-family: Verdana; font-size: 110%; color: #333; }
textarea 	{ height: 100px; }

.btn { } /* Button Styling */

.tboxlge { width: 100%; }
.tboxmed { width: 75%; }
.tboxsml { width: 50%; }

/* General Divs */

#head 		{ height: 80px; background: url('../img/headbg.jpg') repeat-x bottom left; }
#logo 		{ float: left; height: 80px; background: url('../img/headlogo.jpg') no-repeat; }
#navbar 	{ clear: both; margin: 0; padding: 0; height: 35px; width: 100%; background-color: #2D2D2D; border-bottom: 5px solid #E1E1E1; }

#content 	{ width: 100%; height: auto; padding: 17px 0; background-color: #FFF; text-align: left; }
#lcontent 	{ display: inline; margin: 0 3% 0 3%; padding: 0; float: left; height: auto; width: 56%; }
#rcontent 	{ display: inline; margin: 0 3% 0 0; padding: 0; float: right; height: auto; width: 33%;}

#error { 
	color: #FF8585;
	font-size: 110%;
	font-weight: bold;
	border-top: 1px dotted #CCC;
	border-bottom: 2px solid #FFA9A9;
	padding: 3px 20px;
	display: block;
	background-color: #FFE9E9;
}

/* Dealers Page */

ul.dealers li { list-style-type: none; background: #FFF url('../img/arrow_bullet.gif') no-repeat 8px 5px; padding-left: 20px; margin-left: 20px; }

/* Tables */

table 			{ width: 100%; border-spacing: 0; border-collapse: collapse; }
table a 		{ text-decoration: none; }
table a:hover 	{ text-decoration: underline; }

th 				{ padding: 5px; font-size: 100%; text-align: left; background-color: #CCC; border-bottom: 1px solid #333; border-top: 1px solid #999; }
th a:visited 	{ color: #0000FF; }
td 				{ border-spacing: 0; margin: 0; text-align: left; background-color: #EFEFEF; border-bottom: 1px dashed #FFF; }

tr.dealerRow td { font-size: 95%;  padding: 3px 5px; }
tr.pdfRow td 	{ font-size: 100%; padding: 6px 10px; }
	

/* Navigation Controls */

#navigation { padding-top: 5px; float: right; }
#navigation ul { margin: 0; padding: 0 15px 0; list-style:none; }#navigation li { display:inline; margin: 0; padding: 0; }#navigation a { float: left; background:url('../img/left_both.gif') no-repeat left top; margin: 0; padding: 0 0 0 12px; text-decoration: none; font-size: 12px; }#navigation a span { float: left; display: block; background: url('../img/right_both.gif') no-repeat right top; padding: 8px 12px 8px 0; font-weight: bold; color: #fff; text-shadow: #222222 0px 0px 4px; }/* \*/#navigation a span { float:none; }/* */#navigation a:hover span { color:#fff; }#navigation #current a { background-image:url('../img/left_on.gif'); border-width:0; }#navigation #current a span { background-image:url('../img/right_on.gif'); color:#2D2D2D; padding-bottom:8px; text-shadow: none; }#navigation a:hover { background-position:0% -100px; color: #fff; }#navigation a:hover span { background-position:100% -100px; }#navigation #current a:hover { background-position: top left; }#navigation #current a:hover span { background-position: top right; }


/* Footer Bar */

#foot 			{ font-size: 95%; color: #666; clear:both; width: 100%; text-align: left; height: auto; }
#foot p 		{ margin: 10px 20px 30px; }
#foot p.right 	{ float: right; }
#foot p.left 	{ float: left; }
#foot a 		{ text-decoration: none; color: #666; }
#foot a:hover 	{ text-decoration: underline; color: #777; }
#foot hr 		{ display: none; }


/* Products Page */

ul.products { display: block; margin: 0; list-style-type: none; text-align: center; }

ul.products li { margin: 3px 0; background: url('../img/productbg.jpg') no-repeat top left; 
	width: 180px; height: 140px;
	float: left;
}

ul.products li.tall { height: 175px; }
ul.products h4 { font-size: 12px; margin: 0; height: 18px; overflow: hidden; padding: 10px 10px 0; }
ul.products h4 a, ul.products h4 a:visited { text-decoration: none; color: #333;}
ul.products .catpic { padding: 0 10px;}


/* Home Page */

ul.home { list-style-type: none; }
ul.home img { float: left; padding: 5px 10px 15px; }
ul.home a, ul.home a:visited { color: #103466; text-decoration: none; }

/* Admin Boxes */

.admin { 
	color: #555;
	font-size: 100%;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	padding: 3px 20px;
	display: block;
	background-color: #FFFBBC;
}