body {
	margin: 0px;
	font-family: Arial;
	background: url('../images/bg-body-alt.jpg') fixed;
}


#header {
	position: relative;
	width : 900px;
	height: 300px;
	margin: 0px auto;
}
#catalog {
	position: relative;
	height: 2100px;
}
#map {
	position: relative;
	height: 350px;
}
#contact {
	position: relative;
	height: 350px;
}
#footer {
	position: relative;
	height: 50px;
	margin : 0px;
	font-size  : 12px;
	line-height: 60px;
	text-align : center;
/*	background: #F4F4F4 url('../images/bg-footer.png') center top no-repeat; */
}
#footer a {
	color : #666666;
}

#logo {
	position: absolute;
	top : 15px;
	left:  0px;
}
#slogan {
	position: absolute;
	top : 150px;
	left:  0px;
	margin : 0px;
	color : #666666;
	font-size: 24px;
}

#box {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 275px;
	padding: 10px;
	color : #FFFFFF;
	font-size: 12px;
	background: #999999;
	border: 2px solid #FFFFFF;
	border-top   : 0px;
	border-radius: 0px 0px 10px 10px;
}
#box p {
	margin: 5px 0px 0px 0px;
}
#box p.tt1 {
	float: left;
	width : 125px;
}
#box p.tt2 {
	float: right;
	width : 125px;
}

#info {
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 100;
}

.section {
	margin : 16px 0px;
	text-align : center;
	border-top: 2px solid #FFFFFF;
}

.section span,
.section a {
	position: relative;
	top: -16px;
	padding: 0px 5px;
	color: #666666;
	font-size  : 24px;
	line-height: 32px;
	background: #FFFFFF;
	border-radius: 5px;
}

#catalog_bg {
	position: fixed;
	top   : 0px;
	left  : 0px;
	width : 100%;
	height: 300px;
	background: url('../images/bg-catalog.jpg') center center no-repeat;
	z-index: 5;
}
.catalog {
	position: relative;
	width : 800px;
	height: 300px;
	margin : 0px auto;
	z-index: 10;
}
.catalog_img {
	position: absolute;
	top   : 0px;
	left  : 0px;
}
.catalog_tit {
	margin : 0px 0px 0px 300px;
	padding: 25px 0px 0px 0px;
	color : #666666;
	font-size: 32px;
}
.catalog p {
	margin: 10px 0px 0px 300px;
	color : #999999;
	font-size: 18px;
}

#mapframe {
	position: relative;
	width: 880px;
	height: 300px;
	margin : 0px auto;
	padding: 10px;
	color : #FFFFFF;
	font-size: 12px;
	background: #999999;
	border: 2px solid #FFFFFF;
}
#gmaps {
	width: 880px;
	height: 300px;
}

form,
#feedback {
	position: relative;
	width: 400px;
	margin : 0px auto;
	padding: 10px 20px;
	color : #FFFFFF;
	font-size: 12px;
	background: #999999;
	border: 2px solid #FFFFFF;
}
form label {
	display: inline-block;
	width : 75px;
	vertical-align: top;
}
