* { font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; }
html, body, div, span, pre, code, a, p, img, hr, 
ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6,
form, fieldset, label, legend { border: 0;margin: 0;padding: 0;}
html {height: 100%;min-height: 100%;font-size: 12px;}
body {color: #000; background: #8F8F8F url(/img/bg.png) top left repeat; height:100%; min-height:100%; text-align:center;}
a{color:#902F6E;}

#header a span,
#advBanner h3 span,
#photoHeader h1 span
	{
	display: none;
}

#container{
	position: relative;
	width: 1000px;
	height:900px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(/img/deel_bg.jpg) top center no-repeat;
}

#photoHeader{
	position: absolute;
	width: 280px;
	height:490px;
	top:255px;
	left:660px;
	background: transparent url(/img/photoBg.jpg) top center no-repeat;
}

#languageBox{
	position: absolute;
	width: 23px;
	height:54px;
	top:40px;
	left:951px;
	z-index: 244;
	background: transparent url(/img/lngBoxBg.png) top center no-repeat;
}

#languageBox ul{
	height:54px;
	list-style: none;
}

#languageBox ul li{
	height:25px;
	color:#333;
	padding:0 3px;
}

#languageBox ul li a{
	line-height:25px;
	color:#333;
	text-decoration: none;
}

#header{
	position:relative;
	height:234px;
	background: transparent url(/img/header_img.jpg) top center no-repeat;
}

#menu{
	position:relative;
	height:40px;
	width:904px;
	margin:0 48px;
	top:163px;
	background: transparent url(/img/menuBg.png) top center repeat-x;
}

#menu h2 a#logo{
	display:block;
	float:right;
	width: 120px;
	height: 40px;
	background: url(/img/logo.png) bottom center no-repeat;
}

#menu ul{
	float:left;
	height:40px;
	list-style: none;
	}
#menu ul li{	
	color: #FFF;
	float:left;
	display: inline;
	line-height: 40px;
	padding: 0 14px;
	background: transparent url(/img/menuSep.gif) center right no-repeat;
}

#menu ul li a{
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
	font-weight: bolder;
}


#menu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	z-index: 255;
}

#menu ul li ul li{
	line-height: 25px;
	display: list-item;
	width:220px;
	float: none;
	padding: 0;
	background-color: #ccc;
	z-index: 255;
}


#menu ul li ul li ul{
	top: 0;
	z-index: 255;
}

#menu ul li ul li a{
display: block;
font: normal 13px Verdana;
width: 220px; /*width of sub menus*/
margin: 0;
line-height:25px;
text-indent:5px;
border-top-width: 0;
border-bottom: 1px solid gray;
white-space: nowrap;
z-index: 255;
}

#menu ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}


.downarrowclass{
	position: absolute;
	top: 15px;
	margin:0 5px;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}


#breadcrumbs{
	height:30px;
	padding: 0 60px;
	color:#CCC;
}

#breadcrumbs a{
	color:#CCC;
}


#mainContent{
	position: relative;
	padding: 0 350px 0 70px;
	height: 460px;
}

#mainContent h3{
	position: relative;
	width:500x;
	padding: 20px 0 5px 0;
	font-size: 15px;
	color: #FF9933;
	border-bottom: 2px #ccc solid;
}

#mainContent p{
	position: relative;
	padding:5px;
	text-align: justify;
	line-height: 160%;
}

#mainContent ul{
	position: relative;
	padding:10px;
	text-align: justify;
	line-height: 160%;
}
#mainContent ul{
	position: relative;
	padding-left:16px;
	text-align: justify;
	line-height: 160%;
}

#footer{
	padding: 60px 130px 0 130px;
	height:80px;
	color: #CCC;
	background:url(/img/line.png) center top no-repeat;
}

/* Formularz kontaktowy */


#contactForm{
	position:relative;
	width:100%;
}
form#msgform{
	margin:20px;
	width:480px;
	z-index:255;
}
	
form#msgform fieldset{
	border:0;
}
	
form#msgform legend{
	font-size:120%;
	margin:7px 0 5px 0;
}
	
form#msgform input, form#msgform textarea, form#msgform label, form#msgform select{
	display: block;
}
	
form#msgform input, form#msgform textarea, form#msgform select{
	border:1px solid #CECECE;
	background: url(/img/formShadow.gif) top left no-repeat;
}
	
form#msgform label{
	width:200px;
	padding:3px 0;
	font-family: "Trebuchet MS", serif;
	font-size:110%;
	color:#FF9933;
}

	
form#msgform  input.submit{
	background: none;
	background-color:#FF9933;
	font-size:110%;
	color:#FFFFFF ;
	margin: 10px 0;
}
#contactDetails{
	position:absolute;
	width:300px;
	top:50px;
	left:210px;
}

#error{
	position:relative;
	margin:5px 20px 0px 20px;
	border:1px solid #FF0000;
	background-color:#FFB6C1;
	color:#FF0000;
	padding:5px;
}

#info{
	position:relative;
	margin:5px 20px 0px 20px;
	border:1px solid #78A35D;
	background-color:#B7CBAB;
	color:#78A35D;
	padding:5px;
}

#galleryPaginate{
	clear:both;	
}


#galleryPaginate ul{
	height:15px;
	list-style: none;
	padding:0;
}

#galleryPaginate ul li{
	height:15px;
	color:#333;
	padding:0 4px;
	float:left;
}

#galleryPaginate ul li a{
	line-height:15px;
	color:#333;
}

#photoGallery{
	padding:4px 18px 0 18px;
	overflow: auto;
	height: 400px;
}

.photoItem{
	position:relative;
	margin:2px 4px;
	float:left;
	padding:0;
}
.photoItem img{
	border:1px solid #000;
}

