@charset "utf-8";
body {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #E2ECF3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	line-height:17px;
}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
	margin:0; padding:0; border: 0px;
}

.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
	height:0;
}
.oneColFixCtrHdr #container {
	width: 960px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	width: 960px;
	height: 375px;
	padding: 0 0;
}
.oneColFixCtrHdr #header #rowOne {
	width: 960px;
	height: 86px;
	margin: 0;
	padding: 0;
}
.oneColFixCtrHdr #header #rowOne #logo {
	width: 270px;
	height: 86px;
	float:left;
}
.oneColFixCtrHdr #header #rowOne #heading {
	width: 690px;
	height: 86px;
	float:left;
}
.oneColFixCtrHdr #header #rowTwo {
	background:url(../images/navigation-top-bg.jpg) left top no-repeat;
	width: 960px;
	height: 35px;
	padding:0 0;
	margin:1px 0;
}
.oneColFixCtrHdr #header #rowTwo .navigation {
	width: 960px;
	height: 35px;
	float:left;
}
.oneColFixCtrHdr #header #rowTwo .navigation ul.nav{
	width:960px;
	height:20px;
	position:relative;
	top: 10px;
	padding:0 0;
	margin:0; 
	padding:0; 
	list-style-type:none;
}
.oneColFixCtrHdr #header #rowTwo .navigation ul.nav li{
	float:left;
	padding:0 2px 0 0;
	background:url(../images/nav_div.gif) right top no-repeat;
	width: auto;
}
.oneColFixCtrHdr #header #rowTwo .navigation ul.nav li a{
	display: inline-block;
	padding:0 25px 0 25px;
	font:normal 12px/14px Verdana, Geneva, sans-serif;
	color:#FFF;
	background-color:inherit;
	text-decoration:none;
	height:20px;
}
.oneColFixCtrHdr #header #rowTwo .navigation ul.nav li a:hover{
	color: #FC0;
	background-color:inherit;
}
.oneColFixCtrHdr #header #rowTwo .navigation ul.nav li.noImg{
	background-image:none;
}
.oneColFixCtrHdr #header #rowThree {
	width: 960px;
	height: 225px;
	margin: 0 0;
	padding: 0 0;
}
.oneColFixCtrHdr #header #rowThree img {
	float: left;
}
.oneColFixCtrHdr #header #rowFour {
	width: 960px;
	height: 35px;
	background:url(../images/navigation-bottom-bg.jpg) left top no-repeat;
	margin: 1px 0;
	padding: 0 0;
}
.oneColFixCtrHdr #header #rowFour .navigation {
	width: 960px;
	height: 35px;
	float:left;
}
.oneColFixCtrHdr #header #rowFour .navigation ul.nav{
	width:960px;
	height:20px;
	position:relative;
	top: 10px;
	padding:0 0;
	margin:0; 
	padding:0; 
	list-style-type:none;
}
.oneColFixCtrHdr #header #rowFour .navigation ul.nav li{
	float:left;
	padding:0 1px 0 0;
	background:url(../images/nav_div.gif) right top no-repeat;
	width: auto;
}
.oneColFixCtrHdr #header #rowFour .navigation ul.nav li a{
	display: inline-block;
	padding:0 9px 0 9px;
	font:normal 12px/14px Verdana, Geneva, sans-serif;
	color:#FFF;
	background-color:inherit;
	text-decoration:none;
	height:20px;
}
.oneColFixCtrHdr #header #rowFour .navigation ul.nav li a:hover{
	color: #FC0;
	background-color:inherit;
}
.oneColFixCtrHdr #header #rowFour .navigation ul.nav li.noImg{
	background-image:none;
}
.oneColFixCtrHdr #mainContent {
	width: 960px;
	background-color: #E2ECF3;
}
.oneColFixCtrHdr #mainContent .sidebar {
	padding: 0;
	margin: 2px 0 2px 0;
	width: 350px;
	float: left;
}
.oneColFixCtrHdr #mainContent .sidebar #infobox {
	padding: 0 0;
	margin: 1px 0 1px 0;
	width: 350px;
	height: 290px;
	float: left;
	background:url(../images/info.jpg) top left no-repeat;
}
.oneColFixCtrHdr #mainContent .sidebar #market {
	padding: 0 0;
	margin: 2px 0 0 0;
	width: 350px;
	height: 225px;
	float: left;
	background:url(../images/market-strategies.jpg) top left no-repeat;
}
.oneColFixCtrHdr #mainContent .contents {
	padding: 0px 0px 0px 5px;
	margin: 2px 0 2px 0;
	width: 605px;
	float: left;
}

.oneColFixCtrHdr #mainContent h1 {
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent h2 {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #footer {
	margin: 0;
	background-color: #000032;
	font: normal 10px/12px Tahoma, Geneva, sans-serif;
	color: #fff;
	width: 960px;
	height: 90px;
}
.oneColFixCtrHdr #footer .block1 {
	margin: 0;
	width: 480px;
	float: left;
}
.oneColFixCtrHdr #footer .block1 p {
	padding: 10px 0 0 10px;
	float:left;
}
.oneColFixCtrHdr #footer .block2 {
	margin: 0;
	width: 480px;
	float: right;
}
.oneColFixCtrHdr #footer .block2 p {
	padding: 10px 10px 0 0;
	float:right;
	font-size:12px;
	line-height: 18px;
}
a.nettlife {
	color: #000;
	text-decoration: none;
	background-color: #F93;
	padding: 3px;
	border: 1px solid #FFF;
}
a.nettlife:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #006;
	padding: 3px;
	border: 1px solid #FFF;
}
.oneColFixCtrHdr #footer .copyright {
	width: 475px;
	float:left;
	height: 40px;
}
.oneColFixCtrHdr #footer .copyright p {
	margin: 17px 10px;
}
.oneColFixCtrHdr #footer .copyright a {
	color:#FFF;
	text-decoration: none;
}
.oneColFixCtrHdr #footer .copyright a:hover {
	color:#FFF;
	text-decoration: underline;
}
.oneColFixCtrHdr #footer .social {
	width: 475px;
	height: 35px;
	float:left;
	clear:both;
}
.oneColFixCtrHdr #footer .social .icons {
	float: left;
	margin: 10px 10px;
}
.oneColFixCtrHdr #footer .social .links {
	margin: auto 0;
	padding: 2px 2px;
	display: inline-block;
	height: 22px;
	width: 22px;
	float:left;
}
.oneColFixCtrHdr #footer .logos {
	width: 475px;
	height: 75px;
	float:right;
}
.normal {
	line-height:20px;
	padding: 5px 10px;
	text-align:justify;
}
.oneColFixCtrHdr #mainContent .sidebar .normal {
	line-height:12px;
	text-align:justify;
}
.tblbg {
	margin: 0;
	padding: 0;
	background:url(../images/tblbg.jpg) center center no-repeat;
	width: 302px;
	height: 170px;	
}
a.tbLink {
	font: 10px Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color: #990000;
	text-decoration: underline;
	padding: 0 5px 0 7px;
	background:url(../images/arrow.gif) no-repeat left center;
}
a:hover.tbLink {
	font: 10px Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color: #990000;
	text-decoration: none;
	padding: 0 5px 0 7px;
	background:url(../images/arrow.gif) no-repeat left center;
}
a.textlink {
	font: 11px Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color: #CC0000;
	text-decoration: none;
}
a:hover.textlink {
	font: 11px Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color: #CC0000;
	text-decoration: underline;
}
a {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #036;
	text-decoration: none;
}
a:hover {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #036;
	text-decoration: underline;
}
.padLeft {
	padding-left: 7px;
}
.padTop{
	padding-top: 7px;
}
#howtoagent{
	float:left;
	width: 294px;
	height: 203px;
	padding:0 0;
	margin:0 2px 0 0;
	background:url(../images/how-to-agent.jpg) right top no-repeat;
}
#ideas{
	float:left;
	width: 294px;
	height: 203px;
	padding:0 0;
	margin:0 0;
	background:url(../images/450-ideas.jpg) right top no-repeat;
}
.small {
	font: 10px Tahoma, Geneva, sans-serif;
	font-weight:normal;
	color: #000;
	text-align:left;
	line-height: 14px;
}
input.formularz {
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFF;
	border: 1px solid #000;
	width: 175px;
	height: 20px;
	margin: 2px 0 5px 0;
	padding: 0 0;
}
#breadcrumb { 
	margin:10px 0px; 
	padding:0;
	font-weight: normal;
	font-size: 10px; 
	color: #666;
}
#breadcrumb a { font-weight:bold; text-decoration:none;font-size: 10px; color: #666; }
#breadcrumb a:hover { font-weight:bold; text-decoration:underline; font-size: 10px; color: #666; }
.successmsgs	{font-size:11px; font-weight:normal; line-height:17px; border-top:1px solid green; border-bottom: 1px solid green; background: #d2ffd4 url(../images/icons/success.gif) no-repeat scroll 5px 7px; padding:7px 15px 7px 30px;margin:10px 0pt;}
.info_messages	{background:#FFF2CE url(../images/icons/information.gif) no-repeat scroll 5px 7px; border-bottom:1px solid #EBD085; border-top:1px solid #EBD085; padding:7px 15px 7px 30px; font-size:10px; font-weight:bold;}
.infobar		{border-bottom:1px solid #EBD085; border-top:1px solid #EBD085; padding:7px 15px 7px 30px; background-color: #FFF2CE; font-size:10px;}
.error_box{
	font: bold 1.1em Arial, Tahoma, sans-serif;
	color: #f03a31;
	padding: 10px 15px 10px 15px;
	margin: 5px 0px 5px 0px;
	border: 1px solid #f03a31;
	background-color: #fad3c5;
}
/********** contact form **********/
#contact fieldset {
	 border: 1px solid #999;
	 margin: 10px 0 20px 0;
	 padding: 0px 10px 0px 10px;
}
#contact fieldset legend {
	font: 16px/22px Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
	padding: 10px 10px;
}
#contactform.space { width:500px; float:left; padding:10px 10px; margin:0;}
#contactform { margin:0; padding:5px 10px;}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block;}
#contactform label { margin:0; width:110px; display:block; padding:5px 0; font:normal 11px Tahoma, Geneva, sans-serif; color:#6e6e6e; text-transform:capitalize; float:left;}
#contactform label span { font:normal 10px Arial, Helvetica, sans-serif;}
#contactform label span.red { color:#F00;}
#contactform input.text { width:320px; border:1px solid #999; margin:5px 0; padding:5px 2px; height:16px; background:#fff; float:left;}
#contactform li img { width:60px; height:30px; border:1px solid #999; margin:2px 5px; padding:0px 0px; float:left;}
#contactform textarea { width:320px; border:1px solid #999; margin:10px 0; padding:2px; background:#fff; float:left;}
#contactform li span.submitbtn img { width:132px; height:28px; margin-left:115px; padding:0px 0px; float:left;}
p.response { text-align:center; color:#2c2c2c; font:bold 11px Arial, Helvetica, sans-serif; line-height:1.8em; width:auto;}

p.clr, .clr { clear:both; padding:0; margin:0; background:none;}
