/* Yrgo							*/
/* Created by Milan Jedlicka (2008)	*/
/* -------------------------------- */

/* Reset items [BEGIN]								*/
/* ------------------------------------------------ */

body, h1, h2, p, h3, h4, form,img, ul, li {
	margin: 0;
	padding: 0;
	border: none;
    font-size:100%;
    line-height:1.125em;	 /* 16x1.125=18 */
}

hr {
	height: 1px;
	border:none;
}

.divider {
	clear: both;
}

a {
	color: #333333;
}

p {
	font-size:0.875em; /* 16x.875=14 px */
	line-height:1.3em;
}

/* ------------------------------------------------ */

body {
	background-color: #0E0E0E;
	font-family: sans-serif;
	padding-bottom: 24px;
}

#maincontainer {
	width: 930px;
	background-color: #000;
	margin:auto;
	margin-top: 39px;
	margin-top: 14px;
	padding-bottom: 20px;
}

#headcontainer {
	background-color: #0E0E0E;
	height: 101px;
}

#logotype_top {
	float: left;
	padding-left: 40px;
}

#yrgomenu {
	float: right;
	height: 101px;
	background-image: url('images/phone_top.jpg');
	background-position: 74px bottom;
	background-position: right bottom;
	background-repeat: no-repeat;
}

#yrgomenu .active {
	display: block;
	float: left;
	margin-left: 15px;
}

#yrgomenu .inactive {
	padding-top: 10px;
	display: block;	
	float: left;
	margin-left: 15px;
}

#importantcontainer {
	height: 236px;
	background-image: url('images/important_container_bgr.gif');
}

#importantcontainer h1 {
	width: 414px;
	width: 405px;
	;color: #ffffff;
	font-size: 1.2em;
	padding-left: 79px;
	padding-top: 33px;
	padding-top: 28px;
	padding-right: 20px;
	line-height: 1.2em;
	float: left;
	font-weight: normal;
}

#importantcontainer #screenshot {
	float: right;
}

#importantcontainer2 {
	padding-left: 40px;
	padding-right: 103px;
}

#importantcontainer2 h2 {
	background-image: url('images/arrow_up.gif');
	background-position: top left;
	background-repeat: no-repeat;
	color: #fff;
	padding-left: 60px;
	width: 360px;
	margin-top: 24px;
	font-weight: normal;
	line-height: 1.4em;
	color: #CCCCCC;
	float: left;
}

#importantcontainer2 #buttons {
	float: right;
	padding-top: 44px;
	background-image: url('images/phone_bottom.gif');
	background-position: top center;
	background-repeat: no-repeat;
}

#importantcontainer2 #buttons #free_download {
	border: solid;
	border-width: 0 0 2px 0;
	border-color: #000;
}

#importantcontainer2 #buttons #buy_now {
	text-align: center;
	padding-top: 10px;
}

#features {
	margin-top: 15px;
}

#features h2 {
	margin-left: 78px;
	margin-bottom: 20px;
}

#features .border {
	border: solid;
	border-color: #333333;
	border-width: 1px 0;
}

#features .features_list {
	background-color: #151515;
	margin: 1px 0;
}

#features .left {
	padding-left: 85px;
	width: 336px;
	float: left;
}

#features .right {
	float: left;
	padding-left: 100px;	
}

#features ul {
	padding-top: 13px;
	padding-bottom: 13px;
}

#features ul li {
	list-style: none;
	background-image: url('images/arrow_right.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 25px;
	color: #fff;
	font-size: 80%;
	padding-bottom:8px;
	line-height: 1.2em;
}

#features p {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
	padding-left: 400px;
}

#features p a {
	color: #fff;
}

.footer {
	color: #333333;
	font-style: italic;	
	font-size: small;
	text-align: center;
	padding-top: 0.5em;
}

.footer a:hover {
	color: #fff;
}

.mainarticle_bold {
	background-color:#AE7B35;
	font-weight: bold;
}

.article_bold {
	background-color:#354F85;
	font-weight: bold;

}