@import "reset.css";

body {
	background-color:#1f1f1f;
	font-family:Arial, Helvetica, sans-serif;
}

div.container {
	width:960px;
	margin:0 auto;
}

a {
	color:#E9C22A;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

em {
	font-style:italic;
}


#header {
	width:960px;
	margin:0 auto;
	margin-top:25px;
	padding-bottom:25px;
	border-bottom:1px solid #383838;
	margin-bottom:25px;
	
}
#header h1 {
	float:left;
	width:402px;
	height:95px;
	background:url(../images/logo.gif) top left no-repeat;
	text-indent:-99999px;
}
#contact {
	width:260px;
	float:right;
	margin-top:12px;
}
#contact a {
	display:block;
	width:260px;
	height:75px;
	background: url(../images/contact-button.gif) top left no-repeat;
	text-indent:-99999px;
}
#contact a:hover {
	background: url(../images/contact-button.gif) bottom left no-repeat;
}
#contact p.user-message {
	color:#FFD840;
	font-size:13px;
	line-height:20px;
	padding:5px;
	font-weight:bold;
}
#contact form {
	padding-left:4px;
	font-size:15px;
}
#contact input.name, 
#contact input.email, 
#contact input.budget, 
#contact input.captcha, 
#contact textarea {
	display:block;
	width:230px;
	border: 1px solid #242424;
	padding:10px;
	margin-top:5px;
	background-color:#161616;
	color:#fff;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
#contact textarea {
	font-size:13px;
}
#contact input.submit {
	margin-top:5px;
}


#message {
	width:960px;
	margin:0 auto;
	margin-top:25px;
	padding-bottom:25px;
	border-bottom:1px solid #383838;
	margin-bottom:25px;
}
#message {
	color:#666;
}
#message p.available {
	font-weight:bold;
	font-size:16px;
	line-height:16px;
	margin-bottom:0;
}
#message p.newsflash {
	font-size:13px;
}
#message span {
	color:#CCCCCC;
}
#message strong {
	font-weight:bold;
}


div.listing {
	width:960px;
	padding-left:48px;
	padding-right:50px;
	margin:0 auto;
	height:382px;
	background:url(../images/shelf.jpg) bottom left no-repeat;
	margin-bottom:25px;
}

img.screenshot {
	float:left;
	width:400px;
	height:309px;
}
div.info {
	width:530px;
	float:right;
}
h2 {
	font-size:46px;
	font-weight:bold;
	letter-spacing:-3px;
	color:#FFF;
	padding-bottom:12px;
	border-bottom:1px solid #383838;	
	margin-bottom:9px;
}
h2 a {
	color:#fff;
	text-decoration:none;
}
h2 a:hover {
	color:#E9C22A;
	text-decoration:none;
}

span.category {
	display:block;
	color:#70c1d8;
	font-size:13px;
	line-height:19px;
	text-transform:uppercase;
	font-weight:bold;
}
p.description {
	color:#fff;
	font-size:13px;
	line-height:19px;
	width:360px;
	float:left;
}
div.testimonial {
	width:160px;
	float:right;
	margin-top:11px;
	background:url(../images/testimonial-top.gif) top left no-repeat;
}
div.testimonial div {
	background:url(../images/testimonial-bottom.gif) bottom left no-repeat;
	padding-top:9px;
	padding-left:14px;
	padding-right:14px;
	padding-bottom:24px;
}
div.testimonial p {
	color:#FFF;
	font-size:12px;
	line-height:19px;
	font-weight:bold;
}
span.client {
	font-weight:normal;
	font-style:italic;
	display:block;
	color:#9b9b9b;
}


div.alt {
	padding-right:48px;
	padding-left:50px;
	background:url(../images/shelf-alt.jpg) bottom right no-repeat;
}
div.alt img.screenshot {
	float:right;
}
div.alt div.info {
	float:left;
}