@charset "utf-8";
/* CSS Document */

/* Home Page */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E9DAC7;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFFFFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 1px solid #000000;
}
#spacer {
	clear: both;
	height: 2px;
}
#header {
	height: 150px;
	clear: both;
	background-image: url(/images/%7Elogo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#topnav {
	text-align: center;
	clear: both;
}
#topnav ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	line-height: 40px;
	white-space: nowrap;
	
}
#topnav ul li {
	list-style-type: none;
	display: inline;
	border: 1px solid #000;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #D2B48C;
	margin-right: 1px;
	margin-left: 1px;
	
}
#topnav ul a {
	text-decoration: none;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#topnav ul a:hover {
	color: #FFF;
	background-color: #7D5C31;
}


#left {
	float: left;
	width: 250px;
	text-align: center;
	visibility: visible;
	padding-top: 10px;
	padding-bottom: 10px;
}
.boldred {
	font-weight: bold;
	color: #FF0000;
}

#left ul {
	padding: 4px;
	list-style-type: none;
	margin: 0;
}
#left ul a {
	display: block;
	width: 240px;
	height: 25px;
	line-height: 25px;
	color: #000;
	text-decoration: none;
	background-color:tan;
	border: 1px solid #000000;
	
}
#left ul a:hover {
	background-color:#6C3600;
	color: #FFFFFF;
}
#left li {
	display: inline; /* :KLUDGE: Removes large gaps in IE/Win */
}
#right {
	float: right;
	width: 685px;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}
#right ul {
	padding: 4px;
	list-style-type: none;
	margin: 0;
	margin-top: 15px;
	font-weight: bold;
}
#right   ul   .first   a {
	display: block;
	width: 300px;
	height: 30px;
	line-height: 30px;
	color: #000;
	text-decoration: none;
	border: 1px solid #000000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: tan;
}
#right ul .first a:hover {
	display: block;
	width: 300px;
	height: 30px;
	line-height: 30px;
	color: #000;
	text-decoration: none;
	border: 1px solid #000000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: tan;
}
#right ul a {
	display: block;
	width: 300px;
	height: 30px;
	line-height: 30px;
	color: #000;
	text-decoration: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid tan;
}

#right ul a:hover {
	background-color:#6C3600;
	color: #FFFFFF;
}
#right li {
	display: inline;
}

#center {
	padding: 5px;
	margin-right: auto;
	margin-left: auto;

}

#bottomnav {
	clear: both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color: tan;
}
#bottomnav ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	line-height: 20px;
	white-space: nowrap;
}

#bottomnav ul li {
	list-style-type: none;
	display: inline;
}
#bottomnav ul a {
	text-decoration: none;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#bottomnav ul a:hover {
	color: #FFF;
	background-color: #6C3600;
}
#footer {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: medium;
	height: 80px;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#copyright {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: center;
	font-size: small;
	color: #333333;
}
.flashoutlined {
	border: 1px solid #000000;
	margin: 0;
	padding: 0;
}
#missionsjc {
	text-align: center;
	width: 230px;
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
#testimonials {
	border: 1px solid #000000;
	width: 600px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	text-decoration: none;
}
.imagefloatright {
	float: right;
}
.pagetitle {
	font-size: x-large;
}.compLogos {
	margin: 5px;
	text-decoration: none;
	border: 1px solid #0000FF;
}
.centertext {
	text-align: center;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
#aboutus {
	font-variant: normal;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#testimonialscontent {
	font-style: oblique;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #666666;
	text-align: left;
	padding: 5px;
	background-color: #EBEBEB;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#ContactTable {
	background-color: tan;
	border: 1px solid #000000;
	font-size: small;
}
#gallery {
	background-color: #E3DBB9;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #0000FF;
	border-left-color: #000000;
	width: 685px;
	font-size: large;
	font-weight: bold;
	color: #000099;
	padding-bottom: 5px;
}

.gallerythumb {
	border: 1px solid #000000;
	margin: 5px;
}
.tech-toprow {
	float: left;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #999999;
	width: 240px;
	margin: 5px;
	height: 375px;
	font-weight: bold;
	text-align: center;
}
#clearing {
	clear: both;
	height: 15px;
}
.blackfill {
	background-color: #000000;
}

.tech-bottomrow {
	float: left;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #999999;
	width: 350px;
	height: 300px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	font-weight: bold;
}
.faq-list {
	text-align: left;
	margin-left: 20px;
	font-weight: bold;
}
dt {
	font-size: large;
	color: #0000FF;
	text-align: left;
	font-weight: bold;
}
dd {
	font-weight: bold;
	text-align: left;
}
.heading-bold-large {
	font-size: large;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
.heading-bold-large-FirstLetter {
	font-size: x-large;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}


.heading-bold-small {
	font-size: small;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
}
.auto-ul {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: small;
	font-weight: bold;
	list-style-type: square;
	list-style-image: url(/images/bullet.jpg);
	width: 85%;
}
.auto-ul-center {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: small;
	font-weight: bold;
	list-style-type: square;
	list-style-image: url(/images/bullet.jpg);
	width: 500px;
}

.auto-advancedceramic {
	float: left;
	width: 45%;
	list-style-type: disc;
	margin-left: 5%;
}

.auto-charcool {
	float: right;
	width: 45%;
	margin-right: 5%;
}
.photo-caption-smalltext {
	font-size: small;
	font-weight: lighter;
}
.warranty-ul {
	text-align: left;
	margin-right: auto;
	margin-left: 200px;
	font-size: small;
	font-weight: bold;
	list-style-type: square;
	list-style-image: url(/images/bullet.jpg);
}
.leftaligncentered-ul {
	text-align: left;
	margin-right: auto;
	margin-left: 100px;
	font-size: small;
	font-weight: bold;
	list-style-type: square;
	list-style-image: url(/images/bullet.jpg);
}
#twocolume-left {
	float: left;
	width: 375px;
}
#twocolume-right {
	float: right;
	width: 375px;
}
/* THUMBNAIL GALLERY */
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: tan;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
	border: 1px solid #000000;
	text-align: center;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	letter-spacing: 5px;
	line-height: 1.1em;
	color: #000000;
	padding: 5px 0;
	text-align: right;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: tan;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
#taxcredit {
	text-align: center;
	width: 230px;
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
#serviceitem {
	width: 210px;
	float: left;
	height: 160px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #000000;
}
.felt-ul-center {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: small;
	font-weight: bold;
	list-style-type: square;
	list-style-image: url(/images/bullet.jpg);
	width: 275px;
}
#customers {
	background-image: url(/images/1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.aboutus-ul-center {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: small;
	font-weight: bold;
	list-style-type: square;
	list-style-image: url(/images/bullet.jpg);
	width: 350px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 25px;
	background-color: tan;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #666666;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #666666;
}
.sitemap-ul-left {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: small;
	font-weight: bold;
	list-style-type: square;
	list-style-image: url(/images/bullet.jpg);
	width: 350px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 25px;
	background-color: tan;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #666666;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #666666;
}
#filmtypes {
	clear: both;
	width: 500px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
}
.filmtypesheader {
	background-color: tan;
	border: 1px solid #000000;
}
.filmtypesthumbs {
	margin: 5px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.filmtypes-ul {
	text-align: left;
	margin-left: 50px;
	font-size: small;
	font-weight: bold;
	list-style-image: url(/images/bullet.jpg);
	padding-left: 0px;
}
.customers-ul {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: small;
	font-weight: bold;
	list-style-type: square;
	list-style-image: url(/images/bullet.jpg);
	width: 350px;
	line-height: 25px;
}
.smallpagetext {
	font-size: small;
}
.h1 {
	font-size: small;
	font-weight: normal;
	color: #000000;
}
.h2 {
	font-size: large;
	font-weight: bold;
}

#KeywordDiv {
	text-align: center;
	padding: 5px;
	margin: 5px;
	border: 1px solid #000000;
}
.pagetoptext {
	font-size: small;
	font-weight: lighter;
	color: #885937;
}
.servicestable {
	font-size: small;
	font-weight: bold;
	text-align: center;
}
.servicesTD {
	color: #000000;
	text-decoration: none;
}

.servicesTD:hover {
	background-color: #C59470;
	color: #000000;
	text-decoration: none;
}
.imageNoOutline {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftmarginDiv {
	text-align: center;
	padding: 5px;
	margin: 5px;
	border: 1px solid #000000;
}
.phone {
	font-size: 1.5em;
	font-weight: normal;
	color: #900;
}
#address {
	float: right;
	width: 350px;
	font-size: 0.8em;
	margin-top: 7px;
	margin-right: 10px;
	font-weight: normal;
}
.calltoday {
	font-size: 1.4em;
	color: #00F;
	text-align: center;
}
.location {
	font-size: .9em;
	text-align: right;
}
