@charset "UTF-8";
/* CSS Document */

body {
	background-color:#1d1d1d;
	margin:0;
	font-family:"Lucida Grande";
	font-size:13px;
	color:#222;
}

h1 {
	display:none;
	margin:0;
	color:#eee;
	font-weight:normal;
	font-size:40px;
}

h2, h3, h4 {
	color:#0e5572;
	font-weight:normal;
	font-size:28px;
}

h2 {
	display:none;
	color:#444;
}

h4 {
	font-size:20px;
}

h5 {
	font-weight:bold;
	font-size:13px;
	border-bottom:1px dotted #666;
	padding-bottom:10px;
	margin:0 0 10px;
}

p {
	margin:0;
	padding:0;
	line-height:25px;
	text-align:justify;
}

a {
	cursor:pointer;
	color:#0e5572;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#666;
}

#footer a {
	color:#eee;
	padding:0 5px;
	font-style:normal;
}

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

.btn {
	background-color:#8EC023;
	background-image: -moz-linear-gradient(center bottom , #75B600 0%, #9BDC27 100%);
	background-image: -webkit-linear-gradient(#75B600, #9BDC27);
	box-shadow: 0 1px 0 0 #A6E95B inset, 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	color:#FFFFFF !important;
	display: inline-block;
	line-height: 21px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px #385B01;
	text-transform: uppercase;
	border:1px solid;
	border-color:#72AF40 #65A32E #6B9A20;
	border-radius:3px;
	cursor:pointer;
	font-weight:bold;
	font-size:15px;
	padding:8px 16px;
}

hr {
	background-image:url("../images/seperator.png");
	padding:3px;
	margin:0;
	background-repeat:no-repeat;
	border:none;
	height:2px;
	clear:both;
}

ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu li {
	float:left;
	text-align:center;
}

.no-fade {
	opacity:1 !important;
}

.active {
	color:#fff !important;
	background-color:#65B600;
	background-image: -moz-linear-gradient(top , #90C11E, #509016);
	background-image: -webkit-linear-gradient(#90C11E, #509016);
	border-left:1px solid #A6E95B;
	border-right:1px solid #A6E95B;
}

#navigation > li > a {
	line-height:50px;
	cursor:pointer;
	font-style:normal;
	text-decoration:none;
	color:#eee;
	padding:18px 15px;
	position:relative;
	top:-1px;
	opacity:0.6;
}

.img {
	background-image:linear-gradient(left, #000, #090e13, #000);
	background-image:-moz-linear-gradient(left, #000, #090e13, #000);
	background-image:-ms-linear-gradient(left, #000, #090e13, #000);
	background-image:-webkit-gradient(linear, left top, right top, color-stop(0, #000), color-stop(0.5, #090e13), color-stop(1, #000));
	background-color:#ddd;
	border:5px solid #fff;
	box-shadow: 0 0 5px #444;
	-webkit-box-shadow: 0 0 5px #444;
	border-radius:3px;
}

.highlight {
	font-weight:bold;
}

#top {
	height:10px;
	background-color:#333;
	width:100%;
	border-bottom:1px solid #333;
}

#logo {
	margin-left:auto;
	margin-right:auto;
	width:220px;
	background-color:#222;
	text-align:center;
	padding-top:10px;
	position:relative;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
}

#homescreen {
	background-color:#1d1d1d;
	background-image:url("../images/homescreen-bg.jpg");
	background-position:center;
	background-repeat:no-repeat;
}

#homescreen > div {
	width:1000px;
	margin:auto;
	padding:50px 0 20px;
}

#logo-big {
	float:left;
}

#slogan {
	float:right;
}

#wrap {
	background-color:#ddd;
	box-shadow:0px 0px 50px #000;
	background-image:-moz-linear-gradient(top, rgba(80,80,80,0.4), rgba(255,255,255,0.4) 80px), -moz-radial-gradient(center, circle, rgba(255,255,255,0.7) 300px, rgba(255,255,255,0) 800px), url("../images/noise.png");
	border-top:1px solid #ddd;
	border-bottom:1px solid #fff;
}

#content {
	padding-bottom:50px;
	padding-top:20px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

.c2 {
	padding-bottom:20px;
}

.c2 > #content {
	width:1000px;
	padding:20px;
	padding-bottom:50px;
	background-color:#f8f8f8;
	background-image:none;
	position:relative;
	top:-35px;
	box-shadow:0 0 20px #000;
}

.c3 {
	padding:20px 0 0;
	background-image:-moz-linear-gradient(top , rgba(100, 100, 100, 0.4), rgba(248, 248, 248, 0) 10%), -moz-radial-gradient(center, circle, rgba(255,255,255,0.7) 500px, rgba(255,255,255,0) 800px ), url("../images/noise.png") !important;
}

.c3 > #content {
	background-image:none;
	border-top:none;
	border-bottom:none;
}

.t2 {
	border-bottom:1px solid #444 !important;
}

#menu {
	text-transform:uppercase;
	width:1000px;
	margin:auto;
	font-size:12px;
	font-weight:bold;
	display:none;
}

#navigation {
	float:right;
}

.box-vertical {
	border-bottom:1px dotted #999;
	padding-bottom:25px;
	margin-bottom:25px;
}

.box-horizontal {
	border-right:1px dotted #999;
	padding-right:25px;
	margin-right:25px;
}

.contact-box {
	float:left;
	width:299px;
	margin-top:50px;
	margin-bottom:30px;
}

.contact-box h4 {
	margin-top:0;
}

.contact-box p, .contact-box li {
	text-align:center;
}

#feature, #slideshow {
	background-color:#ddd;
	box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	border-radius:5px;
	border:10px solid #fff;
	float:left;
	position:relative;
}

#feature {
	width:125px;
	height:320px;
	margin-top:97px;
	margin-left:40px;
}

#slideshow {
	width:760px;
	left:72px;
	height:425px;
	margin-left:-10px;
	margin-bottom:50px;
}

#iphone {
	background-image:url("../images/iphone.png");
	width:154px;
	height:316px;
	margin-top:-245px;
	float:right;
	position:relative;
	margin-right:-8px;
}

#iphone > img {
	width:111px;
	height:167px;
	position:relative;
	top:53px;
	left:22px;
}

#slideshow a {
	color:#eee;
}

#slideshow > .slides {
	position:relative;
}

#slideshow > #ribbon {
	position:relative;
	top:-13px;
	left:-14px;
	z-index:111;
	width:150px;
	display:none;
}

#cite {
	text-align:center;
	padding:10px;
}

#bottom {
	background-color:#1d1d1d;
	background-image:url("../images/footer-bg.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
}

#footer {
	margin-left:auto;
	margin-right:auto;
	color:#eee;
	font-size:11px;
	width:1000px;
}

#footer > div {
	width:310px;
}

#footer li {
	line-height:25px;
}

.tooltip {
	background-color:#444;
	color:#eee;
	padding:10px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
	font-size:11px;
	margin-top:82px;
	border-left:1px solid #555;
	border-bottom:1px solid #555;
}

#social-icons li {
	margin-bottom:10px;
}

#social-icons img, .contact img {
	vertical-align:middle;
	margin-right:10px;
}

#projects {
	padding-top:10px;
}

.top-button {
	text-align:center;
	color:#444;
	text-transform:uppercase;
	font-size:9px;
	position:relative;
	top:30px;
}

#services {
	position:relative;
	top:100px;
	color:#eee;
}

#services li {
	border-bottom:1px dotted #666;
	font-size:18px;
	line-height:60px;
	padding-left:30px;
	background-image:url("../images/check.png");
	background-repeat:no-repeat;
	background-position:left 21px;
}

.fb-like {
	top:20px;
}

#top-logo > .fb-like {
	top:-13px;
	margin-left:20px;
}

#top-logo {
	float:left;
	position:relative;
	top:11px;
}
