
/* Rotorscope Website CSS Stylesheet English Version */

html, body  {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #1d1d1b;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, Sans serif;
}

/* Home */

.bodyhome {
	background-color: #1C1B1A;
	background-image: url("../img/home-en.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	height: 849px;
	min-height: 849px;
}

div#info {
	display: none;
}

div#mainhome {
	height: 849px;
	min-height: 849px;
	width: 1020px;
	margin: 0 auto;
	text-align: center;
}

/* Internal Pages */

div#mainlayout {
	width: 1149px;
	margin: 0 auto;
	_text-align: center;
}

div#header {
	height: 383px;
	background-repeat: no-repeat;
	text-align: center;
}

div#header img {
	border: 0;
}

.header-features {
	background-image: url('../img/header-features-en.jpg');
}

.header-media {
	background-image: url('../img/header-media-en.jpg');
}

.header-story {
	background-image: url('../img/header-story-en.jpg');
}

div#header h1, h2 {
	display: none;
}

div#contentlayout {
	width: 848px;
	margin: 0 auto;
}

div#content-left {
	float: left;
	width: 414px;
	padding: 0 10px 0 0;
	text-align: justify;
	color: #ffffff;
	font-size: 0.7em;
}

div.decora-list-features {
	background-image: url('../img/house-paper.jpg');
	background-repeat: no-repeat;
	
	height: 450px;
}

div.decora-list-screenshots {
	background-image: url('../img/decora-hands-plan.gif');
	background-repeat: no-repeat;
	
	height: 450px;

}

div#content-left h3, div#content-right h3 {
	display: none;
}

div#content-right {
	float: right;
	width: 414px;
	padding: 0 0 0 10px;
	text-align: justify;
	color: #ffffff;
	font-size: 0.7em;
}

div#contentlayout ul {
	margin: 0;
	padding: 12px 0 0 17px;
}

div#contentlayout ul li {
	padding: 0 0 8px 0;
}

div.cleaner {
	clear: both;
	line-height: 20px;
}

.text-important {
	color: #e0a00a;
	font-weight: bold;
}

img.title {
	display: block;
}

img.decora {
	display: block;
}

ul.feature-list {
	padding: 50px 50px 0 56px !important;
}

div.julie-char {
	background-image: url('../img/julie-char.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0px 150px 0 0;
	_padding: 18px 150px 0 0;
	min-height: 150px;
	_height: 160px;
}

div.traveller-char {
	background-image: url('../img/traveller-char.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0px 0 0 140px;
	margin: 10px 0 0 0;
	min-height: 185px;
	_height: 1855px;
}

div.professor-char {
	background-image: url('../img/professor-char.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 5px 135px 0 0;
	min-height: 185px;
	_height: 185px;
	margin: 10px 0 0 0;
}

div#footer {
	padding: 0 0 20px 0;
}

div#footer img {
	border: 0;
}