* {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

a {
	color: white;
}

iframe {
	border: none;
}

body {
	background: url(../images/bg.png) repeat;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}

h2 {
	font-size: 15px;
	font-weight: bold;
}

#wrapper {
	width: 1000px;
	height: 638px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 50%;
	margin-top: -325px;
	background-color: black;
}

h1 {
	width: 1000px;
	height: 36px;
	background: url(../images/puschka.png) no-repeat center center;
	background-color: black;
	text-indent: -9999px;
}

#footer {
	background-color: black;
}

.panel {
}

.box {
height: 300px;
width: 300px;
overflow: auto;
position: absolute;
bottom: 10px;
left: 30px;
color: white;
padding-right: 20px;
}

p, h2, h3, h4, h5 {
	margin-bottom: 10px;
}

.navigation #home_list_item a {
	width: 120px;
	height: 60px;
	position: absolute;
	background-image: none;
	top: -45px;
	left: 438px;
}

#theForm {
	margin-bottom: 10px;
}

#enquiry_button {
	display: block;
	background: url('../images/enquiry.png') no-repeat;
	width: 182px;
	height: 21px;
	text-indent: -9999px;
	margin-bottom: 7px;
}

.ui-widget-overlay {
	background-color: black;
	opacity: 0.5;
	z-index: 200000;
	position: absolute;
	top: 0;
	left: 0;
}


.ui-dialog-titlebar-close {
position: absolute;
right: 10px;
top: 20px;
width: 20px;
height: 20px;
text-indent: -9999px;
background: url('../images/close.png') no-repeat;
}