/* CSS Basics
--------------*/

body {
	color: #ccc;
	background-color: #111;
	margin: 0;
	padding: 0 0 30px 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: #fff 0px 0px 0px;
	font-size: 12px;
	line-height: 1.7em;
	background-image: url(images/back.gif);
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #2398b4;
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #fff;
}

strong {
	color: #fff;
	background-color: #2398b4;
}

.strong {
	color: #2398b4;
}

img {
	border: 0;
}

/* Labels
----------*/

a.sofa {
	display: block;
	position: absolute;
	top: 50px;
	right: -1px;
	width: 83px;
	height: 36px;
	background-image: url(images/sofa_label.png);
	background-position: 0 -36px;
}

/*	a.sofa:hover {background-position:0 -36px; width:83px;} */

a.beta {
	position: absolute;
	top: 10px;
	left: -1px;
	width: 167px;
	height: 58px;
	background-image: url(images/label.png);
}

/* Layout
----------*/

#container_parent {
	position: relative;
	width: 720px;
	margin: auto;
}

#container_child {
	position: relative;
	width: 720px;
	float: left;
}

#header {
	width: 720px;
	height: 370px;
}

#left_shadow {
	position: absolute;
	height: 100%;
	width: 9px;
	left: 0px;
	margin: 0 -9px;
	background: url(images/shadow_left.png);
}

#right_shadow {
	position: absolute;
	height: 100%;
	width: 9px;
	right: 0px;
	margin: 0 -9px;
	background: url(images/shadow_right.png);
}

#sub_header {
	width: 670px;
	padding: 25px 25px;
	float: left;
	line-height: 2em;
	font-weight: bold;
	color: #fff;
	border-top: solid 1px #737373;
	border-bottom: solid 1px #737373;
	font-size: 12px;
	background-color: #2b2b2b;
}

.button_beta {
	display: block;
	width: 115px;
	height: 27px;
	margin: auto;
	margin-top: 1.2em;
	background-image: url(images/button_beta.png);
}

.button_beta:hover {
	background-position: 0 27px;
}

.one_collumn {
	width: 670;
	float: left;
}

.two_collumn {
	width: 315px;
	float: left;
}

*[class="two_collumn b"] {
	margin-left: 40px;
}

.features {
	width: 670px;
	padding: 25px 25px;
	float: left;
	background: #424242 url(images/bg_features.gif) no-repeat left top;
	color: #ccc;
	border-bottom: solid 1px #333;
}

.features a {
	color: #fff;
	background-color: #2398b4;
	text-decoration: none;
}

#subscribe {
	width: 670px;
	padding: 25px 25px;
	float: left;
	background-color: #555;
	color: #ccc;
	border-bottom: solid 1px #333;
}

#subscribe input.email {
	width: 200px;
	display: block;
	padding: 0;
	margin: 0 10px 5px 0;
	float: left;
}

.button_subscribe {
	width: 82px;
	height: 22px;
	padding: 0;
	margin: -2px 0 0 0;
	border: 0;
	background: url(images/button_subscribe.png) top center;
	float: left;
}

.button_subscribe:hover {
	background: url(images/button_subscribe.png) bottom center
}

.screenshots {
	width: 720px;
	height: 215px;
	margin: 20px -25px;
	float: left;
	background: url(images/screenshots_back.jpg) no-repeat;
}

.screenshot {
	margin: 30px 0 0 30px;
	float: left;
}

#footer {
	width: 720px;
	position: relative;
	float: left;
	text-align: center;
	background-color: #2b2b2b;
	border-top: 1px solid #737373;
	font-size: 10px;
	padding: 15px 0 10px 0
}

.bottom {
	margin: 0 0 0 -8px;
}
