* {
	margin:0;
	padding:0;
}

html,body {
	height:100%;
}

body {
	font-size:62.5%;
	font-family:"Lucida Grande", Verdana, Arial;
	overflow:hidden;
}

#wrapper {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-270px;
	margin-left:-270px;
}

#content,.content-download,.content-contact {
	background:url(../images/two-blocks2.jpg) no-repeat;
	width:540px;
	height:540px;
	position:absolute;
	top:0;
	left:0;
}

#content {
	margin:0 auto;
	position:relative;
	background-position:bottom left;
}

.content-download {
	background-position:0 0;
	z-index:1;
}

.content-contact {
	background-position:0 -540px;
	z-index:1;
}

#contact-block {
	position:absolute;
	width:170px;
	height:100px;
	right:173px;
	top:175px;
}

.contact-button {
	position:absolute;
	width:170px;
	height:100px;
	text-indent:-5000em;
}

#download-block {
	position:absolute;
	width:170px;
	height:80px;
	left:123px;
	top:275px;
}

.download-button {
	position:absolute;
	width:170px;
	height:80px;
	text-indent:-5000em;
}

#ID-content {
	position:absolute;
	bottom:0;
	right:0;
	text-align:right;
	z-index:10;
}

.popup:after, .cf-fix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


h1 {
	font-size:1.6em;
	line-height:1.5em;
	font-weight:bold;
	color:#E9BC2D;
}

h2 {
	font-size:1.3em;
	line-height:1.5em;
	font-weight:bold;
	color:#E9BC2D;
	margin-bottom:.3em;
}

h3 {font-size:1.2em;
	line-height:1.3em;
	font-weight:bold;
	color:#333;
	margin-bottom:.3em;}

p {
	font-size:1.1em;
	line-height:1.2em;
	margin-bottom:.5em;
	margin-left:1em;
	color:#333;
	font-weight:normal;
}

p a {
	background-color:#e2f3ff;
	text-decoration:none;
	color:#666;
}

p a:hover {
	background-color: #f7ffa4;
}

p {
	color:#333;
	font-size:1.1em;
	font-weight:bold;
}

p span {
	color:#E9BC2D;
}

ul.normal {
	list-style:none;
}

ul.normal li {
	list-style-position:inside;
	list-style-image:url(../images/list-arrow.gif);
}

.popup,.pop-down {
	position:absolute;
	display:none;
	z-index:50;
	border-collapse:collapse;
}

#contact-pop {
	width:170px;
	height:120px;
	background:url(../images/contact-back.gif) no-repeat bottom left!important;
}

#download-pop {
	width:170px;
	height:80px;
	background:url(../images/download-back.gif) no-repeat 50px top!important;
	padding-top:40px;
}

.pop-wrap,.pop-wrap-down {
	z-index:10;
}