@import url('blur.css');
@import url('colors.css');
@import url('ui/message.css');

@import url('index.css');
@import url('static.css');
@import url('galeria.css');
@import url('login.css');
@import url('domain.css');
@import url('hosting.css');
@import url('ssl.css');
@import url('sklepy.css');
@import url('seo.css');
@import url('uslugi.css');
@import url('zamowienia.css');

*:focus {
	outline: none; /* Prevents blue border in Webkit */
}

html,
body {
	display: block;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #979797;
	background: #fff url(img/grunge-danger.jpg) center center;
	text-align: center;
	height: 100%;
}

a {
	text-decoration: none;
	color: #7c7c7c;	
}

img,
fieldset {
	border: none;
}

.displayNone {
	display: none;
}

.displayBlock {
	display: block;
}

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

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.margin {
	margin: 10px 15px;
}

.marginHigh { margin: 25px 15px; }
.marginMedium { margin: 15px 15px; }
.marginSmall { margin: 10px 15px; }
.marginSmallLeft { margin-left: 10px; }
.marginSmallRight { margin-right: 10px; }

.marginTopZero { margin-top: 0; }
.marginLeftZero { margin-left: 0; }
.marginRightZero { margin-right: 0; }
.marginBottomZero { margin-bottom: 0; }
.marginZero { margin: 0; }

.paddingHigh { padding: 25px 0; }
.paddingMedium { padding: 15px 0; }
.paddingSmall { padding: 10px 0; }
.paddingSmallLeft { padding-left: 10px; }
.paddingSmallRight { padding-right: 10px; }


.paddingTopZero { padding-top: 0; }
.paddingLeftZero { padding-left: 0; }
.paddingRightZero { padding-right: 0; }
.paddingBottomZero { padding-bottom: 0; }
.paddingZero { padding: 0; }

.paddingTable { padding: 2px 3px; }

.underline {
	text-decoration: underline;
}

.normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.gray {
	color: #ccc;
}

.green {
	color: #260;
}

.fontSize10 {
	font-size: 10px;
}

.fontSize11 {
	font-size: 11px;
}

.fontSize12 {
	font-size: 12px;
}

.fontSize13 {
	font-size: 13px;
}

.fontSize14 {
	font-size: 14px;
}

.fontSize15 {
	font-size: 15px;
}

.fontSize16 {
	font-size: 16px;
}

.fontSize22 {
	font-size: 22px !important;
}

.lineHeightNormal {
	line-height: inherit !important;
}

.delete {
	text-decoration: line-through;
}

.borderNone {
	border: none !important;
}

.borderRadius {
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.boxShadow {
	box-shadow: 0 0 7px 1px #ccc;
	-moz-box-shadow: 0 0 7px 1px #ccc;
	-webkit-box-shadow: 0 0 7px 1px #ccc;
}

.boxShadowInset {
	-webkit-box-shadow: inset 0px 0px 30px 0px #fff;
	-moz-box-shadow: inset 0px 0px 30px 0px #fff;
	box-shadow: inset 0px 0px 30px 0px #fff;
}

.opacity {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}



table {
	margin: 10px 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
	border-collapse: collapse;
	width: 99%;
	overflow: hidden;
}

table th,
table td {
	padding: 2px 3px;
	border-style: inset;
	border-width: 1px;
	border-style: dotted;
	border-color: #ddd;
	cursor: pointer;
}

table thead th {
	font-weight: bold;
	background: #f2f2f2;
}

table tbody tr td {}


header {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 164px;
	background: transparent url('img/header.png') repeat-x;
	text-align: left;
	box-shadow: 0 0 10px 0 #aaa;
	-moz-box-shadow: 0 0 10px 0 #aaa; 
	-webkit-box-shadow: 0 0 10px 0 #aaa;
	overflow: hidden;
}
	header a {
		color: #fff;	
	}
	header #headerContainer {
		display: block;
		position: relative;
		margin: 0 auto;
		padding: 0;
		top: 0;
		width: 900px;
		height: 165px;
		overflow: hidden;
	}
		header hgroup {
			display: block;
			position: relative;
			margin: 0;
			padding: 0;
			top: 10px;
			width: 235px;
			height: 90px;
			font-size: 0;
			line-height: 0;
		}
			header hgroup h1 {
				display: block;
				position: absolute;
				margin: 0;
				padding: 0;
				width: 230px;
				height: 90px;
				background: transparent url('img/logo.png') no-repeat;
			}
				header hgroup h1 a {
					display: block;
					margin: 0;
					padding: 0;
					width: 230px;
					height: 79px;
				}
		header #absoluteLine {
			display: block;
			position: relative;
			margin: 0 auto;
			padding: 0;
			top: 0;
			width: 900px;
			height: 25px;
			color: #fff;
			overflow: hidden;
		}
			header #absoluteLine nav {
				display: block;
				position: absolute;
				float: right;
				margin: 6px 0 0;
				padding: 0;
				right: 0;
			}
				header #absoluteLine nav ul {
					display: block;
					margin: 0;
					padding: 0;
					list-style: none;
				}
					header #absoluteLine nav ul li {
						display: block;
						float: left;
						margin: 0;
						padding: 0 10px;
						border-right: 1px solid #fff;
					}
					header #absoluteLine nav ul li.margin { width: 80px; }
					header #absoluteLine nav ul li.noSeparator { border: none; }
			header #absoluteLine .phone {
				display: block;
				margin: 6px 0 0;
				padding: 0;	
			}
		header #webSearch {
			display: block;
			position: absolute;
			float: right;
			margin: 0;
			padding: 0;
			top: 55px;
			right: 0;
			width: 370px;
			height: 60px;
			overflow: hidden;
		}
			header #webSearch form {
				display: block;
				position: relative;
				margin: 0;
				padding: 0;
				text-align: right;
			}
				header #webSearch form figure {
					display: block;
					position: absolute;
					float: right;
					margin: 0 10px 0 0;
					padding: 0;
					right: 0;
					width: 358px;
				}
					header #webSearch form figure input.query {
						display: block;
						float: left;
						margin: 0;
						padding: 0 40px 0 10px;
						width: 227px;
						height: 32px;
						font-size: 13px;
						background: transparent url('img/search-text.png') no-repeat 0 -64px;
						color: #7a7a7a;
						border: none;	
					}
						header #webSearch form figure input.query:hover {
							background-position: 0 0;
						}				
					header #webSearch form figure input.submit {
						display: block;
						float: left;
						margin: 0;
						padding: 0;
						width: 81px;
						height: 32px;
						font-size: 13px;
						background: transparent url('img/search-submit.png') no-repeat 0 -64px;
						color: #729701;
						font-weight: bold;
						font-size: 16px;
						border: none;	
					}
						header #webSearch form figure input.submit:hover {
							background-position: 0 0;
							color: #fff;
						}
					header #webSearch form figure .advanced {
						display: block;
						clear: both;
						float: none;
						margin: 0;
						padding: 5px 0 0;
						text-transform: lowercase;
					}
						header #webSearch form figure .advanced a {
							color: #7a7a7a;
						}
		header nav#menu {
			display: block;
			position: relative;
			margin: 0 auto;
			padding: 10px 0;
			width: 900px;
			height: 20px;
			font-size: 12px;
		}
			header nav#menu ul {
				display: block;
				margin: 10px 0 0 15px;
				padding: 0;
				list-style: none;
			}
				header nav#menu ul li {
					display: block;
					float: left;
					margin: 0 20px 0 0;
					padding: 0;
				}
					header nav#menu ul li a {
						color: #aaa;	
					}
					header nav#menu ul li.selected a {
						color: #fff;
						text-shadow: 0px 1px 3px #fff;	
					}
form .message {
	display: block;
	position: absolute;
	margin: -40px 0 0 55px;
	padding-bottom: 10px;
	width: 350px;
	background: transparent url('img/rate.png') no-repeat 10px bottom;
}
	form .message.checkbox {
		margin-top: -60px;
		margin-left: -13px;	
	}
	form .message .error {
		display: block;
		margin: 0;
		padding: 10px;
		background: #ffe5e5;
		/*border: 1px solid #ddd;*/
		font-size: 14px;
		font-weight: normal;
		color: #666;
		text-align: center;
	}
	

section {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	text-align: left;
}
			
footer {
	display: block;
	position: relative;
	clear: both;
	color: #d0d0d0;
	background: #4b4b4b;
	border-top: 1px solid #666;
	min-height: 120px;
	min-height: 120px;
	box-shadow: 0 0 10px 0 #aaa;
	-moz-box-shadow: 0 0 10px 0 #aaa; 
	-webkit-box-shadow: 0 0 10px 0 #aaa;
	
	overflow: hidden;
}
	footer a {
		color: #d0d0d0;
	}
	footer #footerContainer {
		display: block;
		position: relative;
		margin: 0 auto;
		padding: 0;
		width: 880px;
		height: 108px;
		text-align: left;
		overflow: hidden;	
	}
		footer #footerContainer .description {
			display: block;
			float: left;
			margin: 10px 10px 15px 0;
			padding: 0;
			width: 350px;
			font-size: 10px;
			text-align: justify;
		}
		footer #footerContainer nav {
			display: block;
			float: left;
			margin: 0px 0 0 50px;
			padding: 0;	
		}
			footer #footerContainer nav ul {
				display: block;
				margin: 8px 0 0 20px;
				padding: 0;
				list-style: square;
			}
				footer #footerContainer nav ul li {
					text-transform: lowercase;	
				}
		footer .phone,
		footer .powed {
			display: block;
			position: absolute;
			margin: 0;
			padding: 0;
			right: 0;
			text-indent: -1000em;
		}
			footer .phone {
				top: 10px;
				width: 227px;
				height: 40px;
				background: transparent url('img/telefon.png') no-repeat;
			}
				footer .phone a {
					display: block;
					width: 227px;
					height: 40px;
				}
			footer .powed {
				top: 55px;
				width: 224px;
				height: 48px;
			}
				footer .powed .logo {
					display: block;
					float: left;
					width: 120px;
					height: 48px;
					background: transparent url('img/footer-powed.png') no-repeat;	
				}
				footer .powed .validate {
					display: block;
					float: left;
					margin-left: 65px;
					width: 35px;
					height: 48px;
					background: transparent url('img/footer-powed.png') no-repeat -190px 0;
				}