html {
	height: 100%;
	font-size: 10px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
body {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 15px;
	background-color: #000;
	height: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
h1 {
	font-size: 21px;
}
h2 {
	font-size: 18px;
}

table {
}

td {
}

a {
	color: black;
	text-decoration: none;
	border: 0px none;
}
a img {
	border: 0px none;
}
a:hover {
	color: black;
	text-decoration: underline;
	border: 0px none;
}
hr {
	height: 1px;
	border: 0px none;
	color: #DDD;
	background-color: #DDD;
	width: auto;
	margin: 5px 20px 10px 20px;
}

input[type="text"], input[type="file"], input[type="password"], input[type="button"], input[type="submit"], button, textarea, select {
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-right: 2px solid #BBB;
	border-bottom: 2px solid #BBB;	
	background: white;
	padding: 5px 10px 5px 10px;
	margin: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 4px #AAA;
	-moz-box-shadow: 2px 2px 4px #AAA;
	-webkit-box-shadow: 2px 2px 4px #AAA;
	position: relative;
}

input:hover, button:hover {
	background: #EEE;
}

#page_container {
	width: 1024px;
	min-height: 100%;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	background: #FFF;
}

* html #page_container {
height: 100%;
}

#container {
	width: 1024px;
	display: inline-block;
	width: 100%;
	overflow: show;
	height: 100%;
}

#content_2 {
	height: auto;
	min-height: 660px;
	background-image: url('../img/tlo_dolne_1.jpg');
	background-repeat: no-repeat;
}

#logo {
	width: 348px;
	height: 87px;
	background-image: url('../img/sukniemk.png');
	background-repeat: no-repeat;
	text-indent: -5000px;
	position: relative;
	left: 300px;
	top: 20px;
}
* html #logo {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/sukniemk.png');
}
#kolekcje {
	width: 350px;
	height: 90px;
	background-image: url('../img/naszekolekcje.png');
	background-repeat: no-repeat;
	text-indent: -5000px;
	position: relative;
	top: 12px;
	left: 11px;
}
#zaprojektuj_container{
	clear: left;
	display: block;
	padding: 20px 11px 10px 11px;
}
#zaprojektuj {
	display: block;
	width: 465px;
	height: 35px;
	background-image: url('../img/zaprojektuj.png');
	background-repeat: no-repeat;
	text-indent: -5000px;
	position: relative;
   	z-index: 5;
}
#zaprojektuj:hover {
	background-image: url('../img/zaprojektuj_hover.png');
	background-position: -1px 0px;
}
* html #zaprojektuj_container {
}
* html #zaprojektuj {
	top: -20px;
	background-image: none;
	height: 32px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/zaprojektuj.png');
}
* html #zaprojektuj:hover {
	background-image: none;
	width: 466px;
	height: 32px;
	left: -1px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/zaprojektuj_hover.png');
}

#dodatki {
	width: 680px;
	text-align: right;
	position: relative;
	padding: 10px 0px 10px 0px;
   	z-index: 1;
}
* html #dodatki {
	top: -15px;
}
/* menu */

#menu {
	height: 40px;
	background-image: url('../img/menu.png');
	padding: 0;
	margin: 0;
}
#menu ul {
	text-indent: 0;
	padding: 0;
	margin: 0;
}
#menu ul li,
#menu ul li a {
	display: block;
	float: left;
	width: 204px;
	text-align: center;
	text-transform:uppercase;
	color: white;
	line-height: 38px;
	font-size: 18px;
	padding: 0;
	margin: 0;
}
#menu ul li a:hover {
	background-image: url('../img/menu_rev.png');
}


/* menu end */

/* jCapSlide */
.ic_container{
    vertical-align:baseline;
    margin: 3px 0px 3px 0px;
    position:relative;
   	z-index: 10;
}
* html .ic_container {
	top: -30px;
}
.overlay{
    opacity:0.3;
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.ic_caption{
    position:absolute;    
    overflow:hidden;
    margin:0px;
    padding:0px;
    left:0px;
    right:0px;
    cursor: pointer;
	background-image: url('../img/white_60prc.png');
}
.ic_category{
    text-transform:uppercase;
    font-size:15px;
    letter-spacing:3px;
    padding:5px;
    margin:0px;
}
.ic_caption h3{
    padding:0px 5px 5px 5px;
    margin:0px;
    font-size:24px;
}
.ic_text{
    padding:5px;
    margin:0px;
    text-align:center;
    font-size:13px;
}
/* jCapSlide end */
/* welcome */
.welcome_box,
.welcome_box_galeria {
	padding: 10px 10px 10px 170px;
	height: 530px;
	background-image: url('../img/tlo_3.jpg');
}
.welcome_box_galeria {
	padding: 10px 30px 10px 30px;
}
.welcome_box_2 {
	padding: 10px 30px 10px 180px;
}

#welcome_header {
	height: 140px;
}
.ic_box {
	width: 850px;
	clear: left;
}
.ic_box_2 {
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	padding: 10px 15px 10px 15px;
	background-image: url('../img/white_60prc.png');
	font-size: 18px;
}
p.opis {
	text-align: left;
}
p.opis_small {
	text-align: left;
	font-size: 70%;
}
.ic_container {
	float: left;
	margin: 3px 11px 3px 11px;
}
.papilio_f, .mariekate_f, .antra_f, .venus_f {
	text-indent: -5000px;
	height: 57px;
	background-position: 50% 5px;
	background-repeat: no-repeat;
}
.papilio_f {
	cursor: pointer;
	background-image: url('../img/papilio_f_sh.png');
}
.mariekate_f {
	cursor: pointer;
	background-image: url('../img/mariekate_f.png');
}
.antra_f {
	cursor: pointer;
	background-image: url('../img/antra_f.png');
}
.venus_f {
	cursor: pointer;
	background-image: url('../img/venus_f.png');
}
/* welcome end */
/* galeria */
.ContentFlow_container_loader {
	display: none;
}

.ContentFlow_container {
	height: 350px;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	overflow: hidden;
}
/* galeria end */
img.tnail {
	margin: 5px 5px 5px 5px;
	border: 3px solid #ddd;
}
.video_info {
	color: black;
	background-image: url('../img/white_60prc.png');
	font-size: 18px;
	height: 50px;
	margin-top: 45px;	
}
.video_info span {
	display: block;
	color: #444;
	font-size: 12px;
}
.play_bt {
	margin-top: 105px;
}
div.player2,
div.player {
	border: 3px solid #ddd;
	display: block;
	cursor:pointer;
	text-align:center;
}


