@import url('../reset.css');

body {
	color: #ECECEC;
	background: #222;
	font: normal 11px Arial, Helvetica, sans-serif;
}

a {
	color: #fff;
}

p {
	margin: 10px;
}

h3 {
	color: #9a9a9a;
	font-size: 18px;
}

ul {
	margin-left: 20px;
}


#container {
	min-width: 1050px;
}

#nav {
	float:left;
	margin-left: 10px;
	margin-right: 10px;
	height: 330px;
	width: 100px;
}

#contentBody {
	float:left;
	width: 550px;
}

#appImage {
	float: left;
}

#header {
	height: 362px;
	width: 100%;
	background: url('../../images/header_bkg.png') top left repeat-x;
}

#logo h1 span{
	display: none;
}

#mission {
	position:absolute;
	top: 30px;
	left: 700px;
	width: 105px;
	height: 120px;
	z-index: 10;
	background: url('../../images/mission_bkg.png') no-repeat;
}

#logo {
	position: relative;
	background: url('../../images/3wiseguylogo.png') no-repeat center;
	width: 100%;
	padding-top: 199px;
	height: 152px;
	z-index: 100;
}

.navSeparator {
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #666666;
	margin-left: 30px;
	margin-right: 30px;
	vertical-align: text-top;
}

#featuredApps {
	background: url('../../images/featured_bkg.png') top left repeat-x;
	height: 373px;
	width: 100%;
	text-align: center;
}

#featuredApps img {
	padding: 50px;
}

#appDescr {
	background: url('../../images/featured_bkg.png') top left repeat-x;
	height: 375px;
	width: 100%;
	margin-top: -10px;
	min-width: 600px;
}

#appDescr img {
	margin-top: 15px;
	margin-right: 20px;
}

#footer {
	background: url('../../images/footer_bkg.png') repeat-x;
	color: #787b7d;
	text-align: center;
	height: 30px;
	padding-top: 10px;
	overflow: hidden;
	clear: both;
	min-width: 1150px;
}

#footer a, 
#footer a:visited, 
#footer a:active, 
#footer a:link {
	color: #ffffff;
}

#footer a:hover {
	color: #ff0000;
}

#iTunesLink {
	text-align: center;
}

#iTunesLink a{
	font-size: 18px;
	text-decoration: none;
	color: #fff;
}

#iTunesLink a:hover {
	color: #ff0000;
}

