body {
	font: 0.8em  "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	color: #999;
	background: #1a1a1a url(/images/background-vert.gif) repeat-x;
	text-align: center;
	margin: 0px;
}


#wrap
{
	background: url(/images/background.jpg) no-repeat center top;
	width: 100%;
	height: 900px;
	margin: 0px auto;
	padding: 0p;
}

#body
{
	width: 960px;
	margin: 0px auto;
	position: relative;
	text-align: left;
}



#header
{
	font-size: 150%;
	position: relative;
	top: 50px;
	left: 0px;
	width: 238px; height: 45px;
	margin: 0px;
	padding: 0px;
}
#header a
{
	position: relative;
	width: 238px; height: 45px;
	background: url(/images/logo.gif) no-repeat;
	display: block
}
#header span
{
	position: absolute;
	top: -300px; left: 0px;
	
	width: 238px; height: 45px;
}

#head
{
	height: 126px;
}
#content
{
	
}


#menu
{
	font: 20px "Corbel", "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	float: right;
	position: relative;
	top: 50px;
}

#menu li
{
	float: left;
	display: block;
	padding: 0px;
	margin-left: 40px;
	font-weight: bold;
}


#slogan
{

	position: absolute;
	font: 40px "Corbel", "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	margin-top: 20px;
	text-shadow: 1px 1px 1px #111;
	width: 1200px;
}

#screens
{
	width:403px;
	height: 617px;
	background: url(/images/screens.gif) no-repeat;
	float: left;
	margin-top: 91px;
	position: absolute;
	left: -100px;
	
}

#maintext
{
	float: right;
	width: 590px;
	font-size: 22px;
	margin-top: 90px;
	font-weight: bold;
	text-align: left;
	text-shadow: 1px 1px 1px #111;
	color: #eee;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

.black
{
	
	background: #161616;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: absolute;
	width: 960px;
	
}

.black > div
{
	padding: 20px;
}


a img
{
	border: none;
}

a
{
	color: #78b0f4;
}

p
{
	line-height: 170%;
}

h1
{
	font: 40px "Corbel", "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	text-shadow: 1px 1px 1px #111;
}

h2
{
	color: #fff;
	font-size: 1.8em;
}

b
{
	color: #ccc;
}

.top0
{
	margin-top: 0px;
	padding-top: 0px;
}

ul li
{
	margin: 10px 0px;
}

input[type=text], textarea, select
{
	padding: 3px 5px;
	font: 1.2em  "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	background: #3e3e3e;
	color: #fff;
	border: 1px solid #868686;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

form table th
{
	vertical-align: top;
	padding: 5px 10px 5px 0px;
	font-size: 1.2em;
}

form table td
{
	padding: 5px 0px;
}

form input.button
{
	padding: 3px 5px;
	font: 1.3em  "Trebuchet MS", "Geneva CE", lucida, sans-serif;
}

div.flash {
	color: #ffc60a;
	background: #111;
	margin: 1em 0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 20px;
}

a[href^="error:"] {
	background: red;
	color: white;
}

.price
{
	font-size: 40px;
	color: #78b0f4;
	margin: 0px 0px 0px 25px; 
	text-shadow: 1px 1px 1px #111;
}

.price p
{
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	color: #78b0f4;
	
}

.cleaner
{
	border: 1px solid transparent;
	clear: both;
}

#screenshots img
{
	border: none;
}

#screenshots td
{
	width: 300px;
	vertical-align: top;
	
}

.half-left
{
	width: 440px;
	border-right: 1px solid #333;
	margin-right: 20px;
	float: left;
}
.half-right
{
	float: right;
	width: 440px;
}

#photo_server
{
	height: 200px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	margin-bottom: 20px;
}

#photo_server img
{
	position: absolute;
	top: -100px;
}

