html,body{
	padding:0px;
	margin:0px;
	background-color:#1e0d02;
}

a{
	color:#CC9900;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

/*head*/
.main tr td#head{
	height:79px;
}

.main tr td#head ul{
	list-style:none;
	padding:0px;
	margin:0px;
}

.main tr td#head ul li{
	margin:15px 50px 15px 50px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	display:block;
	float:left;
	vertical-align:text-bottom;
}

.main tr td#head ul li a{
	text-decoration:none;
	color:#c76425;
}


/*line*/
.main tr td#line{
	background:url(img/line.jpg) repeat-x;
	height:60px;
	text-align:right;
	padding-top:8px;
}


.main tr td#line div#phone{
	font-size:24px;
	color:#ee9f70;
	margin:0px 120px 0px 0px;
}

.main tr td#line div span#adress{
	font-size:16px;
	color:#1e0d02;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}


/*top menu*/
.main tr td#top_menu{
	height:60px;
}

.main tr td#top_menu ul{
	list-style:inside;
	padding:0px;
	margin:0px;
}

.main tr td#top_menu ul li{
	padding:0px 20px 0px 20px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	display:block;
	float:left;
	height:21px;
}

.main tr td#top_menu ul li a{
	text-decoration:none;
	color:#c76425;
}



/*left*/
.main tr td#left{
	width:150px;
	padding:0px;
}

.main tr td#left p{
	padding-left:10px;
}

.main tr td#left p a{
	text-decoration:none;
	color:#c76425;
	font-weight:bold;
}


/*right*/
.main tr td#right{
	width:150px;
}


/*center*/
.main tr td#center{
	background-image:url(img/center_top.jpg);
	background-repeat:repeat-x;
	background-color:#352021;
	color:#8a3b0b;
	padding:5px;
}


/*cont*/
.main tr td#center table.cont tr td#cont_left{
	width:auto;
}

.main tr td#center table.cont tr td#cont_right{
	width:auto;
}



/* sub */
.sub{
	padding:0px;
	margin:0px;
	list-style:none;
}

.sub li{
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	padding:0px 10px 0px 10px;
}

.sub li a{
	color:#c76425;
	text-decoration:none;
	padding-left:20px;
}


.bottom{
	
}

.bottom a{
	font-size:12px;
	color:#c76425;
	text-decoration:none;
}

/*block*/
.block tr td#top_left{
	background:url(img/block/top_left.jpg) no-repeat;
	width:13px;
	height:12px;
}

.block tr td#top{
	background:url(img/block/top.jpg) repeat-x;
	height:12px;
}

.block tr td#top_right{
	background:url(img/block/top_right.jpg) no-repeat;
	width:13px;
	height:12px;
}

.block tr td#middle_left{
	background:url(img/block/left.jpg) repeat-y;
	width:13px;
}

.block tr td#middle{
	background:url(img/block/middle.jpg);
	padding:10px;
}

.block tr td#middle_right{
	background:url(img/block/right.jpg) repeat-y;
	width:13px;
}

.block tr td#bottom_left{
	background:url(img/block/bottom_left.jpg) no-repeat;
	width:13px;
	height:12px;
}

.block tr td#bottom{
	background:url(img/block/bottom.jpg) repeat-x;
	height:12px;
}

.block tr td#bottom_right{
	background:url(img/block/bottom_right.jpg) no-repeat;
	width:13px;
	height:12px;
}


/*user menu*/
.user_menu{
	width:700px;
	height:20px;
	margin:auto;
}

.user_menu ul{
	list-style:none;
	padding:0px;
	margin:0px;
	font-weight:bold;
}

.user_menu ul li{
	float:left;
	font:Arial, Helvetica, sans-serif;
	padding:0px 25px 0px 25px;
}

.user_menu ul li a{
	color:#FFCC99;
	text-decoration:none;
}

.user_menu ul li a:hover{
	color:#FFF;
	text-decoration:underline;
}