
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img1.gif) repeat-x;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8F8F8F;
}

h2, h3, h4, h5, h6 {
	margin: 0;
}

h2 {

	font-size: 18px;
	font-weight: normal;
	color: #31576F;
	margin-top: 10px;
}

h2 em {
	font-weight: bold;
	font-style: normal;
}

h3 {
	height: 25px;
	background: #0077A7 url(images/img3.gif) repeat-x left bottom;
	padding: 13px 0 0 20px;
	margin-bottom: 5px;
	font-size: 13px;
	color: #FFFFFF;
}

p, ol, ul {
	line-height: 180%;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

a {
	color: #6B6B6B;
}

a:hover {
	text-decoration: none;
}

.image {
	float: left;
	margin: 0 20px 0 0;
}

.bg1 {
	padding: 0 20px 0px 20px;
	border-top: 1px solid #FFFFFF;
	background: #FFFFFF url(images/img4.gif) repeat-x;
	margin-top: -4px;
}

.bg2 {
	padding: 20px;
	border-top: 1px solid #CBE1EF;
	background: #FFFFFF url(images/img4.gif) repeat-x;
}

/* Header */

#header {
	width: 892px;
	height: 160px;
	margin: 0 auto;
}

#header * {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 60px 0 0 5px;
	font-size: 33px;

}

#header h2 {
	float: left;
	padding: 91px 0 0 10px;
	font-size: 11px;
	font-weight: normal;
}

#header ul {
	float: right;
	margin: 0;
	padding: 82px 0 0 0;
	list-style: none;
}

#header li {
	display: inline;
}

#header a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 0 0 8px;
	padding: 12px 20px 0 20px;
	background: #ABBA47 url(images/img2.gif) repeat-x;
	text-decoration: none;
	font-weight: bold;
}

#header .title {
	background: none;
	
}

/* Navigation */

#navigation {
	width: 1000px;
	height: 30px;
	margin-top: -10px;
	font-size: 12px;
}

#navigation a {
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;	
}




/* Content */

#content {
	width: 892px;
	margin: 0 auto;
}

#left_column {
	float: left;
	width: 186px;
}

#left_column ul {
	padding-left: 0;
	list-style: none none outside;
}

#left_column li {
	padding: 5px 0;
	background: url(images/img6.gif) repeat-x;
	font-size: 12px;
	text-decoration: none;
}

#left_column a {
	text-decoration: none;
	color: #6B6B6B;
}

#left_column li.first {
	background: none;
}

#left_column .on{
	color: black;
}

#colTwo {
	float: right;
	width: 686px;
}

/* Programs Column */

#programs_column {
	float: left;
	width: 450px;
}

#program_box {
	padding: 10px;
	border: 1px solid #CBE1EF;
	height: 100px;
	margin-bottom: 15px;
}

#program_box h3 {
	color: #4F4F4F;
	background: none;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: 14px;
	clear: right;
}

.gwiazdka {
	margin-left: 0px;
}

#program_box a {
	text-decoration: none;
}

#program_box .small_screenshot {
	float: left;
	margin-right: 55px;
	margin-left: 20px;
	width:100px;
	height: 61px;
	border: none;
}

/* Settings */

#settings {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 13px;
}

#settings h2 {
	margin-bottom: 10px;
}

#settings select {
	border: 1px solid #CBE1EF;	
	font-size: 12px;
}


/* Program Content */

#program_content {
	float: left;
	font-size: 12px;
	width: 450px;
}

#program_content h2 {
	padding: 0;
	font-size: 16px;
	margin-top: 0;
	border-bottom: 1px solid #CBE1EF;
	width: 450px;
}

#program_content .program_info {
	float: left;
	padding-top: 20px;
	width: 230px;
	height: 180px;

}

#program_content .download {
	border: 0;
}

#program_content .download_link {
	padding-top: 20px;
}

#program_content .screenshot_mid {
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	width: 200px;
	height: 185px;
	text-align: center;
}

#program_content img {
	border:0;
}

#program_content a {
	text-decoration: none;
}


.description {
	margin-top: 25px;
	width: 440px;
	float: left;
	color: #575757;

}

#vote {
	float:left;
	text-align: center;
	width: 245px;
	height: 70px;
	margin-left: 60px;
	margin-top: 20px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	border: 1px dotted #CBE1EF;
}

#vote .title {
	width: 225px;
	margin-bottom: 5px;
}



/* Pages */

#pages {
	border: 0;
	padding: 10px;
	margin-bottom: 20px;
}

#pages div {
	border:1px solid #ACCFE6;
	float:left;
	margin:2px;
	width:18px; 
	text-align:center;
}

#pages .on {
	border: 0px;
}





/* Best */
#best {
	width:180px;
	float:right;
}

#best a {
	text-decoration: none;
}




/* Search */

#search {
	text-align: center;
	padding: 5px;
	margin-bottom: 15px;
}

#search input {
	margin-bottom: 6px;
	margin-top: 6px;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #CBE1EF;
}

/* Screenshot Content */

#screenshot_content {
	
}

#screenshot_content h1 {
	border-bottom: 1px solid #CBE1EF;
}

#screenshot_content .screenshot {
	text-align: center;
	padding: 20px;
}
	

/* Footer */

#footer {
	clear: both;
	width: 892px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(images/img7.gif) repeat-x
}

#footer p {
	margin: 0;
	text-align: center;
	text-transform: lowercase;
}
