body {
	width: 800px;
	margin: 0px auto;
	background-color: #fff;
	background-image: url(../images/template/bg.png);
	background-repeat: repeat-x;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

a img {
	border: 0px;
}

/* Header */

#header {
	height: 80px;
	padding-top: 40px;
}

.header_bg {
	background-position: center center;
	position: absolute;
	top: 120px;
	left: 0px;
	right: 0px;
	height: 240px;
	z-index: -10;
	text-indent: -5000px;
}

/* Logo */

#header .logo a {
	display: block;
	width: 267px;
	height: 21px;
	text-indent: -5000px;
	overflow: hidden;
	background-image: url(../images/template/logo.png);
	float: left;
	margin: 10px 0px;
}

/* Nav */

#header .nav {
	float: right;
	margin: 0px;
}

#header .nav li {
	float: left;
	list-style: none;
	text-indent: -5000px;
	overflow: hidden;
}

#header .nav .home a {
	display: block;
	width: 102px;
	height: 42px;
	background-position: 0px 0px;
	background-image: url(../images/template/nav.png);
}

#header .nav .home a:hover  {
	background-position: 0px -42px;
}

#header .nav .home a:active, #header .nav .home.selected a  {
	background-position: 0px -84px;
}

#header .nav .software a {
	display: block;
	width: 101px;
	height: 42px;
	background-position: -102px 0px;
	background-image: url(../images/template/nav.png);
}

#header .nav .software a:hover  {
	background-position: -102px -42px;
}

#header .nav .software a:active, #header .nav .software.selected a  {
	background-position: -102px -84px;
}

#header .nav .support a {
	display: block;
	width: 101px;
	height: 42px;
	background-position: -203px 0px;
	background-image: url(../images/template/nav.png);
}

#header .nav .support a:hover  {
	background-position: -203px -42px;
}

#header .nav .support a:active, #header .nav .support.selected a  {
	background-position: -203px -84px;
}

/* Content */

.blocks {
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

.blocks li {
	margin-right: 25px;
	margin-bottom: 20px;
	text-align: left;
	float: left;
	width: 250px;
	height: 180px;
	background-image: url(../images/template/block_empty.png);
}

.blocks li.last {
	margin-right: 0px;
}

.blocks li a {
	display: block;
	height: 180px;
}

.ribbon_ios {
	width: 92px;
	height: 92px;
	background-image: url(../images/template/ribbon_ios.png);
	position: relative;
	top: -183px;
}

.ribbon_iphone {
	width: 92px;
	height: 92px;
	background-image: url(../images/template/ribbon_iphone.png);
	position: relative;
	top: -183px;
}

.ribbon_mac {
	width: 92px;
	height: 92px;
	background-image: url(../images/template/ribbon_mac.png);
	position: relative;
	top: -183px;
}

/* Footer*/

#footer {
	border-top: 1px solid #ccc;
	margin: 0px;
	padding: 10px 0px;
	font-size: 12px;
	color: #222;
}

#footer a {
	color: #222;
	text-decoration: none;
}