HTML,BODY {
	background-color: #252525;
}
HTML,BODY,H1,H2,H3,H4,P,UL,OL,LI,DL,DT,DD {
	color: #fff;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-align: left;
}
H1 {
	font-size: 22px;
	font-weight: 900;
	line-height: 28px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
H2 {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 10px;
}
H1,H2,#Awards LI {
	text-shadow: 0 1px 2px rgba(0,0,0,.75);
}
P,UL,OL,DL {
	margin-bottom: 18px;
}
IMG {
	border: none;
}


/* links */
a:link,a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover,a:visited.hover {
	color: #fff;
	text-decoration: none;
}


/* generic classes */
.left {
	float: left;
}
.right {
	float: right;
}
.column {
	width: 460px;
}


/* This is in here to help the divs clear correctly in firefox */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



/* Sections */
#Content,#Hero,#Quotes,#Footer {
	position: relative;
	width: 100%;
	clear: both;
}
.container {
	position: relative;
	width: 960px;
	margin: 0 auto 0 auto;
	clear: both;
}


/* Content Elements */
#Content {
	background-image: url(images/wood.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#Logo {
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 200;
}
#AppStore {
	position: absolute;
	top: 420px;
	left: 0;
	z-index: 200;
}
#Awards {
	position: absolute;
	top: 560px;
	left: 0;
	list-style: none;
	z-index: 200;
}
#Awards LI {
	display: inline-block;
	margin-right: 20px;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
}


/* Hero Elements */
#Hero {
	height: 660px;
}
.heroItem {
	position: relative;
	float: left;
	width: 960px;
	height: 660px;
}
.heroItem IMG {
	position: absolute;
	top: 20px;
	left: 625px;
}
.heroText {
	position: absolute;
	top: 250px;
	left: 0;
	width: 620px;
}


/* Quotes Elements */
#Quotes {
	background-image: url(images/shade.png);
	padding: 40px 0 30px 0;
}
#Quotes P {
	background-image: url(images/star.png);
	background-repeat: no-repeat;
	padding: 10px 0 0 45px;
}


/* Footer Elements */
#Footer {
	border-top: 2px solid #a1000b;
	padding: 25px 0;
}
#Footer .container {
	text-align: center;
}
#Footer IMG {
	margin-bottom: 10px;
}
#Footer P {
	color: #7d7d7d;
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}


/* Carousel */
/*--Window/Masking Styles--*/
.window {
	height: 660px;
	width: 959px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0;
	left: 0;
}
.image_reel div {
	float: left;
}


/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px;
	left: 750px;
	height: 10px;
	overflow: hidden;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a,.paging a.active,.paging a:hover,.paging a:visited.hover {
	display: block;
	height: 10px;
	width: 10px;
	text-decoration: none;
}
.paging a {
	float: left;
	margin-right: 6px;
	background: url(images/switcher-off.png) no-repeat top;
}
.paging a.active,.paging a:hover,.paging a:visited.hover {
	background: url(images/switcher-on.png) no-repeat top;
}
