/*---------BODY----------*/
@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
}

/*--------Body_BACKGROUND--------*/
.r_upbg {
	background-color: #DAD4C0;
	background-image: url(images/upbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.r_dnbg{
	background:url(images/dnbg.gif) repeat-x left bottom;
	background-color: #DAD4C0;
}
.l_upbg {
	background-color: #DAD4C0;
	background-image: url(images/upbg.gif);
	background-repeat: repeat-x;
	background-position: right top;
}

.l_dnbg{
	background:url(images/dnbg.gif) repeat-x right bottom;
	background-color: #DAD4C0;
}

/*---------HEADER---------*/
#header{
	top:0px;
	margin:0px;
	padding:0px;
	width:798px;
	height:286px;
	position:relative;
	overflow:hidden;
}

#logostyl{
	width:798px;
	height:246px;
	top:0px;
	padding:0px;
	margine:0px;
	list-style:none;
	text-align:right;
	background:url(images/img_bg.gif) no-repeat left top;
	margin: 0px;
}

#anim_img{
	top:0px;
	margin-bottom:40px;
	margin-left:5px;
	border:1px #666 solid;
}
/*----------------------------------------------------*/


/*--------MAIN CONTENT---------*/

#main_content{
	background:#f1f1f1;
	text-align:right;
	padding:0px;
	margin:0px;
	border-left:2px solid #ded9c5;
	border-right:2px solid #ded9c5;
}

/*--------IMG_config--------*/
#img_content{
	width:200px;
	height:135px;
	margin:5px;
	border:#666 thin solid;
}

/*------DATA Content--------*/

#data_content{
	position:relative;
	float:right;
	top:10px;
	right:10px;
	width:500px;
	color:#333;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	padding-bottom:20px;
}

#data_content span{
	color:#900;
	text-decoration:none;
	text-align:right;
	direction:rtl;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight: bold;
	line-height:15px;
}

#row_content{
	width:794px;
	position:relative;
	text-align:center;
	font:Tahoma, Geneva, sans-serif small bold;
}

#row_content #item1{
	position:relative;
	float:left;
	width:263px;
	height:200px;
	background:#989a9e;
	text-align:right;
	border-left:#F1F1F1 0px solid;
	border-right:#F1F1F1 2px solid;
}
#row_content #item2{
	position:relative;
	float:left;
	width:267px;
	height:200px;
	background:#989a9e;
	text-align:right;
	border-left:#F1F1F1 2px solid;
	border-right:#F1F1F1 2px solid;
}
#row_content #item3{
	position:relative;
	float:right;
	width:256px;
	height:200px;
	background:#989a9e;
	text-align:right;
	border-left:#F1F1F1 2px solid;
	border-right:#F1F1F1 0px solid;
}

#con_text{
	width:240px;
	float:right;
	margin-right:5px;
	text-align:right;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}

#morebut a:link, #morebut a:visited{
	position:absolute;
	float:left;
	left:10px;
	bottom:5px;
	color:#333;
	position:absolute;
	text-align:left;
	font:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	display:block;
	text-decoration:none;
}

#morebut a:hover, #morebut a:active{
	color:#900;
}

/*------ FOOTER -------*/

#footer{
	position:relative;
	background:url(images/footer_bg.gif) no-repeat;
	width:794px;
	height:55px;
	color:#533f24;
	font:Arial, Helvetica, sans-serif bold;
	font-size:12px;
}
	
#copyright{
	position:absolute;
	float:left;
	top:10px;
	left:5px;
	width:250px;
}

#contacts{
	position:absolute;
	height:45px;
	width:100px;
	right:0px;
	top:10px;
	width:182px;
}

img.phone{
	float:right;
	top:10px;
}

