@import "reset.css";

body {
	background:#111 url(../images/bg.png);
	font-family:Arial, Helvetica, sans-serif;
	text-shadow: black 1px 1px 0;
	color:#DDD;
}

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 #222;
	margin-bottom:25px;
	
}

/*
#header h1 {
	float:left;
	width:402px;
	height:73px;
	background:url(../images/logo.png);
	text-indent:-9999px;
}
*/
#header h1 {
	font-family: Lobster, Arial, Helvetica, sans-serif;
	font-size:60px;
	float:left;
	color:white;
}
#header h1 span {
	display: block;
	font-size:15px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: Arvo, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left:32px;
	color:#aaa;
}

#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 a#contact-link {
	display:block;
	width:260px;
	background: #ffd400 url(../images/gradient-white-50percent.png) left top repeat-x;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color:#433300;
	text-align: center;
	padding: 20px 0;
	text-shadow:none;
	font-size:28px;
	font-family: Lobster, Arial, Helvetica, sans-serif;
	text-shadow: #ffe411 1px 1px 0;
	font-weight: normal;
}
#contact a#contact-link:hover {
	text-decoration: none;
	background-color: #ffeb38;
	text-shadow: #fffb48 1px 1px 0;
	color:#332300;
}


#contact p {
	/*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 #222;
	padding:10px;
	margin-top:5px;
	background-color:black;
	color:#fff;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
#contact textarea {
	font-size:13px;
	line-height: 18px;
	height:80px;
}
#contact input.submit {
	margin-top:5px;
}


#message {
	width:960px;
	margin:0 auto;
	padding-bottom:25px;
	margin-bottom:40px;
	color:#BBB;
	border-bottom:1px solid #222;
	font-size: 16px;
	font-family: Arvo, Arial, Helvetica, sans-serif;
}
#message p {
	margin-bottom:10px;
}
#message strong {
	font-weight:bold;
	color:white;
	text-transform: uppercase;
}

/*
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;
}
*/
div.listing {
	width:960px;
	padding-left:60px;
	padding-right:60px;
	margin:0 auto;
	height:372px;
	background:url(../images/shelf-v2.png) bottom left no-repeat;
	margin-bottom:40px;
	position: relative;
}
/*
div.alt {
	padding-right:48px;
	padding-left:50px;
	background:url(../images/shelf-alt.jpg) bottom right no-repeat;
}
*/
div.alt {
}

.shadow {
	width:16px;
	height:52px;
	display: block;
	background: url(../images/shadow-right.png);
	position: absolute;
	left: 461px;
	top:257px;
}

.alt .shadow {
	background: url(../images/shadow-left.png);
	left:auto;
	right: 461px;
}

img.screenshot {
	float:left;
	width:400px;
	height:309px;
}
div.info {
	width:530px;
	float:right;
}
h2 {
	font-size:46px;
	color:#FFF;
	padding-bottom:12px;
	border-bottom:1px solid #222;	
	margin-bottom:10px;
	font-family: Lobster, Arial, Helvetica, sans-serif;
}
h2 a {
	color:#fff;
	text-decoration:none;
	font-weight: normal;
}
h2 a:hover {
	color:#E9C22A;
	text-decoration:none;
}

span.category {
	display:block;
	color:#70c1d8;
	font-size:13px;
	line-height:19px;
	text-transform:uppercase;
	font-family: Arvo, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
p.description {
	color:#ccc;
	font-size:13px;
	line-height:19px;
	width:345px;
	float:left;
}
div.testimonial {
	width:170px;
	float:right;
	margin-top:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #222;
	background: black;
}
div.testimonial div {
	padding:10px 15px;
}
div.testimonial p {
	color:white;
	font-size:13px;
	line-height:19px;
	font-weight:bold;
	font-family: Georgia, serif;
}
span.client {
	font-weight:normal;
	font-style: italic;
	display:block;
	color:#9b9b9b;
	font-family: Arial, sans-serif;
	font-size:12px;
}



div.alt img.screenshot {
	float:right;
}
div.alt div.info {
	float:left;
}

#footer {
	width:960px;
	margin:0 auto;
	padding-bottom:50px;
}
