* {
    margin: 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #333;
	text-align: left;
}
body {
    background: #fff;
    width: 100%;
    margin: 0;
	padding: 0;
    text-align: center;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(/images/layout/body-bg.jpg) repeat-x;
}
img {
    border: none;
}
#infoBox {
    border: 2px solid #009b4e;
    color: #009b4e;
    padding: 4px;
    margin-bottom: 10px;
    clear: both;
    cursor: default;
}
#errorBox{
    border: 2px solid #EF271D;
    color: #EF271D !important;
    padding: 4px;
    margin-bottom: 10px !important;
    clear: both;
    cursor: default;
}
.clear {
    clear: both;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
noscript div {
    border: 1px solid #f00;
    padding: 7px;
    color: #f00;
    width: 800px;
    margin: 3px auto 3px auto;
}
#container {
	height: 100%;
}
/* HEADER */
#header {
	border-top: 2px solid #ef271d;
	background: #f8f8f8;
	height: 80px; 
	text-align: center;
	border-bottom: 1px solid #808080;
}
#header-middle {
	margin: 0 auto 0 auto;
	width: 980px;
}
#logo {
	float: left;
	width: 440px;
	height: 60px;
	padding-top: 20px;
	padding-left: 50px;
	text-align: left;
}
#menu {
	float: left;
	height: 80px;
	background: url(/images/layout/menu-bg.jpg) no-repeat;
	width: 478px;
	padding-left: 5px;
}
#menu ul {
    width: 100%;
    padding: 0;
}
#menu li {
    list-style: none;
    height: 29px;
    float: left;
    padding-top: 14px;
	background: url(/images/layout/menu-item-bg.jpg) no-repeat;
	width: 94px;
	text-align: center;
}
#menu li.last {
    width: 92px;
}
#menu li.akt {
	background: url(/images/layout/menu-item-bg-akt.jpg) no-repeat;
}
#menu li a {
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #333;
    text-decoration: none;
    padding: 3px 8px 3px 8px;
}
#menu li a:hover {
    color: #f40000;
}

/* MAIN */
#main {
	width: 980px;
	margin: 0 auto 0 auto;
	clear: both;
}

/* TOP */
#top {
	width: 980px;
	height: 170px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #808080;
}
#top-img {
	width: 650px;
	height: 160px;
	float:left;
}
#top-desc {
	width: 310px;
	float: left;
	padding-left: 20px;
}
#top-desc h2 {
	padding-top: 8px;
	font-size: 20px;
	font-weight: normal;
	color: #929292;
	padding-bottom: 12px;
	letter-spacing: -0.05em;
}
#top-desc p {
	color: #929292;
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
	padding-right: 5px;
}
#top-desc p b {
	color: #929292;
	font-weight: normal;
}

/* BOXES */
#boxes-main {
	width: 980px;
	height: 210px;
	clear: both;
	float: left;
}
#boxes-main h1 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 5px;
	height: 36px;
	color: #f8f8f8;
	letter-spacing: -0.05em;
	text-align: center;
}
#box-web-pages {
	width: 315px;
	float: left;
	background: url(/images/layout/web-pages-bg.jpg) no-repeat 0 0;
	padding-right: 10px;
}
#box-e-commerce {
	width: 315px;
	float: left;
	background: url(/images/layout/e-commerce-bg.jpg) no-repeat 8px 0;
	padding-left: 8px;
}
#box-seo {
	width: 315px;
	float: right;
	background: url(/images/layout/seo-bg.jpg) no-repeat;
	padding-right: 1px;
}
.box-main-desc {
	background: url(/images/layout/box-main-bg.jpg) no-repeat bottom;
	width: 315px;
	height: 155px;
}
.box-main-desc p {
	color: #808080;
	font-size: 12px;
	text-align: left;
	padding: 10px 10px 0 10px;
	line-height: 18px;
}
.box-main-desc p b {
	font-weight: normal;
	color: #808080;
}
.box-read-more {
	text-align: left;
	margin-top: -35px;
	padding-left: 190px;
}

/* NEWS PROJECTS */
#news-projects {
	width: 980px;
	clear: both;
	float: left;
	background: url(/images/layout/news-projects-bg.jpg);
	text-align: left;
	min-height: 305px;
	height: auto !important;
	height: 305px;
}
#news-projects-bottom {
	width: 980px;
	clear: both;
	float: left;
	background: url(/images/layout/news-projects-bg-bottom.jpg) top;
	text-align: left;
	height: 40px;
}
#main-news {
	width: 440px;
	float: left;
	padding: 12px 20px 0 30px;
}
#main-projects {
	width: 440px;
	float: left;
	padding: 12px 20px 0 22px;
}
#news-projects p a {
	color: #EF271D;
	text-decoration: none;
}
#news-projects p a:hover {
	text-decoration:underline;
}
#main-news h1 {
	font-size: 20px;
	font-weight: normal;
	color: #808080;
	letter-spacing: -0.05em;
	margin-bottom: 14px;
}
#main-projects h1 {
	font-size: 20px;
	font-weight: normal;
	color: #f8f8f8;
	letter-spacing: -0.05em; 
	padding-left: 12px;
}
.main-news-item {
	padding-left: 30px;
	background: url(/images/layout/news.gif) no-repeat;
	margin-top: 5px;
}
.main-news-item h2 a {
	color: #808080;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.main-news-item h2 a:hover {
	text-decoration: underline;	
}
.main-news-item img {
	border: 1px solid #808080;
	padding: 2px;
	margin: 3px 0 3px 0;
}
.main-news-item p {
	font-size: 12px;
	color: #808080;
}

#main-num {
	width: 100px;
	margin-top: -20px;
	padding-left: 320px;
}
#main-num span {
	background: url(/images/layout/main-projects-num.gif) no-repeat;
	width: 17px;
	height: 20px;
	display: block;
	float: left;
	margin-left: 10px;
	text-align: center;
	font-weight: bold;
	padding: 3px 0 0 0;
}
#main-num span.act {
	background: url(/images/layout/main-projects-num-act.gif) no-repeat;
}
#main-projects img {
	clear: both;
	border: 1px solid #f8f8f8;
	padding: 2px;
	margin-top: 10px;
}
#main-projects h2 {
	clear: both;
	margin-top: 2px;
}
#main-projects h2 a {
	color: #f8f8f8;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}
#main-projects p {
	color: #f8f8f8;
	font-size: 12px;
}
#main-news-rm {
	padding-left: 360px;
	margin-top: 5px;
	display: block;
	float: left;
	width: 130px;
}
#main-projects-rm {
	padding-left: 358px;
	margin-top: 5px;
	display: block;
	float: left;
}

/* FULL */
#full {
	width: 980px;
	padding-top: 20px;
}
#full h1 {
	background: url(/images/layout/h1-bg.jpg);
	height: 52px;
	font-size: 26px;
	font-weight: normal;
	color: #555;
	letter-spacing: -0.06em;
	text-align: left;
	padding-top: 18px;
	padding-left: 30px;
}
#navi {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 4px 7px 4px 7px;
	border: 1px solid #ccc;
	background: #eee;
}
#navi a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#navi a:hover {
	text-decoration: underline;
}
#navi span {
	color: #666;
}
#navi img {
	margin: 0 2px 1px 2px;	
}
#desc {
}
#desc p {
	color: #666;
	line-height: 20px;
	text-align: justify;
	margin-bottom: 10px;
}
#desc h2 {
	clear: both;
	font-size: 14px;
	color: #666;
}
#desc h2 a {
	color: #666;
	font-size: 14px;
	text-decoration: none;
}
#desc h2 a:hover {
	font-size: 14px;
	text-decoration: underline;
}
#desc a {
	color: #EF271D;
}
#desc a:hover {
	text-decoration: none;
}
#left {
	float: left;
	width: 700px;
}
#right {
	float: right;
	width: 250px;
}
#r-navi {
	padding: 20px 10px 20px 10px;
	background: #eee;
	border: 1px solid #ccc;
}
#r-navi ul {
	margin: 0 0 15px 0;
	padding-left: 10px;
	list-style: none;
}
#r-navi ul li {
	padding: 2px 0 5px 20px;
	background: url(/images/layout/arrow.gif) no-repeat 0 6px;
}
#r-navi a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#r-navi a:hover {
	text-decoration: underline;
}

/* OFFER */
#desc h2.underline {
	padding-bottom: 2px;
	border-bottom: 1px solid #EF271D;
	margin-bottom: 5px;
}
#desc h2.offer a:hover {
	text-decoration: none;
}
.offer-img-right {
	float: right;
	margin-left: 15px;
	border: 1px solid #666;
	padding: 2px;
}

/* NEWS */
#news-detail {
    width: 910px;
    text-align: justify;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c9c9c9;
}
#news-list {
    width: 670px;
    margin-left: 110px;
    overflow: hidden;
}
#news-navi {
    width: 160px;
    padding-top: 10px;
    float: left;
    text-align: center;
}
#news-navi a {
	color: #808080;
	text-decoration: none !important;
}
#news-navi a:hover {
	text-decoration: underline !important;
}
#news-navi br {
	line-height: 24px;
}
#news-navi .current-year {
    font-size: 14px;
    font-weight: bold;
    color: #f40000 !important;
    border: 1px solid #f40000;
    padding: 2px;
    line-height: 22px;
}
.news-month {
    font-weight: bold;
    color: #808080;
    margin: 8px 0 7px 0;
    display: block;
}
.news-item {
    margin-bottom: 3px;
    width: 630px;
}
.news-item span {
    color: #f40000;
    margin-right: 3px;
}
.news-item a {
    width: 630px;
	text-decoration: none;
}
.news-item a:hover {
	text-decoration: underline !important;
}


/* CONTACT */
#kontakt {
	float: left;
}
#dane-teladr {
	float: left;
	margin-bottom: 15px;
	width: 980px;
}
#kontakt p {
	line-height: 20px;
	color: #666;
}
#kontakt-kol1 {
	width: 300px;
	float: left;
}
#kontakt-kol2 {
    margin-left: 330px;
	width: 300px;
}
#kontakt-form {
	margin-left: 60px;
}
#kontakt-form label{
	width: 120px;
	float: left;
	text-align: right;
	padding: 3px 3px 0 0;
	margin: 3px 0 3px 0;
}
#kontakt-form input {
	width: 200px;
	margin: 3px 0 3px 0;
	padding: 2px;
	border: 1px solid #aaa;
	text-align: left;
}
#kontakt-form textarea {
	width: 400px;
	height: 120px;
	margin: 3px 0 3px 0;
	padding: 2px;
	border: 1px solid #aaa;
}
#send{
	text-align: center !important;
}

/* FORM */
label{
	width: 150px;
	float: left;
	text-align: right;
	padding: 3px 3px 0 0;
	margin: 3px 0 3px 0;
    display: block;
}
input {
	width: 200px;
	margin: 3px 0 3px 0;
	padding: 2px;
	border: 1px solid #aaa;
}
textarea {
	width: 400px;
	height: 120px;
	margin: 3px 0 3px 0;
	padding: 2px;
	border: 1px solid #aaa;
}
#form-error{
    padding: 10px;
    border: 1px solid #EF271D;
    margin-bottom: 15px;
}
#form-error ul {
	margin-left: 20px;
}
#form-error ul li {
    list-style: square;
    color: #EF271D;
}
#form-error-title {
    color: #EF271D;
    font-weight: bold;
    margin-bottom: 4px;
}
form label.error {
    color: #EF271D;
}
form input.error, form select.error, form textarea.error {
    border-color: #EF271D;
}

/* OFFER */
.offer-read-more {
	width: 960px;
	text-align: right;
	padding: 3px 20px 10px 0;
}

/* PROJECTS */
#pr-intro {
	padding-bottom: 20px;
}
.pr-item {
    padding: 0 10px 10px 10px;
    margin-bottom: 20px;
    background: transparent url(/images/layout/pro-item-bg.jpg) bottom repeat-x;
	float: left;
	width: 960px;
}
.pr-item p {
    margin: 2px 3px 4px 0;
}
.pr-desc {
    float: left;
    width: 700px;
    padding-right: 40px;
}
.pr-desc h2 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
.pr-img {
    border: 1px solid #f2f2f2;
    padding: 2px;
	position: relative;
}

/* FOOTER */
#footer-wide {
	clear: both;
	height: 65px;
	background: #dbdbdb url(/images/layout/footer-wide-bg.jpg) repeat-x;
	margin-top: 10px;
	padding-top: 15px;
	text-align: center;
	width: 100%;
	min-width: 980px;
}
#footer {
	width: 980px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#footer p {
	color: #929292;
}
#footer a {
	color: #929292;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#nl-submit {
	width: 100px;
	text-align: center;
	margin-left: 10px;	
}
