﻿/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
html {
	width: 100%;
	height: 100%;
	background-color: #D5D5D5;
	background-image: url("images/background.png");
	background-position: top left;
	background-repeat:repeat-x;

}
body {
	width: 766px;
	height: 750px;
	margin: auto;
}
#site {
	width: 100%;
	height: 750px;
	padding: 25px 75px 0 75px;
}
.menu {
	background-image: url(images/menubg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 616px;
	height: 53px;
	margin: 15px 0 28px 0;
	padding: 0px auto;
}
.menu ul {
	float: left;
	display: inline;
	margin: 9px 0 0 75px;
}
.menu li {
	list-style-type: none;
	width: 86px;
	float: left;
	padding: 0px 11px;
	margin: 10px 0px;
	background-image: url(images/but2.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #D8D8D8;
	border-right:thin #646464 dotted;
	border-left:thin #646464 dotted;
	font-family: Tahoma;
	color: #646464;
	font-weight:bolder;
	text-align:center;
	font-size: 11px;
}
.menu a {
	
	color: #646464;
	text-decoration:none;
}

.menu a:hover{
	text-decoration:underline;
}
.menu img, .right img {
	float: left;
}
#site .style1 {
	padding: 0px;
}
#center {
	width: 616px;
	background-image: url(images/mainbg.gif);
	background-position: top left;
	background-repeat:repeat-y;
	padding: 0px 0px;
}
#maintop{
	background-image: url(images/maintop.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 616px;
	height: 13px;
}
#mainbottom {
	background-image: url(images/mainbottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 616px;
	height: 12px;
}
.big {
	float: left;
	display: inline;
	margin: 0px 0 0 12px;
	background-color: #dddddd;
	padding-right: 2px;
	border-right: 1px dashed #F3F3F3;
}
.right {
	width: 360px;
	display: inline-block;
	padding: 9px 0 0 18px;
	margin: 0 10px 0 10px;
	font-family: Arial;
	font-size: 11px;
}
#main {
	display:inline-block;
}
.text1 {
	color: #646464;
	width: 360px;
	float: left;
	padding: 5px 0 6px 5px;
}
.more {
	font-family: Tahoma;
	color: #646464;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	display: block;
	float: left;
	display: inline;
	width: 100px;
	padding: 0 0 0 15px;
	margin: 0 0 15px 5px;
	background-image: url(images/arrows.jpg);
	background-position: 0px 4px;
	background-repeat: no-repeat;
}
.more:hover {
	text-decoration: underline;
}
.dots {
	background-image: url(images/dots.gif);
	background-position: top left;
	background-repeat: repeat-x;
	float: left;
	margin: 0 0 0 5px;
}
.dots2 {
	width: 350px;
	background-image: url(images/dots2.gif);
	background-position: 153px 0px;
	background-repeat: repeat-y;
	margin: 20px 0 0 0;
	float: left;
}
.left {
	width: 136px;
	height: 185px;
	float: left;
	padding: 0 38px 0 0;
}
.pic1 {
	float: left;
	margin: 10px 0 9px 2px;
}
.pic2 {
	float: left;
	margin: 7px 0 9px 2px;
	border-right: 2px solid #B0AEAE;
}
.left ul {
	display: inline;
	float: left;
	margin: 0 0 10px 5px;
}
.left ul li {
	background-image: url(images/ar.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding: 0 0 0 16px;
	list-style-type: none;
	display: inline;
	line-height: 18px;
}
.left ul li a {
	color: #646464;
	text-decoration: none;
}
.left ul li a:hover {
	text-decoration: underline;
}
.second {
	float: left;
	width: 176px;
	font-family: Arial;
	font-size: 11px;
	color: #646464;
}
.text2 {
	float: left;
	width: 103px;
	padding: 5px 0 15px 8px;
}
.text2 a {
	font-weight: bold;
	color: #646464;
	text-decoration: none;
	font-size: 10px;
	font-family: Tahoma;
}
.text2 a:hover {
	text-decoration: underline;
}
.text3 {
	float: left;
	width: 170px;
	padding: 15px 0 10px 5px;
}
#footer {
	width: 599px;
	height: 40px;
	float: left;
	display: inline;
	margin: 0 0 0 8px;
	position: relative;
}
#footer p {
	float: left;
	display: inline;
	font-family: Arial;
	font-size: 10px;
	color: #797979;
	text-align: center;
	margin: 12px 0 0 16px;
}
#footer p a {
	color: #797979;
	text-decoration: none;
}
.sound {
	position: absolute;
	top: 18px;
	right: 13px;
}
