/* -------------------------------------------------------------- 
   Reset default browser CSS.
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* -------------------------------------------------------------- 
   End reset
-------------------------------------------------------------- */


/* -------------------------------------------------------------- 
   Clear Floated Elements
	 http://sonspring.com/journal/clearing-floats
-------------------------------------------------------------- */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}

/* -------------------------------------------------------------- 
   End clearfix
-------------------------------------------------------------- */

body {
	background-color: #fff;
	color: #32331d;
}
a {
	color: #c03000;
}
a:hover {
	color: #40411e;
}
#container {
  margin: 30px auto 0px auto;
	background-color: #fff;
  width: 950px;
}
body.home div#container {
	background-image: url('/images/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 600px;
}
body.home div#content {
	float: left;
	margin-top: 200px;
	margin-left: 35px;
	width: 255px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
body.home div#screenshot {
	float: left;
	margin-top: 96px;
	margin-left: 37px;
	width: 587px;
	height: 408px;
	cursor: pointer;
}
ul {
	padding-left: 30px;
}
