@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	border:0px;
}

body{
	background-color:#ecedee;
	line-height:1.1em;
}

#main-index{
	width:832px;
	margin-left:auto;
	margin-right:auto;
}

#main{
	width:832px;
	height:833px;
	background-image:url(../images/bg_main.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}

#logo_top{
	width:797px;
	height:265px;
	background-image:url(../images/logo_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-left:20px;
	padding-top:40px;
	text-align:center;
}

#text{
	width:322px;
	height:480px;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8b003a;
	text-align:justify;
}
#text li{
	list-style:none;
	padding-bottom:60px;
}
#text .p{
	padding-bottom:10px;
	text-indent:36px;
}
#text .address{
	text-align:right;
}
#text .line{
	padding-bottom:5px;
}
#text .top, #text-top .top{
	padding-top:40px;
}
#text img, #text-top img{
	float:right;
	margin-top:5px;
}
#text .img{
	margin-right:2px;
	float:left;
}

#text-top{
	width:350px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8b003a;
	text-align:justify;
}
#text-in-large{
	width:600px;
	height:360px;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8b003a;
	text-align:center;
}

h1{
	text-align:center;
	font-size:11px;
	font-weight:normal;
	color:#8b003a;
	padding-bottom:20px;
	padding-top:10px;
}

#menu{
	width:317px;
	height:18px;
	margin-left:auto;
	margin-right:auto;
}
#menu li{
	display:inline;
	list-style:none;
	float:left;
	margin-right:11.8px;
}
#menu span{
	display:none;
}
#menu a{
	display:block;
}
#menu a:hover, .active{
	background-position:left !important;
}
.home a{
	width:45px;
	height:18px;
	background-image:url(../images/but_home.jpg);
	background-position:right;
}
.values a{
	width:53px;
	height:18px;
	background-image:url(../images/but_values.jpg);
	background-position:right;
}
.services a{
	width:63px;
	height:18px;
	background-image:url(../images/but_services.jpg);
	background-position:right;
}
.work a{
	width:39px;
	height:18px;
	background-image:url(../images/but_work.jpg);
	background-position:right;
}
.contact a{
	width:58px;
	height:18px;
	background-image:url(../images/but_contact.jpg);
	background-position:right;
}
