﻿@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

body {
	background:url('images/bg-main-1.jpg');
	text-align:center;
}

.bg-top {
	margin: 0 auto;
	background:url('images/bg-top.jpg') repeat-x 50% top;
}

.bg-home {
	background:url('images/bg-home.jpg') no-repeat center top;
	height: 720px;
}

.bg-inner {
	background:url('images/bg-inner1.jpg') no-repeat center top;
	height:720px;
}


.bg-footer {
	clear:both;
	background:url('images/bg-footer.jpg') no-repeat center top;
	height: 141px;
}

.main {
	width:990px;
	margin: 0 auto;
}

.menu-container {
	float:left;
	width: 540px;
	height: 43px;
	margin: 69px 0 0 49px;
}

.menu-container  ul{
	float:left;
	width: 100%;
}

.menu-container  ul li{
	display:inline;
	height:43px;
	text-indent:-999px;
	text-align:left;
}

.menu-container  ul li a{
	float:left;
	width: 100%;
	height:43px;
	display:block;
	outline:0;
}

.m1{
	float:left;
	width:68px;
	background:url('images/menu.jpg') no-repeat 0 -43px;
}

.m1 a{
	width:68px;
	background:url('images/menu.jpg') no-repeat 0 0;
}

.m1 a:hover{
	background:url('images/menu.jpg') no-repeat 0 -43px;
}

.m2{
	float:left;
	width:110px;
	background:url('images/menu.jpg') no-repeat -68px -43px;
}

.m2 a{
	width:110px;
	background:url('images/menu.jpg') no-repeat -68px 0;
}

.m2 a:hover{
	background:url('images/menu.jpg') no-repeat -68px -43px;
}

.m3 {
	float:left;
	width:134px;
	background:url('images/menu.jpg') no-repeat -178px -43px;
}

.m3 a{
	width:134px;
	background:url('images/menu.jpg') no-repeat -178px 0;
}

.m3 a:hover{
	background:url('images/menu.jpg') no-repeat -178px -43px;
}

.m4 {
	float:left;
	width:99px;
	background:url('images/menu.jpg') no-repeat -312px -43px;
}

.m4 a{
	width:99px;
	background:url('images/menu.jpg') no-repeat -312px 0;
}

.m4 a:hover{
	background:url('images/menu.jpg') no-repeat -312px -43px;
}

.m5 {
	float:left;
	width:129px;
	background:url('images/menu.jpg') no-repeat -411px -43px;
}

.m5 a{
	width:129px;
	background:url('images/menu.jpg') no-repeat -411px 0;
}

.m5 a:hover{
	background:url('images/menu.jpg') no-repeat -411px -43px;
}

.title-img {
	clear:both;
	float:left;
	width:100%;
	text-align:left;
	padding:90px 0 20px 80px;
}

.inner-text{
	clear: both;
	float: left;
	width: 512px;
	padding: 0 0 0 80px;
	font-size: 14px;
}

.inner-text p{
	font-family: "Comic Sans MS";
	font-size: 15px;
	color: #732f23;
	text-align: left;
	line-height: 16px;
	padding: 0 0 10px 0;
}
.footer-text
{
	font-size: 14px;
	font-family:"Comic Sans MS";
	color: #7f3728;
}

.inner-textbot{
	font-size: 14px;
	color:#7f3728;
	text-decoration:none;
}	
	 
a:focus {
        outline: none;
}
	