/* text */
h1, h2, h3, h4, h5, h6 { font-weight:normal; }
h1 { font-size:32px; }
h2 { font-size:26px; }
h3 { font-size:18px; }
h4 { font-size:16px; }
h5 { font-size:14px; }
h6 { font-size:12px; }

/* odd elements */
img { display: block; }
a img { border: none; }
.error { color:red; font-weight:bold; font-size:1.2em; }
.debug { outline:solid 1px red; }
.clearboth { clear:both; }
.img_left, .img_right {
	float:left;
	margin:0 10px 10px 0;
	/* border:solid 1px black; */
}
.img_right {
	float:right;
	margin:0 0 10px 10px;
}
.column_left, .column_right {
	float:left;
	width:50%;
}
.column_left {
	clear:left;
}

/* page elements */

html { height:100%; margin-bottom:1px; padding-bottom:1px; }
body {
	padding:0;
	margin:0;
	background-color: #FFFFFF;
	text-align:center;
}
#top {
	background-color: #790301;	
	height:65px;
	border-bottom:solid 10px black;
	position:relative;
}
#searchbar {
	height:50px;
}
#parts-search-form {
	position:absolute;
	right:0;
	height:38px;
	width:608px;
	background-color: #F9E4AD;
	border: 1px solid #030000;
	padding:6px 6px 6px 14px;
	font-size:20px;
}
#parts-search-form input {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
	padding:4px 44px 4px 4px;
	width:224px;
	height:30px;
	display:inline-block;
	font-size:26px;
}
#parts-search-form label {
	display:inline-block;
	width:320px;
	padding:4px;
}
#parts-search-form button {
	display:block;
	border:solid 1px black;
	color: #FFFFFF;
	background-color: #D09811;	
	position:absolute;
	right:12px;
	top:9px;
	padding:2px;
	font-size:16px;
	font-weight:bold;
}
.wrapper {
	width:960px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
.wrapper:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#logo, #logo-img {
	position:absolute;
	padding:10px 10px 0 10px;
	left:0;
	top:15px;
	overflow:visible;
}
#logo {
	background-color:black;
	height:50px;
	width:320px;
}
#menu {
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	position:absolute;
	right:0;
	top:0;
	width:620px;
	height:65px;
	border-collapse:collapse;
}
#menu tr td {
	padding:0;
}
#menu tr td.first {
	padding:0 0 0 10px;
}
#menu tr td.last {
	padding:0 10px 0 0;
}
#menu a {
	text-decoration:none;
	color:white;
	font-size:16px;
	height:15px;
	line-height:15px;
	padding:25px 10px
}
#menu a:hover {
	color:yellow;
}

.content, .sidebar {
	display:block;
	float:left;
}
.content {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:black;
	width:600px;
	padding:15px;
	line-height:1.4;
}
.sidebar {
	width:300px;
	padding:15px;
}
#content-home {
	font-size:18px;
}
#content-home h1 {
	text-transform:uppercase;
	font-size:42px;
}


.home-large-text {
	white-space:nowrap;
	font-size:26px;
}

.sidebar {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
.logo-box {
	display:block;
	border-bottom:solid 1px #C0C0C0;
	padding:4px;
	overflow:hidden;
	font-size:12px;
	text-decoration:none;
	color:#000000;
}
.logo-box img {
	display:block;
	float:left;
	width:100px;
	background-color: #FFFFFF;
	border: 3px solid #C0C0C0;
	margin-right:10px;
}
.logo-box p {
	display:block;
	margin:0;
}
.logo-box p.manufacturer {
	color: #1C3786;
	font-weight:bold;
	text-decoration:none;
}
.logo-box:hover {
	background-color:#EFEFEF;
}

p.sidebar-heading {
	font-size:18px;
	margin:0;
}
.phone {
	font-family:Arial, Helvetica, sans-serif;
	white-space:nowrap;
	font-size:30px;
	font-weight:bold;
	color: #EFB547;
}

.company-name {
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
}


#bottom {
	height:108px;
	background-image: url(images/footer-bg.png);
	font-size:16px;
	color:#7E7E7E;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CFCFCF;
}
#bottom p.company-name {
	font-weight:bold;
	font-size:1.1em;
	text-transform:uppercase;
}
#bottom p {
	line-height:1.2;
	margin:0;
	text-align:center;
}

#bottom p a {
	color:#4F4F4F;
}

.home-icon {
	display:block;
	height:59px;
	float:left;
	background-repeat: no-repeat;
	padding:7px 0 7px 30px;
	line-height:1;
	font-size:14px;
	text-decoration:none;
	color:#000000;
}
.home-icon span {
	display:block;
	font-size:30px;
	line-height:1;
	margin:0;
}
#home-search:hover span,
#home-about:hover span,
#home-brochure:hover span,
a.home-icon:hover span {
	color:#000000;
}
#home-search {
	background-image: url(images/home-button-search-bg.png);
	width:150px;
}
#home-about {
	background-image: url(images/home-button-learn-more-bg.png);
	width:195px;
}
#home-brochure {
	background-image: url(images/home-button-download-bg.png);
	width:130px;
}
#home-search span { color: #8E0000; }
#home-about span { color: #836E05; }
#home-brochure span { color: #808080; }
#home-splash {
	display:block;
	padding:50px;
	height:100px;
	background-image: url(images/home-splash-image-3.png);
	background-repeat:no-repeat;
	background-color:#000000;
	text-align:right;
	color:white;
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	border:3px solid #790301;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
}
#home-splash a {
	color:#FFF3CC;
	text-decoration:none;
}
#home-splash a:hover {
	color:#FFAF75;
}
#home-splash p {
	margin:0;
	display:none;
}
#home-splash .fade-first {
	margin-top:70px;
}

#load-icon {
	display:inline-block;
	width:32px;
	height:32px;
	background-image: url(images/loader-3.gif);
}

.displaySelectionResult {
	display:none;
}
#ajax-search-form {
	height:32px;
}
.equipment-model-list, table.standard-table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.equipment-model-list tr th, .standard-table tr th {
	color: #7B0000;
}
.equipment-model-list tr td, .standard-table tr td, .equipment-model-list tr th, .standard-table tr th {
	vertical-align:top;
	padding:4px;
	border-bottom:solid 1px #E7E7E7;
}
.equipment-model-list p, .standard-table p {
	margin:0 0 .5em 0;
}
.equipment-model-list {
	border:solid 1px gray;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}

.breadcrumbs {
	display:block;
	padding:0;
}
.breadcrumbs a, .breadcrumbs strong, .breadcrumbs span.separator {
	display:inline-block;
	padding:2px 2px;
	color:gray;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
}
.breadcrumbs a:hover {
	text-decoration:underline;
}
.side-hours {
	background-color:#669966;
	color: #FFFFFF;
}
.side-hours p.alert {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF3CC;
	font-weight: bold;
}

.edit-section-form label, .edit-section-form input[type=text], .edit-section-form textarea {
	display:block;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
}
.edit-section-form input[type=checkbox] {
	float:left;
}
.sidebar .side-menu-new .menu-new-list .menu-small-text a {
	font-size:12px;
}
.sidebar .side-menu-new .menu-new-list .menu-small-text a.dirty { color:#FF6600; }

#contact-csd {
	margin-top:30px;
}
#contact-csd input[type=text] {
	width:300px;
}
#contact-csd input[type=submit] {
	font-size:16px;
}
#contact-csd textarea {
	width:300px;
	height:80px;
}
#contact-csd label {
	display:block;
	clear:both;
	margin:15px 0 0;
}

a.dark {
	color:#000 !important;
}

