* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
body {
	color: #B68C44;
	font-size: 62.5%;
	background-color: #100300;
}
a { text-decoration: none; color: #dfb467; }
h1, h2 { font-weight: normal; }
h2 { margin-top: 25px; }

.clear {
	clear: both;
}
.error {
	color: #900;
}

/* HEADER */
#header_container {
	width: 100%;
	text-align: center;
}
.style_1 { background: url(../images/layout/header1_bg.gif) top repeat-x #170904; }
.style_2 { background: url(../images/layout/header2_bg.gif) top repeat-x #170904; }
.style_3 { background: url(../images/layout/header3_bg.gif) top repeat-x #170904; }
#flash_logo {
	margin: auto;
	width: 850px;
	height: 334px;
	background-color: #170904;
}

	/* main_menu */

#menu_container {
	position: relative;
	margin: auto;
	height: 36px;
	width: 850px;
	background-color: #1D0C07;
	border-top: 1px solid #2f1c16;
}

ul#main_menu {
	position: absolute;
	top: 3px;
	left: 0;
	height: 33px;
	width: 850px;
	list-style-type: none;
	overflow: hidden;
}
ul#main_menu a {
	display: block;
	height: 33px;
	width: 100%;
	text-indent: -1500px;
	overflow: hidden;
	border: 0px solid orange;
}
li#home {
	position: absolute;
	left: 0;
	height: 33px;
	width: 124px;
	background: url(../images/layout/mm_home.gif) no-repeat;
}
li#uroda {
	position: absolute;
	left: 106px;
	height: 33px;
	width: 113px;
	background: url(../images/layout/mm_uroda.gif) no-repeat;
}
li#cialo_i_umysl {
	position: absolute;
	left: 201px;
	height: 33px;
	width: 185px;
	background: url(../images/layout/mm_cialo-i-umysl.gif) no-repeat;
}
li#pakiety {
	position: absolute;
	left: 368px;
	height: 33px;
	width: 128px;
	background: url(../images/layout/mm_pakiety.gif) no-repeat;
}
li#promocje {
	position: absolute;
	padding-bottom: 0;
	left: 478px;
	height: 33px;
	width: 143px;
	background: url(../images/layout/mm_promocje.gif) no-repeat;
}
li#dla_firm {
	position: absolute;
	left: 603px;
	height: 33px;
	width: 135px;
	background: url(../images/layout/mm_dla-firm.gif) no-repeat;
}
li#kontakt {
	position: absolute;
	left: 720px;
	height: 33px;
	width: 300px;
	background: url(../images/layout/mm_kontakt.gif) no-repeat;
}
li#home:focus, li#home:hover, li#home:active { background-position: left center; }
li#uroda:focus, li#uroda:hover, li#uroda:active { background-position: left center; }
li#cialo_i_umysl:focus, li#cialo_i_umysl:hover, li#cialo_i_umysl:active { background-position: left center; }
li#pakiety:focus, li#pakiety:hover, li#pakiety:active { background-position: left center; }
li#promocje:focus, li#promocje:hover, li#promocje:active { background-position: left center; }
li#dla_firm:focus, li#dla_firm:hover, li#dla_firm:active { background-position: left center; }
li#kontakt:focus, li#kontakt:hover, li#kontakt:active { background-position: left center; }
li.selected { background-position: left bottom !important; }

	/* sub_menu */
#sub_menu_container {
	position: relative;
	margin: auto;
	padding-top: 29px;
	width: 536px;
	border-left: 163px solid #100300;
	border-right: 149px solid #100300;
	background-image: url(../images/layout/submenu_top.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#sub_menu_margin_left {
	float: left;
	margin-top: -29px;
	margin-left: -163px;
	width: 163px;
	height: 66px;
	background: url(../images/layout/submenu_left.png) left top no-repeat;
}
#sub_menu_content {
	width: 536px;
}
#sub_menu_content ul {
	padding-bottom: 15px;
	list-style: none;
	line-height: 22px;
	font-size: 1.4em;
	text-align: center;
	background: url(../images/layout/submenu_bottom.png) left bottom no-repeat #1D0C07;
}
#sub_menu_content ul li {
	display: inline;
}
#sub_menu_content ul li a {
	padding: 0 9px;
	display: inline;
	font-family: "Times New Roman", Times, serif;
	color: #B1458D;
}
#sub_menu_content .selected {
	color: #D1A846;
}
#sub_menu_margin_right {
	position: absolute;
	top: 0;
	right: -149px;
	width: 149px;
	height: 66px;
	background: url(../images/layout/submenu_right.png) left top no-repeat;
}


/* CONTENT */
#content_container {
	margin: auto;
	width: 850px;
	color: #B68C44;
	background-color: #100300;
}
.info_container {
	padding: 25px;
	text-align: center;
}
#left_column {
	float: left;
	padding: 10px 10px 25px 10px;
	width: 540px;
	border: 1px solid #160401;
	background-color: #0B0200;
}
#space_column {
	float: left;
	width: 24px;
	height: 50px;
	background: url(../images/layout/space_bg.png) left top no-repeat;
}
#right_column {
	float: left;
	padding: 3px 3px 30px 3px;
	width: 256px;
	background-color: #0B0200;
	border: 1px solid #160401;
}
#one_column {
	padding: 10px 10px 25px 10px;
	background-color: #0B0200;
	border: 1px solid #160401;
}
#top_spacer {
	clear: both;
	height: 25px;
}
#bottom_spacer {
	clear: both;
	height: 100px;
}

/* FOOTER */
#footer_container {
	border-top: 1px solid #170F0F;
	background: url(../images/layout/footer_bg.png) center bottom no-repeat #080000;
	height: 220px;
	position: relative;
}
#footer_container ul {
	margin: auto;
	width: 850px;
	list-style: none;
}
#footer_container ul li {
	float: right;
	padding: 0 0 4px 14px;
	background: url(../images/layout/footer_menu_left.png) left top no-repeat;
}
#footer_container ul li a {
	padding: 0 14px 4px 0;
	font-size: 1.1em;
	color: #B68C44;
	background: url(../images/layout/footer_menu_right.png) right top no-repeat;
}
.footer_text {
	clear: both;
	padding-top: 160px;
	color: #410907;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
.footer_text a {
	color: #711F2D;
}


/* CONTENT CLASSES */
.title {
	padding: 10px 0 10px 25px;
	line-height: 24px;
	color: #B1458D;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	text-transform: uppercase;
	background: url(../images/layout/title_bg.png) left no-repeat;
}
.title_small {
	margin-top: 15px;
	padding: 5px 0 0 25px;
	line-height: 20px;
	color: #B1458D;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em !important;
	text-transform: uppercase;
}
.article_container .list {
	text-indent: 25px;
	padding: 0;
}
#left_column ul, .article_container ul, .cke_show_borders ul {
	margin-left: 25px;
	padding-left: 25px;
	list-style: square;
	line-height: 15px;
	font-size: 1.2em;
	color: #C00;
}
#left_column a:hover, .article_container a:hover, .cke_show_borders a:hover {
	text-decoration: underline;
}
p {
	padding: 5px 10px 5px 15px;
	text-indent: 15px;
	font-size: 1.2em;
}
/*
.text {
	padding: 2px 10px 2px 15px;
	text-indent: 15px;
	font-size: 1.3em;
}
*/
.heading_text {
	color: #B1458D;
	font-weight: bold;
}
.important {
	color: #DfB467;
	font-weight: bold;
}
.promotion {
	font-weight: bold;
	color: #C00;
}
.article_photo_container {
	display: block;
	float: left;
	margin: 10px;
	padding: 0;
	text-indent: 0;
	margin-top: 25px;
	text-align: center;
	border: 1px solid #0B0200;
}
.article_photo_container:hover {
	background-color: #170904;
	border: 1px solid #160401;
}
.article_photo_container img {
	margin: 10px 10px 8px 10px;
	border: 3px solid #000;
}
#promocje {
	padding-bottom: 25px;
}
#promocje p {
	padding: 2px 10px 2px 15px;
	text-indent: 15px;
	text-align: justify;
	font-size: 1.3em;
}
#promocje strong {
	display: inline-block;
	margin-top: 10px;
	color: #B1458D;
	font-weight: bold;
}
#promocje .promo_price {
	text-align: right;
	margin-right: 25px;
	margin-bottom: 5px;
	color: #DfB467;
	font-weight: bold;
}
#promocje .promo_price span {
	color: #B1458D;
}
.more_button {
	padding: 11px 25px 0 0;
	text-align: right;
	background: url(../images/layout/content_line.png) left no-repeat;
}
.double_line {
	margin-top: 15px;
	height: 45px;
	background: url(../images/layout/content_doubleline.png) left top no-repeat;
} 
.content_list {
	margin-left: 15px;
	padding-left: 15px;
	list-style: square;
	line-height: 14px;
	color: #C00;
}
.content_list li p {
	padding: 0;
	color: #B68C44;
	font-size: 1.3em;
}

	/* price list */

		/* toggler */
#toggle_all {
	margin-bottom: 15px;
	text-align: right;
	font-size: 1.3em;
	font-weight: bold;
	color: #B1458D;
	background: url(../images/layout/content_line.png) left no-repeat;
}
#toggle_all a {
	color: #DfB467;
}
#on_off { display: inline; }
.off { display: none !important; }
.toggler_container {
	margin: 1px auto;
	width: 750px;
}
.toggler_container a {
	display: block;
	padding-left: 50px;
	color: #dfb467;
	font-size: 1.7em;
	line-height: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
}
.toggler_container a span {
	font-weight: normal;
	font-size: 0.9em;
	font-family: inherit;
	text-transform: none;
}
.toggler {
	border: 1px solid #160401;
	background: url(../images/layout/toggler_of_bg.png) left no-repeat #100300;
}
.toggler_active {
	border: 1px solid #160401;
	background: url(../images/layout/toggler_on_bg.png) left no-repeat #170904;
}
.toggler_content {
	margin-left: 75px;
	width: 713px;
	font-size: 1.2em;
}
		/* toggler */
.service_details {
	float: right;
	margin-top: -20px;
	margin-right: 10px;
	font-weight: bold;
}
.service_body {
	border: 1px solid #0B0200;
	margin-bottom: 5px;
	text-indent: 20px;
	font-size: 0.9em;
	line-height: 1.2em;
}

	/* gallery */
.gallery {
	margin: auto;
	padding-bottom: 40px;
	padding-top: 15px;
	width: 720px;
	border: 0px solid yellow;
	text-align: center;
}
.gallery a {
	display: block;
	float: left;
	width: 178px;
	height: 178px;
	line-height: 178px;
	border: 1px solid #0B0200;
}
.gallery a:hover {
	background-color: #170904;
	border: 1px solid #160401;
}
.gallery a img {
	margin-top: 10px;
	border: 3px solid #000;
}

/* Kontakt */
#map_container {
	margin: auto;
	margin-bottom: 25px;
	border: 1px solid #160401;
	width: 800px;
	height: 500px;
}


/* inne */
li .important {
	display: block;
	padding: 2px 0;
}
.content_line {
	display: block;
	height: 22px;
	background: url(../images/layout/content_line.png) left bottom no-repeat;
}
.p_top {
	padding-top: 10px;
}
.credits {
	position: absolute;
	bottom: 0;
	left: auto;
	right: auto;
}

