* { padding:0; margin:0; outline:0; }
body {
	cursor: default;
	font-family: "Trebuchet MS", sans-serif;
	font-size:14px;
	line-height:19px;
	background: #f3f3f3;
}
h1 {
	margin-bottom: 25px;
}
#text {
	display: none;
}
h2 {
	position: relative;
	margin-bottom: 5px;
	padding-left: 30px;
}
h2 img {
	position: absolute;
	top: -4px;
	left: 0;
}
.wrapper {
	position: relative;
	width: 940px;
	padding: 10px;
	margin: 0 auto;
}
.clear {
	clear: both;
}

#header {
	position: relative;
	height: 610px;
	background: #2b3237 url('/images/bg.jpg') left top;
	text-align: center;
	color: #f4f4f4;
}
#header #icons {
	 background:url('/images/icons.png') center 20% no-repeat;
}
#header #imac {
	position: relative;
	width: 601px;
	height: 423px;
	background: url('/images/imac.png');
	margin: 15px auto 15px auto;
}
#imac #browser {
	position: absolute;
	display: none;
	top: 20px;
	left: 65px;
	width: 450px!important;
	height: 255px!important;
	padding: 10px;
	overflow: hidden;
	text-align: left;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	z-index: 1;
}
#imac #browser a#close {
	position: absolute;
	bottom: 23px;
	left: 50px;
	color: #f4f4f4;
}
#imac #browser input {
	width: 200px;
	padding: 3px 7px;
	border-radius: 5px;
}
#imac #browser textarea {
	width: 444px;
	height: 100px;
	border-radius: 7px;
	resize: none;
}
#imac #browser input[type="submit"] {
	background: #58aaf0;
	color: #05233d;
}
#imac #screen {
	position: absolute;
	top: 20px;
	left: 65px;
	width: 470px!important;
	height: 265px!important;
	overflow: hidden;
	z-index: 2;
}
#screen img {
	width: 470px!important;
	height: auto!important;
}
#imac #light {
	position: absolute;
	top: 0px;
	right: 47px;
	width: 301px;
	height: 349px;
	background: url('/images/light.png');
	z-index: 3;
}
#header #contact {
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
	line-height: 26px;
	color: #76a7d2;
}
#header #contact a {
	text-decoration: none;
	color: #76a7d2;
}
#header #txt1 {
	display: none;
	position: absolute;
	bottom: 15px;
	left: 140px;
}
#header #txt2 {
	display: none;
	position: absolute;
	top: 300px;
	right: 0px;
}

#content a.block {
	position: relative;
	cursor: pointer;
	float: left;
	width: 270px;
	padding: 15px;
	height: 60px;
	margin: 15px 6px 10px 6px;
	border-radius: 15px;
	color: #000;
	text-decoration: none;
}
#content a.block:hover {
	background: #cfcfcf;
}

#footer {
	position: relative;
	text-align: center;
	color: #bbb;
	padding: 35px 0 25px 0;
}
#header #contact a {
	text-decoration: none;
	color: #bbb;
}