body
{
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Tahoma, Verdana, Arial, serif-sans;
	font-size: 8pt;
}

a
{
	color: #fe4d01;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: 0;
}

#theone
{
	background-color: #505050;
	background-image: url(imgs/page_bg.gif);
	background-repeat: repeat-x;
}

#root
{
	width: 770px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}

#header
{
	height: 200px;
	background-image: url(imgs/header.gif);
	position: relative;
}

#index
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

#upmenu
{
	position: absolute;
	top: 0px;
	right: 10px;
	overflow: hidden;
	clear: both;
	z-index: 100;
}

#content
{
	background: url(imgs/content_bg.gif) top center no-repeat;
	clear: both;
	padding-top: 30px;
	/*min-height: 550px;*/
	padding-bottom: 90px; /* for clients section */
}

#menu
{
	padding: 0 30px;
	width: 160px;
	float: left;
}

#body
{
	overflow: hidden;
}

#body p
{
	text-align: justify;
}

#right
{
	float: right;
	width: 182px;
	margin-right: 15px;
	text-align: center;
}

.right_kariera
{
	width: 182px;
	margin-top: 10px;
	background: url(imgs/right_bg.gif) top center no-repeat;
}

#bonusy
{
	position: absolute;
	top: 100px;
	right: -94px;
}

.cleaner
{
	clear: both;
}

#footer
{
	background-color: #fff;
	background-image: url(imgs/footer_bg.gif);
	background-repeat: repeat-x;
	height: 110px;
	overflow: hidden;
}

#infoot
{
	width: 790px;
	margin: 0 auto;
	background: url(imgs/footer.gif) top center no-repeat;
	height: 110px;
	color: #fff;
	padding: 40px;
	padding-bottom: 0;
}

#clients
{
	position: absolute;
	bottom: 0;
	background: url(imgs/zaufali.gif) top left no-repeat;
	padding-top: 20px;
	padding-bottom: 10px;
	margin: 0 20px;
}

/* Menu section */

#menu ul , #right ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu a , #menu ul.dropdown li
{
	display: block;
	width: 100%;
	padding: 5px 8px;
	margin: 2px 0;
}

#menu a.dropdown , #menu ul.dropdown li
{
	border-bottom: 1px dotted #545454;
}

#menu ul.dropdown a
{
	display: inline;
	color: #333;
	/* margin-left: -12px; */
}

#menu a.current
{
	font-weight: bold;
	color: white;
	background: url(imgs/link_bg.gif) top left repeat-x;
}

#menu .current img
{
	/* visibility: hidden; */
	display: none;
}

#menu a.current
{
	padding-left: 15px;
}

/* Right section */

#right ul
{
	display: block;
	margin: 0 auto;
	padding-top: 60px;
	width: 150px;
}

#right li
{
	padding-bottom: 10px;
}

/* Body section */
#body h1
{
	margin: 0;
	font-size: 8pt;
	color: #333;
	margin-bottom: 15px;
}

#body .p
{
	margin: 0;
	color: #343434;
	padding-bottom: 15px;
	border-bottom: 1px dotted #333;
	margin-bottom: 5px;
	line-height: 16px;
	margin-right: 10px;
}

#body .p p
{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#body a
{
	font-weight: bold;
}

/* Footer section */

#infoot div
{
	float: left;
	width: 180px;
	border-right: 1px solid #b43c00;
}

#infoot a
{
	color: #fff;
}

#infoot #kontakt label
{
	font-weight: bold;
	width: 50px;
	text-align: right;
	display: block;
	float: left;
	padding-right: 3px;
}

#infoot #kontakt div
{
	float: none;
	clear: both;
	padding-left: 10px;
	border: 0;
	margin-bottom: 3px;
}

#infoot #adres
{
	margin-left: 40px;
	line-height: 1.5em;
}

#infoot #kreacja
{
	padding-top: 30px;
	text-align: right;
	margin-right: 30px;
	float: right;
	color: #ffb053;
	font-size: 7pt;
	border: 0;
}

#infoot #kreacja a
{
	font-weight: bold;
}

#infoot .cleaner
{
	border: 0;
}

/* Client section */
#clients ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}

#clients ul li
{
	float: left;
	padding-right: 24px;
}

/* Bonusy section */

#bonusy a
{
	display: block;
	height: 172px;
	width: 94px;
	background: url(imgs/bonusy.gif) top left no-repeat;
}

#bonusy a:hover
{
	background-image: url(imgs/bonusy_hover.gif);
	text-decoration: none;
}

/* Upmenu section */

#upmenu a
{
	color: #6a6a6a;
	display: block;
	margin-top: 15px;
	padding: 0 18px;
	float: left;
}

/* Classes */

.galeria
{
	text-align: center;
}

.galeria img
{
	margin: 5px;
}

.message
{
	text-align: center;
	margin-bottom: 8px;
	font-size: 13px;
}

.contactform input , .contactform textarea , .contactform label , .contactform select
{
	display: block;
	margin: 4px;
}

.contactform label
{
	font-weight: bold;
	margin-left: 0px;
}

.submit
{
	background-color: #ff6110; 
	border: 2px solid #ff9400; 
	color: white; 
	font-weight: bold;
}

table , table td , table td a
{
	font-size: 8pt;
}