

/* ---------------------------------------------- */
/* ---------------- CSS 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, tfot, thead, tr, th, td {
	
	margin: 0;
	padding:  0;
	border:  0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

ol, ul {
	
	list-style: none;
}

/* ---------------------------------------------- */
/* ------------------ BODY ---------------------- */
/* ---------------------------------------------- */

body {
		line-height: 130%;		
		background:  #dad3c4 url(../img/bg.gif) repeat-x ;	
		margin:  0;	
		padding:  0;
		font: 12px Helvetica, Arial;
		color: #6E6358;	
}

/* ---------------------------------------------- */
/* ----------------- GENERAL -------------------- */
/* ---------------------------------------------- */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

h1 {
	font-size: 16px;
	color: #8A1F03;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: #8A1F03;
	font-weight: bold;
}

h3 {
	
}

h4 {

}

h5 {
	
}

h6 {
	
}

p {
	margin: 10px 0 0 0;
	line-height: 130%;
}

a {
	color: #8A1F03;
}

a:hover {
	color: #8A1F03;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


/* ---------------------------------------------- */
/* ------------------ COLORS -------------------- */
/* ---------------------------------------------- */

.red {
	color: #8A1F03;
}


/* ---------------------------------------------- */
/* ------------------ LAYOUT -------------------- */
/* ---------------------------------------------- */

#wrapper {
	width: 980px;
	margin: 0 auto;	
	height: 600px;
}

#header {
	width: 980px;
	height: 153px;
	background: url(../img/top2.gif) no-repeat;
}

#quote {
	width: 265px;
	height: 76px;
	position: relative;
}

.qtop-p {
	top: 15px;
	left: 545px;
}

.qtop-l {
	top: 20px;
	left: 500px;
}

.qtop-h {
	top: 20px;
	left: 550px;
}

#main {
	width: 725px;
	height: 562px;
	background: url(../img/main2.gif) no-repeat;
	padding: 20px 125px 0 130px;
}

/* ////////////////////// LEWA KOLUMNA Z TEKSTEM ///////////////////////// */

#main .left {
	width: 471px;
	padding: 0 10px 0 0;
}

/* ////////////////////// PRAWA KOLUMNA Z LINKAMI ///////////////////////// */

#main .right {
	width: 228px;
	background: url(../img/line.png) top left no-repeat;
	padding: 0 0 0 10px;
	min-height: 346px;
}

#main .right h2 {
	margin: 0 0 0 10px;
}

.box {
	width: 210px;
	background: #F0ECE3;
	padding: 10px;
	margin: 10px 0 10px 0;
	line-height: 130%;
}

.box img {
	float: left;
	margin: 0 10px 0 0;
}


/* ////////////////////// DOL Z PLYTAMI ///////////////////////// */

#album {
	margin: 0px 0 0 0;
}

#l {
	width: 345px;
	float: left;
	min-height: 161px;
}

#l img {
	float: left;
	margin: 0 10px 0 0;
}

#l h1 {
	color: #CDA452;
	font-size: 20px;
	margin: 3px 0 0 0;
}

#r {
	width: 345px;
	min-height: 161px;
	float: right;
	background: url(../img/line2.gif) top left no-repeat ;
	padding: 0 0 0 20px;
}

#r h2 {
	margin: 0 !important;
}

.images {
	margin: 10px 0 0 0;
}

.images img {
	float: left;
	margin: 0 20px 0 0;
}

/* ////////////////////// FOOTER ///////////////////////// */
#footer {
	position: absolute;
	top: 710px;
	padding: 0 0 2px 0;
}

#footer span {
	margin: 0 0 0 465px;
}


.title {
	color: #CDA452;
	font-size: 26px;
	margin: 3px 0 0 0;
	font-weight: normal;
}

.sample {
	width: 185px;
	height: 17px;
	background: #928475 url(../img/play.png) top left no-repeat;
	margin: 4px 0 0 140px;
	padding: 3px 0 0 22px;
}

.grey {
	background: #B3A99E url(../img/play.png) top left no-repeat;
}

.sample a {
		color: #fff;
		text-decoration: none;
}

/* ////////////////////// OPISY PLYT ///////////////////////// */

.record {
	margin: 10px 0 30px 0;
}

.descr {
	float: left;
	width: 296px;
}

.title2 {
	background: #EDE8DD;
	font-weight: bold;
	padding: 5px;
}

.title2 span {
	font-weight: normal;
	font-style: italic;
	margin: 0 0 0 110px;
}

.cover {
	float: right;
}

.buy {
	margin: 15px 0 0 0;
}

.pp {
	margin: 5px 0 0 0;
}

.small {
	margin: 0 0 0 20px !important;
}

#nav {
	position: relative;
	top: 53px;
	left: 320px;
}

#nav ul li {
	float: left;
	background: #B3A99E;
	margin: 0 3px 0 0;
	padding: 3px 0px 3px 0px;
}

#nav ul li a {	
	padding: 3px 10px 3px 10px;
	color: #fff;
	text-decoration: none;
}

#nav ul li a:hover {
	font-weight: bold;
}

#nav ul li a.current {
	background: #77250B;
	font-weight: bold;
}

#buy {
	margin: 40px 0 0 0;
}

.announcement {
	float: left;
	text-decoration: underline;
}


.paypal-link {
	float: right;
}


