	body {
	margin: 0;
	padding: 0;
	font-family: "Verdana", sans-serif;
	font-size: small;
	line-height: 1.5em;
}

a:link, a:visited, a:hover, a:active {
	color: #a10218;
	border-bottom: 1px solid #c00;
	text-decoration: none;
}
a:hover {
	color: #fff;
	background-color: #a10218;
}

ul {
	list-style-type: square;
}


#wrapper {
	margin: 0;
	padding: 0;
	background-image: url(bg_back.gif);
	background-position: center center;
	background-repeat: repeat-y;
}

#main {
	background-image: url(bg.gif);
	background-position: center 30px;
	background-repeat: no-repeat;
}

#header {
	height: 176px;
	background-image: url(header.gif);
	background-position: center 0;
	background-repeat: no-repeat;
}

#footer {
	height: 129px;
	background-image: url(footer.gif);
	background-position: center 0;
	background-repeat: no-repeat;
	font-size: smaller;
	bottom: 0;
}

.inside {
	margin: 0 auto;
	width: 615px;
	padding: 5px 30px 5px 0;
}


#footer .inside {
	padding-top: 30px;
	padding-bottom: 0;
}
#footer .inside p {
	padding: 0 auto;
	margin: 0 auto;
}

#main .inside {
	margin: 0 auto;
	width: 595px;
	padding: 0px 40px 5px 10px;
	
}
#main .inside p {

}


.onecol {
	border-top: 5px solid #ccc;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 8px;		
	padding: 7px;
}

.twocol-left {
	clear: left;
	background-color: #fff;
	float: left;
	width: 384px;
	padding: 10px 15px;
	margin-top: 10px;
	margin-bottom: 8px;	
	border-top: 5px solid #ccc;		
}

.twocol-right {
	clear: right;
	font-size: 10px;
	background-color: #fff;	
	float: right;
	width: 155px;
	margin-top: 10px;
	margin-bottom: 8px;	
	padding: 4px;
	border-top: 5px solid #ccc;	
}

.twocol-clear {
	clear: both;
	width: 600px;
}

h1, h2, h3, h4, h5, h6 {
	color: #a10218;
}

ul#nav {
	position: relative;
	list-style-type: none;
	width: 635px;
	padding: 2px;
	margin: 0 auto;
	top: 156px;
	font-size: 12px;
}

ul#nav li {
	float: left;
	display: inline;
	color: #fff;
}
ul#nav li a, ul#nav li a:link, ul#nav li a:visited, ul#nav li a:hover, ul#nav li a:active {
	color: #fff;
	text-decoration: none;
	height: 12px;
	padding-left: 10px;
	margin: 0;
	border: 0;	
	display: block;
}
ul#nav li a:hover {
	background-color: transparent;
}	


ul#nav li.home a {
	background-image: url(home.gif);
	background-repeat: no-repeat;
	width: 28px;
}
	
ul#nav li.sales a {
	background-image: url(sales.gif);
	background-repeat: no-repeat;
	width: 35px;
}

ul#nav li.products a {
	background-image: url(products.gif);
	background-repeat: no-repeat;	
	width: 50px;
	
}	
ul#nav li.location a {
	background-image: url(location.gif);
	background-repeat: no-repeat;		
	width: 47px;
}	
ul#nav li.materials a, ul#nav li.materials a:link, ul#nav li.materials a:visited, ul#nav li.materials a:hover, ul#nav li.materials a:active {
	background-image: url(materials.gif);
	background-repeat: no-repeat;		
	width: 56px;		
}	
ul#nav li.services a {
	background-image: url(services.gif);
	background-repeat: no-repeat;		
	width: 46px;		
}	
ul#nav li.contact a {
	background-image: url(contact.gif);
	background-repeat: no-repeat;		
	width: 45px;		
}	
ul#nav li.promotions a {
	background-image: url(promotions.gif);
	background-repeat: no-repeat;		
	width: 118px;		
}	
ul#nav li span {
	display: none;
}

/* form */

input.text {
	width: 300px;
	border: 1px solid #ccc;
	padding: 4px;
	
}

textarea {
	width: 300px;
	height: 200px;
	border: 1px solid #ccc;
	padding: 4px;	
}
