/* clearfix dla IE w wersji 6 */
* html .clearfix{
	height: 1%;
	overflow: visible;
}
/* clearfix dla IE w wersji 7 */
*+html .clearfix{
	min-height: 1%;
}
/* clearfix dla pozostałych */
.clearfix:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

body{
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: 'PT Sans', 'Tahoma', 'Arial', 'sans-serif';
	font-size: 13px;
    background-color: #042206;
	overflow-y: scroll;
}

img{
    border: none;
}

a{
    color: #687a6a;
    text-decoration: none;
}

a:hover{
    color: #687a6a;
    text-decoration: underline;
}

h1{
	font-size: 17px;
	text-transform: uppercase;
}

fieldset{
	border: 1px solid #495e4b;
	font-family: 'PT Sans';
	font-size: 12px;
}

#sf_result{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
}

div.correct{
	border: 1px solid green;
	background: #006600 url('../img/kancelaria_notarialna_close.gif') no-repeat top right;
	box-shadow: 0 0 20px #333333;
	padding: 20px;
}

div.incorrect{
	border: 1px solid red;
	background: #660000 url('../img/kancelaria_notarialna_close.gif') no-repeat top right;
	box-shadow: 0 0 20px #333333;
	padding: 20px;
}

legend{
	padding: 0 8px;
	font-family: 'PT Sans';
	font-size: 13px;
}

div.loader{
	clear: both;
	font-size: 10px;
	color: #999999;
	text-align: center;
	padding: 5px;
}

div.error_page{
	width: 500px;
	margin: 100px auto;
	text-align: center;
}

div.error_page div.message{	
	margin: 50px 0;
	padding: 20px;
	background-color: #082b0a;
	border: solid 1px #143216;
	font-family: 'PT Sans', 'Tahoma', 'Calibri', 'Arial', sans-serif;
	font-size: 14px;
}

div.error_page div.message a{
	font-size: 12px;
	color: #687a6a;
}

div.main_container{
	clear: both;
	width: 964px;
	margin: 0 auto;
}

div.left_container{
	float: left;
	width: 623px;
	margin: 0 auto;
}

div.right_container{
	float: right;
	width: 341px;
	margin: 0 auto;
}

div.header_container{
	clear: both;
	height: 110px;
	border-bottom: 1px solid #1f1f1f;
	background: #042206;
}

div.content_container{
	clear: both;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	padding: 8px 0 18px 0;
	border-top: 1px solid #2a312a;
	background: #042206 url('../img/kancelaria_notarialna_bg.gif') repeat-x top center;
}

div.menu_container{
	height: 41px;
	padding: 6px 0 0 1px;
	background: #0a2b0e url('../img/kancelaria_notarialna_menu_c_bg.gif') no-repeat 0 6px;
	overflow: hidden;
}

ul.menu{
	padding: 0;
	margin: 0;
	height: 35px;
	font-size: 14px;
	background: #0a2b0e url('../img/kancelaria_notarialna_menu_bg.gif') repeat-x top left;
}

ul.menu li{
	list-style-type: none;
	display: inline;
	line-height: 32px;
	padding: 0 9px 0 7px;
	background: transparent url('../img/kancelaria_notarialna_menu_sep.gif') no-repeat center right;
}

ul.menu li a{
	color: #ffffff;
}

ul.menu li a:hover, ul.menu li a.active{
	color: #687a6a;
    text-decoration: none;
}

ul.menu li:last-child{
	background-image: none;
}

div.img_container{
	height: 307px;
	overflow: hidden;
	background: #ffffff url('../img/kancelaria_1.jpg') no-repeat center center;
	border: 1px solid #304e32;
	border-right: none;
}

div#content{
	width: 549px;
	min-height: 232px;
	height: auto !important;
	height: 232px;
	padding: 28px;
	margin-top: 14px;
	border: 1px solid #153216;
}



div.form_container{
	width: 341px;
	height: 355px;
	background-color: #eaefe9;
	border-bottom: 1px solid #3f4b41;
}

div.form_container .header{
	width: 316px;
	height: 32px;
	padding: 15px 0 0 25px;
	background: #587259 url('../img/kancelaria_notarialna_set_question_bg.png') repeat-x top center;
	border-bottom: 1px solid #6f8771;
}

div.form_container form{
	padding: 15px 0 0 27px;
	font-size: 12px;
	color: #042304;
}

div.form_container input.form_field, div.form_container textarea.form_field{
	width: 275px;
	height: 13px;
	padding: 5px;
	background-color: #becfbf;
	border: 1px solid #9eaf9f;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 12px;
	font-family: Arial;
}

div.form_container textarea.form_field{
	height: 63px;
}

div.form_container div.form_label{
	padding: 4px 0 2px 0; 
}

div.form_container input.form_button{
	width: 287px;
	height: 34px;
	margin-top: 8px;
	border: 1px solid #9eaf9f;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: 042208;
	font-size: 12px;
	font-family: 'PT Sans';
	background: #ffffff url('../img/kancelaria_notarialna_button_bg.gif') repeat-x top center;
}

div.map_container{
	width: 341px;
	height: 304px;
	background: #566e58 url('../img/kancelaria_notarialna_map_bg.png') repeat-x top center;
}

div.map_container .header{
	padding: 15px 0 0 25px;
}

div.map_container iframe{
	width: 288px;
	height: 244px;
	padding: 0px 25px;
}
div.map_container div.map_link
{
	padding: 0px 27px;
	text-align: right;
}

div.map_container div.map_link a, div.map_container div.map_link a:hover
{
	font-size: 10px;
	color: #9eaf9f;
}

div.footer_container{
	clear: both;
}

div.footer{
	padding: 15px 0;
	font-family: 'PT Sans';
	font-size: 12px;
	color: #687a6a;
	border-top: 1px solid #495e4b;
}

div.footer_left{
	float: left;
	width: 400px;
}

div.footer_right{
	float: right;
	width: 400px;
	text-align: right;
}

#eagle{
	height: 85px;
	padding-top: 25px;
	background: #042206 url('../img/kancelaria_notarialna_eagle.png') no-repeat 695px 5px;
}

#footer{
	border-top: 1px solid #173118;
}

li.slider ul{
	display: none;
}
li.slider ul li ul{
	display: block;
}