@font-face {
	font-family: Fertigo;
	src: url('Fertigo_PRO.otf');
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	color: #ccc;
	background-color: #333;
}
a {
	color: #ccc;
	background-color: #555;
	padding: 2px;
}
a:hover {
	background-color: #654b66;
}

.grid4 {
	position: relative;
}

.links {
	font-size: 10px;
	position: absolute;
	right: 0;
}

ul {
	margin-bottom: 36px;
}

h3 {
	font-size: 15px;
	color: #ccc;

}
li {
	border-top: 1px dotted #999;
	margin-top: 5px;
	padding-top: 5px;
}
.description {
	font-size: 10px;
	line-height: 13px;
	color: #777;
}
.description a{
	background-color: transparent;
	color: #999;
}


div.code {
	display: block;
	font: 9px monaco, mono;
	background-color: #666;
	padding: 9px;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #ccc;
	line-height: 16px;
}

div.text {
	display: block;
	background-color: #666;
	padding: 9px;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #fff;
	line-height: 15px;
	font-size: 11px;
}
div.text p {
	margin-bottom: 9px;
}

div.code p {
	border-bottom: 1px dotted #444;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
div.code p.last {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#container {
	margin-top: 26px;
}

h1 {
	color: #694d74;
	font: 32px Fertigo, "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
}

.site {
	background-color: #6b5f15;
}

.dl {
	background-color: #1b4769;
}

.docs {
	background-color: #6b1312;
}

.buy {
	background-color: #126d03;
}

.other {
	background-color: #7a1f73;
}

.graphic {

		margin-top: 6px;
	margin-bottom: 6px;

	background-color: #fff;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 9px;
}

#horizad1, #horizad2, #horizad3, #horizad4 {
	width: 234px;
	height: 60px;
	float: left;
	background-color: #909090;
}
#horizad2, #horizad3 {
	margin-left: 15px;
}
#horizad4 {
	margin-left: 14px;
}