@charset "utf-8";

.menu_left {
	font-size: small;
	color: #FFFFFF;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}
.address_small {
	font-size: x-small;
	color: #996600;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 20px;
	padding-left: 20px;
}
.door_small {
	font-size: x-small;
	color: #231900;
}
.grey {
	font-size: x-small;
	color: #666666;
}
.devider {
	font-size: x-small;
	/*background-image: url(../images/arr_bl_r_01.png);*/
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	padding-right: 20px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #231900;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #556A95;
}

/*a.devider {
	color: #556A95;


}*/


a.color_link1 {
	color: #FFFFFF;
	text-decoration: none;
   }
a.color_link1:hover { color: orange;}

a.menu_left {
	color: #FFFFFF;
	text-decoration: none;
   }
a.menu_left:hover { color: orange;}

a.color_link2 {
	color: #556A95;
	color:black;
	text-decoration: none;
	background-color: black;

   }
a.color_link2:hover { color: orange;}

.main_txt {
	font-size: small;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	color: #666666;
	margin-top: 25px;
	margin-bottom: 10px;
}
.head {
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
}
.product {
	background-attachment: scroll;
	float:left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.menu_right {
	font-size: x-small;
	color: #666666;
	border: thin dotted #556A95;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.detali {
	font-size: x-small;
	color: #231900;
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #231900;
}

div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;

	height: 165px;
	width: 990px;
	overflow: hidden;
}
ul.sc_menu {
	display: block;
	height: 165px;
	/* max width here, for users without javascript */
	padding: 15px 0 0 15px;
	/* removing default styling */
	margin: 0;
	background: url('../images/strip_door.jpg');
	list-style: none;
	text-align: center;
}
.sc_menu li {
	display: block;
	float: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width:80px;
}
.sc_menu a {
	display: block;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sc_menu span {
	display: none;
	margin-top: 3px;

	text-align: center;
	font-size: 11px;
	color: #44260F;
}
.sc_menu a:hover span {
	display: block;
}
.sc_menu img {
	border: 3px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.sc_menu a:hover img {
	filter:alpha(opacity=50);
	opacity: 0.5;
}

.main_fon_chg {
	display: block;
	float: left;
	list-style: none;
	height: 440px;
	width:770px;
	padding: 0px;
	margin: 0px;
}
.header_1 {
	font-size: large;
	margin-right: 30px;
	margin-left: 30px;
	color: #43251D;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #43251D;
	font-weight: normal;
	padding-bottom: 10px;
	margin-top: 30px;
	padding-top: 10px;
	background-color: #F3E7C5;
	padding-left: 10px;
}
