@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	font:Arial, Helvetica, sans-serif 12px;
	background:url(../images/body_bg.jpg) top repeat;
	text-align:center;
}

#wraper{
	width:890px;
	margin:10px auto;
	text-align:left;
}
#container{
	height:363px;
	width:610px;
	empty-cells:show;
}
#main{
	empty-cells:show;
	/*background:url(../images/main.jpg) no-repeat;*/
	margin:auto auto;
}
.contact{
	background:#FDFDFD url(../images/menu_normal.jpg) repeat-x;
	width:177px;
	padding:10px;
	min-height:70px;
	height:auto;
	line-height:1.1em;
	font-size:11px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
*html .contact{height:70px;}
#footer{
	background:url(../images/footer.jpg) center center no-repeat;
	empty-cells:show;
	width:466px;
	height:104px;
}

/*  Menu horizontal */
.btn-h{
	width:150px;
	height:40px;
	padding-top:28px;
	empty-cells:show;
	background:#C9CACA url(../images/menu_normal.jpg) repeat-x;
	border:#C9CACA solid 1px;
	text-align:center;
	cursor:pointer;
	-moz-border-radius:3px;
}
.btn-h a{
	color:#000;
	font-family:"Tahoma";
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.btn-h-active{
	width:150px;
	height:40px;
	padding-top:28px;
	empty-cells:show;
	float:left;
	background:#C9CACA url(../images/menu_active.jpg) repeat-x;
	border:#C9CACA solid 1px;
	text-align:center;
	cursor:pointer;
	-moz-border-radius:3px;
}

.btn-h-active a{
	color:#C18334;
	font-family:"Tahoma";
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

/* Menu Vertical */

.btn-v{
	width:137px;
	height:50px;
	padding-top:37px;
	empty-cells:show;
	background:#FFF url(../images/menu-v-normal.jpg) repeat-x;
	border:#C9CACA solid 1px;
	margin-top:1px;
	text-align:center;
	cursor:pointer;
}
.btn-v a{
	color:#000;
	font-family:"Tahoma";
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.btn-v-active{
	width:137px;
	height:50px;
	padding-top:39px;
	empty-cells:show;
	background:#F5F5F7 url(../images/menu-v-active.jpg) repeat-x;
	border:#C9CACA solid 1px;
	margin-top:1px;
	text-align:center;
	cursor:pointer;
}

.btn-v-active a{
	color:#C18334;
	font-family:"Tahoma";
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
