/*
 * WD
 */


/* @group reset */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, th, td {  
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: none;
} 

input {
	margin: 0; 
	padding: 0;
	outline: none;
}

ul, ol, li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

/* @end */

/* @group main */

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

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

h1 {
	font-size: 24px;
	color: #f20000;
	margin-bottom: 5px;
}

h2 {
	
	color: #f20000;
	line-height: 1.5;
}

h3 {
	font-size: 14px;
	color: #f20000;
	line-height: 1.5;
	font-weight: bold;
}




body {
	font-size: 12px;
	font-family: Arial;
	background: #252525 url(../img/bg.png) repeat-x;
	color: #444;
	overflow-y: scroll;
}

body#pg, body#hm {
	background: #dcdcdc url(../img/bg2.png) repeat-x;
}

/* @end */

/* @group Layout */

body {
}

/* @group header */

.header {
	width: 100%;
	height: 453px;
	display: block;
	z-index: 1;
	background: url(../img/header.jpg) no-repeat center top;
}
.header div {
	width: 990px;
	margin: 0 auto;
}
#pg .header, #hm .header {
	height: 140px;
}

#logo {
	width: 162px;
	height: 116px;
	margin: 15px 0 0 34px;
	display: block;
	text-indent: -9999px;
	float: left;
}

#mainNav {
	height: 36px;
	margin-top: 70px;
	float: right;
	width: 560px;
}

#mainNav li {
	height: 36px;
	line-height: 35px;
	float: left;
}

#mainNav li a {
	color: #fff;
	height: 36px;
	line-height: 35px;
	display: block;
	padding: 0 15px;
	font-size: 13px;
}

#mainNav li a:hover {
	text-decoration: none;
}

#mainNav li.active {
	background-color: rgba(0,0,0,0.3);
}

#mainNav li:hover {
	background-color: rgba(0,0,0,0.3);
}

/* @end */

/* @group main */

#main {
	padding-top: 20px;
	margin: 0 auto;
	width: 990px;
}

#main p {
	margin-bottom: 10px;
	line-height: 1.5;
}

/* @group .aside */

.aside {
	width: 230px;
	float: left;
}

.aside ul {
	margin-bottom: 5px;
}

.aside li {
	padding: 5px 0;
	border-bottom: 1px solid #bbb;
}

.aside li a {
	color: #444;
}

.aside li a:hover {
	color: #e43e25;
	text-decoration: none;
}

.aside li a.active {
	text-decoration: underline;
}

/* @end */

/* @group content */

#content {
	margin: 0 0 0 15px;
	float: right;
}

#pg #content {
	width: 745px;
	
}

#info {
	width: 290px;
	margin-left: 15px;
	float: right;

}

#hm #content {
	width: 440px;

}

.box {
	background-color: rgba(255,255,255,0.8);
	padding: 15px;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	border: 1px solid #aaa;
	margin-bottom: 15px;
}

#content li {
	margin-left: 20px;
	list-style-type: disc;
	list-style-position: outside;
	line-height: 1.5;
}


/* @end */


/* @end */

/* @group footer */

#footer {
	width: 960px;
	margin: 20px auto;
	padding: 10px 15px;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	border: 1px solid #aaa;
	clear: both;
	background-image: url(../img/footer.jpg);
	color: #fff;
}

#footer p {
	padding-top: 10px;
}

#footerNav li {
	float: left;
	display: block;
	width: 145px;
	margin-right: 12px;
	font-weight: bold;
	margin-top: 5px;
}



#footerNav li li {
	clear: both;
	font-weight: normal;
	font-size: 11px;
	
}

#footerNav a {
	color: #fff;
}

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

#footerNav li.active a {
	text-decoration: underline;
}

#footerNav li.active li a {
	text-decoration: none;
}

#footerNav li li a.active {
	text-decoration: underline;
}

#footer p {
	clear: both;
}

/* @end */


/* @end */


#left {
	position: absolute;
	display: block;
	width: 50%;
	height: 140px;
	top: 0px;
	right: 0;
	background-image: url(../img/navBG.jpg);
	z-index: -1;
}

/* @group clients */

#clients {
	padding: 10px;
	list-style: none;
}

#clients li {
	display: table;
	width: 154px;
	height: 110px;
	background: #fff;
	float: left;
	margin: 0 25px 25px 0;
	text-align: center;
}

#clients li.right {
	margin-right: 0;
}

#clients li {
	margin: 0 25px 20px 0;
	padding: 0;
}

#clients li div {
	display: table-cell;
	vertical-align: middle;
}

#hm #clients {
	padding: 10px 0;
	list-style: none;
}


#hm #clients li {
	margin: 0 10px 10px 0;
	padding: 0;
}

#hm #clients li {
	width: 94px;
	height: 70px;
}

#hm #clients li.right {
	margin-right: 0;
}

/* @end */

/* @group portfolio */

#portfolio li {
	list-style: none;
	margin: 0 0px 30px 0px;
	clear: both;
}

#portfolio div {
	width: 410px;
	height: 230px;
	display: block;
	margin-right: 10px;
	background-image: url(../img/portf.png);
	margin-bottom: 20px;
	float: left;
}

#portfolio div.newsImg {
	background-image: url(../img/portf2.jpg);
	width: 209px;
	height: 120px;
}

#portfolio div.newsImg img {
	margin-left: 9px;
}

#portfolio h2 {
	font-size: 18px;
	color: #555;
	padding-top: 4px;
	margin-bottom: 10px;
}


#portfolio div img {
	margin: 10px;
}

/* @end */

/* @group home_portfolio */

#home_portfolio {
	display: block;
	height: 230px;
	background-image: url(../img/portf.png);
}

#home_portfolio li {
	height: 230px;
	list-style: none;
	display: none;
	margin: 0;
	position: absolute;
}
#home_portfolio li:first-child {
	display: inline;
}
#home_portfolio div {
	position: absolute;
	display: block;
	width: 370px;
	background-color: rgba(255,255,255,0.85); 
	bottom: 10px;
	left: 10px;
	padding: 10px 10px;
}

#home_portfolio div img {
	margin: 0;
}

#home_portfolio h2 {
}


#portfolio h2 {
	font-size: 18px;
	color: #555;
	padding-top: 4px;
}

#portfolio p, #portfolio a {
	margin-bottom: 10px;
}

#portfolio div a {
	margin: 0;
}

#home_portfolio img {
	margin: 10px;
}

#mini {
	clear: both;
	display: block;
	height: 200px;
	margin: 10px 0 0 20px;
	width: 368px;
}

#mini li {
	list-style: none;
	float: left;
	margin: 0 3px;
	padding: 2px;
	background: #fff;
	border: 1px solid #ccc;
	height: 50px;
	
}

#mini li img {
	margin: 0;
	padding: 0;
	border: 0;
}

/* @end */

/* @group forms */

form {
	margin: 10px 0;
}

.modform {
	width: 640px;
}

label {
	width: 95px;
	display: inline-block;
	margin-bottom: 10px;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	text-align: right;
	margin-right: 20px;
}

.modform label {
	width: 200px;
}

.modform h3 {
	margin-bottom: 10px;
}

input, textarea {
	border: 1px solid #ccc;
	color: #555;
	padding: 2px;
	vertical-align: top;
	width: 250px;
	background: #f6f6f6;
}
input.selected, textarea.selected {
	background: #f3f4c5;
}
input.error, textarea.error {
	border-color: #c00;
}

input.ok, textarea.ok {
	border-color: #0a2;
}

.sb {
	margin: 10px 0 0 115px;
	width: 80px;
	background: #bbb;
	color: #fff;
	border-color: #999;
	outline: none;
	cursor: pointer;
}

.error {
	border-color: #c00;
}

.modform .sb {
	margin-left: 220px;
}

.modform textarea {
	width: 400px;
	height: 100px;
}

/* @end */

.loader {
	display: inline;
	height: 50px;
	line-height: 50px;
	margin-left: 5px;
}

textarea {
	height: 80px;	
}


.pages {
	font-size: 11px;
	font-weight: bold;
	display: block;
	height: 17px;
}

.pages a {
	display: block;
	float: left;
	width: 17px;
	height: 17px;
	border: 1px solid #aaa;
	line-height: 17px;
	text-align: center;
	margin-left: 5px;
	color: #555;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	background: #fff;
}

.pages a:hover {
	background: #f20000;
	color: #fff;
	text-decoration: none;
}

.pages a.active {
	border-color: #ccc;
	color: #f20000;
	cursor: auto;
}

.pages a.active:hover {
	background: none;
	color: #f20000;
	text-decoration: none;
	background: #fff;
}


.klienci {
	float: left;
	width: 33%;
}

.klienci ul {
	list-style: none;
	margin-bottom: 10px;
}

.klienci li {
	list-style: none !important;
	margin: 0 0 0 15px !important;
	padding: 0;
	line-height: 1.5;
}

#wblog {
	width: 150px;
	margin: 20px auto 0 auto;
}

#wblog a {
	display: block;
	width: 150px;
	height: 75px;
	text-indent: -99999px;
	background: url(../img/wblog.png) no-repeat;
}

.home_sl {
	text-align: right;
	display: block;
}


