
body {
	padding : 0;
	margin : 0;
}
.bg {
	background-color : #151714;
}
.left {
	background-color : #514015;
}
.bg-left {
	background-image : url('../images/bg_left.jpg');
	background-repeat : repeat-y;
}
.bg-right {
	background-image : url('../images/bg_right.jpg');
	background-repeat : repeat-y;
}
.bg-menu {
	background-image : url('../images/bg_menu.jpg');
	background-repeat : repeat-y;
}
.news_bg {
	background-color : #ff8500;
}
.blank {
	background-image : url('../images/space05.jpg');
	background-repeat : repeat-y;
}
.product_bg
{
	background-color: #b19e70;
}
.content {
	font-family : Verdana;
	color : #2A2A2A;
	font-size : 11px;
	text-align : justify;
	line-height : 150%;
	margin-top : 0px;
	margin-bottom : 8px;
}
.contentb {
	font-family : Verdana;
	color : #2A2A2A;
	font-size:11px;
	font-weight:bold;
	margin-top:7px;
	margin-bottom:7px;
}
.img-title {
	font-family : Verdana;
	color : #514015;
	font-size : 12px;
	text-align : center;
	font-weight : bold;
	margin-top : 7px;
}
.menu {
	font-family : Verdana;
	color : #dfdfdf;
	font-size : 11px;
	letter-spacing : 1pt;
	text-transform : uppercase;
}
.news {
	font-family : Verdana;
	color : #514015;
	font-size : 11px;
	text-align : justify;
	line-height : 150%;
	margin-top : 0;
	margin-bottom : 6px;
}
a:link
{
	text-decoration : none;
	color : #b19e70;
}
a:visited
{
	text-decoration : none;
	color : #b19e70;
}
a:hover {
	color : #903f0e;
}
.bottom {
	font-family : Verdana;
	color : #afafaf;
	font-size : 11px;
}
.breadcrumb {
	font-family : Verdana;
	color : #514015;
	font-size : 11px;
	margin-top : 6px;
	margin-bottom : 6px;
}
.heading {
	font-family : Verdana;
	color : #512900;
	font-size : 14px;
	margin-left : 10px;
	margin-right : 10px;
	font-weight : bold;
	text-transform : uppercase;
}
.text-box {
	border : 1px solid #b7b7b7;
	font-family : Tahoma;
	font-size : 11px;
	background-color : #f5f5f5;
	color : #5f5f5f;
}
.box {
	border : 1pt solid #b7b7b7;
	font-family : Tahoma;
	font-size : 11px;
	color : #ffffff;
	background-color : #514015;
	text-transform : uppercase;
}
.table-brd {
	border : 1px solid #dedede;
}
.photo_brd
{
	border: 5px solid #dbd8cf;
}