body {
	margin: 0px;
	background-color: #252525;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
#preloader {
	position: absolute;
	visibility: hidden;
	top: -1000px;
	left: -1000px;
}
#header {
	float: left;
	width: 100%;
	height: 105px;
	text-align: right;
	background-image: url(../images/logobottom_current.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#header #quote {
	float: left;
	width: 100%;
	height: 70px;
	text-align: right;
	background-image: url(../images/logotop_current.gif);
	background-color: #e8e8e8;
	background-repeat: no-repeat;
}
#navigation {
	position: absolute;
	top: 105px;
	left: 0px;
	width: 180px;
	padding: 0 5px 0 5px;
}
#navigation a {
	float: left;
	display: block;
	font-size: 1px;
	text-align: center;
	color: #252525;
	height: 28px;
	width: 180px;
}
#navigation a.corporate {
	background-image: url(../images/buttons/corporate_up.gif);
}
#navigation a.corporate_active {
	background-image: url(../images/buttons/corporate_over.gif);
}
#navigation a.corporate:hover {
	background-image: url(../images/buttons/corporate_over.gif);
}
#navigation a.projects {
	background-image: url(../images/buttons/projects_up.gif);
}
#navigation a.projects_active {
	background-image: url(../images/buttons/projects_over.gif);
}
#navigation a.projects:hover {
	background-image: url(../images/buttons/projects_over.gif);
}
#navigation a.references {
	background-image: url(../images/buttons/references_up.gif);
}
#navigation a.references_active {
	background-image: url(../images/buttons/references_over.gif);
}
#navigation a.references:hover {
	background-image: url(../images/buttons/references_over.gif);
}
#navigation a.gallery {
	background-image: url(../images/buttons/gallery_up.gif);
}
#navigation a.gallery_active {
	background-image: url(../images/buttons/gallery_over.gif);
}
#navigation a.gallery:hover {
	background-image: url(../images/buttons/gallery_over.gif);
}
#navigation a.careers {
	background-image: url(../images/buttons/careers_up.gif);
}
#navigation a.careers_active {
	background-image: url(../images/buttons/careers_over.gif);
}
#navigation a.careers:hover {
	background-image: url(../images/buttons/careers_over.gif);
}
#navigation a.shoptour {
	background-image: url(../images/buttons/shoptour_up.gif);
}
#navigation a.shoptour_active {
	background-image: url(../images/buttons/shoptour_over.gif);
}
#navigation a.shoptour:hover {
	background-image: url(../images/buttons/shoptour_over.gif);
}
#navigation a.contact {
	background-image: url(../images/buttons/contact_up.gif);
}
#navigation a.contact_active {
	background-image: url(../images/buttons/contact_over.gif);
}
#navigation a.contact:hover {
	background-image: url(../images/buttons/contact_over.gif);
}
#navigation a.home {
	background-image: url(../images/buttons/home_up.gif);
}
#navigation a.home_active {
	background-image: url(../images/buttons/home_over.gif);
}
#navigation a.home:hover {
	background-image: url(../images/buttons/home_over.gif);
}
#content {
	position: absolute;
	top: 105px;
	left: 190px;
	right: 0px;
}
#content .large {
	font-size: 28px;
	color: #800040;
	line-height: 1px;
}
#content h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	font-weight: normal;
	color: #e8e8e8;
}
#content p {
	padding: 0px;
	margin: 10px 40px 20px 40px;
	line-height: 18px;
}
#content ul {
	padding: 0px;
	margin: 10px 40px 10px 80px;
}
#content a {
	color: #800040;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #800040;
	font-weight: bold;
	text-decoration: underline;
}
#content hr {
	width: 90%;
}
#content #content_area {
	float: left;
	width: 100%;
	background-color: #e8e8e8;
	background-image: url(../images/content_border.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#content #homepage {
	float: left;
	width: 100%;
	text-align: center;
	background-image: url(../images/content_border.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#content #footer {
	float: left;
	width: 100%;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #800040;
	padding: 10px 0 10px 0;
}