/*____________________________________________________________
Global element's
____________________________________________________________*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background-image: url(../img/background.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #001d38;
	cursor: default;
}

img {
    display: block;
	border: 0;
}


/*** Header's ***/

h1 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 22px;
	color: #e93729;
}

h2 {
    margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	color: #e2b124;
}

h3, th {
	font-size: 16px;
}


/*** Text ***/

p {
	margin: 4px 0;
	padding: 0;
	text-align: left;
	line-height: 20px;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.orange {
    font-size: 12px;
	font-weight: bold;
	color: #FF5900;
}

ul {
    margin: 0 0 22px 24px;
	padding: 0;
}

ul li {
    margin-top: 5px;
    padding: 0;
	list-style-type: none;
    list-style-position: outside;
	list-style-image: url(../img/li_style.gif);
}


/*** Link's ***/

a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

a:active, a:hover {
	text-decoration: underline;
}

a#map_button:link, a#map_button:visited {
    font-size: 11px;
	font-weight: bold;
}

a#map_button:active, a#map_button:hover {
	text-decoration: none;
}

#copyright_box a:link, #copyright_box a:visited {
	color: #757575;
}

#copyright_box a:active, #copyright_box a:hover {
	color: #d0d0d0;
	text-decoration: none;
}



/*____________________________________________________________
Layout element's
____________________________________________________________*/

#global {
	position: absolute;
	height: 630px;
	width: 980px;
	margin: -315px 0px 0px -490px;
	padding: 0px;
	top: 50%;
	left: 50%;
	text-align: left;
}

#adres_box {
    position: absolute;
	top: 16px;
	left: 24px;
	width: 450px;
	font-size: 14px;
}

#map_button {
    display: block;
	margin-top: 14px;
	padding: 6px 0 0 11px;
	height: 20px;
	width: 124px;
	_height: 34px;
	_width: 135px;
	background: url(../img/map_button.gif) no-repeat top left;
}

#cennik_box {
    position: absolute;
	top: 169px;
	left: 38px;
	width: 160px;
	font-weight: bold;
}

#cennik_left_box {
    float: left;
    margin-top: 0px;
}

#cennik_right_box {
    float: left;
	margin-left: 20px;
}

#content {
    position: absolute;
	top: 204px;
	left: 226px;
    height: 406px;
	width: 474px;
}

#logo_box {
	display: block;
    position: absolute;
	left: 620px;
	top: -42px;
	height: 104px;
	width: 460px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='http://www.parking-pyrzowice.net/img/logo.png');
	background-repeat: no-repeat;
}

#logo_box[id] {
	background-image: url(../img/logo.png);
}

#form_box {
    position: absolute;
	top: 217px;
	left: 720px;
	height: 380px;
	width: 232px;
	font-size: 11px;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

#blank_bottom_box {
    height: 56px;
}


/*** formularz kontaktowy ***/

form {
    
}

input.text, textarea {
    margin: 0;
    padding: 2px;
	width: 130px;
	font-size: 11px;
	color: #fff;
	border: 1px solid #2a2f32;
	background-color: #0e1317;
}

select {
	-ie-xp: expression (
	this.parsed ? 0 : (
	this.style.border = '1px solid red',
	this.parsed = 1)
	);
	font-size: 11px;
	color: #fff;
	border: 1px solid #2a2f32;
	background-color: #0e1317;
}

.submit {
    display: block;
	height: 22px;
	width: 64px;
    margin: 0;
	padding: 3px;
	color: #fff;
	border: 0;
    font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 10px;
	background: url(../img/zamow_button.gif) no-repeat top left;
}


/**** Footer ****/

#footer_box {
    position: absolute;
	top: 632px;
	left: 6px;
	height: 33px;
	width: 980px;
}

#copyright {
    display: block;
	float: left;
	margin: 0;
	font-size: 11px;
	color: #757575;
	height: 14px;
	width: 400px;
}


/**** Galeria ****/

#galeria_box {
	position: absolute;
	top: 71px;
	left: 250px;
    height: 102px;
	width: 694px;
	overflow: hidden;
}

.galeria_overflow_hidden {
    position: absolute;
	left: 42px;
	width: 612px;
	overflow: hidden;
}

#galeria_box ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 1;
}

#galeria_box li {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	width: 127px;
	list-style-type: none !important;
	list-style-image: none !important;
	list-style-position: inside !important;
}

#galeria_box .next, #galeria_box .back {
	position: absolute;
	width: 23px;
	height: 23px;
	z-index: 2;
}

#galeria_box .next {
	top: 38px;
	left: 671px;
}

#galeria_box .back {
	top: 38px;
	left: 0;
}

#galeria_box .back a,
#galeria_box .next a {
	display: block;
	width: 23px;
	height: 23px;
	outline: none;
}

#galeria_box .next a {
	background: url(../img/arrow_right.gif) no-repeat top right;
}

#galeria_box .back a {
	background: url(../img/arrow_left.gif) no-repeat;
}

#galeria_box li img {
	float: left;
	display: inline;
	border: 2px solid #004d94;
}


/**** lightbox ****/

#lightbox {
	background-color: #fff;
	padding: 10px;
}
	
#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}	
	
#lightboxCaption {
	float: left;
}

#keyboardMsg {
	float: right;
}

#lightbox img {
	border: none;
} 

#overlay img {
	border: none;
}

#overlay {
	background-image: url(../img/overlay.png);
}

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.parking-pyrzowice.net/img/overlay.png", sizingMethod="scale");
}