* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background-image: url(/images/backgrounds/main.gif);
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #f7f3ef;
	width: 100%;
}

img {
	border: 0;
}

p {
	text-align: left;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #e4dbd4;
	text-decoration: none;
}

a.underlined {
  outline: none;
	padding-bottom: 1px;
	border-bottom: 1px dotted #fff;
}

a.underlined:hover {
  border-bottom: none;
}

object {
  outline: none;
}

div.spacer {
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
}

#menu {
}

#main {
	width: 680px;
	margin : 0 auto;
}

.stepcarousel {
  position: relative;
  width: 680px;
  height: 500px;
  overflow: hidden;
}

.stepcarousel .belt {
  position: absolute;
}

#error_report_ie_fix {
	z-index: 1000;
	position: absolute;
	left: 0;
	right: 0
}

#error_report {
	background-color: #ffddc0;
	border: 1px solid #e3c8b9;
	color: #ff7737;
	font-weight: bold;
	text-align: left;
	width: 680px;
	height: 85px;
	margin: 0 auto
}

#error_report_content {
	float: left;
	padding-top: 35px;
}

div.content_box {
	background: transparent url(/images/backgrounds/content.gif) no-repeat center;
	width: 680px;
	height: 500px;
	margin: 0 auto;
}

div.content_box div.content {
	padding: 20px;
}

div.content_box div.content h1 {
	text-align: left;
}

div.content_box div.content h2 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
	padding-bottom: 3px;
	border-bottom: 1px dotted #fff;
}

img.photo {
	border: 3px solid #b6aba3;
}

ul.infos {
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
}

ul.infos li {
	text-align: left;
	list-style: none;
	text-indent: 0;
	padding: 2px 0 2px 5px;
}

#diaporama_screenshot {
	height: 190px;
	/*border: 1px dotted #000;*/
	/*background: url('/images/ajax_loader.gif') no-repeat 50% 50%;*/
}

#rea_link {
  color: #4d4742;
  text-decoration: underline;
}

#rea_link:hover {
  color: #fff;
}

#diaporama_details {
	margin: 10px 0;
	padding: 10px;
	border: 1px dotted #3f3a35;
	height: 108px;
}

#diaporama_details ul {
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
}

#diaporama_details ul li {
	text-align: left;
	list-style: none;
	text-indent: 0;
	padding-bottom: 2px;
	line-height: 16px;
	color: #cdc6c0
}

#diaporama_details ul li span {
	padding-left: 2px;
	color: #f4f4f2
}

#diaporama_navbox {
	height: 80px;
	width: 150px;
	margin: 0 auto;
}

#contact {
	text-align: left;
}

#contact_form p {
	text-align: left;
}

#contact_form label {
	display: block;
	color: #e4dbd4;
}

#contact_form .text {
	background-color: #736b64;
	border: 1px solid #4d4641;
	margin-top: 2px;
	margin-bottom: 5px;
	color: #000;
}

#contact_form textarea {
	font-size: 11px;
	overflow: auto;
	line-height: 11px;
	width: 310px;
	height: 154px;
}

#contact_form input {
	width: 295px;
	font-size: 11px;
}

#contact_form a {
	color: #4d4641;
	text-decoration: none;
}

#contact_form a:hover {
	color: #000000;
	text-decoration: none;
}

#footer {
	background: transparent url(/images/backgrounds/footer.gif) no-repeat center;
	width: 680px;
	height: 40px;
	margin: 5px auto 10px auto;
}