@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	background: #999 url(../images/bg.jpg) top center no-repeat;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#main {
	width: 850px;
	background: #fff;
	margin: 0 auto;
	top: -10px;
	position: relative;
	padding-bottom: 0px;
}

#shadow_top {
	width: 870px;
	height: 20px;
	background: url(../images/sh_top.png) no-repeat center top;
	margin: 0 auto;
	margin-bottom: -10px;
}
#shadow_middle {
	width: 870px;
	background: url(../images/sh_middle.png) repeat-y center;
	margin: 10px auto 0px auto;
	position: relative;
	margin-bottom: 0px;
}
#shadow_bottom {
	width: 870px;
	height: 20px;
	background: url(../images/sh_bottom.png) repeat-y center;
	margin: -10px auto 0 auto;
}

#header {
	width: 850px;
	height: 120px;
	background: url(../images/header_bg.jpg);

}

table#content {
	width: 850px;
}
	table#content td {
		vertical-align: top;
	}
	table#content td.left_menu {
		width: 250px;
		background: #e6e6e6 url(../images/menu_bg.gif) repeat-y;	
	}

#top_menu {
	width: 850px;
	height: 40px;
	background: url(../images/top_menu_bg.png);
	text-align: right;
}
#top_menu a img {
	border: none;
	margin: 0 12px;
}

#search_box {
	width: 230px;
	height: 40px;
	display: inline-block;
	background: url(../images/search_bar.png) no-repeat;
	float: left;
}
#search_field {
	width: 120px;
	height: 16px;
	line-height: 16px;
	background: transparent;
	border: 0px solid #9f4239;
	position: relative;
	top: -15px;
	margin-right: 2px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #fff;
	padding: 0 2px;
}
#search_btn {
	cursor: pointer;
}

#left_menu {
	background: url(../images/menu_bg_top.gif) top left no-repeat;
	min-height: 380px;
	padding-top: 30px;
}
/*
	#left_menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#left_menu li {
		background: url(../images/menu_link_bg.png);
		padding-left: 20px;
		padding-bottom: 1px;
		height: 19px;
	}
	#left_menu li.hover {
		background: url(../images/menu_link_bg-over.png);
	}
	#left_menu li a {
		margin: 0;
		color: #ad0000;
		text-decoration: none;
		font-weight: bold;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 12px;
		line-height: 18px;
	}
*/

#page_content {
	float: right;
	width: 540px;
	background: #fff url(../images/main_shade1.gif) top repeat-x;
	padding: 30px 30px 0 30px;
}

.home {
	background: #cd1700 url(../images/main_shade2.gif) top repeat-x !important;
	height: 100%;
}

#footer_shade, #footer_shade_red {
	width: 850px;
	height: 10px;
	background: url(../images/footer_shade1.png) no-repeat;
	margin: -10px auto 0 auto;
	z-index: 10;
	position: relative;
}
#footer_shade_red {
	background: url(../images/footer_shade2.png) no-repeat;
}

#footer {
	width: 830px;
	height: 40px;
	background: url(../images/footer_bg.png) no-repeat;
	margin: 0px auto 10px auto;
	padding: 10px 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #fff;
	text-align: right;
	line-height: 10px;
}
	#footer a, #subfooter a {
		color: #fff;
		text-decoration: none;
	}
	#footer a:hover, #subfooter a:hover {
		text-decoration: underline;
	}
	#subfooter a {
		color: #444;
	}
#subfooter {
	width: 800px;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #555;
	text-align: right;
	padding-bottom: 20px;
}


#thumbs_holder img {
	cursor: pointer;
}

a.red_link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;	
	color: #ad0000;
}
a.red_link:hover {
	color: #f00;
}
.gray_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	color: #888888;
}

p.opis, p {
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-align: left;
	color: #222;
}
.akapit {
	margin: 2px 0;
	padding: 2px 0;
}
#img_holder a img {
	border: none;
}
a, object {
	outline: 0 !important;
}
div.file_grid {
	width: 25%;
	float: left;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	color: #888888;
	padding-bottom: 20px;
}
.file_grid img {
	border: none;
}
div.file_grid a {
	color: #888888;
	text-decoration: none;
}
.file_grid a:hover {
	color: #222;
}
a img {
	border: none;
	outline: none;
}
input {
	outline: none;
}

a.link {
	color: #a33;
	text-decoration: none;
	border-bottom: 1px dashed #ccc;
}
a.link:hover {
	color: #f00;
	border-bottom: 1px solid #f88;
}

a.link2 {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #faa;
}
a.link2:hover {
	border-bottom: 1px solid #fff;
}

ul {
	margin: 0;
	padding: 0;
	color: #222;
}
ul li {

	line-height: 16px;
	margin: 2px 0 3px 20px;
}

#flash_header {
	height: 40px;
}

#flash_border {
	float: left;
	margin: 5px 0 20px 0;
	height: 210px;
	border-top: 1px solid #222;
	border-bottom: 1px solid #000;
	display: inline-block;
}
#flash_hotele {
	height: 210px;
}


h1, h3 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #cc0000;
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 23px;
}
h3 {
	color: #888;
	font-size: 14px;
	line-height: 14px;
}
h2 {
	font-family: Arial Narrow,Helvetica Narrow,sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #444;
	line-height: 24px;
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.ui-button {
	outline: none;
	vertical-align: bottom;
}

.ui-text, .ui-textarea {
	border: 1px solid #ccc;
	border-top-color: #9e9e9e;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #e0e0e0;
}
.ui-text:hover, .ui-textarea:hover {
	border: 1px solid #8fc3dd;
	border-top-color: #5590c4;
	border-left-color: #8fc3dd;
	border-right-color: #8fc3dd;
	border-bottom-color: #bee2ec;
}
.ui-text {
	height: 17px;
	padding: 1px;	
}


/* Makoinstal footer */
#makofooter {
	width: 800px;
	height: 90px;
	margin: 0 auto;
	text-align: center;
}

a#footer-makoinstal, a#footer-makoclean, a#footer-baterieczasowe {
	display: inline-block;
	height: 0px;
	padding-top: 57px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #555;
	text-decoration: none;
	text-align: center;
}
a#footer-makoinstal:hover, a#footer-makoclean:hover, a#footer-baterieczasowe:hover {
	color: #222;
}

a#footer-makoinstal {
	width: 191px;
	background: url('../images/footer-makoinstal.gif') left top no-repeat;
	margin-right: 80px;
}
a#footer-makoinstal:hover {
	background-position: 0 -57px;
}

a#footer-makoclean {
	width: 188px;
	background: url('../images/footer-makoclean.gif') 15px top no-repeat;
	
}
a#footer-makoclean:hover {
	background-position: 15px -57px;
}

a#footer-baterieczasowe {
	width: 229px;
	background: url('../images/footer-baterieczasowe.gif') left top no-repeat;
	margin-left: 80px;
}
a#footer-baterieczasowe:hover {
	background-position: 0 -57px;
}

