@import url("reset.css");
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic&subset=latin-ext);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=latin-ext);
@import url(http://fonts.googleapis.com/css?family=Didact+Gothic&subset=latin,latin-ext);
body {
    background: url("tlo2.png") no-repeat scroll center 38px #000;
    font-family: 'Open Sans', Trebuchet MS, Arial, sans-serif;
   font-size: 13px;
    color: #D8D8D8;
    margin: 0;
	padding: 0;
	text-align:justify;
}

#area{
	width: 1020px;
	min-height: 200px;
	margin: 0 auto;

}
.right {
	float:right;
}
.clear{
	clear:both;
}
.center{
	text-align:center;
}
#images{
	margin: 40px auto;
	padding: 0 20px;
}

blockquote{
	border-bottom: 3px solid maroon;
	padding: 15px;
	margin: 25px 0;
	font-size: 22px;
	font-style: italic;
	line-height: 18px;
	 color: #ffd700;
	 text-align:center;
	}
#logo{
	float:right;
	margin: 60px 40px 60px 0;
	position: relative;
}

#logo h1 {
    float: left;
    margin-top: 5px;
}

#logo h1 a {
	background: url(logo5.png) no-repeat;
    display: block;
    height: 180px;
    text-indent: -9999px;
    width: 300px;
}

#menu ul {
	margin: 8px auto;
	overflow: hidden;
	text-align: center;
	

}
#menu ul li {
	display: inline-block;
	list-style: none;
	padding: 0;
}	
#menu ul li a {
	color: #fff;
	display: block;
	margin: 0 10px;
	text-decoration: none;	
	text-transform: uppercase;
}

#menu ul li a:hover {
	color:#ffd700;
}

#content{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position: relative;
	margin: 320px auto 0;
	background:#000;
	border: 1px #ffd700 solid;
	padding:10px;
	line-height: 0.5cm;	
	
}
#sklep {
	width: 93%;
	margin: 0 auto;

}
.box {
	width: auto;
	float:left;
	padding: 5px;
	background: #ffffff;
	margin: 5px;
	color: #000000;
	
}

.box span {
	font-weight: 700;
	color: #ffd700;
	font-size: 20px;
}
.buy {
	background-image: url('galeria/kup.png') no-repeat;
}
.koszyk{
	position:fixed;
	width: auto;
	min-height: 100px;
	bottom:40px;
	right:10px;
	background: #fff;
	color: #000;
	z-index: 8;
	-moz-border-radius: 15px 0 15px 0;
	border-radius: 15px 0 15px 0;
	padding: 10px;
}
.imgZamowienie{
	width:30%;
	height:30%;
	border: 3px #fff solid;
}
.zamowienie {
	text-align: center;
	width: auto;
	margin: 10px;
}
.zamowienie td{
	 vertical-align:middle;
	 min-width: 100px;
	 border-bottom: 1px #fff solid;
}
#content h1, h3{
	font-size: 24px;
	margin: 20px 0 15px 0; font-weight: normal; letter-spacing: -1px; color: #fff; color: #ffd700;

}
#content h2{
	font-size: 20px;
	margin: 20px 0 15px 0; font-weight: normal; letter-spacing: -1px; color: #fff; color: #ffd700;

}
#left{
	float: left;
	min-height: 480px;
	width: 74%;
	padding: 10px 5px;
	border-right-style:dashed;
	border-width:1px;
	
	
	}
#left p{
	padding: 10px;
}
#left #galeria img{
	margin: 10px;
	-webkit-box-shadow: 0px 0px 0px 7px white;
	   -moz-box-shadow: 0px 0px 0px 7px white;
	        box-shadow: 0px 0px 0px 3px white;
}


#right{
	float:right;
	width: 23%;
	padding: 10px 5px;
	min-height: 200px;
	
	
}
p {
	margin: 10px auto;
}
.tel{
	font-size: 22px;
	font-weight: 800;
	color: #FFC125;
}
#footer{
	position: relative;
	text-align: right;
	font-size: 13px;
	margin: 10px;
	color: #fff;

}
#footer a{ text-decoration: none; color: #FFC125;}
#footer a:hover{ color: #fff;}

