
/* CSSReset */

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,
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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
}

p { font-family: Helvetica, Arial, Verdana, sans-serif; color:white;}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.amp {
	font-family: Goudy Old Style, Bookman, Georgia, serif;
	font-style: italic;
	font-size: 18px;
	font-weight: normal;
	position: relative;
	top: 2px;
}

.footer p {
	text-shadow: #000 0 1px 0;
}

/* Styles for SignalApps */


body{
	background: #212121 url(/images/bg-gradient.png) top left repeat-x;
	padding-top: 31px;
	padding-bottom: 31px;
}


div#head img#badge {
	position:absolute;
	left:896px;
	top:30px;
	z-index: 10;
	display:none;
}

div#wrap{
	width: 960px;
	margin: 0 auto;
	padding-bottom:2px;
	background-color: #161616;
	}

div#hero{
	height: 359px;
	width: 100%;
	background-color:#161616;
}
div#hero img{float:left;}
div#content{
	background: #161616;
	padding-bottom: 15px;
	margin-top: 155px;
	
}

div.details{
	padding: 30px 30px 0 5px;
}

#logo {
	padding-top: 10px;
}
div.details img {
	padding-right: 40px;
	padding-bottom:50px;
}

div.details h4{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	color: #dfdfdf;
	margin-bottom: 10px;
	margin-left:418px;
	text-shadow: #000 0px 1px 0px;	
}
div.details p{
	font-family: "Lucida Grande";
	color: #d2d2d2;
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 25px;
	margin-left:418px;
}

a:link, a:visited {
	border-bottom: 1px solid #2c2c2c !important;
	color: #d2d2d2;
	padding-bottom:1px;
	text-decoration:none;
}

div.details a:hover {
	border-bottom: 1px solid #ccc;
}

div.details ul li p{
	margin-left: 0px;
}

br.c{clear:both;}

div#featurelist {
	border-right:1px solid #C1C1C1;
	width:460px;
	height:425px;
	padding-left:20px;
	float:left;
}
	
ul#features {
clear:both;
margin-left: -12px;
padding-left: 21px;

}
ul#features li{
	float:left;
	display:block;
	width: 367px;
	height: 79px;
	background: #1c1c1c;
	margin: 0 0 38px 10px;
}

ul#features li h5{
	font-family: Helvetica, Arial, sans-serif;
	font-size: .9em;
	font-weight:bold;
	color: #ececec;
	margin-bottom: 5px;
	padding-left: 75px;
	margin-top:7px;
	text-shadow: #000 0px 1px 0px;
}
ul#features li p{
	font-family: "Lucida Grande";
	color: #d2d2d2;
	font-size: .9em;
	line-height: 1.4em;
	padding-left: 75px;
}

ul#features li#automatic{
	background: url(/images/headphones_48.png)  3% 50% no-repeat;
}
ul#features li#seamless{
	background: url(/images/iTunes_48.png)  3% 50% no-repeat;
}
ul#features li#distraction{
	background: url(/images/Keyboard_48.png)  3% 50% no-repeat;
}
ul#features li#platforms{
	background: url(/images/Monitor_48.png)  3% 50% no-repeat;
}


p.footer {
	margin: 0 auto;
	font-size: 11px;
	color: #828282;
	width: 600px;
	line-height: 16px;
	margin-top: 10px;
	text-align: center;
}

sup {
	font-size: 10px;
	position: relative;
	top: -2px;
}

div#delivery {
	float:right;
	width: 390px;
	margin-top:70px;
	margin-right: -30px;
}

a#buy, a#download, a#banner {
	padding-bottom:30px;
	border:none !important;
}

.centeredImage
   {
   text-align:center;
   margin-top:0px;
   margin-bottom:0px;
   padding:0px;
   }

#flash {
	margin: 20px;
	padding: 10px;
	z-index: 100;
	background-color: #2c2c2c;
	border: 1px solid #3c3c3c;
	color: #888888;
}
#flash h2 {
	background-color: #6AC034;
	padding: 5px;
	color: #fff;
}
#flash div, #flash .action {
	font-size: 1.2em;
	line-height: 1.3em;
}


