/*****************************************************
* Global
*****************************************************/

* { padding: 0; margin: 0; }

body {
	text-align: left;
	background: #fff;
	font: normal 12px Helvetica, Arial, Verdana, sans;
}

img { border: 0; }

ul, li { list-style-type: none; }

hr {
	height: 0;
	border: 0;
	width: 0;
	clear: both;
}


/*****************************************************
* Main Definitions
*****************************************************/

div#logo {
	height: 200px;
	margin-left: 23px;
	background: url(de_logo_new.png) no-repeat top left;
}

body#de_sxswi 	{ margin: 0 auto; }

body#de_listguy div#logo { background: url(de_logo_listguy.gif) no-repeat top left; }
body#de_sxswi div#logo { background: url(de_logo_sxswi.png) no-repeat top left; }

div#footer {
	display: block;
	background: #333;
	padding-left: 35px;
	padding-bottom: 15px;
}


/*****************************************************
* Typography
*****************************************************/

h1, h2 {
	display: none;
}

h3 {
	padding: 50px 0 25px 0;
	font-size: 25px;
	font-weight: normal;
	color: #639ed6;
}

p {
	color: #fff;
	width: 55%;
	line-height: 150%;
	font-size: 12px;
}

a, a:visited {
	text-decoration: none;
	color: #eee;
}
a:hover {
	text-decoration: underline;
	color: #0f86e2;
}

ul#guys {
	height: 310px;
	display: block;
	margin-left: 23px;
}
ul#guys li {
	width: 278px;
	height: 110px;
	padding: 200px 0 0 15px;
	float: left;
	font-size: 11px;
	color: #888;
	line-height: 150%;
}
li#sxswi   { background: url(de_sxswi_promo.jpg) no-repeat; }
li#newmark { background: url(de_newmark.jpg) no-repeat; }
li#dirk    { background: url(de_dirk.jpg) no-repeat; }
li#nielsen { background: url(de_nielsen.jpg) no-repeat; }

ul#guys li strong { display: block; }

ul#guys li a, ul#guys li a:visited {
	font-size: 15px;
	color: #333;
	text-decoration: none;
}
ul#guys li a:hover {
	text-decoration: underline;
}

ul#guys li a em {
	font-style: normal;
}
	em.guy_4 { color: #a9c22f; }
	em.guy_3 { color: #0f86e2; }
	em.guy_2 { color: #2d4673; }
	em.guy_1 { color: #e50000; }

ul#fab {
	display: block;
	padding-bottom: 30px;
}
ul#fab li {
	display: block;
	padding: 5px 0;
	font-size: 12px;
	color: #fff;
}
	



