body {
	margin: 0px;
	padding: 0px;
}
.breaker {
	height: 1%;
	clear: both;
}

a, a:active, a:visited {
	color: #108fb4;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active:hover, a:visited:hover {
	text-decoration: underline;
}
#wrapper {
	width: 960px;
	max-width: 960px;
	margin: 0 auto;
}
#main-header {
	height: 500px;
	width: 100%;
	background: #108fb4 url(diag.png) repeat left top;
	box-shadow:inset 0 0 15px #000000;
	-moz-box-shadow:inset 0 0 15px #000000;
	-webkit-box-shadow:inset 0px 0px 15px #000000;
	color: #fff;
	padding: 10px;
	max-width: 938px;
}

#header-left {
	width: 525px;
	height: 100%;
	float: left;
}

#logo {
	margin-left: 10px;
	margin-top: 10px;
}

#tagline {
	margin-left: 10px;
	margin-top: 50px;
}

#description {
	width: 510px;
	font-size: 13pt;
	font-family: "Myriad Pro","Lucida Grande","Arial";
	color: #fff;
	margin-left: 17px;
	background: rgba(0,0,0,0.6);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 7px;
}

#header-right {
	width:  270px;
	background: url(pre.png) no-repeat left top;
	height: 409px;
	float: right;
	margin-top: 40px;
	margin-right: 40px;
}

#content {
	width: 100%;
	font-family: "Myriad Pro","Lucida Grande","Arial";
	font-size: 10pt;
	margin-top: 20px;
}

#left-column {
	float: left;
	width: 320px;
	margin-left: 0px;
}
#features-header {
	width: 317px;
	height: 33px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(features.png) no-repeat left top;
}

#middle-column {
	float: left;
	width: 405px;
	margin-left: 25px;	
}
#exclusives-header {
	width:404px;
	height: 33px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(exclusives.png) no-repeat left top;
	margin-bottom: 10px;
}

#right-column {
	float: right;
	width: 185px;
	margin-left: 20px;
	margin-right: 0px;
}
#links-header {
	width: 183px;
	height: 33px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(links.png) no-repeat left top;
}

.feat-item-icon {
	width: 32px;
	height: 32px;
	float: left;
}
.feat-item-text {
	width: 285px;
	float: right;
}
.feat-item {
	clear: both;
	margin-top: 10px;
}

.webos-item {
	clear: both;
	margin-top: 10px;
}
.webos-item-image {
	width: 150px;
	float: left;
}
.webos-item-text {
	width: 250px;
	float: right;
}
.webos-item-title {
	font-size: 13pt;
	font-weight: bold;
}

#appcat {
	display: block;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}