body {
	font-family: arial, helvetica, sans-serif;
	background: #d8d8d8 url(img/bgd.png) no-repeat 10% 0px;
	height: 100%;
	width: 100%;
}

#main_wrapper {
	width: 960px;
	margin: auto;
	height: 100%;
	position: relative;
}

#top_wrapper {
	
	width: 100%;
	float: left;
	height: 160px;
}

#logo {
	background: url(img/logo_dk.png) no-repeat left top;
	position: absolute;
	top: 100px;
	left: 0;
	width: 255px;
	height: 50px;
	cursor: pointer;
}

#nav {
	position:absolute;
	right:10px;
	top:135px;
	width:292px;
}

.nav_button {
	font-weight: bold;
	color: #eee;
	font-size: 16px;
	background: url(img/blue_nav_bg.png) repeat-x left top;
	height: 20px;
	padding: 5px 20px 5px 20px;
	display: block;
	float: left;
	margin: 0 0 0 5px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 2px 2px 3px #222;
	-moz-box-shadow: 2px 2px 3px #222;
	-webkit-box-shadow: 2px 2px 3px #222;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=135, Strength=3);
	text-shadow: 0px -1px 0px #555;
	cursor: pointer !important;
}

.nav_button:hover {
	
}

.nav_button:active {
	box-shadow: 1px 1px 2px #111;
	-moz-box-shadow: 1px 1px 2px #111;
	-webkit-box-shadow: 1px 1px 2px #111;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=135, Strength=1);
}



#contact_wrapper{
	position: absolute;
	top: 580px;
	left: 230px;
	z-index: -15;
	width: 500px;
	height: 200px;
}

#contact_form {
	display: none;
	background: url(img/form_bg.png) repeat-x left bottom;
	padding: 15px 40px 20px 40px;
	width: 420px;
	position: relative;
	z-index: -12;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 0px 1px 3px #222;
	-moz-box-shadow: 0px 1px 3px #222;
	-webkit-box-shadow: 0px 1px 3px #222;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=135, Strength=1);
	height: 200px;
	
}

#e_mail {
	width: 230px;
	background: #ccb;
	border-width: 1px;
	font-size: 13px;
	padding: 5px;
	font-weight: bold;
	color: #333;
}

#message {
	width: 170px;
	clear: both;
	margin-left: 5px;
	margin-bottom: 10px;
	resize: none;
	background: #ccb;
	border: 1px solid #848484;
	border-right-color: #fafafa;
	border-bottom-color: #fafafa;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	color: #333;
}

#e_mail:focus,
#message:focus {
	background: #DEDF99;
}


#e_mail_label,
#message_label {
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	font-style: italic;
}

#buttons {
	float: left;
	clear: left;
	width: 55px;
}

#submit,
#reset {
	clear: both;
	float: left;
	width: 50px;
	margin:0;
	cursor: pointer;
}


/*Walidacja*/
    .error,
    .error:focus {
        /*border-color: red !important;*/
    }
    span.error_wrapper {
        background: url(img/red_arr_left.png) no-repeat left center;
        padding-left: 5px;
        height:auto;
		z-index: 2000;
    }
    label.error {
        font-size: 12px !important;
        white-space: nowrap;
        background: red !important;
        color: #eee !important;
        padding: 3px 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        box-shadow: 1px 1px 2px #333;
        -moz-box-shadow: 1px 1px 2px #333;
        -webkit-box-shadow: 1px 1px 2px #333;
        filter: progid:DXImageTransform.Microsoft.Shadow(color='#444444', Direction=135, Strength=3);
        z-index: 2000;
    }





#left_contact {
	/*float: left;*/
	width: 250px;
}

#info {
	/*position: relative;*/
	/*left: 260px;*/
	/*top: 30px;*/
	/*position: absolute;*/
	/*left: 300px;*/
	/*top: 45px;*/
	
	width: 160px;
	height: 160px;
	border-left: 1px solid #999;
	background: url(img/info.png) no-repeat left 20px;


left:270px;
position:relative;
top:-175px;

	
}

#info.sent {
	background: url(img/info_sent.png) no-repeat left 20px;
}



#contact {
	position: relative;
	z-index:-14;
	bottom: 5px;
	left: 192px;
	float: left;
	clear: both;
	margin: auto;
	font-weight: bold;
	color: #f5f5f5;
	font-size: 14px;
	background: url(img/grey_nav_bg.png) repeat-x left top;
	height: 16px;
	padding: 15px 20px 4px 20px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 0px 1px 3px #222;
	-moz-box-shadow: 0px 1px 3px #222;
	-webkit-box-shadow: 0px 1px 3px #222;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=135, Strength=2);
	text-shadow: 0px -1px 0px #888;
	cursor: pointer !important;
}



#display_wrapper {
	float: left;
	clear: both;
	width: 960px;
	position:relative;
	
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	-moz-box-shadow:0 0 15px #777777;
	-webkit-box-shadow:0 0 15px #777777;
	
}

#display_background {
	float: left;
	width: 940px;
	height: 370px;
	background: url(img/display.png) no-repeat left top;
	padding: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 2px 2px 3px #333;
	-moz-box-shadow: 2px 2px 3px #333;
	-webkit-box-shadow: 2px 2px 3px #333;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#333333', Direction=135, Strength=3);
}

#display_border {
	width: 938px;
	height: 368px;
	position: relative;
	z-index: 10;
	border: 1px solid #ddd;
	border-top: 1px solid #999;
	border-left: 1px solid #aaa;
}

#display {
	background: #eee;
	width: 938px;
	height: 368px;
	overflow: hidden;
	position: relative;
}

#blinder {
	background: #d0d0d0 url(img/loader.gif) no-repeat center 180px;
	width: 938px;
	height: 368px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#display ul {
	position: relative;
}

#display ul li {
	height: 368px;
}

#infobar {
	background: url(img/blue_bg.png) repeat-x left bottom;
	height: 24px;
	width: 900px;
	margin: auto;
	margin-top: 5px;
	padding: 16px 20px 0 20px;
	float: left;
	clear: both;
	position: relative;
	z-index: -1;
	color: #eee;
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 3px #111;
	-moz-box-shadow: 2px 2px 3px #111;
	-webkit-box-shadow: 2px 2px 3px #111;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#111111', Direction=135, Strength=3);
	text-shadow: 0px -1px 0px #555;
}

#infobar span {
	font-weight: bold;
	font-style: italic;
}

#infoname_2 {
	font-weight:normal !important;
}


#pagination {
	float: right;
	height: 22px;
	width: 400px;
	margin-top: -4px;
}

.pager {
	cursor: pointer;
	font-weight: bold;
	color: #222;
	padding: 0px 0 0 8px;
	font-size: 20px;
	float: right;
	width: 14px;
	height: 22px;
	background: url(img/pag.png) left top no-repeat;
	margin-right: 5px;
	text-shadow: none;
}
.pager.selected {
	color: #fff
}
.pager:active{
	padding-top: 1px;
	height: 21px;
	background: url(img/pag_active.png) left top no-repeat;
}



#dot1{
	position: absolute;
	width: 1px;
	height: 1px;
	background: #005281;
	right: 1px;
	bottom: 1px;
}
#dot2{
	position: absolute;
	width: 1px;
	height: 1px;
	background: #005281;
	right: 0px;
	bottom: 3px;
}
#dot3{
	position: absolute;
	width: 1px;
	height: 1px;
	background: #005281;
	right: 3px;
	bottom: 0px;
}
#dot4{
	position: absolute;
	width: 1px;
	height: 1px;
	background: #005281;
	right: 0px;
	bottom: 2px;
}
#dot5{
	position: absolute;
	width: 1px;
	height: 1px;
	background: #005281;
	right: 2px;
	bottom: 0px;
}





