html,body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #bbbbbb;
	background:#2f2f2f; /* 2a2a2b */
	line-height:20px;
	height: 100%;
}

p {
	padding:0px;
	margin:0px;
	margin-bottom:15px;
}

img {
	border-style: none;
}

.top {
	width:100%;
	height:400px;
	background:url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

		
.headercontainer {
	margin:auto;
	width:900px;
	padding-top:100px;
	color:#EEEEEE;	
}

.gloss {
	width:100%;
	height:1px;
	background-color:#282828;
}

.shadow {
	width:100%;
	height:4px;
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.rshadow {
	width:100%;
	height:4px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.headline {
	letter-spacing:1px;
	color:#ffffff;
	font-size:23px;
	font-family:"HelveticaNeue-UltraLight", "Helvetica Neue UltraLight", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight:100;
	margin-bottom:15px;
}

.container {
	margin:auto;
	width:900px;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	padding:0px;
	font-size:18px;
	line-height:32px;
}

.detailbox {
	width:220px;
	float:left;
	border-style:none;
	font-size:13px;
	line-height:20px;
	color:#777777;
	padding:10px;
	padding-left:0px;
}

.detailboxhl {
	color:#aaaaaa;
}


a.helpheadline {
	line-height:60px;

}

.specbox {
	background-color:#444444;
	border-style:solid;
	border-width:1px;
	border-color:#444445;
	color:#aaaaaa;
	padding:10px;
	font-size:14px;
	line-height:18px;
}

a {
	color: #33a0f4;
	border-style:none;
	text-decoration:none;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.8s;
	-webkit-transition-timing-function: ease;
}

a:link {
	color: #33a0f4;
	border-style:none;
}

a:visited {
	color: #33a0f4;
	border-style:none;
}

a:hover {
	color: #ffffff;
	border-style:none;
}


a.buttonbox {
	display:block;
	float:right;
	color:#ffffff;
	background:url(button.png) no-repeat;
	width:150px;
	height:44px;
	text-align:center;
	padding-top:10px;
	margin-left:15px;
	border-style:none;
	font-size:16px;
}

a.appstorebox {
	display:block;
	color:#ffffff;
	background:url(appstore.png) no-repeat;
	width:135px;
	height:40px;
	margin-top:0px;
	margin-left:0px;
	border-style:none;
}

.preload {
	display:none;
}

fieldset {
	border:none;
}


/* A STICKY FOOTER */

#wrap 
{
	min-height: 100%;
}

#main 
{
	overflow:auto;
	padding-bottom: 240px;
}

#footer {
	position: relative;
	margin-top: -60px; 
	height: 60px;
	clear:both;
	
	padding:20px;
	font-size:11px;
	
	background-color:#222222;
	color:#666666;

} 

.footercontainer {
	margin:auto;
	width:900px;
}

/*Opera Fix*/
body:before 
{
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}

/* Coffee Button */

.coffeebutton {
	padding: 4px 20px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #f7d114;
	border-radius: 18px; /* This makes the sides rounded */
}

.coffeebutton:hover {background-color: #d3b211}
