/*
-----------------------------------------------
Site Base Styles
Author:   akella at http://cssing.org.ua
Version:  3 aug 2008
----------------------------------------------- */
*{margin:0;padding:0}
body{
	font:13px/1.3 "Myriad Pro", arial,sans-serif;
	background:#14141e url(../img/site/str.png) repeat-x 0 0;
	padding:0 20px;
	color:#fff;
	}
/* =Misc(links)
----------------------------------------------- */
a img,fieldset{border:none}
.pda, .print, legend{display:none}
a{color:#fff;}
/* =Header
----------------------------------------------- */
h1{
	font-size:20px;
	padding:14px 0 10px 68px;
	background:url(../img/site/amp.png) no-repeat 0 50%;
	margin-bottom:26px;
	font-weight:normal;
	}
.header{
	background:url(../img/site/amp1.png) no-repeat 99% 2px;
	padding-top:3px;
	padding-bottom:14px;
	position:relative;
	}
	.header a{
		font-size:18px;
		padding:7px 0 7px 18px;
		background:url(../img/site/arr1.png) no-repeat 0 50%;
		display:block;
		width:250px;
		text-decoration:none;
		}
.header .tomain{
	height:40px;
	width:100px;
	background:none;
	padding:0;
	position:absolute;
	top:0;
	right:0;
	}
/* =Content
----------------------------------------------- */
p{
	margin-bottom:1em;
	}
ul{
	list-style:none;
	border-top:1px solid #43434b;
	line-height:1.2;
	}
	li{
		border-bottom:1px solid #43434b;
		/*background:url(../img/site/uafix.png) no-repeat 12px 50%;*/
		}
	li.go-icomm, .go-icomm{
		background:url(../img/site/icomm.png) no-repeat 2px 50%;
		}
		.go-app img{
			position: relative;
			left: -0px;
			top: -8px;
			float: left;
		}
		li a, .product{
			display:block;
			height:52px;
			padding-top:12px;
			padding-left:77px;
			background:url(../img/site/arr.png) no-repeat 99% 50%;
			color:#959595;
			text-decoration:none;
			}
		li.go-app a, .product{
			display:block;
			height:52px;
			padding-top:12px;
			padding-left:7px;
			background:url(../img/site/arr.png) no-repeat 99% 50%;
			color:#959595;
			text-decoration:none;
			}
		li a div.root {
			left: -70px;
			position: relative;
		}
			.l li a{
				font-size:18px;
				color:#fff;
				height:42px;
				padding-top:22px;
				
				}
			li a strong, .product h2{
				display:block;
				font-size:18px;
				color:#fff;
				font-weight:normal;
				}
			.sleft{
				position: relative;
				left: 10px;
			}
				
.product{
	background:none;
	margin-bottom:10px;
	}
.product-ofs{
	position: relative;
	left: 10px;
}
	.go-icomm{
		background:url(../img/site/icomm.png) no-repeat 2px 50%;
		}
	.go-uaix{
		background:url(../img/site/uafix.png) no-repeat 12px 50%;
		}
		.go-change{
			background:url(../img/site/change.png) no-repeat 2px 50%;
			}
		.go-screens{
			background:url(../img/site/screens.png) no-repeat 2px 50%;
			}
		.go-howto{
			background:url(../img/site/howto.png) no-repeat 2px 50%;
			}
.imga{
	color: black;
	text-decoration: none;
	/* TODO: align center? */
	margin-bottom: 10px;
	display: block;
}
h2.go-howto{
	height:50px;
	line-height:50px;
	font-size:18px;
	color:#fff;
	margin-bottom:10px;
	padding-left:77px;
	font-weight:normal;
	}
h2.go-screens{
	height:50px;
	line-height:50px;
	font-size:18px;
	color:#fff;
	margin-bottom:10px;
	padding-left:77px;
	font-weight:normal;
	}
h2.go-change{
	height:50px;
	line-height:50px;
	font-size:18px;
	color:#fff;
	margin-bottom:10px;
	padding-left:77px;
	font-weight:normal;
	}
.nom{
	border:none;
	background:#fff;
	-webkit-border-radius:10px;
	color:#333;
	padding:17px 10px 3px 35px;
	background:url(../img/site/grad2.png) repeat-x 0 0;
	}
	.nom li{
		padding:0;
		margin:0;
		border:none;
		color:#333;
		background:none;
		padding-bottom:20px;
		position:relative;
		}
	.nom li span{
		font-size:24px;
		font-weight:bold;
		width:30px;
		text-align:left;
		position:absolute;
		top:-2px;
		left:-25px;
	}
.nom-nom{
	background:#fff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
}
.nom-simple{
	border:none;
	background:#fff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	color:#333;
	padding:17px 10px 10px 10px;
	background:url(../img/site/grad.png) repeat-x 0 0;
	}
	.nom-simple li{
		padding:0;
		margin:0;
		border:none;
		color:#333;
		background:none;
		padding-bottom:20px;
		padding-right: 10px;
		position:relative;
		left: 10px;
		}
	.nom-simple li div{
		font-size:24px;
		font-weight:bold;
		width:30px;
		text-align:left;
		float: block;
		position: relative;
		left: -10px;
	}
.footer{
	color:#555;
	margin-top:20px;
	}
	.footer a{
		color:#555;
		}

