body {
	margin: 0;
	padding: 0;
	background: #001829 url(../images/bg_html.png) fixed;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ececf2;
} 
p {
	line-height: 1.5em;
}
a {
	color: #ececf2;
}
:focus {
	outline: none;
}

#wrapper {
	width: 977px;
	margin: 0 auto;
	background: #001829;
	position: relative;
}
#header {
	height: 830px;
	position: relative;
	background: url(../images/bg_header.jpg) top right no-repeat;
}
#header p{
	margin: 0;
	position: absolute;
}

p.time {
	background: url(../images/bg_time.jpg) no-repeat;
	width: 367px;
	height: 66px;
	font-size: 40px;
	line-height: 66px;
	text-align: center;
	left: 143px;
	top: 185px;
}
p.phone {
	background: url(../images/phones_top.jpg) no-repeat;
	width: 560px;
	height: 105px;
	left: 0;
	top: 308px;
	font-size: 23px;
	text-align: right;
	padding: 10px 20px 0 0;
}
p.slogan {
	left: 10px;
	top: 66px;
	font-size: 23px;
	text-align: right;
}
p.slogan a{
	font-weight: bold;
	font-size: 26px;
	text-transform: uppercase;
	text-decoration: none;
}
p.slogan a:hover{
/*	text-decoration: underline; */
}
#header p.buttons {
	top: 735px;
	left: 525px;
}
#header p.buttons a{
	display: inline-block;
	margin: 0 17px;
	background: url(../images/bg_button.png) no-repeat;
	width: 167px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	font-weight: bold;
	text-decoration: none	
}
table.places {
	position: absolute;
	left: 0;
	top: 440px;	
	width: 540px;
}
table.places td {
	font-size: 13px;
	text-align: center;
	padding: 2px 3px;
}
table.places th {
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#content {
	background: #001e34 url(../images/bg_content_top.png) left top no-repeat;
}
#content .padding{
	background: url(../images/bg_content_bottom.png) left bottom no-repeat;
	padding: 10px;
	overflow: hidden;
	height: 1%;
}

div.phone {
	background: url(../images/phones_bottom.png) top right no-repeat;
	height: 49px;
	margin-top: 20px;
	font-size: 23px;
	padding-left: 25px;
}

#footer {
	background: url(../images/bg_footer.png) no-repeat;
	height: 53px;
	margin: 15px 0;
	text-align: center;
	overflow: hidden;	
}
#footer p.menu{
	margin: 8px 0 5px 0;
}
#footer p.menu a{
	margin: 0 10px;
}
#footer a{
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

#copyright {
	font-size: 11px;
	margin: 0;
}

h1 {
	font-weight: bold;
	font-size: 16px;
}



div#popup{
	width: 506px;
	height: 416px;
	left: 230px;
	top: 244px;
	position: absolute;
	z-index: 10;
	background: #003351 url(../images/bg_popup.jpg) no-repeat;
	overflow: hidden;
	visibility: hidden;
}
.text_input {
	width: 281px;
}
.text_area {
	width: 281px;
	height: 130px;
}
div#popup table{
	margin: 15px 0 0 40px;
}
div#popup table td, div#nopopup table td{
	padding: 7px 9px;
}
#close_btn {
	position: absolute;
	top: 8px;
	right: 8px;
	display: block;
	background: url(../images/btn_close.png) no-repeat;
	width: 19px;
	height: 18px;
}
div#popup p.buttons{
	text-align: center;
}
div#popup p.buttons a, div#nopopup p.buttons a{
	display: inline-block;
	margin: 0 17px;
	background: url(../images/bg_button_2.png) no-repeat;
	width: 167px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	font-weight: bold;
	text-decoration: none	
}
div#nopopup p.buttons a{
	margin-left: 180px;
}
div#popup h1 {
	margin: 0;
}
