/**********************************************************
 C O L O R S
**********************************************************/

h3 a:hover, h5 a:hover {
	color: red !important;
}


/**********************************************************
 G L O B A L S
**********************************************************/
* {
	font-size: 100%;
	padding: 0;margin: 0;
	outline: none;
}
body {
	background: white url(/images/bg_grad.png) bottom left repeat-x;
	color: #555;
	font: 100% "Lucida Grande", Helvetica, Geneva, Verdana, sans-serif;
	padding-top: 10px;
}
h1, h1 a {
	color: red;
	font-weight: normal;
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 40px;
	margin-bottom: 20px;
	text-decoration: none;
	text-transform: uppercase;
}
h1 a:hover {
	text-decoration: underline;
}
h2, h2 a {
	color: red;
	font-weight: normal;
	font-size: 1.25em;
	line-height: 40px;
	margin: 20px 0 20px 0;
}
h2 a {
	font-size: inherit;
	text-decoration: none;
}
h2 a:hover {
	font-size: inherit;
	text-decoration: underline;
}
h3, h3 a {
	color: #b40000;
	font-weight: normal;
	font-size: 1em;
	letter-spacing: 2px;
	line-height: 24px;
	text-transform: uppercase;
	text-decoration: none;
}
h4, h4 a, h4 a:visited {
	color: red;
	font-weight: normal;
	font-size: 0.875em;
	letter-spacing: 2px;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 10px 0;
}
h5, h5 a, h5 a:visited {
	color: #333;
	font-weight: normal;
	font-size: 0.75em;
	letter-spacing: 1px;
	line-height: 1.3333em;
	text-decoration: none;
	text-transform: uppercase;
	margin: 10px 0 14px 0;
}
h6, h6 a, h6 a:visited {
	color: #333;
	font-weight: bold;
	font-size: 0.625em;
	letter-spacing: 3px;
	line-height: 1.6em;
	text-decoration: none;
	text-transform: uppercase;
	margin: 10px 0;
}
p {
	font-size: 0.75em;
	line-height: 24px;
	margin: 0 0 10px 0;
}
.subhead {
	font-size: .9em;
	text-transform: uppercase;
}

img {
	border: none;
}
ul {  }
/**********************************************************
 L A Y O U T
**********************************************************/

div#content_inner_mid ul { margin: 4px 10px 20px 20px; }
div#content_inner_mid li {
	font-size: 0.75em;
	margin-bottom: 10px;
	list-style-image: url(/images/list_icon.png);
}
div#content_inner_mid li h5 { font-size: 1.3333em;}
div#content_inner_mid li li { font-size: 1em; }
hr {
	clear: both;
	border: none;
}

#wrapper {
	min-height: 1000px; /* temp */
	width: 962px;
	margin-left: -481px;
	position: relative;
	left: 50%;
}
#top {

}
#top_top {
	background-image: url(/images/bg_top_top.png);
	background-repeat: none;
	height: 12px;
	width: 962px;
}
#top_mid {
	background-image: url(/images/bg_top_mid.png);
	background-repeat: repeat-y;
	height: 79px;
	width: 962px;
}
#top_btm {
	background-image: url(/images/bg_top_btm.png);
	background-repeat: none;
	height: 36px; /*	47px */
	width: 941px; /* 962px */
	padding: 11px 0 0 21px;
}

#nav {
	margin: 0;
}

#mid, #btm {
	margin-top: 3px;
}
#mid_top {
	background-image: url(/images/bg_main_top.png);
	background-repeat: none;
	height: 24px;
	width: 962px;
}
#mid_mid {
	background-image: url(/images/bg_main_mid.png);
	background-repeat: repeat-y;
	min-height: 300px;
	width: 962px;
	padding-bottom: 0;
	z-index: 5;
}
#mid_btm {
	background-image: url(/images/bg_main_btm.png);
	background-repeat: none;
	height: 13px;
	width: 962px;
}
#content {
	width: 700px;
	margin: -6px 0 0 6px;
	float: left;
	z-index: 10;
}
#content_outer_top {
	background: url(/images/content_outer_top.png) top left no-repeat;
	height: 11px;
	margin-top: 0;
}
#content_outer_mid {
	background: url(/images/content_outer_mid.png) top left repeat-y;
	min-height: 252px;
}
#content_outer_btm {
	background: url(/images/content_outer_btm.png) top left no-repeat;
	height: 11px;
	margin-bottom: -7px;
}
#content_inner {
	width: 698px;
	margin-top: -6px;
	margin-left: 5px;
	float: left;
}
#content_inner_top {
	background: url(/images/content_inner_top.png) top left no-repeat;
	height: 8px;
	margin-top: 0;
}
#content_inner_mid {
	background: url(/images/content_inner_mid.png) top left repeat-y;
	padding: 30px 40px 50px 40px;
	min-height: 252px;
}
#content_inner_btm {
	background: url(/images/content_inner_btm.png) top left no-repeat;
	height: 8px;
	margin-bottom: -5px;
}
#main {
	width: 675px;
	padding-top: 10px;
	margin: 0 0 0 30px;
	clear: left;
}
ul#lc { margin: 0 !important; }
ul#lc, li.productline, li.manufacturer {
	list-style-type: none !important;list-style-image: none !important;
}
li.productline, li.manufacturer {
	margin-top: 20px;
	clear: left;
}
li.productline h2 { margin-right: -31px; border-bottom: 1px solid #333; }
li.productline h3 { font-size: 1.3333em; }
li.manufacturer { min-height: 100px;padding-bottom: 20px;position: relative; }
.lcLogo {
	width: 150px;
	position: absolute;
	top: 0;
	left: 0;
}
.lcDesc {
	padding-top: 40px;margin-left: 180px;
	display: block;
}

#extras {
	font-size: 0.8em;
	width: 300px;
	margin: 8px 0 10px 20px;
	float: right;
}
#extras_top {
	background: url(/images/extras_top.png) top left no-repeat;
	height: 7px;
}
#extras_mid {
	background: url(/images/extras_mid.png) top left repeat-y;
	padding-bottom: 10px;
}
#extras_mid img {
	margin-left: 20px;
}
#extras_mid ul {
	margin: 10px 0;
}
#extras_mid li {
	font-size: 0.8em;
	margin: 0 10px 2px 25px;
	list-style-image: none;
	list-style-type: disc;
}
#extras_mid p {
	margin: 3px 10px;
}
p.weblink {
	background: url(/images/bg_weblinks.png) top left no-repeat;
	text-align: right;
	height: 30px;
	padding: 6px 10px 0 0;
	margin: 0 !important;
}
.weblink a {
	background: url(/images/weblink_0.png) top right no-repeat;
	color: white;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 1px 20px 10px 0;
}
.weblink a:hover {
	color: #ffc60c;
	background: url(/images/weblink_1.png) top right no-repeat;
}


/********* Nav2 (Sidebar Navigation) ********/
#auxnav {
	float: left;
	width: 247px;
	margin: -6px 0 0 3px;
}
#auxnavTop {
	background-image: url(/images/bg_nav2_top.png);
	background-repeat: none;
	height: 10px;
	width: 247px;
}
#auxnavMid {
	background-image: url(/images/bg_nav2_mid.png);
	background-repeat: repeat-y;
	min-height: 252px;
	width: 247px;
}
#auxnavBtm {
	background: url(/images/bg_nav2_btm.png) center bottom no-repeat;
	height: 10px;width: 247px;
}
#auxnav ul {
	margin-top: -6px;
	float: left;
}
#auxnav li {
	text-transform: uppercase;
	list-style: none;
	margin-left: 0;
}
#auxnav li a {
	background: url(/images/bg_nav2_button.png) top left no-repeat;
	color: #555;
	font-size: 0.75em;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 18px 0 0 40px;
	margin: 2px 0 0 5px;
	height: 32px;
	width: 197px;
	display: block;
}
#auxnav li a:hover {
	background: url(/images/bg_nav2_button_1.png) top left no-repeat;
	color: #d35900;

}
/********************************************/

#btm_top {
	background-image: url(/images/bg_main_top.png);
	background-repeat: none;
	height: 24px;
	width: 962px;
}
#btm_mid {
	background-image: url(/images/bg_main_mid.png);
	background-repeat: repeat-y;
	height: 40px;
	width: 962px;
}
#btm_btm {
	background-image: url(/images/bg_main_btm.png);
	background-repeat: none;
	height: 13px;
	width: 962px;
}

.smaller a {
	font-size: 70%;
}

#listings {
	margin-top: 15px;
}
.listing {
	padding: 10px 0 10px 0;
	margin: 5px 0 0 0;
	border-top: 1px dotted red;
}
div.cleaner { clear: both; }
#logo {
	margin-left: 90px;
}

.admin_links {
	text-align: right;
	margin-right: 5px;
}
.admin_links, .admin_links a {
	font-size: 0.8em;
	color: red;
}
.caps {
	font-size: inherit !important;
	letter-spacing: 0.1em;
	line-height: inherit !important;
}
