body {
	margin: 0;
	padding: 0;
	background: url(../img/body-bg.png) repeat;
	color: #fff;
	font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
}

.breaker {
	height: 1px;
	font-size: 1px;
	clear: both;
}

#header {
	height: 120px;
	width: 1000px;
	margin: 30px auto;
	background: url(../img/tagline.png) no-repeat center;
}

#footer {
	height: 120px;
	width: 1000px;
	margin: 80px auto;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	text-align: center;
	border-top: 1px groove;
}

#logo {
	width: 365px;
	height: 110px;
	float: left;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/logo.png) no-repeat left top;
}

#nav {
	height: 110px;
	width: 350px;
	float: right;
}

#nav ul {
	list-style: none;
	height: 100%;
	width: 100%;
}

#nav li {
	display: block;
	float: left;
	margin: 30px 5px;
}

#nav li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -9999px;
}

#nav li.web {
	width: 62px;
	height: 32px;
	background: url(../img/nav-web.png) no-repeat left top;
}
#nav li.apps {
	width: 62px;
	height: 32px;
	background: url(../img/nav-apps.png) no-repeat left top;
}
#nav li.blog {
	width: 70px;
	height: 32px;
	background: url(../img/nav-blog.png) no-repeat left top;
}
#nav li.contact {
	width: 87px;
	height: 32px;
	background: url(../img/nav-contact.png) no-repeat left top;
}


#content {
	width: 1000px;
	margin: 30px auto;
}

#slider {
	width: 933px;
	height: 393px;
	margin: 0 auto;
	background: rgb(70,180,193);
	background: rgba(70,180,193,0.64);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	position: relative;
}

#slider-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#slider-footer {
	background: url(../img/glyphbar-bg.png) no-repeat left top;
	width: 933px;
	height: 95px;
	position: absolute;
	bottom: -6px;
	left: 0;
}

#slider-footer-left {
	width: 855px;
	height: 100%;
	float: left;
}
#slider-footer-right {
	width: 65px;
	height: 100%;
	float: right;
}

#slider-footer-title {
	font-size: 24pt;
	font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
	color: #212121;
	text-shadow: 1px 1px 0px #fff;
	margin-top: 7px;
	margin-left: 7px;
}
#slider-footer-description {
	font-size: 12pt;
	font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
	color: #212121;
	text-shadow: 1px 1px 0px #fff;
	margin-left: 7px;
}

#slider-footer-link {
	display: block;
	width: 50px;
	height: 32px;
	color: #fff;
	font-size: 12pt;
	background: url(../img/price-button.png) no-repeat left top;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	margin-top: 30px;
	padding-top: 5px;
}

#bottom-content {
	margin-top: 60px;
}

.about-title {
	font-size: 32pt;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
}
.about-description {
	font-size: 14pt;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
}

#about-sites-description {
	padding-left: 300px;
	min-height: 172px;
	background: url(../img/thumbs/hf.png) no-repeat left top;
}

#about-apps {
	margin-top: 60px;
}

#about-apps-description {
	padding-right: 160px;
	min-height: 230px;
	background: url(../img/thumbs/4sq-small.png) no-repeat right top;
}

h1 {
	width: 990px;
	padding: 5px;
	margin: 0 auto;
	margin-left: 5px;
	background: rgb(70,180,193);
	background: rgba(70,180,193,0.64);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	color: #fff;
	font-size: 32px;
	font-weight: normal;
}

#legend {
	width: 323px;
	height: 28px;
	background: url(../img/legend.png) no-repeat left top;
}

.web-tile {
	width: 295px;
	margin: 30px 19px;
	float: left;
}
.web-tile-title {
	font-size: 18pt;
	color: #fff;
	width: 245px;
	float: left;
}

.web-tile-view {
	width: 50px;
	float: right;
}
.web-tile-view a {
	display: block;
	width: 50px;
	height: 32px;
	color: #fff;
	font-size: 12pt;
	background: url(../img/price-button.png) no-repeat left top;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	padding-top: 5px;
}

.web-tile-thumb {
	width: 295px;
	height: 170px;
	margin-top: 3px;
}

.web-tile-description {
	color: #fff;
	font-size: 12pt;
	margin-top: 5px;
}

.web-tile-features .cms {
	width: 16px;
	height: 16px;
	background: url(../img/legend/cms.png) no-repeat left top;
	display: inline-block;
}

.web-tile-features .design {
	width: 16px;
	height: 16px;
	background: url(../img/legend/design.png) no-repeat left top;
	display: inline-block;
}

.web-tile-features .copyw {
	width: 16px;
	height: 16px;
	background: url(../img/legend/copyw.png) no-repeat left top;
	display: inline-block;
}

.web-tile-features {
	margin-top: 6px;
}

#hf .web-tile-thumb {
	background: url(../img/thumbs/hf.png) no-repeat left top;
}

#lfr .web-tile-thumb {
	background: url(../img/thumbs/lfr.png) no-repeat left top;
}

#cpdi .web-tile-thumb {
	background: url(../img/thumbs/cpdi.png) no-repeat left top;
}

#ss .web-tile-thumb {
	background: url(../img/thumbs/ss.png) no-repeat left top;
}

#hr .web-tile-thumb {
	background: url(../img/thumbs/hr.png) no-repeat left top;
}

#f1 .web-tile-thumb {
	background: url(../img/thumbs/f1.png) no-repeat left top;
}

#f2 .web-tile-thumb {
	background: url(../img/thumbs/f2.png) no-repeat left top;
}

#f3 .web-tile-thumb {
	background: url(../img/thumbs/f3.png) no-repeat left top;
}

#f4 .web-tile-thumb {
	background: url(../img/thumbs/f4.png) no-repeat left top;
}

#gt .web-tile-thumb {
	background: url(../img/thumbs/gt.png) no-repeat left top;
}

.app-tile {
	width: 455px;
	float: left;
	margin: 60px 22px;
}

.app-tile-thumb {
	width: 175px;
	height: 263px;
	float: left;
}

.app-tile-right {
	width: 270px;
	float: right;
}

.app-tile-title {
	font-size: 18pt;
	color: #fff;
	width: 205px;
	float: left;
}

.app-tile-view {
	width: 50px;
	float: right;
}
.app-tile-view a {
	display: block;
	width: 50px;
	height: 32px;
	color: #fff;
	font-size: 12pt;
	background: url(../img/price-button.png) no-repeat left top;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	padding-top: 5px;
}
.app-tile-description {
	color: #fff;
	font-size: 12pt;
	margin-top: 5px;
}

#fs .app-tile-thumb {
	background: url(../img/thumbs/fs.png) no-repeat left top;
}

#neato .app-tile-thumb {
	background: url(../img/thumbs/neato.png) no-repeat left top;
}

#growlr .app-tile-thumb {
	background: url(../img/thumbs/growlr.png) no-repeat left top;
}

#incred .app-tile-thumb {
	background: url(../img/thumbs/incredhd.png) no-repeat left top;
	float: none;
	width: 433px;
	height: 325px;
}

#incred .app-tile-right {
	float: none;
	width: 433px;
}
#wooden .app-tile-thumb {
	background: url(../img/thumbs/wooden.png) no-repeat left top;
	float: none;
	width: 433px;
	height: 325px;
}

#wooden .app-tile-right {
	float: none;
	width: 433px;
}



.contact-link {
	font-size: 18pt;
	color: #5ed01f;
	text-decoration: none;
}

.twitter {
	padding-left: 36px;
	background: url(../img/twitter.png) no-repeat left center;
	height: 34px;
}

.email {
	padding-left: 36px;
	background: url(../img/email.png) no-repeat left center;
	height: 34px;
}

.facebook {
	padding-left: 36px;
	background: url(../img/facebook.png) no-repeat left center;
	height: 34px;
}

#header-buttons {
	width: 933px;
	height: 60px;
	margin: 10px auto;	
}
#webospatterns {
	display: block;
	float: left;
	width: 175px;
	height: 50px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/webospatterns.png) no-repeat left top;
}

#crossapp {
	display: block;
	float: right;
	width: 175px;
	height: 50px;
	font-size: 18pt;
	color: #5ed01f;
	text-decoration: none;
	/*overflow: hidden;
	text-indent: -9999px;
	background: url(../img/crossapp.png) no-repeat left top;*/
}

#crossapp:hover {
	text-decoration: underline;	
}
