* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background: #FFF url(../images/body-bg.jpg) repeat-x;
	color:#777;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5;
}
a {
	text-decoration:none;
	color:#0177D0;
	outline:none;
}

ul, li {
	list-style:none;
}
p {
	font-size:12px;
}
h2, h2 a {
	font-size: 20px;
	font-weight: normal;
	color:#777;
}
h3 {
	font-size:18px;
	font-weight: normal;
	border-bottom:1px solid #777;
	margin-bottom: 15px;
}
h4 {
	font-size:14px;
	color:#777;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	padding-bottom:20px;
}
#top {
	height:75px;
	overflow:hidden;
}
#top h1 a {
	display:block;
	margin-top:10px;
	width:265px;
	height:64px;
	float:left;
	background:url(../images/serwis-laptopow.png) no-repeat;
	text-indent:-9999px;
}

#menu-top {
	float:right;
	margin:30px 0 0 0;
	font-size:16px;

}
#menu-top li {
	float:left;
	margin-left:20px;
}
#menu-top li a {
	color:#6d6d6d;	
}
#menu-top li a:hover, #menu-top li a.active {
	color:#454545;	
}



#header {
	width:auto;
	height:250px;
	background: url(../images/header-bg.jpg);
	margin-bottom:40px;
}
#header-text {
	width: 400px;
	float:left;
}
#header-text ul {
	margin: 90px 0 0 0;
	color:#FFF;
	font-size: 12px;
	line-height:20px;
}
#header-text a.header-btn {
	margin-top:25px;
	display:block;
	font-size:10px;
	line-height:25px;
	text-indent:-9999px;
	padding-left:5px;
	color:#777;
	width:208px;
	height:49px;
	background: url(../images/header-btn.png) no-repeat top;
	
}
#header-laptop {
	float:right;
	width:319px;
	height:250px;
	background: url(../images/header-laptop.jpg) no-repeat;
}
#header-laptop ul {
	position:relative;
	top:35px;
	right:-37px;
	width:250px;
	height:158px;
	overflow:hidden;
}

#mainContent {
	
}
.box-wrapper {
	width:300px;
	float:left;
	margin-right:30px;
}
#box-wrapper-margin {
	margin-right:0;
}
.box {
	width:300px;
	float:left;
	margin-bottom:35px;
}
.box h2 {
	color:#333;
}
.box img {
	float:left;
	width: 48px;
	height:48px;
	margin:0 20px 10px 0;
}
.box p {
	clear:left;
}

a.button {
	margin-top:10px;
	display:block;
	font-size:10px;
	line-height:25px;
	text-indent:-9999px;
	padding-left:5px;
	color:#777;
	width:73px;
	height:20px;
	background: url(../images/button.gif) no-repeat top;
}
a.button:hover {
	background: url(../images/button.gif) no-repeat bottom;
}

#news {
	width: 960px;
	margin:0 auto;
	padding:20px 0;
	overflow:auto;
}
#news-item1 {
	width:300px;
	height:170px;
	background:url(../images/news-item1.jpg) no-repeat;
	float:left;
}
#news-item2 {
	width:300px;
	height:170px;
	background:url(../images/news-item2.jpg) no-repeat;
	float:left;
	margin-left: 30px;
}
#news-item3 {
	width:300px;
	height:170px;
	background:url(../images/news-item3.jpg) no-repeat;
	float:left;
	margin-left: 30px;
}
#news-item1 h4, #news-item2 h4, #news-item3 h4 {
	padding: 50px 15px 5px 15px;
}
#news-item1 p, #news-item2 p, #news-item3 p {
	padding: 5px 15px 5px 15px;
}
.separator {
	clear:both;
	background: #000 url(../images/wrapper-bottom.png) no-repeat;
	height: 22px;
}
#footer {
	
	height: 80px;
	margin: 0 auto;
	padding:5px 0 10px 130px;
	background:url(../images/coffee-cup.jpg) no-repeat bottom left;
}
#footer #copyrights {
width:300px;
	float:left;
	} 

#footer #footer-menu {
	width:400px;
	float:right;
	} 

#footer p {
	
	padding-top:10px;
}
#footer ul {
	margin:0 0 0 45px;
	float:right;
	font-size:12px;
}
#footer ul li a {
	font-size:11px;
	font-weight:bold;
	color:#777;
	}
#footer ul li a:hover {
	text-decoration:none;
	color:#0177D0;
	
	}
#footer a:hover {
text-decoration:underline;
}


