@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	background-image:url(../gfx/page_bg.png);
	background-position: top;
	background-repeat:repeat-x;
	font-family: 'Ubuntu', Arial, Verdana, Helvetica, serif;
	font-size: 11px;
	color:#757575;
	text-shadow: 8px 8px 8px #ddd;
}

a, a:visited {
	color:#757575;
	text-decoration:underline;
}

a:hover {
	color:#757575;
	text-decoration:none;
}

#container {
	width: 987px;
	margin:auto;
}

#header {
	width: 987px;
	height: 95px;
}

#header_logo {
	width: 172px;
	height: 53px;
	float:left;
	margin-top: 15px;
	margin-left: 37px;
}

#header_techniczne {
	width: 300px;
	height: 33px;
	float:right;
	margin-top: 32px;
}

#header_techniczne a {
	margin-left: 17px;
	margin-right: 17px;
}

#left_col {
	width: 300px;
	float:left;
	margin-top: 15px;
}

#left_menu {
	width: 298px;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}

#left_menu h2, #left_menu h3 {
	display: block;
	width: 259px;
	height: 26px;
	line-height: 26px;
	padding-left: 39px;
	margin-bottom: 4px;
	color:#6c174d;
	font-size: 10px;
	cursor: pointer;
	background-image:url(../gfx/left_menu_h2.png);
}

.submenu {
	padding-left: 39px;
	line-height: 20px;
	margin-bottom: 5px;
}

a.submenu_item {
	display: inline-block;
	margin-left: 10px;
	color:#757575;
	font-size: 10px;
	text-decoration:none;
}

a.submenu_item:hover{
	text-decoration:underline;
}

#left_menu h2 a, #left_menu h2 a:visited, #left_menu h3 a, #left_menu h3 a:visited {
	color:#6c174d;
	font-size: 10px;
	text-decoration:none;
}

#left_menu h2 a:hover, #left_menu h3 a:hover {
	text-decoration:underline;
}

#banner_left_1, #banner_left_2, #banner_left_3, #banner_left_4, #banner_left_5, #banner_left_6 {
	width: 300px;
	height: 100px;
	margin-bottom: 15px;
}

#content {
	width: 670px;
	float:right;
	margin-top: 15px;
}

p.content_title {
	font-size: 14px;
	color:#6c174d;
	font-weight:bold;
}

#footer_bread {
	width: 987px;
	height: 21px;
	line-height: 21px;
	background-image:url(../gfx/footer_bread_bg.png);
}

#footer_bread a, #footer_bread a:visited {
	text-decoration:none;
	color:#949494;
	font-size: 10px;
}

#footer_bread a:hover {
	text-decoration:underline;
}

#footer_menu {
	width: 987px;
	height: 95px;
	background-image:url(../gfx/footer_menu_bg.jpg);
}

#footer_menu a, #footer_menu a:visited {
	line-height: 20px;
	text-decoration: none;
	font-size: 11px;
	color:#949494;
}

#footer_menu a:hover {
	text-decoration:underline;
}

#footer_menu_left {
	width: 760px;
	float:left;
}

.footer_left_col {
	width: 210px;
	float:left;
	height: 88px;
	padding-left: 13px;
	padding-top: 7px;
}

#footer_menu_right {
	width: 227px;
	float:right;
}

#footer_newsletter {
	width: 365px;
	height:116px;
	margin-top: 15px;
	float:left;
	background-color:#ededed;
}

.newsletter_header {
	width:333px;
	height:22px;
	line-height: 22px;
	margin:auto;
	margin-top: 7px;
	background-color:#6c174d;
	padding-left: 18px;
	color:#ffffff;
	font-size: 12px;
}

.newsletter_text {
	padding-left: 18px;
	padding-right: 18px;
	color:#6c174d;
	font-size: 10px;
	padding-top: 3px;
}

#footer_newsletter input[type=text] {
	width:195px;
	height: 18px;
	background-color:#ebcee1;
	border: 1px solid #6c174d;
	float:left;
}

a.send_newsletter, a.send_newsletter:visited {
	display:inline-block;
	float:right;
	width: 131px;
	height:18px;
	line-height: 18px;
	color:#ffffff;
	font-size: 10px;
	text-align:center;
	text-decoration:none;
	background-color:#6c174d;
	border-bottom: 1px solid #6f1b50;
	border-top: 1px solid #6f1b50;
	margin-right: -8px;
}

a.send_newsletter:hover {
	text-decoration:underline;
}

#footer_contact {
	width: 325px;
	height:76px;
	margin-top: 15px;
	margin-left: 15px;
	float:left;
	background-color:#ededed;
	padding: 20px;
	color:#868586;
	font-size: 10px;
}

#footer_contact a, #footer_contact a:visited{
	color:#868586;
	font-size: 10px;
	text-decoration:none;
}

#footer_contact a:hover{
	text-decoration:underline;
}

#footer_social {
	width: 187px;
	height:76px;
	margin-top: 15px;
	margin-left: 15px;
	float:left;
	background-color:#ededed;
	padding: 20px;
	color:#868586;
	font-size: 10px;	
}

#footer_social a img {
	margin-right: 9px;
	margin-top: 9px;
}

#footer_shadow {
	width: 987px;
	min-height: 100px;
	background-image:url(../gfx/footer_shadow.jpg);
	background-position: center top;
	background-repeat:no-repeat;
}

#footer_keywords {
	width: 987px;
	height: 17px;
	line-height: 17px;
	padding-top: 24px;
	text-align:center;
	color:#95788a;
	font-size: 10px;
}

#footer_bottom_menu {
	width: 987px;
	height: 17px;
	line-height: 17px;
	padding-top: 16px;
	color:#b3b3b3;
	text-align:center;
}

#footer_bottom_menu a, #footer_bottom_menu a:visited {
	color:#b3b3b3;
	font-size: 10px;
	text-decoration:none;
	margin-left: 14px;
	margin-right: 14px;
}

#footer_bottom_menu a:hover {
	text-decoration:underline;
}

#footer_copy {
	width: 987px;
	height: 17px;
	line-height: 17px;
	padding-top: 16px;
	color:#b3b3b3;
	text-align:center;
}

#footer_copy a, #footer_copy a:visited {
	color:#b3b3b3;
	font-weight: bold;
	text-decoration:none;
}

#footer_copy a:hover {
	text-decoration:underline;
}

a.homepage_news, a.homepage_news:visited {
	font-size: 11px;
	color:#797979;
	text-decoration:none;
	margin-left: 5px;
}

a.homepage_news:hover {
	text-decoration:underline;
}

.cleaner{
	float:none;
	clear:both;
}

.message-good, .message-bad, .message-info  {
	padding: 10px 10px 10px 40px;
	margin-bottom: 10px;
	background-position: 7px 7px;
	background-repeat: no-repeat;
}

.message-good {
	border: 1px solid #cae49c;
	color: #516f1b;
	background-color: #f3ffd0;
	background-image: url(../gfx/accept-big.png)
}

.message-good a {
	color: #516f1b;
}

.message-bad {
	border: 1px solid #ffdede;
	color: #ce0000;
	background-color: #fff1f1;
	background-image:  url(../gfx/exclamation-big.png);
}

.message-bad a {
	color: #ce0000;
}

.message-info {
	border: 1px solid #ededb3;
	background-color: #ffffcc;
	background-image:  url(../gfx/information-big.png);
}
