* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
}

a {
	color: #e8a8a8;
	text-decoration: none;
}

img {
	border: none;
}

a:hover {
	color: #c8c8c8;
}

body {
	margin: 0px;
	background: #fff;
	font-family: arial, serif;
	color: #c4c4c4;
	text-align: center;
	font-size: 13px;
	letter-spacing: -0.3pt;
}

h1, h2, h3, p.bold {
	font-family: 'Arial Black', arial;
	color: #c4c4c4;
	font-weight: normal;
	font-size: 13px;
}

div, p, form, table {
	margin: 0px;
}

p {
	margin-bottom: 45px;
}

p.no-margin {
	margin-bottom: 0px;
}

p span.pipe {
	margin: 0px 5px;
}

p.contact {
	font-family: 'Arial Black', arial;
	font-size: 16px;
}

div.clear {
	clear: both;
	height: 0px;
}

#distance {
	width: 1px;
	height: 50%;
	background: #099;
	margin-bottom: -257px;
	float: left;
}

#container {
	margin: 0 auto;
	position: relative;
	text-align: left;
	height: 514px;
	width: 649px;
	clear: left;
	background: #fff no-repeat 86px 80px;
	border: 1px solid #e2e2e2;
}

#container #header {
	position: relative;
	z-index: 2;
}

#container #header #logo {
	position: relative;
	width: 226px;
	height: 155px;
	left: -107px;
	top: -80px;
	margin-bottom: -155px;
}

#container #header #menu {
	float: right;
}

#container #side {
	position: relative;
	width: 12px;
	height: 219px;
	left: -22px;
	top: 74px;
	float: left;
}

#container #content {
	position: absolute;
	bottom: 0px;
	margin: 26px;
	z-index: 1;
}

#container.contact {
	background: #fff url(/images/contact-background.jpg) no-repeat right bottom;
}

#container #content div.slideshow {
	width: 597px;
	height: 462px;
}

#footer {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 649px;
	z-index: 2;
}

#menu a, #menu img, #footer a {
	display: block;
	float: left;
}

#menu a, #footer a {
	background-color: #c8c8c8;
}

#menu a.current {
	background-color: #e8a8a8;
}

#menu {
	position: relative;
	top: -28px;
}

#menu a {
	height: 26px;
}

#menu img.menu-divider {
	width: 5px;
	height: 26px;
	margin: 0px 14px 0px 8px;
}

#footer a#myspace {
	margin: 4px 0px 0px -2px;
	width: 37px;
	height: 37px;
}

#footer a#facebook {
	margin: 9px 0px 0px 11px;
	width: 81px;
	height: 29px;
}

#footer a#bullet {
	margin: 13px 0px 0px 13px;
	width: 85px;
	height: 22px;
}

#footer a#soul {
	margin: 4px 0px 0px 10px;
	width: 50px;
	height: 34px;
}

#footer #links {
	float: left;
}

#footer #flower {
	float: right;
	position: relative;
	left: 71px;
	top: -44px;
	margin-bottom: -109px;
}

/* form */

input.text, textarea.text {
	padding: 2px;
	border: 1px solid #c8c8c8;
	font-size: 10pt;
	width: 278px;
	margin: 5px 0px;
	font-family: arial;
}

textarea.text {
	width: 589px;
}

input.button {
	font-family: 'Arial Black', arial;
	font-size: 13pt;
	letter-spacing: -0.3pt;
	background: none;
	border: none;
	color: #c8c8c8;
}

input.button:hover {
	cursor: pointer;
	color: #e8a8a8;
}

#name-wrapper, #email-wrapper {
    float: left;
}

#company_name-wrapper, #telephone-wrapper {	
    margin-left: 311px;
}

#message-wrapper {
	clear: left;
}

#submit-wrapper {
	text-align: right;
	width: 598px;
}