@charset "ISO-8859-2";
@import url("resset.css");
body {
	background: #303030 url(../images/top_bg.png) repeat-x top;
	color: #5d5d5d;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
.container {
	width: 918px;
	margin: 0 auto;
	position: relative;
}
#top {
	height: 129px;
	position: relative;
	margin-bottom: 30px;
}
#logo {
	position: absolute;
	top: 39px;
	left: 52px;
	height: 51px;
	width: 301px;
	background: url(../images/logo.png) top left no-repeat;
}
#nav {
	position: absolute;
	top: 58px;
	right: 0px;
	height: 56px;
	width: 520px;
}
#nav a.menu1 {
	background: url(../images/menu1.png) no-repeat left;
}
#nav a.menu2 {
	background: url(../images/menu2.png) no-repeat left;
}
#nav a.menu3 {
	background: url(../images/menu3.png) no-repeat left;
}
#nav a.menu4 {
	background: url(../images/menu4.png) no-repeat left;
}
#nav a:link, #nav a:visited {
	display: block;
	width: 130px;
	height: 56px;
	background-position: bottom;
	float: left;
	text-decoration: none;
	text-align: center;
	font-size: 1.4em;
	color: #FFF;
}
#nav a:link span, #nav a:visited span {
	position: absolute;
	top: 74px;
	display: block;
	width: 130px;
	cursor: pointer;
}
#nav a:hover, #nav a.active:link, #nav a.active:visited {
	background-position: top;
}
#nav a:hover span, #nav a.active:link span, #nav a.active:visited span {
	color: #ff5e00;
}
#main {
	margin: 0 20px;
	font-size: 1.3em;
	position: relative;
	background: #e2e2e2;
}
#main p, #main h1, #main h2, address  {
	padding: 10px 20px;
}
#main p {
	line-height: 1.6em;
	text-align: justify;
}
#main h1, #main p span.title {
	font-size: 2.2em;
	letter-spacing: -1px;
	line-height: 1.3em;
}
#main h1 span {
	font-size: 0.5em;
	letter-spacing: normal;
}
#main h1 span.title {
	font-size: 1em;
	text-transform: uppercase;
}
#main h2 {
	font-size: 1.5em;
}
#main a:link, #main a:visited {
	color: #ff5e00;
	text-decoration: none;
}
#main a:hover, #main a:hover {
	color: #333;
}
#content {
	padding: 29px 0 58px;
	position: relative;
	background: #565656;
}
#content #myGallery {
	border: 9px solid #FFF;
	margin: 0 10px 0 6px;
	float: left;
}
#sidebar {
	width: 239px;
	float: right;
}
#sidebar ul 
{
	color: #e2e2e2;
}
#sidebar ul li.wer
{
    padding: 4px 5px;	
}
#sidebar ul li a:link, #sidebar ul li a:visited {
	color: #e2e2e2;
	text-decoration: none;
	display: block;
	padding: 4px 5px;
}
#sidebar ul li.main {
	margin-top: 8px;
	background: #e2e2e2;
}
#sidebar ul li.main a:link, #sidebar ul li.main a:visited {
	color: #ff5e00;
	font-style: italic;
}
#sidebar ul li a:hover, #sidebar ul li.main a:hover {
	background: #303030;
}
.top_main_bg {
	background: url(../images/top_main_bg.png) top left no-repeat;
	height: 36px;
	width: 918px;
}
.bottom_main_bg { 
	background: url(../images/top_main_bg.png) bottom left no-repeat;
	height: 38px;
	width: 918px;
	position: absolute;
	bottom: 0;
	left: -20px;
}
#footer {
	background: #b3b3b3;
	margin-top: 20px;
}
#footer p {
	font-size: 1.2em;
	color: #565656;
	padding: 5px;
}
#footer p a:link, #footer p a:visited {
	color: #565656;
	text-decoration: none;
}
.copyright {
	text-align: right;
	color: #FFF;
	padding-right: 20px;
	font-size: 1.2em;
	margin-bottom: 10px;
}
img.butt {
	float: right;
	margin: 10px 20px;
}
/* form */
address {
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.3em;
}
form {
	width:700px;
	padding:20px;
}
form label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:200px;
	float:left;
	color: #ff5e00;
}
form .small{
	color:#666666;
	display:block;
	font-size:0.9em;
	font-weight:normal;
	text-align:right;
	width:200px;
}
form input, form textarea{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #999;
	width:450px;
	margin:2px 0 20px 10px;
}
form button{
	clear:both;
	margin-left:210px;
	width:125px;
	height:31px;
	background: url(../images/button_contact.png) top left no-repeat;
	text-align:center;
	border: 0;
	line-height:31px;
	color: #333;
	font-size:11px;
	font-weight:bold;
}

/* IE6 */
* html #main, * html #footer {  height:1%; }
* html #content {  height:1%; padding-bottom:30px; }
* html .top_main_bg, * html .bottom_main_bg, * html #logo, * html #nav a:link, * html #nav a:visited   { 
	behavior: url(iepngfix.htc); 
}
* html .bottom_main_bg {
	bottom: -1px;
}
/* IE7 */
*:first-child+html #main, *:first-child+html #footer {
	min-height: 1px;
}
*:first-child+html #content {
	min-height: 1px;
	padding-bottom: 30px;
}
*:first-child+html #nav a:link span, *:first-child+html #nav a:visited span {
	width:40px;
}
