* { padding:0; margin:0; border:0; }

body {
	font-size: 67%; 
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	/*background: url("../imgs/header-bg.jpg") repeat-x top; border: none; */
}

#page {
	background: url('../imgs/header-bg.jpg') repeat-x top; border: none;
	margin: 0 auto;
	padding: 0;
	width: 970px;
	/*border: 1px solid #ecf2ff;*/
}

#header {
	background: url('../imgs/header.jpg') no-repeat bottom center;
	margin: 0;
	padding: 0;
	width: 970px;
	height: 214px;
	font-weight: bold;
}

#page #header p {
	margin: 0;
	text-align: left;
	padding-top: 217px;
	padding-left: 30px;
	font-size: 1.0em;
	font-weight: bold;
}

ul#menu {
	background: url('../imgs/blend_menu.gif') repeat-x;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	width: 970px;
	height: 33px;	
	margin: 0 0 10px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	list-style: none;
}

ul#menu li {
	border-left: 1px solid #fff; 
	border-right: 1px solid #c09c44; 
	position: relative;
	width: 136px; 
	float: left; 
	line-height: 33px; 
	text-align: center;
}

ul#menu li a {
	display: block; color: black; text-decoration:none; font-weight:bold; height:33px;
}

ul#menu li a:hover {
	background-color: #2a7bcb; 
	color: white;
}

ul#menu li span {
	color: #000;
}

ul#menu ul li#tm_f {
	border-left: none; 
	width: 128px;
}

ul#menu ul li#tm_l {
	border-right: none; 
	width: 128px;
}

ul#menu li div {
	background-color: #E8A607;
	border: 1px solid #003868;
	visibility: hidden;
	position: absolute; 
	z-index: 1;
	left: 0;
	top: 33px;
	width: 136px;
}

ul#menu li div a {
	border-bottom: 1px solid #fff;
	padding: 0 10px;
	height: 25px;
	display: block;
	text-decoration: none;
	text-align: left;
	line-height: 25px;
}

.content {
	width: 750px;
	text-align: left;
	margin: 0 auto 30px;
}

.content p , #main p {
	margin: 0 auto 5px;
	text-indent: 20px;
	font-size: 1.1em;
	line-height: 1.2em;
}

#main {
	width: 750px;
	text-align: left;
	margin: 0 auto 30px;
}

#main h1 {
	border: 0;
	background: none;
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	color: #017AEB;
}

#servers_box {
	background: url('../imgs/servers-box.jpg') no-repeat center;
	width: 970px;
	height: 388px;
	margin: 0 auto 20px;
	text-align: left;
}

#servers_box h2 {
	padding-top: 15px;
	padding-left: 150px;
	margin-bottom: 50px;
	font-size: 16px;
	color: #0033a8;
}

#servers_box p {
	margin-left: 120px;
	line-height: 1.2em;
	font-size: 1.1em;
}

.host {
	margin-top: 65px;
	margin-left: 10px;
	width: 180px;
	height: 190px;
	float: left;
	text-align: center;
}

.host h3 {
	background: url('../imgs/host-bg.jpg') repeat-x top center;
	border: 1px solid #b3d9fc;
	text-align: center;
	padding-top: 4px;
	height: 19px;
	margin: 0 auto;
	font-size: 12px;
	color: #085dfc;
}

.host ul {
	background-color: #daedfe;
	border: 1px solid #b3d9fc;
    padding: 10px 0px 1px;
    margin: 2px auto;
	height: 120px;
    list-style-type: square;
}

.host ul li {
	text-align: left;
    margin-left: 20px;
    font-size: 11px;
}

#resellers_box {
	background: url('../imgs/resellers-box.jpg') no-repeat center;
	margin-bottom: 20px;
	width: 970px;
	height: 389px;
	float: left;
	text-align: left;
}

#resellers_box h2 {
	padding-top: 15px;
	padding-left: 150px;
	margin-bottom: 50px;
	font-size: 16px;
	color: #604810;
}

#resellers_box p {
	margin-left: 150px;
	line-height: 1.2em;
	font-size: 1.1em;
}

#box {
	padding-left: 130px; 
	margin-top: 50px;
}

.reseller {
	padding: 0 15px;
	width: 225px;
	height: 190px;
	float: left;
	text-align: center;
}

.reseller h3 {
	background: url('../imgs/reseller-bg.jpg') repeat-x top center;
	border: 1px solid #fceabf;
	text-align: center;
	padding-top: 4px;
	height: 19px;
	margin: 0 auto;
	font-size: 12px;
	color: #604810;
}

.reseller ul {
	background-color: #fdeeca;
	border: 1px solid #f9d47d;
    padding: 10px 0px 1px;
    margin: 2px auto;
	height: 120px;
    list-style-type: square;
}

.reseller ul li {
	text-align: left;
    margin-left: 20px;
    font-size: 11px;
}

span.cena {
	color: #f00;
	font-weight: bold;
	font-size: 14x;
}



#footer {
	background: url('../imgs/footer.jpg') no-repeat bottom center;	
	margin: 0 auto;
	padding: 0;
	width: 970px;
	height: 15px;
	clear: both;
	font-size: 0.9em;
}

#footer p {
	padding-top: 2px;
	text-align: right;
	margin-right: 20px;
	font-weight: bold;
}

#intro {
	width: 730px;
	margin: 0 auto;
	text-align: left;
}

#intro p {
	text-indent: 20px;
}

h1 {
	border: 1px solid #f9d47d; 
	background: url('../imgs/ramka.jpg'); 
	margin: 10px auto;
	width: 945px;
	height: 30px; 
	line-height: 30px; 
	color: #000; 
	text-align: center; 
	font-size: 16px; 
}

table.search_results{ text-align:center; width:400px;display:block;margin:15px auto; }
table.search_results th{ border:1px solid #000; background-color:#ecf2ff; color: #27437f; padding:5px; }
table.search_results td{width:200px; border:1px solid #fff; color:#27437f; padding:5px;}

td.free{
	color:#0C0;
}

td.nofree, td.nofree a{
	color:#C00;
}

td.nofreenow{
	color: #fc0;
}

div.regulamin{
	margin: 0 auto;
	width: 800px;
	text-align: left; 
	font-size: 12px;
	color: #003366;
}

div.regulamin p {
	line-height:1.4em; 
	margin-bottom:4px;
}

div.regulamin a {
	text-decoration: none;
	font-weight: bold;
}

div.page_content ul {
	margin-left: 20px;
	margin-bottom: 10px;
}

div.regulamin ul li {
	margin-bottom: 4px;
}

img {
	border: 0;
}

p.opis {
	margin-bottom: 10px;
}

li.more { 
	list-style-type: none;
	padding-top: 30px;
	padding-left: 65px;
}

/*li.more a { background: url('../imgs/czytaj_wiecej2.gif') center; } */

li.more2 { 
	list-style-type: none;
	padding-top: 10px;
	padding-left: 105px;
}

li.more2 a { color: #604810; }

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

