html {
	margin: 0;
}
body { 
	background-color: #dedede;
	background-image: url(img/_top_tile.jpg);
	background-repeat: repeat-x;
	margin: 0;
	font-family: Tahoma;
}

/* TEXT */

a.nav, a.nav:visited {
	color: #94510a;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	font-weight: bold;
	text-decoration:none;

}
a.nav:hover, a.nav:active {
	background-color: #94510a;
	color: #f4b46c;
		text-decoration:none;
}



a.bottom, a.bottom:visited {
	color: #94510a;
	font-size: 10px;
	text-decoration:none;
}
a.bottom:hover, a.bottom:active {
	color: #f4b46c;
	text-decoration:none;
}
a, a:visited {
	color: #94510a;
} 
a:hover, a:active {
	color: #000;
}


a.catalog, a.catalog:visited {
	color: #94510a;
	display: block;
	width: 150px;
	text-decoration:none;
	padding-left: 15px;
	line-height: 22px;

}
a.catalog:hover, a.catalog:active {
	background-color: #94510a;
	color: #f4b46c;
	text-decoration:none;
}


h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }

h2.catalog { 
	font-size: 18px; 
	color: #94510a; 
	padding-left: 15px; 
}

p {
	font-size: 13px;
	color: #222222;
}


input.search {
	font-size: 16px;
	font-family: tahoma;
	font-weight: bold;
	color: #333333;
}



/*  WRAPPERS */
.mainWrapper {
	width: 100%; 
	height: 100%; 
	background-color: #2c5f50; 
	background-image: url(img/_bkg_marble_full.jpg); 
	background-repeat: repeat-x;
	text-align: center;
}

.catalogWrapper {
	border-left: 3px solid #94510a;
	height: auto;
	width: 150px;
	min-height: 300px;
	text-align: left;
	
}
.searchWrapper {
	position: relative;
	text-align: left;
	top: 130px;
}

.navWrapper {
	position: relative;
	top: 158px;
	left: 150px;
	text-align: left;
}
.bodyWrapper {
	text-align: left;
	padding-left: 20px;
	padding-top: 5px;
}

.bottomWrapper {
	width: 1000px;
	height: 37px;
	border-top: 1px solid #AAAAAA;
	margin-top: 20px;
	font-size: 10px;
	color: #333333;
	text-align: center;
}


td.partsList{
	font-size: 12px;
}


.product {
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(img/product_bkg.jpg);
	background-repeat: repeat-x;
	width: 700px;
	height: auto;
	min-height:163px;
	padding: 20px;
	border: 0px solid #000;
}
