/*
Theme Name: Portfolio

*/



/* Begin Typography & Colors */
html, body{
	margin: 0px;
	padding:0px;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: halvetica, Verdana, Arial, Sans-Serif;
	background: #fff url('images/tlo.jpg');
	color: #333;
	text-align: center;
	}

img{
	border:none;
}
#page {
	background-color: transparent;
	
	text-align: left;
	width: 960px;
	margin:0 auto;
	}

#header {
	background: transparent;
	height: 450px;
	width:960px;
	overflow:hidden;
	
	}

#info{
	position:absolute;
	left:8px;
	top:10px;
	background-color: #fff;
	font:14px helvetica, verdana, sans;
	padding:3px;
}

#main{
	clear:both;
	position:relative;
	
}
#content {
	font-size: 11px;
	float:left;
	
	width: 650px;
	
	background-color: #fff;
	padding: 0px 11px 7px 11px;
	margin-left: 8px;
	margin-top: 35px;
	margin-bottom: 19px;
	
	}
	
	
 a{
	color: #0093d0 ;
	text-decoration: none;
}	

#right{
	float:left;
	padding: 7px 11px;
	margin-left: 25px;
	margin-top: 35px;
	width: 200px;


}	

.nl_form{
	position:relative;
	width: 155px;
	
}
.newsletterbox{
	margin-left:20px;
}
.newsletterbox h2{
	background:url("images/newsletter.jpg") no-repeat scroll left top transparent;
	text-indent:-10000px;
	height: 25px;
	margin:0;
	
}

input.submitTriangle  {
background:url("images/nl_arrow.jpg") no-repeat scroll left -2px transparent;
border: none;
cursor:pointer;
height:23px;
width:20px;
padding:0px;
  margin: 0;
  position:absolute;right:0;top:0;
}

input.text {
background: #fff;
border:1px solid #55BFF3;
color:#333;
font-size:11px;
margin:0;
margin-right:4px;
padding:3px;
width:130px;
}

#footer{
	clear:both;
	background-color: #fff;
	border-top: 3px solid #0093D0;
	height: 80px;	
	text-align: center;
	padding:5px;
	margin:0;
	
}

#footer #container{
	text-align:left;
	margin: 0 auto;
	width:990px;
	
	
}

#container #f_lewa{
	float:left;
	width: 508px;
	height:72px;
	
}
#container #f_prawa1{
	float:left;
	margin-left: 25px;
	margin-top:2px;
	width:140px;
	font-size:10px;
}
#container #f_prawa2{
	float:left;
	margin-left: 25px;
	margin-top:2px;
	width: 270px;
	font-size:10px;
}

#f_prawa2 span{
	font-weight:bold;
	color: #0093D0;
}


.QOverlay {
	background-color: #fff;
	z-index: 9999;
}

.QLoader {
	background-color: #0093D0;
	height: 1px;
}
