* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	background:#999999;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1024px;
	margin: 0 auto;
	border-left:1px solid #777777;
	border-right:1px solid #777777;
	-moz-box-shadow: 0px 0px 10px #444444;
    -webkit-box-shadow: 0px 0px 10px #444444;
    box-shadow: 0px 0px 10px #444444;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 149px;
	background-image:url("images/top.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	background-color: #ffffff;
	cursor:pointer;
}
#top_nav {	/*width:100%;*/
    /*height:43px;*/	background:#faae60;
	border-top:1px solid #ffbb74;
	border-bottom:1px solid #ffbb74;}
#top_nav ul {	/*width:100%;*/
	/*height:43px;*/	padding:10px;
	margin:0px;
	text-align:center;}
#top_nav ul li {	display:inline;
	padding:5px 10px;
	margin:0px 15px;
	background:#ffffff;
    border:1px solid #feebd8;}
#top_nav ul li a {    font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#222222;
	text-decoration:none;
	padding:0px;
	margin:0px;}
#top_nav ul li a:hover, #top_nav ul li a.active {	color:#7b5c18;}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	border-left: 220px solid #ffffff;
	border-right:25px solid #ffffff;
	height: 1%;
	position: relative;
	background:#e7e7e8;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
}
#content {
	padding: 15px 10px;
	text-align:justify;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 220px;
	position: relative;
	background: #ffffff;
	left: -220px;
	padding:0px;
	margin:0px;
	overflow: hidden;
}

#sideLeft ul {
	list-style:none;	padding:0px;
	margin:0px;
	align:center;
	background-image:url("images/line.jpg");
	background-position:right top;
	background-repeat:repeat-y;}
#sideLeft ul li {	padding:5px 5px 5px 15px;
	margin:15px;
    background-image:url("images/dot.jpg");
	background-position:right center;
	background-repeat:no-repeat;
	background-color:#faae60;
	border:1px solid #fcc894;
	-moz-border-radius:7px 7px 7px 7px;
    -khtml-border-radius:7px 7px 7px 7px;
    -webkit-border-radius:7px 7px 7px 7px;
    border-radius:7px 7px 7px 7px;
    /*behavior: url(border-radius.htc);*/
	-moz-box-shadow: 1px 1px 2px #dcdcdc;
    -webkit-box-shadow: 1px 1px 2px #dcdcdc;
    box-shadow: 1px 1px 2px #dcdcdc;}
#sideLeft ul li:hover{	background-image:url("images/dot_hover.jpg");
	background-position:right center;
	background-repeat:no-repeat;}

#sideLeft ul li:hover > a{
	color:#fcfcfc;
}


#sideLeft ul li a {    font-family: Century Gothic, Arial, Tahoma, Verdana, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#282121;
	padding:0px;
	margin:0px;
	text-decoration:none;}
#sideLeft ul li a:hover, #sideLeft ul li a.active {    color:#fcfcfc;
    text-decoration:none;}
#contacts {	width:100%;	font-family: Century Gothic, Arial, Tahoma, Verdana, sans-serif;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	color:#282121;
	padding:5px 0px 15px 0px;
	margin:0px 35px;
	text-decoration:none;}



/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height:61px;
	background-image:url("images/bottom.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	background-color: #ffffff;
}
#footer table{
	height:61px;
}
