body {
	background-color: rgb(151, 139, 136);
	background-image: url(../images/background_texture.gif);
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a.menu_item:link { color: rgb(192, 192, 192); text-decoration: none; }
a.menu_item:visited { color: rgb(192, 192, 192); text-decoration: none; }
a.menu_item:active { color: rgb(240, 240, 240); text-decoration: none; }
a.menu_item:hover { color: rgb(181, 106, 106); text-decoration: none; }

.side_menu_item a:link { color: rgb(151, 37, 8); text-decoration: none; }
.side_menu_item a:visited { color: rgb(151, 37, 8); text-decoration: none; }
.side_menu_item a:active { color: rgb(151, 37, 8); text-decoration: none; }
.side_menu_item a:hover { color: rgb(151, 37, 8); text-decoration: none; }

a.product:link { text-decoration: none; }
a.product:visited { text-decoration: none; }
a.product:active { text-decoration: none; }
a.product:hover { text-decoration: none; }

a.footer_item:link { color: rgb(192, 192, 192); text-decoration: none; }
a.footer_item:visited { color: rgb(192, 192, 192); text-decoration: none; }
a.footer_item:active { color: rgb(240, 240, 240); text-decoration: none; }
a.footer_item:hover { color: rgb(181, 106, 106); text-decoration: none; }

a.dot_menu:hover { color: rgb(220, 220, 220); }

.dot_menu {
	background-image: url(../images/square_dot.gif);	
	background-position: 5px 2px;
	background-repeat: no-repeat;
	clear: both;
	color: rgb(151, 37, 8);
	font-family: Trebuchet MS;
	font-size: 8pt;
	font-weight: bold;
	margin: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 0px;
	text-decoration: none;
	width: 100%;
}	

.footer_item {

}	

.menu_item {
	color: rgb(192, 192, 192);
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}

.side_menu_item {
	background-image: url(../images/square_dot.gif);	
	background-position: 5px 2px;
	background-repeat: no-repeat;
	clear: both;
	color: rgb(151, 37, 8);
	font-family: Trebuchet MS;
	font-size: 8pt;
	font-weight: bold;
	margin: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 0px;
	text-decoration: none;
	width: 100%;
}
	
.no_margin {
	margin: 0px;
	padding: 0px;
}

.main_title {
	color: rgb(151, 37, 8);
	font-family: Trebuchet MS;
	font-size: 16pt;
	margin: 10px;
	width: 100%;
}

.main_subtitle {
	color: rgb(74, 76, 82);
	font-family: Trebuchet MS;
	font-size: 14pt;
	font-style: italic;
	margin: 25px;
	text-align: center;	
	width: 100%;
}

.main_header {
	color: rgb(157, 37, 8);
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 25px;
	margin-top: 25px;
	width: 100%;
}

.main_text {
	color: black;
	font-family: Trebuchet MS;
	font-size: 10pt;
	width: 100%;
}

.news_header {
	color: rgb(157, 37, 8);
	font-family: Trebuchet MS;
	font-size: 18pt;
	font-weight: bold;
	margin: 10px;
	width: 100%;
}

.news_text {
	color: rgb(55, 55, 55);
	font-family: Trebuchet MS;
	font-size: 8pt;
	margin: 10px;
	text-align: left;
	width: 100%;
}

.product {
	clear: both;
	margin-bottom: 25px;
	margin-top: 10px;
	width: 100%;
}

.product_image {
	height: 100px;
	margin-bottom: 25px;
	margin-left: 25px;
	margin-right: 25px;
	width: 125px;
	border-style: none;
}

#top_whitespace {
	position: absolute;
	top: 0px;
	left: 52px;
	height: 60px;
	width: 740px;
	padding: 5px;
	background-color: white;
	color: rgb(151, 37, 8);
	text-align: right;
	font-family: Trebuchet MS;
	font-size: 20pt;
}

#top_red_stripe {
	position: absolute;
	top: 60px;
	left: 52px;
}

#menu {
	position: absolute;
	top: 60px;
	left: 190px;
	height: 20px;
	width: 612px;
	background-image: url(../images/fat_gray_stripe.gif);
	padding: 0px;
	text-align: right;
}

#road_picture {
	position: absolute;
	top: 80px;
	left: 52px;
	height: 120px;
	width: 750px;
	background-image: url(../images/road.jpg);
}

#bottom_red_stripe {
	position: absolute;
	top: 199px;
	left: 52px;
}

#bottom_gray_stripe {
	position: absolute;
	top: 199px;
	left: 190px;
}

#side_menu {
	position: absolute;
	top: 210px;
	left: 50px;
	width: 110px;
	padding: 25px 20px 25px 10px;
	overflow: hidden;
	text-align: left;
}

* html #main_text {
	position: absolute;
	top: 210px;
	left: 188px;
	width: 405px;
	padding: 25px;
	overflow: hidden;
	text-align: left;
}

#main_text {
	position: absolute;
	top: 210px;
	left: 188px;
	width: 455px;
	padding: 25px;
	overflow: hidden;
	text-align: left;
}

#news_bar {
	position: absolute;
	top: 210px;
	left: 643px;
	width: 138px;
	overflow: hidden;
	padding: 25px 10px;
	text-align: left;
}

#footer {
	padding: 25px;
	clear: both;
	text-align: center;
}

.section_footer 
{
	margin-bottom: 25px;
	margin-top: 25px;
	clear: both;
}
	
.main_text a {
	text-decoration: none;
	font-weight: bold;
}

.main_text a:link { color: rgb(181, 106, 106); text-decoration: none; }
.main_text a:visited { color: rgb(64, 64, 64); text-decoration: none; }
.main_text a:active { color: rgb(240, 240, 240); text-decoration: none; }
.main_text a:hover { color: rgb(201, 106, 106); text-decoration: none; }

@media print {
	
body {
	background-color: white;
	background-image: none;
}

#top_whitespace {
	display: none;
	height: 0px;
	width: 0px;
}

#top_red_stripe {
	display: none;
	height: 0px;
	width: 0px;
}

#menu {
	display: none;
	height: 0px;
	width: 0px;
}

#road_picture {
	display: none;
	height: 0px;
	width: 0px;
}

#bottom_red_stripe {
	display: none;
	height: 0px;
	width: 0px;
}

#bottom_gray_stripe {
	display: none;
	height: 0px;
	width: 0px;
}

#side_menu {
	display: none;
	height: 0px;
	width: 0px;
}

* html #main_text {
	position: static;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	overflow: visible;
}

#main_text {
	position: static;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	overflow: visible;
}

#news_bar {
	display: none;
	height: 0px;
	width: 0px;
}

#footer {
	display: none;
	height: 0px;
	width: 0px;
}

.main_title {
	text-align: center;
}

.section_footer 
{
	clear: both;
	margin-bottom: 25px;
	margin-top: 25px;
	page-break-after: always;
	visibility: hidden;
}

}