/* CSS Document */

/*
Triebold Blue: #0065a4
Triebold Light Blue (Search Boxes): #99c1db
Triebold Outdoor power Green: #268f3a
Triebold Construction Orange: #e38c24
Case Red: #c40f2f

SILVER (PRINTED METALLIC OR LIGHT GREY SECONDARY COLOR): #a4adb6
Black, #000000
Dark grey, #646160
Light grey, #A1A2A4
Pale grey background, #D0D0D1

*/

body { 
	background-color: #FAFAFA;
	margin:0px;
	padding:00px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#646160 /* Dark Grey */
}

input {font-size:11px;}

th.mfghead {
	background-color: #0065a4;
	color: #99c1db;
}

td.subhead {
	background-color: #99c1db;
}

.grey_line { background-color:#A1A2A4;; margin:10px 0 10px 0; width:100%; height:1px;}
.divider {
	background-color:#0065a4;
	height:22px;
	width:100%;
	vertical-align: middle;
}
.right_overflow {background-color:#0065a4; width:100%;}
.bottom_links {
	color:#000000;
	float:right;
	padding:5px 0 0 0;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:1px;
}

.bottom_links a:link  { text-decoration:none; color:#0065a4;}
.bottom_links a:visited  { text-decoration:none; color:#0065a4;}
.bottom_links a:hover  { color:#666666; text-decoration: none; } /* Triebold Blue: */


a:link { text-decoration:none; color:#000000; font-weight:bold;}
a:visited { text-decoration:none; color:#000000;font-weight:bold; }
a:hover { color:#0065a4; } /* Triebold Blue: */
.current_link a:link { text-decoration:none; color:#A1A2A4; }
.current_link a:visited { text-decoration:none; color:#A1A2A4; }
.current_link a:hover { color:#0065a4; }  /* Triebold Blue: */

#bottom_list li {
	list-style: none;
	display: inline;
	border-right: 1px solid #0065A4;
	padding-right: 7px;
	padding-left: 7px;
}

#bottom_list #last {
	border-right: none;
}

.pad	{ margin:10px 20px 15px 10px;}

.whitetext	{ font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF; vertical-align:middle; } /*Phone number on blue background*/
.std_text { color:#646160; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; line-height:16px; text-transform: none;  }
.headline { font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; line-height:18px; text-transform:capitalize; }
.lg_headline { color:#646160; font-family:Arial, Helvetica, sans-serif; font-size:24px; font-weight:bold; text-transform:uppercase; letter-spacing:2px }


#tabs {
	width: 500px;
	text-align: left;
}


#tabs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 

#tabs ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 5px 2px;
	
	list-style: none;
	display: inline;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:14px;
}
	
		
#tabs ul li.here {
	border-bottom: 1px solid #ffc;
	list-style: none;
	display: inline;
}

th {
	background-color: #99C1DB;
	color: #000000;
}

.altRow1 {
	background-color: #FAFAFA;
}

.altRow2 {
	background-color: #EDEDED;
}

#used_type {
	float: right;
	margin-right: 5px;
	color: #FFF;
	padding-top: 1px;
	font-size: 14px;
}