html {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background: #ffffff url(../bg_shadow.gif) top center repeat-y;
	font-size: 16px;
	color: #444;
    font-family: "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif;
}

p,h1,h2,h3,h4,input,option,textarea {
	font-size: 16px;
	font-weight: normal;
	color: #444;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #e89e00;
	margin: 0 0 15px 0;
	line-height: 1.2em;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 1em 0 0.3em 0;
	line-height: 1.2em;
}

p {
	padding: 0 0 0.5em 0;
	line-height: 1.2em;
}

img {
	border: 0;
}

div.message {
	color: #FF0000;
}

hr {
	border: none;
	background-color: #cecece;
	height: 1px;
	line-height: 0;
	width: 100%;
	overflow: hidden;
	height: 1px;
}

a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #e89e00;
}

a,.button {
	outline: none;
	white-space: nowrap;
}

table {
	padding: 0px;
	width: 100%;
}

th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

td {
	text-align: left;
	vertical-align: top;
	padding: 10px 0;
}

table.form th {
	width: 20%;
}

table.form td {
	width: 80%;
}

input,select,textarea {
	border: 1px solid #959595;
	padding: 2px;
}

textarea,input.text {
	height: 24px;
	width: 100%;
}

textarea {
	height: 100px;
}

input.button {
	text-transform: uppercase;
	font-weight: bold;
	background-color: #004494;
	border: 1px solid #000000;
	color: #FFFFFF;
	cursor: pointer;
	height: 24px;
	width: 100%;
	cursor: pointer;
}

.button:hover {
	background-color: #e89e00;
    color: white;
}

a.button {
	text-align: center;
	font-weight: 300;
	background-color: #004494;
/*	border: 1px solid #000000;*/
	cursor: pointer;
/*	height: 20px;*/
	padding: 8px 12px;
/*	text-transform: uppercase;*/
    border-radius: 5px;
    font-size: 15px;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.left {
	float: left;
}

.right {
	float: right;
}

#wrapper {
	width: 996px;
	margin: 0 auto;
}

#logo {
    position: relative;
    margin: 0 30px;
	padding: 0 0 13px;
}

#logo img {
    display: block;
    width: 100%;
    height: auto;
}

#logo .title {
    position: absolute;
    top: 50%;
    left: 100px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	font-size: 31px;
	font-weight: 300;
}

#navi {
	height: 2px;
	margin: 0 30px 10px 30px;
	background-color: #004494;
}

#navi ul {
	list-style-type: none;
	margin-left: -25px;
}

#navi ul li {
	float: left;
	padding: 5px 30px 0px 3px;
}

#content {
	margin: 0px 30px;
/*
	float: left;
	width: 740px;
*/
}

#right {
	float: left;
	padding: 0px;
	width: 196px;
}

div.box {
	width: 370px;
	padding-bottom: 19px;
}

div.news {
	padding: 0px 5px;
}

div.news p {
	font-size: 14px;
	text-align: justify;
}

ul.faq {
	list-style: none;
}

.icon {
    width: 150px;
    text-align: right;
}

.icon img {
    width: 90px;
    height: auto;
}

.screenshots {
    margin-top: 40px;
}

.screenshots h1 {
    font-size: 18px;
    color: #888;
    font-weight: 300;
    border-bottom: 1px solid #b1b1b1;
    padding-bottom: 4px;
}

.screenshots img {
    height: 174px;
    width: auto;
    background-color: #e5e5e5;
    margin-right: 10px;
    margin-bottom: 5px;
/*    border: 1px solid #e5e5e5;*/
}