    * { margin: 0; padding: 0; list-style: none; text-decoration: none;}
	
	html {
		font-family: Helvetica, Arial, Verdana, sans-serif;
        color: #666666;		
		background: #fff;
		font-size: 10px;
	}
	
	body {
	    margin: 0 auto;
		width: 962px;
    }
	
	#Container {
	    float: left;
		width: 962px;
		height: 517px;
		padding: 100px 0;
	}
	
	#Container .Footer {
	    float: left;
		width: 960px;
		height: 15px;
		padding-top: 9px;
	}
	
	#Container .Footer a {
	    color: #666666;
		text-decoration: none;
	}
	
	#Container .Content {
	    float: left;
		width: 960px;
		height: 515px;
		border: 1px solid #f0f0f0;
		position: absolute;
	}
	
	#Container .ContentBox {
	    float: left;
		width: 960px;
		height: 517px;	
	}
	
	#Container .Content .MainMenu {
	    float: left;
		width: 960px;
		height: 23px;
	}

	#Container .Content .MainMenu ul {
	    float: left;
		width: 960px;
		height: 23px;
		background: #3a2415;
	}
	
	#Container .Content .MainMenu ul li{
	    float: left;
		font-size: 12px;
		text-align: center;
		
	}
	
	#Container .Content .MainMenu ul li a {
	    float: left;
		height: 18px;
		margin-top: 5px;
        color: #fff;	
	}
	
	#Container .Content .MainMenu ul li ul.Sub {
	    position: absolute;
		top: 23px;
		float: left;
		padding: 15px 0 20px 0;	
		height: auto;
		display: none; /* wyłączamy! */
	}
	
	#Container .Content .MainMenu ul li ul.Sub li {
	    float: left;
        text-align: center;		
		margin-bottom: 4px;
		height: auto;
		padding: 0;
		height: 52px;
	}
	
	#Container .Content .MainMenu ul li ul.Sub li a {
	    height: auto;
		padding: 0;
		background: none;
	}
	
	#Container .Content .MainMenu ul li ul.Sub li a img {
	    border: 0;
		-moz-opacity : 0.7;
		opacity : 0.7;
		filter : alpha(opacity=70);		
	}
	
	#Container .Content .MainMenu ul li ul.Sub li a:hover img {
		-moz-opacity : 1;
		opacity : 1;
		filter : alpha(opacity=100);		
	}
	
	#Container .Content .MainMenu ul li.Profile {
	    float: left;
		background: #937acc;
		width: 135px;
	}
	
	#Container .Content .MainMenu ul li.Profile a {
		width: 135px;
	}
	
	#Container .Content .MainMenu ul li.Residential {
	    float: left;
		background: #cdcae8;
		width: 203px;
	}
	
	#Container .Content .MainMenu ul li.Residential a {
		width: 203px;
	}

	#Container .Content .MainMenu ul li.Residential ul.Sub {
		width: 203px;
		left: 135px;
		background: url('../images/residential_bg.png');
	}
	
	#Container .Content .MainMenu ul li.Residential ul.Sub li {
		width: 203px;
	}
	
	#Container .Content .MainMenu ul li.Commercial {
	    float: left;
		background: #cbb2b6;
		width: 201px;
	}
	
	#Container .Content .MainMenu ul li.Commercial a {
		width: 201px;
	}
	
	#Container .Content .MainMenu ul li.Commercial ul.Sub {
		width: 201px;
		left: 338px;
		background: url('../images/commercial_bg.png');
	}
	
	#Container .Content .MainMenu ul li.Commercial ul.Sub li {
		width: 201px;
	}
	
	#Container .Content .MainMenu ul li.InProgress {
	    float: left;
		background: #f7a03b;
		width: 202px;
	}
	
	#Container .Content .MainMenu ul li.InProgress a {
		width: 202px;
	}
	
	#Container .Content .MainMenu ul li.InProgress ul.Sub {
		width: 202px;
		left: 539px;
		background: url('../images/inprogress_bg.png');
	}
	
	#Container .Content .MainMenu ul li.InProgress ul.Sub li {
		width: 202px;
	}
	
	#Container .Content .MainMenu ul li.Contact {
	    float: left;
		background: #de841d;
		width: 135px;
	}
	
	#Container .Content .MainMenu ul li.Contact a {
		width: 135px;
	}
	
	#Container .Content .Page {
	    float: left;
	    width: 960px;
		height: 492px;
	}
	
	#Container .Content .Main {
		background: url('../images/main_bg.jpg');
	}
	
	#Container .Content .Page .Left {
	    float: left;
	    width: 340px;
		height: 492px;
		background: url('../images/logo.png') center 374px no-repeat;
	}
	
	#Container .Content .Page .Left .SubMenu {
	    float: left;
	    width: 235px;
        height: 269px;	
        padding: 105px 0 0 105px;		
	}
	
	#Container .Content .Page .Left .SubMenu ul {
	    float: left;
		width: 210px;
	}
	
	#Container .Content .Page .Left .SubMenu ul ul {
		width: 190px;
		padding-left: 20px;
	}
	
	#Container .Content .Page .Left .SubMenu ul li{
	    float: left;
		width: 100%;
		padding-bottom: 2px;
	}
	
	#Container .Content .Page .Left .SubMenu ul li a {
	    float: left;
		color: #666;
	}
	
	#Container .Content .Page .Left .SubMenu ul li a:hover, #Container .Content .Page .Left .SubMenu ul li a.Active {
	    color: #999;
	}
	
	#Container .Content .Page .Left .SubMenu ul li a.Select {
		padding-left: 8px;
		background: url('../images/tr.jpg') left center no-repeat;
	}
	
	#Container .Content .Page .Left .SubMenu ul li a.Select:hover {
	    color: #666;
	}
	
	#Container .Content .Page .Left h1 {
	    float: left;
	    width: 340px;
        height: 40px;		
	}
	
	#Container .Content .Page .Left h1 a {
	    float: left;
	    width: 254px;
        height: 40px;
        margin-left: 43px;		
	}
	
	#Container .Content .Page .Left h1 a span {
	    display: none;
	}
	
	#Container .Content .Page .Right {
	    float: left;
	    width: 620px;
		height: 492px;
	}	
	
	#Container .Content .Page .Right .Contact {
	    float: left;
		width: 565px;
		height: 277px;
		background: #333 url('../images/sds_dark.jpg') right bottom no-repeat;
		margin: 25px 0 0 0;
		padding: 120px 0 0 55px;
	}
	
	#Container .Content .Page .Right .Contact p {
		color: #fff;
		font-size: 11px;
	}
	
	#Container .Content .Page .Right .Contact p strong {
		font-weight: bold;
		font-size: 11px;
	}
	
	#Container .Content .Page .Right .Contact p a {
	    color: #fff;
		text-decoration: none;
	}
	
	#Container .Content .Page .Right .Profile {
	    float: left;
		width: 360px;
		height: 372px;
		background: #fff url('../images/yianni.jpg') right bottom no-repeat;
		padding: 120px 260px 0 0;
	}
	
	#Container .Content .Page .Right .Profile p {
		font-size: 11px;
		margin-bottom: 10px;
	}
	
	#Container .Content .Page .Right .Item {
	    float: left;
		width: 620px;	
		height: 467px;
		margin-top: 25px;
	}
	
	#Container .Content .Page .Right .Item .Photo{
	    float: left;
		width: 620px;	
		height: 392px;
	}
	
	#Container .Content .Page .Right .Item .Photo img {
	    display: none;
	}
	
	#Container .Content .Page .Right .Item .Photo img#Photo-1 { /* jw */
	    display: block;
	}
	
	#Container .Content .Page .Right .Item .Info {
	    float: left;
		width: 620px;
        margin-top: 12px;		
	}
	
	#Container .Content .Page .Right .Item .Info strong {
	    float: left;	
		display: inline;
		font-weight: normal;
		color: #999;
		margin-right: 20px;
	}
	
	#Container .Content .Page .Right .Item .Info span.Pages {
	    float: left;
		width: 32px;
		text-align: center;
	}
	
	#Container .Content .Page .Right .Item .Info span.LeftBtn {	
      	float: left;
		width: 11px;
		height: 11px;
		background: url('../images/tr_left.jpg') center center no-repeat;
		cursor: pointer;
	}
	
	#Container .Content .Page .Right .Item .Info span.RightBtn {	
      	float: left;
		width: 11px;
		height: 11px;
		background: url('../images/tr_right.jpg') center center no-repeat;
		cursor: pointer;
	}
