@charset "utf-8";
body {
	margin:0;
	padding:0;
	font-family:'Segoe UI', 'Trebuchet MS', 'MS Serif';
	font-size:8pt
}
iframe{
	border:0;
	margin:0;
	padding:0
}
a:link, a:visited, a:active {
	color: #0073CC;
	text-decoration: underline;
}
a:hover {
	color: #77C6FF;
	text-decoration: none;
}
#container {
	width:100%;
	background:url('container-bg.png') repeat-x bottom
}
#menu, #logo, #top, #boxy, #content, #kontakt, #navi {
	width:968px;
	margin:0 auto
}
#menu {
	height:44px;
	background:url('menu-bg.png') repeat-x bottom;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	color:#ffffff;
	font-size:10pt;
	font-weight:bold;
	text-shadow: #444444 1px 1px;
	padding-top:22px;
	text-align:center
}
#menu ul {
	margin:0;
	padding:0
}
#menu li {
	display: inline;
	padding: 0 45px;
}
#menu a:link, #menu a:visited, #menu a:active {
	color:#ffffff;
	text-decoration:none
}
#menu a:hover {
	color: #77C6FF
}
#logo {
	padding:15px 0 0 0
}
#top {
	margin-top:10px;
	display:none
}
#boxy {
	padding-top:12px
}
#box1, #box2, #box3, #box4 {
	width:230px;
	height:230px;
	background:url('boxy-bg.jpg') no-repeat;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	float:left;
	position:relative
}
#box1 {
	background-position:0 0;
	margin-right:16px
}
#box2 {
	background-position:-230px 0;
	margin-right:16px
}
#box3 {
	background-position:-460px 0;
	margin-right:16px
}
#box4 {
	background-position:-690px 0;
}
#boxy h2 {
	color:#ffffff;
	text-shadow: #aaaaaa 1px 1px;
	text-transform:uppercase;
	line-height:14px;
	font-size:17px;
	padding-left:12px;
}
#boxy p {
	color:#ffffff;
	text-shadow: #b0b0b0 1px 1px;
	padding:10px 40px
}
#boxy a {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	padding-top:8px;
	text-shadow: #666666 1px 1px;
	display:block;
	width:140px;
	height:22px;
	background:url('button-bg.png');
	position:absolute;
	top:178px;
	left:70px;
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
}
#boxy a:hover {
	text-shadow:none;
	background-position:-140px 0
}
#content {
	clear:left;
	color:#666666;
	padding:30px 0;
	line-height:18px
}
#content h2 {
	color:#565656;
	font-size:17px;
	font-weight:bold;
	text-shadow: #dadada 1px 1px;
	/*text-transform:uppercase;*/
	padding-top:0;
	margin-top:0
}
#content hr {
	border:0;
	border-bottom:1px solid #cccccc;
	padding:0;
	margin:20px 0 10px 0
}
#content img {
	border:0px solid #cccccc
}
#nowosc-img {
	width:286px;
	height:177px;
	background:url('tv.png') no-repeat;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#content-left {
	float:left;
	width:506px;
	padding-right:68px;
	border-right:1px solid #cccccc
}
#content-left-portfolio div{
	clear: both;
}
#content-left-portfolio img{
	float:left;
	margin: 0px 15px 15px 0px;
}
#content-right {
	float:left;
	width: 324px;
	padding-left:68px
}
#content-domain-left {
	float:left;
	width:606px;
	padding-right:18px;
	border-right:1px solid #cccccc
}
#content-domain-right {
	float:left;
	width: 304px;
	padding-left:38px
}
#formularz {
	padding:20px 0;
	background:#3f3f3f;
	border-bottom:1px solid #0c0c0c
}
#name, #email {
	float:left;
	margin-top:10px;
	width:272px;
}
#name input, #email input, #message textarea {
	color: #bbb;
	width:260px;
	height:20px;
	background:#555555;
	border:1px solid #666666;
	margin-right:10px;
	/*border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px*/
}
#message {
	clear:left;
	padding-top:20px
}
#message textarea {
	width:532px;
	height:88px
}
#submit {
	width:150px;
	height:41px;
	margin:18px 0 0 -8px;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	border:0;
	background:url('send.png');
	cursor:pointer
}
#submit:hover {
	background-position:-150px 0
}
#kontakt span {
	color:#bedf14
}
#kontakt h2, #kontakt h4 {
	margin:0;
	margin-bottom:5px;
	padding:0;
	color:#ffffff;
	font-weight:normal
}
#kontakt h2 {
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase
}
#stopka {
	height:50px;
	background:#333333
}
#navi {
	text-align:right;
	padding-top:16px;
	color:#ffffff;
	text-shadow:#000000 1px 1px
}
#navi a {
	text-decoration:none;
	color:#ffffff;
	text-shadow:#000000 1px 1px
}
#navi a:hover {
	text-decoration:none;
	color:#77C6FF
}
.clear {
	clear:both
}
.center {
	text-align:center
}
.right {
	text-align:right
}
.fright {
	float:right
}
.fleft {
	float:left
}
.linki a {
	text-decoration:none
}

/* CENNIK */

.productTable{
	width:100%
}
.productTableHead, .productTableFoot{
	color:#fff;
	padding:10px;
	font-size:18px;
	font-weight:bold;
	background:#eee;
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	text-align:center
}
.productTableFoot{
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
}
.productTable tbody.h tr:hover{
	cursor:pointer;
	background:#eee
}
.productType{
	padding:10px;
	font-size:18px;
	font-weight:bold;
	background:#d2e7f4;
}
.productBrand{
	padding:1px 10px;
	font-size:14px;
	background:#e6eff6
}
.productBrand a{
	text-decoration:none;
	color:#666;
	outline:none
}
.productName{
	padding:0 10px
}
.productPrice{
	padding:0 10px;
	text-align:right;
	width:40px;
}
.productImages{
	width:20px;
	text-align:center
}
.productImages a{
	outline:none
}
.productImages img{
	border:0;
	vertical-align:middle
}

