* {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
}

body {
	text-align: center;
	color: #4f504f;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg2.jpg) top repeat-x #f1f8fd;
}

strong {
	font-weight: bold;
}

a {
	color: #2b2b2b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 11px;
}

h1,
h3 {
	color: #383838;
	font-size: 14px;
	display: block;
	border-bottom: 1px solid #dddcdc;
	padding: 3px;
	padding-top: 6px;
	font-weight: bold;
	margin-bottom: 5px;
}

h1 a {
	font-weight: bold;
}

#wrap {
	width: 960px;
	margin: auto;
	text-align: left;
}


#header {
	height: 255px;
	position: relative;
}


#header #softd {
	position: absolute;
	right: 20px;
	top: 30px;
	text-align: center;
}

#header #softd h2 {
	font-size: 12px;
	font-weight: bold;
}

#header #softd span {
	font-size: 13px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}

#header .premium {
	width: 150px;
	margin: 5px;
}

#logo {
	position: absolute;
	top: 75px;
	left: 20px;
}

#search {
	position: absolute;
	left: 400px;
	top: 80px;
	text-align: right;
}

#search input {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	border: 1px solid #c7c7c7;
}

#search input[type="text"] {
	background: #fff;
	width: 250px;
	padding: 3px;
}

#search input[type="submit"] {
	margin-left: 2px;
	background: #f8f9fa;
	padding: 2px 10px;
	color: #bd2726;
	font-weight: bold;
	text-transform: lowercase;
}

#menu {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 17px;
	padding: 10px;
	text-align:right;
}

#menu ul li {
	display: block;
	float: left;
	margin-right: 2px;
}

#menu ul li a {
	padding-bottom: 2px;
	font-size: 12px;
	text-decoration: none;
	text-transform: lowercase;
	padding: 8px;
	padding-bottom: 7px;
}

#menu ul li:hover a,
#menu ul a.select {
	background: #da251c;
	color: #FFF;
}

#content {
	float: left;
	width: 720px;
	padding: 10px;
	padding-bottom: 30px;
}

#category td {
	padding: 5px;
	color: #838383;
	height: 90px;
	vertical-align: top;
}

#category td img {
	margin-right: 10px;
}

#category td a.sub {
	text-transform: lowercase;
	margin: 2px;
	color: #7d7d7d;
	margin-top: 5px;
}

#category h2 a {
	font-size: 12px;
}

#sites ul {
	list-style: none;
	margin: 10px 0;
}

#sites ul li {
	padding: 5px;
	border: 1px solid #dddcdc;
	background: #FFF;
	margin-top: 5px;
}

#sites ul li.premium {
	border: 1px solid #333;
}

#sites a {
	color: #4f504f;
	font-weight: bold;
}

#sites h2 {
	font-size: 14px;
}

#sites small a {
	color: #c43327;
}

#sites p {
	margin: 10px 0 10px 0;
}

#tags a {
	text-decoration: none !important;
}


#sidebar {
	float: left;
	width: 200px;
	padding: 10px;
}

#sidebar h3 {
	color: #da251c;
	font-size: 17px;
	display: block;
	border-bottom: 1px solid #dddcdc;
	padding-bottom: 2px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#sidebar ul {
	list-style: none;
	margin-bottom: 20px;
}

#sidebar ul li {
	margin: 7px;
	background: url(../images/strzalka2.jpg) no-repeat left;
	padding-left: 12px;
}

div.site img {
	border: 1px solid #333;
	float: left;
	width: 300px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.site {
	min-height: 230px;
}

ul.site {
	list-style: none;
	border: 1px solid #dddcdc;
}

ul.site li.in,
ul.site li.report,
ul.site li.premium,
ul.site li.edit {
	margin: 5px;
	padding: 5px;
	border-bottom: 1px solid #F2F2F2;
}

ul.site li.rating span {
	margin-left: 10px;
}

textarea,
input,
select {
	border: 1px solid #dddcdc;
	margin: 5px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#tags {
	margin: 5px;
	margin-bottom: 15px;
}

#footer {
	clear: both;
	height: 50px;
	color: #000;
	border-top: 1px solid #dcdcdb;
}

#footer div {
	padding: 5px;
	width: 950px;
	margin: auto;
	text-align: left;
}

#footer #lft,
#footer #rgt {
	width: 465px;
	float: left;
}

#footer #rgt {
	text-align: right;
}

#footer #rgt a {
	color: #000;
	font-weight: bold;
	margin: 0 5px;
}