@import "reset.css";
@import "product_page.css";
@import "touch.timeline.css";

body, html {
	font: normal 12px/18px 'lucida grande', 'lucida sans', helvetica, tahoma, sans-serif;
	color: #333;
	padding: 0;
	margin: 0;
	min-height: 100%;
	height: auto;
}
.fullwidth {
	margin: 0 auto;
	width: 960px;
}
.fullwidth.whitebox {
	width: 918px;
}
.halfwidth {
	width: 470px;
	float: left;
}
.halfwidth.right {
	float: right;
}
.whitebox {
	padding: 20px;
	width: 428px;
	background: #f4f4f4;
	border: 1px solid rgba(0,0,0,0.15);
}
.clear {
	clear: both;
}

.button {
	display: block;
	height: 54px;
	line-height: 54px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: url('../images/bg_red.png') repeat;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration: none;
	padding: 0 40px;
	cursor: pointer;
}

/*
	HEADER
*/

header {
	display: block;
	position: relative;
	width: 100%;
	background: url('../images/bg_light.png') repeat;
	text-align: center;
}
header:after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: url('../images/border_h.png') repeat-x;
}
header nav {
	display: inline-block;
	margin: 0 auto;
	position: relative;
}
header nav li {
	display: block;
	float: left;
	padding: 0 10px;
	line-height: 50px;
}
header nav li a {
	color: #333;
	text-decoration: none;
}
header nav li a:hover {
	border-bottom: 1px dashed #333;
}

/*
	HOMEPAGE LOGO
*/

.header-logo {
	height: 181px;
	position: relative;
	margin-top: 20px;
}
.header-logo .left {
	position: absolute;
	left: 100px;
	top: 64px;
	width: 242px;
	height: 95px;
	background: url('../images/sprite.png') -183px -137px;
}
.header-logo .right {
	position: absolute;
	right: 100px;
	top: 64px;
	width: 242px;
	height: 95px;
	background: url('../images/sprite.png') -183px -42px;
}
.header-logo .logo {
	position: absolute;
	left: 50%;
	margin-left: -91px;
	top: 0;
	width: 183px;
	height: 181px;
	background: url('../images/sprite.png') 0 -42px;
}

/*
	SLIDER
*/

.homepage-slider {
	width: 100%;
	height: 480px;
	margin-top: 40px;
	background: url('../images/bg_slider.png') repeat;
	position: relative;
/*	overflow: hidden;*/
}
.homepage-slider:after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: url('../images/border_h.png') repeat-x;
}
.homepage-slider:before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: url('../images/border_h.png') repeat-x;
}
.textbox {
	padding: 40px 40px 40px 0;
}
.textbox h3 {
	font-size: 24px;
	line-height: 24px;
	text-align: left;
}
.textbox h4 {
	margin-top: 5px;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
}
.textbox p {
	font-size: 14px;
	font-style: italic;
	font-weight: 100;
	line-height: 24px;
	margin-top: 30px;
}
.textbox ul {
	font-size: 14px;
	font-style: italic;
	font-weight: 100;
	line-height: 24px;
	margin-top: 30px;
}
.textbox .button {
	position: absolute;
	left: 0px;
	bottom: 60px;
}

/*
	CONTENT
*/

.promo .whitebox {
	padding: 40px;
	width: 388px !important;
}
.promo h1 {
	font-size: 18px;
	margin-top: -20px;
}
.promo a {
	display: block;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	background: #efefef;
	width: 80px;
	height: 80px;
}
.promo a.first {
	margin-left: 0;
}
.promo, .content {
	margin-top: 40px;
	position: relative;
}
.content {
	padding-bottom: 70px;
}
.content h1 {
	font-size: 36px;
	line-height: 36px;
	text-align: center;
	margin-bottom: 40px;
}
.content .button {
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	position: absolute;
	left: 50%;
	bottom: 28px;
	margin-left: -100px;
}

/*
	FOOTER
*/

footer {
	margin-top: 60px;
	background: url('../images/bg_light.png') repeat;
	position: relative;
	padding: 40px 0 20px 0;
	text-align: center;	
}
footer:before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: url('../images/border_h.png') repeat-x;
}
.footer-logos {
	text-align: center;
}
.footer-logos div {
	display: inline-block;
	margin: 0 20px;
	vertical-align: middle;
}
.footer-logos div a {
	display: block;
	width: 100%;
	height: 100%;
}
.logo-codelab {
	width: 101px;
	height: 36px;
	background: url('../images/sprite.png') -426px -160px;
}
.logo-envato {
	width: 113px;
	height: 21px;
	background: url('../images/sprite.png') -97px -276px;
}
.logo-codecanyon {
	width: 163px;
	height: 31px;
	background: url('../images/sprite.png') -242px -232px;
}
footer nav {
	text-align: center;
	margin-top: 40px;
}
footer nav li {
	line-height: 18px;
	display: inline-block;
	margin: 0 10px;
	position: relative;
}
footer nav li:before {
	display: block;
	content: "|";
	position: absolute;
	left: -15px;
	color: #999;
	top: 0;
}
footer nav li:first-child:before {
	display: none;
}
footer nav li a {
	font-size: 10px;
	color: #c12b27;
	text-decoration: none;
}
footer nav li a:hover {
	color: #333;
}
footer p {
	margin-top: 5px;
	font-size: 10px;
	text-align: center;
}
footer .logo-powered {
	margin-top: 40px;
	display: inline-block;
	width: 181px;
	height: 21px;
	background: url('../images/sprite.png') -210px -276px;
}
























