/* COMMON */

body {
	margin: 0;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	text-align: center;
}

body, div, p, td, th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
}
a {
	color: rgb(244,221,146);
	text-decoration: none;
}
a:hover {
	font-weight: bold;
}

#main {
	position: relative;
	top: 18px;
	width: 741px;
	height: 606px;
	padding: 0;
	margin: auto;
	border: 0;
	text-align:left;
	z-index: 1;
}

#menu {
	position: relative;
	z-index: 2;
}

/* CONTACT */

#contact-1 {
	position: absolute;
	top: 155px;
	left: 471px;
}

#contact-phone {
	position: absolute;
	top: 126px;
	left: 15px;
}

#contact-text {
	position: absolute;
	top: 170px;
	left: 15px;
	width: 440px;
	height: 300px;
	overflow: auto;
}

/* HOME */

#home-logo {
	position: absolute;
	top: 41px;
	left: 6px;
}

#home-intro {
	position: absolute;
	top: 152px;
	left: 222px;
}

#home-photo-1 {
	position: absolute;
	top: 0;
	left: 420px;
}
#home-photo-2 {
	position: absolute;
	top: 0;
	left: 525px;
}
#home-photo-3 {
	position: absolute;
	top: 329px;
	left: 525px;

}
#home-photo-4 {
	position: absolute;
	top: 329px;
	left: 222px;
}
#home-photo-5 {
	position: absolute;
	top: 152px;
	left: 0;
}

/* INTERIOR */

#interior-logo {
	position: absolute;
	top: 507px;
	left: 6px;
}

/* GALLERY */

#gallery-box {
	position: absolute;
	top: 60px;
	left: 15px;
	width: 740px;
	height: 410px;
	overflow: auto;
}
#gallery-text {
	position: absolute;
	top: 471px;
	left: 15px;
	width: 740px;
	height: 20px;
	overflow: auto;
}

/* MANUFACTURERS */

#manufacturers-1 {
	position: absolute;
	top: 89px;
	left: 543px;
}

#manufacturers-text, #manufacturers-comment {
	position: absolute;
	top: 60px;
	left: 15px;
	width: 510px;
	height: 400px;
	overflow: auto;
}

#manufacturers-comment {
	top: 465px;
	height: 20px;
	text-align: right;
}



/* FIN */
