#content		{ overflow: auto; width: 950px; margin: 20px auto; padding: 0px 5px; }
#content > nav, #content > article	{ display: block; float: left; vertical-align: top; }
#content > nav	{
	width: 165px;
	padding: 10px 13px;
	margin-right: 15px;
	background: #002846;
}
#content > nav > a	{
	display: block;
	padding: 8px 5px;
	color: #ffffff;
	font-size: 12px;
	border-bottom: 1px solid #005a79;
}
#content > nav > a:hover, #content > nav > a.active	{ color: #3ab7ea; }
#content > nav > a:last-child	{ border: 0px; }
#content > article	{
	width: 680px;
	padding: 10px 30px;
	background: #ffffff;
	text-align: justify;
	font-size: 12px;
	line-height: 18px;
}
#content figure	{ display: inline-block; vertical-align: top; margin: 10px; }
#content .gallery > a:nth-child(3n) > figure	{ margin-right: 0px; }
#content .gallery > a:nth-child(3n+1) > figure	{ margin-left: 0px; }
#content figure > figcaption	{
	position: absolute;
	bottom: 15px;
	left: 0px;
	width: 180px;
	padding: 7px 15px;
	font-family: 'MuseoSans500Regular', sans-serif;
	font-size: 16px;
	color: #ffffff;
	background: rgba(0, 40, 70, 0.87);
}
#content > article ul	{ list-style-type: none; list-style-position: outside; padding-left: 10px; margin: 5px 0px; }
#content > article li	{ background: url('../img/arrow.png') 0px 7px no-repeat; padding-left: 13px; margin: 3px 0px; }
#content table	{ border-collapse: collapse; border: 1px solid #d8d8d8; }
#content table td	{
	border: 1px solid #d8d8d8;
	padding: 10px 20px;
	text-align: left;
}
#content table thead td	{ background: #e8eff5; font-weight: bold; border: 1px solid #d8d8d8; }
section.subpage	{ overflow: auto; }
section.subpage > h2	{
	padding: 8px 5px 5px 33px;
	margin: 15px 0px 3px;
	background-image: url('../img/plus.png');
	background-position: 5px 5px;
	background-repeat: no-repeat;
	font-family: 'MuseoSans500Regular', sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #002846;
	cursor: pointer;
}
section.subpage > h2.active	{ background-image: url('../img/minus.png'); }
section.subpage > div	{ overflow: auto; display: none; }
a.pdf	{
	display: block;
	padding: 12px 5px 9px 29px;
	background: url('../img/pdf.png') 5px 9px no-repeat;
	font-family: 'MuseoSans500Regular', sans-serif;
	font-size: 16px;
	color: #002846;
}
.half	{ width: 315px; margin: 0px 10px; }
.contactFormField > span, .offerFormField > label	{
	display: inline-block;
	width: 92px;
	text-align: right;
	margin-right: 13px;
	font-weight: bold;
	color: #002846;
}
.required > span, .required > label	{ width: 100px; margin-right: 5px; }
.contactFormField > span > span, .offerFormField > label > span	{ color: #dc5414; }
.contactFormField > input[type='text'], .contactFormField > textarea,
.offerFormField > input[type='text'], .offerFormField > textarea	{
	font-family: Arial, Verdana, sans-serif;
	padding: 6px 9px;
	margin: 4px 0px;
	border: 1px solid #d1d1d1;
	font-size: 11px;
	width: 180px;
	vertical-align: middle;
}
.contactFormField > textarea	{ vertical-align: top; height: 115px; }
.offerFormField > textarea	{ vertical-align: top; height: 55px; width: 543px; }
.offerFormField, .half, #addFile	{ display: inline-block; vertical-align: top; }
.offerFormField > input[type='radio']	{ margin: 10px 5px; }
label[for^='thickness'], label[for^='holes'],
label[for^='corners'], label[for^='glue']
{ display: inline; font-weight: normal; color: #5b5a58; }
label, #addFile, input[type='submit']	{ cursor: pointer; }
form[action='kontakt.php'] > input[type='submit'], form[action='zapytanie.php'] input[type='submit'], #addFile	{
	margin: 4px 0px 4px 260px;
	padding: 3px 8px;
	background: #002846;
	color: #ffffff;
	border: 0px;
}
#addFile, input[type='submit']	{ margin: 3px; }
form[action='kontakt.php'] > span	{
	display: inline-block;
	margin-left: 110px;
	text-align: left !important;
}
.horizontal	{ margin-top: 15px; }
#files	{ margin: 15px 10px 15px 120px; }
.MultiFile-title	{ margin-left: 10px; }
#map	{ width: 495px; height: 250px; border: 1px solid #d4d4d4; }
.pointAttention	{ border: 1px solid #348FCC !important; }
#requiredInfo	{
	display: none;
	position: absolute;
	top: -50px;
	right: -35px;
	padding: 10px;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #348FCC;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	color: #348FCC;
}
#requiredInfo > div	{
	position: absolute;
	right: 60px;
	bottom: -11px;
	width: 12px;
	height: 11px;
	background: url('../img/tip.png') no-repeat;
}
a.more	{
	position: absolute;
	bottom: 10px;
	right: 150px;
	padding-right: 15px;
	background-image: url('../img/arrow_white.png');
	background-position: 37px 5px;
	background-repeat: no-repeat;
}