/* @override http://d3i/css/screen.css */

/* @group Global */

* {
	margin: 0px; padding: 0px; outline: none; border: 0px;
}

html {
	font-size: 16px;
}

html, body {

}

body {
	background: #ECECEC url(../images/bg_lightgrey.png) repeat;
	font-family: Helvetica Neue, Helvetica, Arial, Geneva, sans-serif;
	font-size: .75em;
}

#container {
	width: 100%;
	min-height: 100%;
}

/* @end */

/* @group Top Section */

#top_section {
	width: 960px;
	margin: 50px auto 60px;
}

div.logo {
	width: 75px;
	height: 76px;
	margin: 0px auto;
	background: url(../images/d3i_logo.png) no-repeat;
}

h1.oneliner {
	width: 361px;
	height: 16px;
	background: url(../images/c2s.png) no-repeat;
	text-indent: -9999px;
	margin: 20px auto 0px;
}

div.slit {
	background-image: url(../images/arrow_slit.png);
	width: 43px;
	height: 28px;
	position: absolute;
	margin: 0px 457px;
	top: 206px;
}

/* @end */

/* @group Momento Section */

#momento_section {
	background: #242424 url(../images/bg_darkgrey.png) repeat;
	border-bottom: 1px solid #fff;
}

#inner_shadow {
	background: #242424 url(../images/inner_shadow.png) repeat-x;
	height: 12px;
}

#content {
	width: 960px;
	margin: 60px auto 30px;
	overflow: hidden;
}

#content div.left_column {
	width: 320px;
	margin-left: 35px;
	float: left;
}

div.left_column h2 {
	background: url(../images/title_momento.png) no-repeat;
	width: 140px;
	height: 25px;
	text-indent: -9999px;
	margin: 25px 0px;
}

div.left_column p {
	color: #888;
	line-height: 1.6em;
	font-size: 1.1em;
	text-shadow: 0px 1px 0px #000;
	margin-bottom: 25px;
}
div.left_column ul li {
	float: left;
}
div.left_column ul li.btn_web a {
	width: 97px;
	height: 32px;
	float: left;
	text-indent: -9999px;
	background: url(../images/btn_website.png) no-repeat 0px 0px;
	margin-right: 25px;
}

div.left_column ul li.btn_web a:hover {
	background-position: 0px -34px;
}

div.left_column ul li.btn_web a:active {
	background-position: 0px -68px;
}

div.left_column ul li.btn_appstore a {
	width: 97px;
	height: 32px;
	float: left;
	text-indent: -9999px;
	background: url(../images/btn_appstore.png) no-repeat 0px 0px;
}

div.left_column ul li.btn_appstore a:hover {
	background-position: 0px -34px;
}

div.left_column ul li.btn_appstore a:active {
	background-position: 0px -68px;
}

#content div.right_column {
	background: url(../images/iPhones.png) repeat;
	width: 561px;
	height: 350px;
	float: right;
}

/* @end */

/* @group Footer */

#footer {
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
	padding: 30px 0px;
}

#footer p {
	color: #a5a5a5;
	font-size: .9em;
	margin-bottom: .3em;
	text-shadow: 0px 1px 0px #fff;
}

#legal {
	float: left;
	padding: 0px 0px 0px 30px;
}

#links {
	float: right;
	padding-right: 30px;
}

#links ul li {
	float: left;
	margin-left: 10px;
}

#links ul li a {
	color: #a5a5a5;
	font-size: .9em;
	margin-bottom: .3em;
	text-shadow: 0px 1px 0px #fff;
	text-decoration: none;
}

#links ul li a:hover {
	color: #666;
}

#links ul li.contact {
	padding-left: 16px;
	background: url(../images/icon_email.png) no-repeat 0px center;
}

#links ul li.support {
	padding-left: 16px;
	background: url(../images/icon_support.png) no-repeat 0px center;
}

/* @end */





