/* @override 
	http://www.gurustugroup.com/clients/edgedirect/temp/style.css
*/

/* @group Reset */

/* v1.0 | 20080212 CSS reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 62.5%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
a:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

body{
	background: #171717;
	font: 13px/18px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	padding-bottom: 20px;
}
#main{
	margin: 0 auto;
	width: 990px;
	background-color: #fffeff;
	padding-top: 60px;
	padding-bottom: 60px;
}
#header{
	color: #fff;
	background-color: #171717;
	padding: 20px;
	height: 113px;
}
#header h1{
	display: block;
	width: 120px;
	height: 115px;
	overflow: hidden;
	text-indent: -30em;
	background: url(logo_edge.gif) no-repeat left top;
	
	float: left;
	margin-right: 20px;
}
#header p{
	font: normal 19px 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
	float: left;
	margin-top: 20px;
	word-spacing: 0;
	letter-spacing: 2px;
	width: 320px;
	font-weight: 100;
}
#cont h2{
	clear: both;
	letter-spacing: 1px;
	font: normal 100 34px 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0;
	padding-top: 0;
	margin: 0 -20px;
	color: #ad2118;
	padding-bottom: 2px;
	font-weight: 300;
}

#cont{
	clear: both;
	padding: 20px 150px;
}
#cont h2 + p{
	font-size: 19px;
	line-height: 25px;
}
#cont p{
	margin: 10px 0;
	padding: 0 40px;
}
#cont p:last-child{
	text-align: right;
}
#cont em {
	font-size: 16px;
	margin-top: 5px;
	display: block;
}
#cont ul{
	margin: 10px 0;
	padding: 0 40px 0 28px;
}
#cont ul li{
	margin: 5px 0;
	list-style-type: square;
	list-style-position: inside;
	color: #505151;
}

#cont a{
	color: #ee3124;
}
#cont a:hover{
	text-decoration: none;
}