body
{
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: small;
}

#container
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 600px;
}
html>body #container img{ 
    border: none;
}

#logo
{
	float: left;
	width: 200px;
	height: 100px;
}

#banner
{
	float: left;
	width: 700px;
	height: 100px;
}

#box_left
{
	float: left;
	width: 200px;
	height: auto !important;
	min-height: 500px;
	font-size: 9pt;
}

#menu_top
{
	height: 26px;
	float:left;
}

#menu_left
{
	height: 380px;
	background-color: #EAEBD8;
	border-color: #5970B2;
	border-style: solid solid none solid;
	border-width: 1px;	
}

html>body #menu_left
{
	min-height: 380px;
	background-color: #EAEBD8;
	border-color: #5970B2;
	border-style: solid solid none solid;
	border-width: 1px;	
}

#menu_left a
{
    text-decoration: none;
}

#contact
{
	min-height: 200px;
	background-color: #EAEBD8;	
	border-color: #5970B2;
	border-style: solid;
	border-width: 1px;
	padding-left: 5px;
}

#contact_details
{
	padding-left: 10px;
	margin-bottom: 20px;
}


#content
{
	float: left;
	width: 670px;
	height: auto !important;
	min-height: 550px;
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	background: white url('/files/img/stamp.jpg') no-repeat;
	background-position: 488px 10px;
}

#footer
{
	background-color: #5970B2;
	clear: both;
	width: 100%;
	height: 15px;
	font-size: smaller;
	text-align: center;
	vertical-align: middle;
	color: White;
}

.blocker {
	clear: both;
	width: 0;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

.map_small_description 
{
	font-size: 10px;
	text-align: center;
	color: #5970B2;
	margin-bottom: 5px;
}

.map_small_description a
{
	text-decoration: none;
	color: #5970B2;
}

.map_small_description a:visited
{
	text-decoration: none;
}

.navigation_text_1
{
	min-height: 30px;
	padding-left: 35px;
	margin-bottom: 20px;
	background-image:url("../img/arrow_2.jpg");
	background-repeat:no-repeat;
	/* background-position: 16px 45px; */
}

.navigation_text_1 a
{
	text-decoration: none;
	color: #5970B2;
}

.navigation_text_1 a:visited
{
	text-decoration: none;
}

.main_text_1
{
	margin-top: 30px;
	margin-bottom: 30px;
}

/* MENU_LEFT */

.menu_left
{
    text-decoration: none;
	color: #5970B2;
}

.menu_level1
{
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
}

.menu_level1 a:hover
{
	background:#49A3FF;
    color: #FFF;
	font-weight: bold;
	
}


.menu_level1_selected
{
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 5px;
	padding-bottom: 0px;
	font-weight: bold;		
	background-color: #5970B2; /*#2875DE;*/
	color: #FFF;
	
}

.menu_level1_selected a
{
    color : #FFF;
}

.menu_level2
{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 25px;	
}

.menu_level2_selected
{
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 25px;
	background-color: #5970B2; /*#2875DE;*/
	color: #FFF;
}

.menu_level2_selected a
{
    color : #FFF;
}

.menu_level2 a:hover
{
    background:#49A3FF;
    color: #FFF;
    font-weight: bold;
}

.menu_level3
{
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 45px;
}

.menu_level3 a:hover
{
    background:#49A3FF;
    color: #FFF;
    font-weight: bold;
}


.menu_level3_selected
{
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 45px;
	background-color: #5970B2; /*#2875DE;*/
	color: #FFF;
}

.menu_level3_selected a
{
    color : #FFF;
}

.menu_item
{
    display:block;
    width:95%;
	padding-left: 10px;
	padding-right: 5px;
	color: #5970B2;
}

.menu_item_mainpage
{
    display:block;
    width:100%;
	padding-left: 10px;
	color: #5970B2;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-bottom: 6px;
	
}

/* MENU TOP */
#menu
{
	margin: 0;
	padding: 0;
	z-index: 30;
}

#menu li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 15px arial;
}

#menu li a
{
	display: block;
	margin: 0 0 0 1px;
	padding: 4px 10px;
	width: 122px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none
}

#menu li a:hover
{	
	background: #49A3FF
}

#menu div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2;
	z-index: 30;
}

#menu div a
{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	min-width: 95px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #2875DE;
	font: 11px arial
}

#menu div a:hover /*podswietlenie opcji #213866*/
{
	background: #49A3FF;
	color: #FFF;
}

/* GALERIA */

.gallery_img
{
	border-style: none;
	
}

.gallery_td
{
	padding: 4px;
	border-color: #5970B2;
	border-width: 1px;
	border-style: solid;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 120px;
	height: 120px;
	text-align: center;
}

.gallery_td_contact
{
	padding: 4px;
	border-color: #5970B2;
	border-width: 1px;
	border-style: solid;
	float: left;
	width: 120px;
	height: 120px;
	text-align: center;
	margin: 3px 10px 8px 0;
}

.gallery_td_nobottommargin
{
	padding: 4px;
	border-color: #5970B2;
	border-width: 1px;
	border-style: solid;
	float: left;
	margin-right: 20px;
	width: 120px;
	height: 120px;
	text-align: center;
}

td.gallery_arrow_right
{
	width: 100px;
	background-image:url("../img/arrow_right.png");
	background-repeat:no-repeat;
	background-position: 16px 45px;
}

td.gallery_empty_arrowcell
{
	width: 100px;
}

td.gallery_empty_cell
{
	padding: 4px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 120px;
	height: 120px;
}


div.error_box {
	border: solid 1px #DA2525;
	background-color: #FFCECE;
	background-image: url("../img/error_box_bcg.png");
	background-repeat: no-repeat;
	padding-left: 80px;
	margin-bottom: 20 px;
	padding-bottom: 10px;
}

label.required {
	font-weight: bold;
}

/* ORDER FORMS */
label
{
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: small;
}

.form_input
{
	width: 250px;
	margin-bottom: 10px;
}

.form_textarea
{
	width: 500px;
	margin-bottom: 10px;
}

.form_td_caption{
	vertical-align: top;
}

.form_td_step2{
	border: 1px solid black;
}

.form_fieldexample{
	font-size: smaller;
	font-style: italic;
}



