body {
	font-size: 13px;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	background-color: #d3c19d;
	background-image:url(images/bg_page.png);
	margin: 0px;
	padding: 0px;
}

img {
	border: 1;
}

a:link, a:visited {

	font-size : 14px;
	color : white;
	text-decoration : none;
	padding-left : 5pt;
	font-family : Tahoma;
	text-align : left;
}

a:hover {
	color: yellow;
	text-decoration: none;
	text-align : left;
}

td.frame_left {
	background:url(images/frame_left.png);
	width: 10px;
}

td.frame_lower_left {
	background:url(images/frame_lower_left.png) no-repeat;
	width: 10px;
	height:10px;
}

td.frame_lower {
	background:url(images/frame_lower.png) repeat-x;
	width: 10px;
	height:10px;
}

td.frame_lower_right {
	background:url(images/frame_lower_right.png) no-repeat;
	width: 10px;
	height:10px;
}

td.frame_right {
	background:url(images/frame_right.png);
	width: 10px;
}

#header {
	width: 800px;
	height: 100px;
}

#navigation {
	width: 800px;
	height: 35px;
	background-color: #84714e;
	background: url(images/but_space.png);
}

a.nav_home:link, a.nav_home:visited {
	display: block;
	background: url(images/but_home.png) no-repeat;
	width: 70px;
	height: 35px;
	overflow: hidden;
	float: left;
}

a.nav_home:hover {
	background-position: 0px -35px;
}

a.nav_about:link, a.nav_about:visited {
	display: block;
	background: url(images/but_about.png) no-repeat;
	width: 68px;
	height: 35px;
	overflow: hidden;
	float: left;
}

a.nav_about:hover {
	background-position: 0px -35px;
}

a.nav_products:link, a.nav_products:visited {
	display: block;
	background: url(images/but_prod.png) no-repeat;
	width: 98px;
	height: 35px;
	overflow: hidden;
	float: left;
}

a.nav_products:hover {
	background-position: 0px -35px;
}

a.nav_contact:link, a.nav_contact:visited {
	display: block;
	background: url(images/but_contact.png) no-repeat;
	width: 89px;
	height: 35px;
	overflow: hidden;
	float: left;
}

a.nav_contact:hover {
	background-position: 0px -35px;
}

a.nav_distributor:link, a.nav_distributor:visited {
	display: block;
	background: url(images/but_dist.png) no-repeat;
	width: 113px;
	height: 35px;
	overflow: hidden;
	float: left;
}

a.nav_distributor:hover {
	background-position: 0px -35px;
}

a.nav_order:link, a.nav_order:visited {
	display: block;
	background: url(images/but_order.png) no-repeat;
	width: 137px;
	height: 35px;
	overflow: hidden;
	float: right;
}

a.nav_order:hover {
	background-position: 0px -35px;
}

#nav_shadow {
	display:block;
	background:url(images/nav_shadow.png) repeat-x;
	background-color: #f6f3ed;
	width: 800px;
	height: 8px;
}

#main_left {
	width: 160px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#main_right {
	width: 595px;
	float: right;
	border-left: 1px #84714e dotted;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 10px;
}

.main_head {
	font-size: 22px;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #84714e;
	padding-bottom: 3px;
	margin-bottom: 8px;
	padding-left: 5px;
}

.main_head_prod {
	font-size: 22px;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #84714e;
	padding-left: 5px;
}

.main_head_sub {
	font-size: 16px;
	color: #990000;	
	font-weight: bold;
	margin-bottom: 8px;
	padding-left: 5px;
}

.title {
	font-size: 15px;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	border-bottom: 1px dotted #84714e;
	padding-bottom: 3px;
	margin-bottom: 5px;
	text-indent: 5px;
}

.paragraph {
	padding: 5px;
}

.important {
	background: #d3c19d;
	padding: 8px;
	margin: 15px;
	font-weight: bold;
}
	
#prod_menu {
	width: 165px;
	background-color: #f6e4c1;
}

.prod_menu_head {
	width: auto;
	background-color: #84714e;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 13px;
	font-weight: bold;
	color: #c7b188;
}

a.prod_menu_item:link, a.prod_menu_item:visited {
	display: block;
	vertical-align: middle;
	font-size: 12px;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #990000;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	overflow: hidden;
	text-decoration: none;
}

a.prod_menu_item:hover {
	text-decoration: none;
	color: #990000;
	background: #ecdab6;
}

a.sub_prod_menu_item:link, a.sub_prod_menu_item:visited {
	display: block;
	vertical-align: middle;
	font-size: 12px;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #76613a;
	text-align: left;
	padding-left: 16px;
	padding-right: 5px;
	overflow: hidden;
	text-decoration: none;
}

a.sub_prod_menu_item:hover {
	text-decoration: none;
	color: #76613a;
	background: #ecdab6;
}

.prod_menu_foot {
	width: auto;
	background-color: #84714e;
	height: 1px;
}

#footer {	
	font-size: 10px;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif, tahoma;
	font-weight: ;
	color: blue;
	background-color: #990000;
	background-image: url(images/warm.jpg);
	padding: 5px;
}

#footer_small {	
	font-size: 10px;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif, tahoma;
	font-weight: ;
	color: blue;
}

a.footer:link, a.footer:visited {
	font-size: 10px;
	font-weight: ;
	color: blue;
	text-decoration: none;
}

a.footer:hover {
	color: yellow;
	text-decoration: none;
}

.index_product {
	display: block;
	width: 395px;
	height: 100px;
	padding: 5px;
	margin-bottom: 10px;

}

.icon {
	float: left;
	padding-right: 10px;
}

.icon_title {
	font-size: 15px;
	color: #84714e;
	font-weight: bold;
	border-bottom: 2px solid #ceba93;
}

.icon_title_sub {
	font-size: 13px;
	color: #990000;	
	font-weight: bold;
}

.icon_desc {
	font-size: 12px;
	color: #342d1f;
	font-weight: normal;
}

.icon_brochure {
	font-size: 12px;
	font-weight: bold;
}

a.miva_nav:link, a.miva_nav:visited {
	display: block;
	vertical-align: middle;
	height: 25px;
	font-size: 12px;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #c0a87d;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	overflow: hidden;
	text-decoration: none;
}

a.miva_nav:hover {
	text-decoration: none;
	color: #990000;
}






