/*GLOBAL RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	}

/* remember to define focus styles! */
:focus { outline: 0;}
caption, th, td { font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/* END OF RESET */ 

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
	background: #fff url('images/bg.gif') repeat-x;
	}

p { margin: 0 0 5px 0; }
a { color: #6E6142; text-decoration: none; }
a.more { color: #0088cc; padding: 0 10px 0 0; background: url('images/a-more.gif') 100% 3px no-repeat;}
a:hover { color: #6E6142; text-decoration: underline;}
a img { border: none; }
a:hover img { border: none; }
a:hover .image-link { border: 1px solid #30a39c; padding: 1px; }
.image-link { padding: 2px; }
strong  { font-weight: bold;}
ul { padding: 0 0 0 15px;}

/*CLEARFIX*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block;	}
* html .clearfix { height: 1%; }
.clr { clear: both; }

#wrapper_outer { 
	background: url('images/bg2.gif') 0 0 repeat-x;
	position: absolute;
	 /* 10 jest mniejsze od 20, wiec bedzie pod obrazkiem */
	width: 50%; /* polowa strony */
	height: 435px; /* wysokosc tla */
	top: 0;
	right: 0; 
	}
#wrapper { 
	position: relative;
	z-index: 10; 
	width: 950px; 
	margin: 0px auto; 
	padding: 0 0 0 0; 
	}

/*TOP*/
#page_header { float: left; width: 100%; height: 176px; background: url('images/banner.jpg') no-repeat;}
#logo { position: relative; float: left; width: 225px; height: 135px; padding: 25px 0 0 12px; }
h1#master_page {
	float: left;
	position: absolute;
	top: 25px;
	left: 12px;
	text-indent: -9999px;
	font-size: 0px;
	}
h1#master_page a{
	display: block;
	width: 225px;
	height: 135px;
	margin: 0 0 0 0; padding: 0 0 0 0;
	}
#logo_orac { position: relative; float: right; width: 158px; height: 78px; padding: 29px 22px 0 0; }
h2#main_page_link {
	float: left;
	position: absolute;
	top: 29px;
	right: 22px;
	text-indent: -9999px;
	font-size: 0px;
	}
h2#main_page_link a{
	display: block;
	width: 158px;
	height: 78px;
	margin: 0 0 0 0; padding: 0 0 0 0;
	}

/*MENUS BOX*/
#menus_box { float: left; width: 937px; height: 258px; padding: 0 13px 0 0; margin: 0px;}
#jq_menu_box { float: left; width: 177px; height: 217px; padding: 41px 0 0 0;}
#jq_menu_content_box { float: left; width: 760px; height: 223px; }
#jq_content { float: left; width: 760px; height: 223px; margin: 0; }
#jq_content .content { display: none; }

.jq_menu {  }
.jq_menu ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.jq_menu ul li {	
	list-style: none;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	background: none;
	float: right;
	}
.jq_menu ul li a {	
	display: block;
	width: 177px;
	height: 68px; 
	padding: 0 0 0 0; 
	font-size: 0px;
	text-indent: -9999px;
	}
.jq_menu ul li.item0 a { background: url('images/luxxus_btn.jpg') 0 0 no-repeat;}
.jq_menu ul li.item1 a { background: url('images/axxent_btn.jpg') 0 0 no-repeat;}
.jq_menu ul li.item2 a { background: url('images/basixx_btn.jpg') 0 0 no-repeat;}
.jq_menu ul li.item0 a.active { background: url('images/luxxus_btn.jpg') 0 -68px no-repeat;}
.jq_menu ul li.item1 a.active { background: url('images/axxent_btn.jpg') 0 -68px no-repeat;}
.jq_menu ul li.item2 a.active { background: url('images/basixx_btn.jpg') 0 -68px no-repeat;}

/*TOP MENU*/
#top_menu_box { float: left; width: 760px; height: 34px; padding: 0 0 1px 0; background: url('images/top_menu_box_bg.jpg') no-repeat;}
.top_menu { position: relative; z-index: 2; float: left; padding: 0 0 0 20px; }

/*MAIN PAGE*/
#main_page { position: relative; float: left; width: 100%; padding: 0 0 10px 0; }
#jq_cont_foot { float: left; width: 100%; height: 9px; font-size: 0; background: url('images/jq_cont_foot.jpg') no-repeat;}

#fst_column { float: left; width: 181px;  }
#fst_column_inn { float: left; width: 181px; background: url('images/fst_column_bg.gif') repeat-y;}
#snd_column { float: left; width: 769px; }

#fst_top { float: left; width: 181px; height: 30px; padding: 0 0 5px 0; background: url('images/fst_top.jpg') no-repeat;}
#fst_top h3 { float: left; width: auto; padding: 8px 0 0 10px; text-transform: uppercase; font-weight: bold;}
#fst_bottom { float: left; width: 181px; height: 10px; padding: 5px 0 0 0; background: url('images/fst_bottom.gif') 0 bottom no-repeat; }
#fst_content { float: left; width: 151px; padding: 0 18px 0 12px;}

/*CONTENT*/
#content_box { float: left; width: 769px; height: auto; padding: 0; margin-top: 10px} 
#contents { float: left; width: 760px; padding: 0; color: #4c4f4d; line-height: 17px; } 
#contents .content { display: none; }
.content img { display: block; }

#content_fst { float: left; width: 583px;}
#content_fst_inn { float: left; width: 583px; padding: 7px 0 0 0; background: url('images/content_fst_bg.gif') 0 top no-repeat;}

#content_snd { float: left; width: 186px; padding: 7px 0 0 0; background: url('images/content_snd_bg.gif') 0 top no-repeat; }

#content_top { float: left; width: 583px; height: 9px; padding: 0; font-size: 0; background: url('images/content_top_bg.gif') 0 bottom no-repeat;}
#content_center { float: left; width: 538px; height: auto; padding: 5px 20px 5px 25px; font-size: 11px; line-height: 18px; 
background: url('images/content_center_bg.gif') 0 0 repeat-y;}
#content_bottom {float: left; width: 583px; height: 8px; padding: 0px 0 0 0; background: url('images/content_bottom_bg.gif') 0 0 no-repeat;}


.snd_bottom { width: 186px; height: 8px; font-size: 0; padding: 0; background: url('images/snd_bottom.gif') 0 bottom no-repeat; }

/*CONTENT SECTION*/

/*FOOTER*/
#footer_box { width: 100%; height: 99px; background: url('images/footer_bg.gif') repeat-x;}
#footer_inn { width: 950px; height: 99px; margin: 0 auto; }
#footer_menu_box { float: right; width: auto; padding: 15px 0 6px 10px; margin: 0 5px 0 0; border-bottom: 1px solid #6e6142;}

ul#footer_menu { margin: 0; padding: 0 0 0 0px; }
ul#footer_menu li { list-style-type: none; margin: 0; padding: 0; display: inline; }
ul#footer_menu li a:link, ul#footer_menu li a:visited { color: #fff; font-family: Verdana, Geneva, sans-serif; font-size: 11px; text-decoration: none; padding: 5px 5px; }
ul#footer_menu li a:hover, ul#footer_menu li a:active { text-decoration: underline;}
ul#footer_menu li.menu-current a {text-decoration: underline;}


/*GALLERY*/
#gallery_outer { float: left; width: 769px; height: 105px; background: url('images/gallery_box_bg.jpg') 0 top no-repeat;}
#gallery_box { float: left; width: 735px; height: 105px; padding: 0 0 0 34px;}

/*ADVERTS*/
#hiperbox_outer { position: absolute; left: 50%; top: 0; width: 128px; height: auto; padding: 0 0 0 475px;  }
#hiperbox { position: fixed; top: 15px; width: 128px; height: 360px; }
#hiperbox ul { margin: 0; padding: 0;}
#hiperbox ul li { margin: 0; padding: 0; list-style-type: none; display: block;}
#hiperbox ul li a { float: left; width: 128px; height: 72px; }
#hiperbox ul li a#link1 { background: url('images/sztk_zew_box.png') no-repeat;}
#hiperbox ul li a#link2 { background: url('images/sztk_wew_box.png') no-repeat;}
#hiperbox ul li a#link3 { background: url('images/light_box.png') no-repeat;}
#hiperbox ul li a#link4 { background: url('images/q_box.png') no-repeat;}
#hiperbox ul li a#link5 { background: url('images/s_box.png') no-repeat;}

#advert_fst_col { float: left; width: 583px; background: url('images/advert_fst_col_bg.gif') repeat-y;}
#advert_fst_top { float: left; width: 583px; height: 8px; padding: 0; background: url('images/advert_fst_top_bg.gif') 0 top no-repeat;}
#advert_fst_content { float: left; width: 538px; padding: 5px 20px 5px 25px; line-height: 18px; font-size: 11px;}
#advert_fst_bottom { float: left; width: 583px; height: 10px; padding: 5px 0 0 0; background: url('images/advert_fst_bottom_bg.gif') 0 bottom no-repeat;}

/*RECOMEND*/
#recomend { float: left; width: 171px; padding: 10px 5px; text-align: left; }
#recomend h3 { margin: 0; padding: 5px 0; font-size: 11px; font-weight: normal; }
input#priv_pol { vertical-align: baseline;}
input#mail { margin: 5px 0;}
input#send { margin: 0 0 5px 0;}
#title { font-size: 10px;}
#accept { font-size: 10px; }