body{
	background-color: #433e3b;
	font: .8em/1.5em Georgia, "Times New Roman", Times, serif;
	color: #000;
}

#header{
	background-image: url(../elements/top-bg.jpg);
	height: 220px;
	margin-top: 20px;
}

#content{
	background-color: #d1c3b6;
}

#footer{
	background-color: #d1c3b6;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
	font: .85em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #423d3a;
	margin-bottom: 20px;
}

a:link, a:visited  {
	color: #b43916;
	text-decoration: none;
}

a:hover, a:focus {
	color: #b43916;
	text-decoration: underline;
}

.center{
	text-align: center;
}

.left{
	text-align: left;
}

.right {
	text-align: right;
}

.justified{
	text-align: justify;
}

.across-4{
	float: left;
	width: 435px;
	text-align: center;
	height: 160px;
}
.across-4{
	float: left;
	width: 217px;
	text-align: center;
}

/* @group logo */

#logo {
	position: relative;
	top: 81px;
	width: 56px;
	left: 444px;
}

#logo a{
	background: url(../elements/badge.jpg) no-repeat 0 0;
	height: 35px;
	display: block;
	text-indent: -5000px;
}

#logo a:hover, #home a:focus {
	background: url(../elements/badge.jpg) no-repeat 0 -35px;
}

/* @end */


/* @group navigation */

#menu {
	position: relative;
	top: 12px;
	width: 525px;
	left: 206px;
}

#menu li {
	list-style: none;
	position: absolute;
	top: 0;
	text-indent: -5000px;
}

#menu li, #menu a {
	height: 30px;
	display: block;
}

#about{
	background: url(../elements/about.jpg) no-repeat 0 0;
	left: 0;
	width: 109px;
}

#history {
	background: url(../elements/history.jpg) no-repeat 0 0;
	left: 109px;
	width: 93px;
}

#products {
	background: url(../elements/products.jpg) no-repeat 0 0;
	left: 202px;
	width: 101px;
}

#clients {
	background: url(../elements/clients.jpg) no-repeat 0 0;
	left: 303px;
	width: 97px;
}

#parts {
	background: url(../elements/parts.jpg) no-repeat 0 0;
	left: 400px;
	width: 125px;
}

#about a:hover, #about a:focus {
	background: url(../elements/about.jpg) no-repeat 0 -30px;
}

#history a:hover, #history a:focus {
	background: url(../elements/history.jpg) no-repeat 0 -30px;
}

#products a:hover, #products a:focus {
	background: url(../elements/products.jpg) no-repeat 0 -30px;
}

#clients a:hover, #clients a:focus {
	background: url(../elements/clients.jpg) no-repeat 0 -30px;
}

#parts a:hover, #service a:focus {
	background: url(../elements/parts.jpg) no-repeat 0 -30px;
}

#about.current {
	background: url(../elements/about.jpg) no-repeat 0 -60px;
}

#history.current {
	background: url(../elements/history.jpg) no-repeat 0 -60px;
}

#products.current {
	background: url(../elements/products.jpg) no-repeat 0 -60px;
}

#clients.current {
	background: url(../elements/clients.jpg) no-repeat 0 -60px;
}

#parts.current {
	background: url(../elements/parts.jpg) no-repeat 0 -60px;
}

/* @end */

.bold{
	font-weight: bold;
}

.picNote{
	text-align: center;
	font: .875em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 5px;
}

.midPicR{
	margin-right: 20px;
	margin-left: 10px;
}

.midPicL{
	margin-right: 10px;
	margin-left: 20px;
}

.note{
	color: #ad38cb;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .75em;
	letter-spacing: 2px;
}

.desc{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}

.insert{
	text-align: center;
}

table.fullWidth{
	width: 880px;
}

table.twoThirdWidth{
	width: 580px;
	margin-right: auto;
	margin-left: auto;
}

td.200wide{
	width: 200px;
}

img.shadowL{
        -moz-box-shadow: 2px 2px 2px rgba(0,0,0,.5);
        -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.5);
        box-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

img.shadowS{
        -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
        -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
        box-shadow: 1px 1px 2px rgba(0,0,0,.5);
}

.form{
	position: relative;
	left: -5px;
	top: -5px;
}

.addCart{
	position: relative;
	top: 5px;
	left: 10px;
}

.partsDiv{
	border-top: 1px groove #a79b92;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

td.material{
	text-align: center;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
}

td.material img{
	margin-bottom: 5px;
	margin-top: 5px;
}

.reg{
	position: relative;
	font-size: .5em;
	top: -.4em;
	left: .2em;
}