@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

html {
	height: 100%;
}

* html body {
	height: 100%;
}

a {
text-decoration:none;
}

a img{
border:0px;
}

body { 
	background-image:url("img/bg.gif");
	background-repeat:repeat-x;
	background-color:#dfdfdf; 
}

.wrapper{
	width: 950px;
    margin: 0 auto;
	font:"Trebuchet MS";
}

#top{
	height: 80px;
	background-image:url("img/bg-top.png");
	background-repeat: no-repeat;
	
	_background-image:expression(
	this.runtimeStyle.backgroundImage = 'none',
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg-top.png', sizingMethod='scale')")
}

#logo{
display:block;
position:relative;
height:60px;
width:216px;
left:5px;
top:10px;
float:left;
_background-image:expression(
this.runtimeStyle.backgroundImage = 'none',
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/logo.png', sizingMethod='scale')")
}


#search_bg{
background-image:url(img/bg-search.png);
width:250px;
height:30px;
float:right;
margin-top:24px;
background-repeat:no-repeat;
}

#search_text{
float:left;
padding-left:9px;
padding-right:5px;
padding-top:5px;
}
#search_line{
background-color:#FAFAFA;
border:0 none;
height:22px;
}


#search_btn{
float:left;
padding-top:7px;
}

#menu{
	height:45px;
	background:url("img/bg-menu.gif") no-repeat;
	font-family: "Myriad Pro";
}
#menu ul{
	list-style:none;
	padding: 0px 5px 0px 0px;
}
#menu li{
	list-style:none;
	display:block;
	float:left;
	margin:0px 10px 0px 0px;
}
#menu li a{
	display:block;
	float:left;
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
	/*font-weight:;*/
	line-height:45px;
	padding:0 0 0 12px;
	text-decoration:none;
	cursor:pointer;
}
#menu li a span{
	display:block;
	float:left;
	color:#fff;
	line-height:45px;
	padding:0 24px 0 10px;
}
#menu li a:hover{
	display:block;
	float:left;					
	background:url("img/menu_l.png") no-repeat left center;
	height:45px;
}
#menu li a:hover span{
	display:block;
	float:left;					
	background:url("img/menu_r.png") no-repeat right center;
	color:#fff;
	height:45px;
}
#menu li a.current{
	display:block;
	float:left;
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
	/*font-weight:bold;*/
	background:url("img/menu_l.png") no-repeat left center;
	line-height:28px;
	padding:0 0 0 12px;
	text-decoration:none;
}
#menu li a.current span{					
	display:block;
	float:left;
	background:url("img/menu_r.png") no-repeat right center;
	color:#fff;
	line-height:45px;
	padding:0 24px 0 10px;
}

#baner{
	height: 332px;
  	background-image:url("img/baner.jpg");
	background-repeat:no-repeat;;
}

#main{
	background-image:url("img/bg-main.gif");
	background-repeat:repeat-x;
	background-color:#ffffff;
	min-height: 70px;
	padding: 20px;
}
	
.left{
	width: 200px;
	float:left;
}

#busines-card{
	background-image:url("img/wizytowki.jpg");
	height:245px;
	margin-bottom:20px;
	display:block;
}

#rollup{
	background-image:url("img/rollup.jpg");
	height:245px;
	display:block;
}

.middle {
	float:left;
	width:460px;
	padding-left:20px;
	padding-right:20px;
	font-family:"Trebuchet MS";
	
}

#header{
	font-size:16px;
	text-transform: uppercase;
	margin-bottom:10px;
	color: #0062b8;
	font-weight:bold;
}

#text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #595959;
	text-align:justify;
	line-height: 1.5;
}

.right{
	width:210px;
	float:right;
}

#calendar{
	background-image:url("img/kalendarze.jpg");
	height:245px;
	margin-bottom:20px;
	display:block;
}

#photo{
	background-image:url("img/fotoalbumy.jpg");
	height:245px;
	display:block;
}

#footer-wrapper {
	height: 84px;
  	background-image:url("img/bg-footer.gif");
	background-repeat:repeat-x;
}

#copyright{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #adadad;
	width:700px;
	float:left;
	margin-top:38px;
}


.oneColFixCtrHdr #container {
	width: 450px;
	background: #FFFFFF;
	margin: 15px auto;
	
	text-align: left; 
}


.oneColFixCtrHdr #header p{padding-bottom: 10px;}
.oneColFixCtrHdr #mainContent {
	
	background: #FFFFFF;
	position: relative;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 10px 0;
}


form.form{
    width: 600px;
    margin: 0 auto;
}

form.form div {
    padding:4px;
    margin: 4px 0;
    position:relative;
}

form.form input.text,
.textarea {
    padding:5px 10px;
    height:20px;
    border:1px solid #ddd;
    color:#333;
    background:url(images/bginput.jpg) repeat-x bottom #fff;
    position:relative;
    z-index:2;
    font-size: 16px;
}

form.form input.text {
    width:290px;
}

form.form .textarea {
    height:150px;
    width:290px;
}

form.form label {
    float:left;
    width:120px;
    text-align:right;
    margin-right:15px;
    font-weight:bold;
    color:#666;
    font-size: 13px;
}

form.form .btn {
    display:block;
    height:31px;
    padding:0 10px;
    background:url(images/bgbtn.jpg) repeat-x;
    color:#565e62;
    font-weight:bold;
    font-size:12px;
    border:1px solid #e1e0df;
    outline:none;
    cursor: pointer;
}

/* CSS3 */
form.form .btn,
form.form .text,
form.form .textarea { 
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
}




