#container {
	position: relative;
	display: block;
	width: 970px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
}

#mainContentArea {
	z-index: 0;
}

#upArea {
	position: relative;
	display: block;
	width: 970px;
	height: 85px;
	background-color: transparent;
}

#midArea {
	position: relative;
	display: block;
	width: 970px;
	height: 346px;
	background-color: transparent;
	z-index: 0px;
}

#downArea {
	position: relative;
	display: block;
	width: 970px;
	height: 108px;
	background-color: transparent;
	margin-top: 5px;
	margin-left: 4px;
}

#logoContainer {
	position: absolute;
	top: 45px;
	right: 0px;
	width: 281px;
	height: 115px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	z-index: 1;
}

/* --- Main Site --- */

.mainContentArea {
	float: left;
	width: 700px;
	height: 346px;
	background-color: transparent;
}

.mainRestArea {
	float: left;
	width: 270px;
	height: 346px;
	background-color: transparent;
}

/* --- Rest Sites --- */

.contentArea {
	float: left;
	width: 850px;
	height: 346px;
	background-color: transparent;
}

.restArea {
	float: right;
	width: 170px;
	height: 346px;
	background-color: transparent;
}

/* --- Common Divs --- */

.companyLeftDiv {
	float: left;
	height: 346px;
	width: 270px;
	background-color: transparent;
	margin-right: 5px;
	margin-top: 10px;
}

.companyRightDiv {
	float: left;
	height: 346px;
	width: 320px;
	background-color: transparent;
	margin-top: 10px;
}

.offerLeftDiv {
	float: left;
	height: 346px;
	min-width: 175px;
	background-color: transparent;
	margin-right: 5px;
	margin-top: 10px;
}

.offerRightDiv {
	float: left;
	height: 346px;
	width: 380px;
	background-color: transparent;
	margin-top: 10px;
}

.contactLeftDiv {
	float: left;
	height: 316px;
	width: 200px;
	background-color: #9A6134;
	margin-right: 5px;
	margin-top: 10px;
	padding: 5px;
}

.contactCenterDiv {
	float: left;
	height: 316px;
	width: 200px;
	background-color: #46220A;
	margin-right: 5px;
	margin-top: 10px;
	padding: 5px;
}

.contactRightDiv {
	float: right;
	height: 346px;
	width: 200px;
	background-color: transparent;
	margin-top: 10px;
}

.clearDiv {
	clear: both
}

/* --- Modules divs --- */

.companyAddress {
	position: relative;
	display: block;
	margin-left: 4px;
	width: 240px;
	height: 114px;
	background-color: #7c5c42;
	padding: 8px;
}

/* --- Gallery Duvs --- */

.galleryLeftDiv {
	float: left;
	min-width: 250px;
	height: 346px;
	background-color: transparent;
	margin-right: 5px;
}

.galleryRightDiv {
	float: left;
	min-width: 195px;
	height: 346px;
	background-color: transparent;
	margin-top: 10px;
	margin-left: 5px;
}

.galleryHeader {
	position: relative;
	display: block;
	width: 165px;
	height: 25px;
	background-color: #46220A;
	line-height: 45px;
	padding: 10px;
}

.galleryContent {
	position: relative;
	display: block;
	width: 165px;
	min-height: 25px;
	background-color: #9A6134;
	line-height: 45px;
	padding: 10px;
}

.galleryLinks {
	position: absolute;
	bottom: 0px;
	width: 185px;
	height: 25px;
	background-color: transparent;
	line-height: 45px;
}

.error {
	position: relative;
	display: block;
	overflow: hidden;
	margin-top: 0px;
	padding: 0px;
	height: 40px;
	width: 200px;
}