body
{
	margin: 0 auto;
	background: #b8a982;
}

.tbl_site
{
	margin: 0 auto;
	width: 950px;
	margin-top: 10px;
	background: #fff;
}

.td_left
{
	width:256px;
	text-align: center;
	vertical-align: top;
}

.td_middle
{
	width: 213px;
	background: #7c6d36;
	text-align: center;
	vertical-align: top;
}

.td_right
{
	width: 481px;
	vertical-align: top;
}

.logo
{
	margin-top: 22px;
}


#tbl_address
{
	width: 218px;
	margin:0 auto;
	margin-top:50px;
	margin-bottom: 20px;
}

#tbl_address td
{
	width: 100%;
	color: #777674;
	font-family: Tahoma;
	font-size: 11px;

}

/* **************** ON SPECIAL ******************/

.on_special
{
	margin-top:22px;
}


.tbl_onspecial
{
	width: 186px;
	margin: 0 auto;
	margin-top: 70px;
}

.td_onspecial
{
	width:100%;
	color: #fff;
}

.onsp_title
{
	color: #fff;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
}

.onsp_description
{
	color: #fff;
	font-family: Arial;
	font-size: 12px;	
}

.onsp_details
{
	text-align: right;
}

.a_onsp_details,.a_onsp_details:visited
{
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

.a_onsp_details:hover
{
	text-decoration: underline;
}

.onsp_img_container
{
	background: #fff;
	text-align: center;
}

.onsp_img
{
	border: 10px solid #fff;
}



/* ***************** TOP MENU*************************/

.tbl_topmenu
{
 width: 481px;
 height: 91px;
 background: #decfa8; 
 margin: 0 auto;
 padding-left: 3px; 
}

.tbl_topmenu td
{
	width: 78px;
	height: 52px;
}

.tbl_topmenu a
{
	width: 78px;
	height: 52px;
	display: block;
	text-decoration: none;
}
	
.m_home {background: url('images/menutop_home.jpg') no-repeat;}
.m_home:hover {background: url('images/menutop_home_hover.jpg') no-repeat;}
.m_home_sel {background: url('images/menutop_home_hover.jpg') no-repeat;}
.m_sales {background: url('images/menutop_sales.jpg') no-repeat;}
.m_sales:hover {background: url('images/menutop_sales_hover.jpg') no-repeat;}
.m_sales_sel {background: url('images/menutop_sales_hover.jpg') no-repeat;}
.m_place {background: url('images/menutop_place.jpg') no-repeat;}
.m_place:hover {background: url('images/menutop_place_hover.jpg') no-repeat;}
.m_place_sel {background: url('images/menutop_place_hover.jpg') no-repeat;}
.m_contact {background: url('images/menutop_contact.jpg') no-repeat;}
.m_contact:hover {background: url('images/menutop_contact_hover.jpg') no-repeat;}
.m_contact_sel {background: url('images/menutop_contact_hover.jpg') no-repeat;}
.m_training {background: url('images/menutop_training.jpg') no-repeat;}
.m_training:hover {background: url('images/menutop_training_hover.jpg') no-repeat;}
.m_training_sel{background: url('images/menutop_training_hover.jpg') no-repeat;}



/* ***************** TBL_CONTENT *************************/

.tbl_content
{
 width: 470px;
 background: #fff; 
 margin: 0 auto;
}

.tbl_content td
{
	color: #434343;
	font-family: Tahoma;
	font-size: 12px;
}

.tbl_content .img_left
{
	border: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}


/* ***************** TBL ITEM *************************/

.td_place
{
	width: 170px;
	height: 170px;
	text-align: center;
	vertical-align: middle;
	background: #fff2d6;
}

.img_item
{ border: 0px;}

.prodlink
{
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

.prodlink a:hover
{
	text-decoration:underline;
}

.blog_link{
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
.blog_link:hover{
	text-decoration:underline;
	font-weight:bold;	
}

#main_cart a{
	text-decoration:none;
	color:#000;
	font-size:10px;
	font-family:Arial;
}
.order_edit{
	width:50px;
}


.btn{
  color:#ccc;
  font: bold 11px 'trebuchet ms',helvetica,sans-serif;
  padding-left:10px;
  padding-right:10px;
  background-color:#616161;
  border:1px solid;
  border-color: #747474;
  height:22px;
}