@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	text-align: center;
	background-image: url(../img/bg-page.jpg);
	background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, h6 p, a, li {
	font-family: "Century Gothic", Arial;
}

h1 {	font-size: 14px;	}
h2 {	font-size: 13px;	line-height: 10px;	}
h3 {	font-size: 11px;	}
h4 {	font-size: 10px;	}
h5 {	font-size: 15px;	}
h6 {	font-size: 16px;	}
p  {	font-size: 12px;	line-height: 16px;	}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #FF6600;
}

a.menu {
	letter-spacing: 3px;
	padding-right: 28px;
	padding-left: 28px;
	text-decoration: none;
	color: #000000;
	font-variant: small-caps;
}

a.menu:hover {
	text-decoration: underline;
	font-style: normal;
}

a.index {
	text-decoration: none;
	color: #333333;
	font-variant: small-caps;
	font-size: 11px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	letter-spacing: 1px;
}
a.index:hover {
	text-decoration: underline;
	font-style: normal;
}

div#container {
	position: relative;
	width: 856px;
	margin: auto;
	height: 500px;
}
div#first {
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 0;
	width: 200px;
	margin: 0px;
	text-align: center;
	vertical-align: top;
}

div#second {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 200px;
	width: 656px;
	margin: 0px;
}


div#head {
	position: relative;
	margin: auto;
	width: 856px;
	height: 176px;
}

div#page {
	position: relative;
	width: 856px;
	background-color: #FFFFFF;
	background-image: url(../img/bg-page-in.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

div#head-img {
	height: 139px;
	background-repeat: no-repeat;
	background-position: right top;
}

div#menu {
	background-color: #8C9584;
	height: 18px;
	width: 797px;
	float: right;
}

div#pasek {
	height: 34px;
	width: 656px;
	background-repeat: no-repeat;
	background-position: right;
	background-color: #0669B2;
}

div#dzial {
	color: #FFFFFF;
	letter-spacing: 20px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 30px;
	font-variant: small-caps;
	text-align: left;
}

div#content {
	width: 600px;
	text-align: justify;
	padding-left: 30px;
}

div#foot {
	position: relative;
	margin: auto;
	width: 800px;
	height: 154px;
	background-image: url(../img/foot-product.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

div#foto {
	padding-top: 180px;
}

