﻿@import "reset.css";
html {
	font-size:100.01%;
	}
body {
	color:#999999;
	font-size:0.69em;
	font-family:"Tahoma";
	background:#022600;
	}
span em{
	color:#a0bc4d;
	font-style:normal;
	}	
a{
	color:#999999;
	}
a:hover{
	text-decoration:none;
	}
.bone {
	width:766px;
	margin:0 auto;
	}
/*head*/
.head {
	background:#021a00;
	}
.head p {
	float:left;
	padding:35px 145px 32px 48px;
	background:#022600;
	}
/*wrap*/
.wrap {

	}
/*content*/
.content {
	float:right;
	width:466px;
	background:#021a00;
	line-height:1.2;	
	}
/*menu*/
.menu {
	height:176px;
	background:#abc558 url(i/backgrounds/menu.gif) repeat-x;
	}
.content .menu ul {
	padding:40px 0 36px 32px;
	background:url(i/backgrounds/menu_ul.jpg) no-repeat 0 8px;
	}
.content .menu ul li {
	padding:4px 0 3px; 
	}
.content .menu ul a {
	color:#7a7a7a;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	}
.content .menu ul a:hover, .content .menu ul li.active a {
	color:#fff;
	}
.content  p.download {
	padding:92px 0 0 101px;
	}
h2 {
	color:#ffffff;
	font-size:1.45em;
	text-transform:uppercase;
	padding:24px 23px 15px;
	}
h4 {
	color:#a1be52;
	text-align:center;
	font-weight:normal;
	padding:10px 0 24px;
	}

.content h2 {
	padding:27px 30px 10px;
	}
.content ul h2 {
	padding:10px 0 3px;
	}
.content dl, .content p, .content ul {
	padding:0 20px 15px 29px;
	}
.content dt {
	color:#ffffff;
	}
.content dd {
	color:#999999;
	}
.screens{
	text-align:center;
	padding-bottom:45px;
	}
.border{
	padding-bottom:22px;
	border-top:1px solid #022600;
	}
.content ul.photo {
	padding:0 20px 0 29px;
	}
.photo img{
	padding:1px 4px 5px 2px;
	background:url(i/backgrounds/photo.gif) no-repeat;
	}
/*awards*/
.awards {
	float:left;
	width:300px;
	}
.awards ul{
	padding:0 13px 24px;
	line-height:1.2;	
	}
ul li.prev{
	float:left;	
	margin:0 10px 10px 0;
	}
/*footer*/
.footer{
	color:#565656;
	font-family:"Arial";
	padding:26px 0 15px 300px;
	text-transform:uppercase;
	}
.footer a{
	color:#565656;
	text-decoration:none;
	}
	
/* UTIL */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}
