/**
  * Chemtech
  * style.css
  */

@import url("reset.css");

/* Page
--------------------------------------------------------------------------------------------------*/
body {
	background: #263c4d url("../img/bg.png") repeat-x;
	/*margin: 0 25px;*/
	font: normal 12px Arial, Verdana, Tahoma, sans-serif;
	letter-spacing: 0.25px;
	word-spacing: 0.5px;
	/*
	overflow-x: hidden;
	*/
	color: #4D4D4D;
	position: relative;
}

.center,
#wrapper {
	width: 970px;
	margin: 0 auto;
}

.center{
	list-style: none;
	overflow: auto;
}

#fonts{
	width: 94px;
	background: url("../img/fonts.gif") no-repeat;
	float: right;
	margin-right: 35px;
	overflow: auto;
}
#fonts a{
	width: 31px;
	height: 30px;
	line-height: 30px;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #80c8ff;
}
#fonts a:hover{
	font-weight: bold;
}
#fonts #small{
	font-size: 10px;
}
#fonts #normal{
	font-size: 12px;
}
#fonts #big{
	font-size: 14px;
}

#container {
	background: url("../img/container_bg.png") repeat-y;
	margin-top: 70px;
}

#container .border {
	height: 15px;
	background: url("../img/container_border_bg.png") no-repeat;
}

#container .bottom {
	background-position: 0 -15px; 
	clear: both;
}

.button{
	color: #3E6787;
	text-decoration: none;
	height: 26px;
	background: url("../img/button-l.gif") no-repeat;
	float: left;
	line-height: 26px;
	padding-left: 14px;
	margin-right: 7px;
	position: relative;
	padding-right: 20px;
}
.button span{
	background: url("../img/button-r.gif") no-repeat;
	font-size: 14px;
	color: #989898;
	width: 20px;
	height: 26px;
	position: absolute;
	right: -7px;
	top: 0;
	/*float: right;
	position: relative;
	left: 7px;*/
}
.button:hover{
	color: black;
}

.userText p{
	margin-top: 15px;
}
.userText p:first-child{
	margin-top: 0;
}


/* Logo
--------------------------------------------------------------------------------------------------*/
#logo {
	position: absolute;
	margin-top: -58px;
	margin-left: 25px;
	z-index: 10;
}

#logo a {
	width: 110px;
	height: 100px;
	background: url("../img/logo_bg.png") no-repeat;
	display: block;
}

/* Top menu
--------------------------------------------------------------------------------------------------*/
#top-menu {
	overflow: hidden;
	float: right;
	position: relative;
	height: 45px;
	margin-top: -60px;
	margin-right: 35px;
	z-index: 1;
	list-style: none;
}

#top-menu li {
	float: left;
	margin-top: 2px;
}

#top-menu a {
	color: #80c8ff;
	text-decoration: none;
	display: block;
	float: left;
	height: 43px;
	line-height: 30px;
	padding-left: 10px;
	margin-left: -1px;
	background: url("../img/top_menu_bg.png") no-repeat;
	cursor: pointer;
}

#top-menu a.first-child {
	margin: 0;
}

#top-menu a span {
	height: 43px;
	display: block;
	float: left;
	padding-right: 10px;
	background: url("../img/top_menu_bg.png") right 0 no-repeat;
}

#top-menu a:hover, #top-menu .active a {
	background-position: 0 -43px;
	color: #fff;
}

#top-menu a:hover span, #top-menu .active a span {
	background-position: right -43px;
}

/* Columns
--------------------------------------------------------------------------------------------------*/
#container .columns {
	/*overflow: hidden;*/
	margin: 0 5px;
}

#container .columns .left {
	float: left;
	width: 240px;
	background: url("../img/left_column_bg.png") no-repeat;
}

#container .columns .right {
	float: right;
	width: 720px;
}

/* Menu
--------------------------------------------------------------------------------------------------*/
#menu h2 {
	width: 199px;
	height: 41px;
	background: url("../img/menu_top_bg.png") no-repeat;
	margin-top: -10px;
	padding: 69px 0 0 41px;
	font-size: 17px;
	color: #406480;
}

#menu li {
	list-style: none;
}
#menu li.opened {
	background-color: white;
}
#menu li:after {
	clear: both;
}

#menu a {
	/*line-height: 30px;*/
	width: 239px;
	color: #4D4D4D;
	text-decoration: none;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	font-weight: bold;
}

#menu a:hover {
	color: #e56000;
	/*background: #fff;*/
}

#menu a em {
	color: #999;
	display: block;
	float: left;
	width: 20px;
	padding-left: 20px;
	font-size: 14px;
}

#menu a span {
	display: block;
	float: right;
	width: 199px;
	/*line-height: 20px;
	margin-top: 10px;*/
}

#menu .lvl2 a{
	font-weight: normal;
}

/* Header
--------------------------------------------------------------------------------------------------*/
#header {
	height: 288px;
	margin-top: 35px;
	background: url("../img/main/header_bg.png") no-repeat 0 35px;
	border-bottom: 1px solid #e5e5e5;
}

#header .box_title {
	width: 290px;
	height: 35px;
	background: url("../img/main/chemtech.png") no-repeat right;
	float: left;
}

#header .partner {
	width: 400px;
	height: 35px;
	background: url("../img/main/partner_text.png") no-repeat;
	float: left;
}

#header .userText {
	clear: left;
	padding: 45px 10px 0;
	margin-left: 390px;
	width: 300px;
	font-size: 14px;
	line-height: 16px;
}
#header .userText h3{
	font-size: 18px;
	line-height: 24.5px;
	margin-bottom: 25px;
}
#header .userText h3 strong{
	font-weight: bold;
	color: #263c4d;
}

/*#header .text .box_title {
	font-size: 18px;
	line-height: 24.5px;
	margin-bottom: 25px;
	background: url("../img/main/iso.png") 0 5px no-repeat;
	padding-left: 70px;
}

#header .box_title strong {
	font-weight: bold;
	color: #263c4d;
}*/

#about_us {
	width: 360px;
	min-height: 180px;
	padding: 30px;
	border-right: 1px solid #e5e5e5;
	float: left;
}

#about_us .box_title {
	color: #263c4d;
	font-size: 18px;
	margin-bottom: 30px;
}

#quick_contact{
	background: url("../img/main/quick_contact.png") top right no-repeat;
	width: 268px;
	height: 209px;
	margin-left: 420px;
	padding: 31px 0 0 31px;
	overflow: auto;
}

#quick_contact .box_title{
	font-size: 17px;
}
#qcBody dl{
	padding: 12px 0;
	color: #9B9B9B;
}
#qcBody dd{
	margin-top: 6px;
}
#qcBody dl:first-child dt{
	font-size: 15px;
	font-weight: bold;
	color: #263c4d;
}
#qcBody dl:first-child dd{
	font-size: 16px;
	color: #263c4d;
}
#qcBody a{
	color: #3E6787;
	text-decoration: none;
}
#quick_contact .button{
	margin-top: 12px;
}


#promo{
	border-top: 1px solid #e5e5e5;
	clear: both;
	padding: 29px 30px 30px 0;
	background: url("../img/main/cart.gif") bottom right no-repeat;
	position: relative;
	overflow: hidden;
}
#promo .userText{
	margin-right: 200px;
}
#promo .button {
	position: absolute;
	right: 29px;
	bottom: 39px;
}
#promo .banner{
	display: block;
}


#actu{
	border-top: 1px solid #e5e5e5;
	clear: both;
	padding: 30px 0 0 0;
	overflow: auto;
}
#actu .box_title{
	font-size: 17px;
	color: #406480;
	margin: 0 0 30px 30px;
}
#actu .aArt{
	float: left;
	width: 179px;
	border-right: 1px solid #e5e5e5;
	padding: 0 30px 30px 30px;
	list-style: none;
}
.aaTile{
	font-weight: bold;
}
.aaDate{
	color: #9B9B9B;
	padding: 3px 0 10px 0;
	font-size: 11px;
}
.aArt .userText{
	margin-bottom: 10px;
}


#action{
	border-top: 1px solid #e5e5e5;
	clear: both;
	padding: 30px;
	overflow: auto;
}

#action #up,
#action #print{
	float: right;
	background: 0 0 no-repeat;
	height: 20px;
	line-height: 20px;
	padding-left: 23px;
	margin-left: 20px;
	text-decoration: none;
	color: #4D4D4D;
}
#action #up:hover,
#action #print:hover{
	color: black;
}
#action #up{
	background-image: url("../img/up.gif");
}
#action #print{
	background-image: url("../img/print.gif");
}


#banner{
	width: 100%;
	height: 104px;
	background: url("../img/banner.png") 0 0 no-repeat;
	position: relative;
	top: -10px;
	border-bottom: 5px solid #4582B9;
}

#content{
	padding: 20px;
}
#cTitle{
	font-size: 17px;
	color: #406480;
	margin-bottom: 10px;
}



/*  STRONICOWANIE  */
.pagination {
	padding: 20px 0;
}
.pagination .pPages>*{
	float: left;
	height: 26px;
	line-height: 26px;
	margin-right: 8px;
}
.pagination .pPages a,
.pagination .pPages b{
	color: #3E6787;
	text-decoration: none;
	background: url("../img/button-l.gif") no-repeat;
	padding: 0 4px 0 10px;
	position: relative;
}
.pagination .pPages a span,
.pagination .pPages b span{
	background: url("../img/button-r.gif") top right no-repeat;
	width: 7px;
	height: 26px;
	position: absolute;
	right: -7px;
	top: 0;
}
.pagination .pPages a:hover{
	color: black;
}
.pagination .pPages b{
	opacity: 0.5;
}



/*  LISTA PRODUKTÓW  */
#prods{
	border-collapse: collapse;
	width: 100%;
	/*margin: 20px;*/
}
#prods thead td{
	height: 44px;
}
#prods tbody td{
	border: 1px solid #E5E5E5;
	min-width: 38px;
	vertical-align: middle;
}
.prod.dark{
	background-color: #FAFAFA;
}
.prod.light{
	background-color: #FFF;
}
thead .pLp{
	text-align: center;
}
thead .pImg{
	text-align: left;
	padding-left: 10px;
}
thead .pName,
thead .pPrms{
	text-align: left;
	padding: 5px 10px;
	padding-left: 10px;
}

tbody .pLp{
	text-align: center;
}
tbody .pImg{
	text-align: center;
}
tbody .pName,
tbody .pPrms{
	text-align: left;
	padding: 5px 10px;
}
.pPrms{
	white-space: nowrap;
}
.pPrms span{
	margin-left: 4px;
}
.pPrms span:before {
	content:'/ ';
}
.pPrms span:first-child:before {
	content:'';
}
.pAsk{
	text-align: center;
}
.pAsk a{
	color: inherit;
	text-decoration: none;
	padding: 4px 0;
}
.pAsk a:hover{
	text-decoration: underline;
}


/*  STRONA TEKSTOWA  */
.contBody .art{
	border-top: 1px solid #E5E5E5;
	padding: 20px 0 10px 0;
}
.contBody .art:first-child{
	border: 0;
	padding-top: 10px;
}

.art .userText{
	padding: 10px 0 20px 0;
	margin-top: 10px;
}

.art .title{
	font-size: 17px;
	color: #406480;
	padding-bottom: 10px;
}

/* elementy strony KONTAKTu */
#company{
	background: url("../img/main/quick_contact.png") top right no-repeat;
	margin-right: -18px;
}
.cRow{
	clear: both;
	overflow: auto;
	margin-bottom: 20px;
	margin-top: 10px;
}
.cRow dt{
	float: left;
	margin-right: -130px;
	color: #9B9B9B;
}
.cRow dd{
	float: left;
	margin-left: 130px;
}


/* Fotter
--------------------------------------------------------------------------------------------------*/

#fotter {
	height: 90px;
	margin: 30px 40px 0;
	font-size: 11px;
}

#fotter span {
	padding: 0 5px 0 0;
	color: #406480;
}

#fotter #copy {
	color: #6ac;
	width: 50%;
	float: left;
}
#fotter #copy a{
	color: #6ac;
}

#fotter #project {
	color: #406480;
	width: 50%;
	float: left;
	clear: both;
}

#fotter #project a {
	color: #479;
	text-decoration: none;
}

#fotter #links {
	width: 50%;
	float: right;
	text-align: right;
}

#fotter #links a {
	color: #6ac;
	text-decoration: none;
	padding-left: 5px;
	border-left: 1px solid #6ac;
}

#fotter #links span:first-child a{
	border: 0;
}

#fotter #project a:hover, #fotter #links a:hover  {
	color: #fff;
}

/* Rest
--------------------------------------------------------------------------------------------------*/

#bottom_bg {
	background: url("../img/bottom_bg.png") no-repeat;
	height: 559px;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 605px;
	z-index: -1;
}

.no-text {
	text-indent: -10000%;
	font-size: 0;
	text-decoration: none;
	padding: 0;
	margin: 0;
	line-height: 0;
}
