	html {
	    margin: 0;
		padding: 0;
	
        background: #333 url('../images/bg_1.jpg') top center;
	}
	
	body {
		margin: 0;
		padding: 0;
		font-family: Arial; 
		font-size: 12px;
		color: #fff;
	}
	
    * { margin: 0; padding: 0; list-style: none; }
	
	a {
		color: #5ec5ed;
		text-decoration: none;
	} a:hover { text-decoration: underline; }
	
	.Inner {
	    width: 920px;
		margin: 0 auto;
	}
	
	#Header {
	    float: left;
	    width: 100%;
		background: url('../images/menu_bg.gif') bottom center repeat-x;
		margin-bottom: 30px;
	}
	
	#Header .ChooseLanguage {
	    width: 920px;
		float: left;
		text-align: right;
		height: 20px;
	}
	
	#Header .ChooseLanguage ul{
		float: right;
	}
	
	#Header .ChooseLanguage ul li{
		float: right;
		height: 20px;
		display: inline;
		font-size: 11px;
		background: url('../images/menu_separator.gif') center left no-repeat;
		padding: 5px 0 0 6px;
		margin: 0 0 0 5px;
	}
	
	#Header .ChooseLanguage ul li a {
		color: #959595;
		text-decoration: none;
		height: 14px;
		padding: 3px 6px;	
	}
	
	#Header .ChooseLanguage ul li a:hover {
		color: #959595;
		text-decoration: none;
		background: #4a4a4a;
	}

	#Header .ChooseLanguage ul li a.Active {
		color: #959595;
		text-decoration: none;
		background: #4a4a4a;
	}
	#Header .Signs {
	    width: 920px;
		height: 154px;
		float: left;
	}
	
	#Header .Signs h1 {
	    float: left;
		width: 257px;
		height: 63px;
		background: url('../images/pimago_logo.png') no-repeat;
		margin-top: 42px;
	}
	
	#Header .Signs a {
	    float: left;
		width: 257px;
		height: 63px;
	}
	
	#Header .Signs h1 span{
	    display: none;
	}
	
	#Header .Signs p.Slogan{
	    float: right;
		/*width: 350px;*/
		width: 494px;
		height: 28px;
		background: url('../images/slogan2.png') no-repeat;
		margin-top: 64px;
	} #Header .Signs p.Slogan span { display: none; }
	
	#Header .MainMenu {
	    float: left;
		width: 920px;
		height: 65px;
	}
	
	#Header .MainMenu ul{
	    float: left;
		font-size: 12px;
		width: 478px;
		height: 44px;
		margin-top: 21px;
		margin-left: 442px;
	}
	
	#Header .MainMenu ul li{
	    float: left;	
		background: url('../images/menu_separator.gif') right 8px no-repeat;
		padding: 0 10px 0 0;
		margin: 0 5px 0 5px;
	}
	
	#Header .MainMenu ul li a{
	    float: left;
		color: #fff;
		display: inline;
		height: 41px;
		padding: 3px 10px 0 10px;
		text-decoration: none;
	}
	
	#Header .MainMenu ul li a:hover, #Header .MainMenu ul li a.Active{
		background: url('../images/menu_item_bg.gif') top center no-repeat;
	}
	
	#Header .MainMenu ul li.Last{
	    float: left;	
		background: none;
		padding: 0;
		margin: 0 5px 0 5px;
	}
	
	#Page{
	    width: 920px;
		margin: 0 auto;
	}
	
	
	#Page h2 {
	    font-size: 18px;
		font-weight: normal;
	}
	
	#Page #Left, #Page #SubRight{
	    width: 700px;
		float: left;
		margin-right: 10px;
	}
	
	#Page #SubRight {
	    margin-right: 0px;
	}
	
	#Page #Left h2, #Page #SubRight h2 { 
	    width: 685px;
		float: left;
		height: 42px;
		padding-top: 18px;
		padding-left: 15px;
	} 
	
	#Page .LastProjects{
	    background: url('../images/bg_3.jpg') center center no-repeat;
		border-bottom: 1px solid #292929;
		float: left;
	}
	
	#Page .Portfolio {
	    margin-bottom: 10px;
	}
	
	#Page #Right, #Page #SubLeft{
	    width: 210px;
		float: left;
	}
	
	#Page #SubLeft {
	    margin-right: 10px;
	}
	
	#Page #Right h2, #Page #SubLeft h2{ 
	    width: 195px;
		float: left;
		height: 42px;
		border-bottom: 1px solid #292929;
		padding-top: 18px;
		padding-left: 15px;	
	} 

	
	#Page #Right div, #Page #SubLeft div {
	    width: 210px;
		float: left;	
	}
	
	#Page .Listing {
	    background: url('../images/bg_2.jpg') center center no-repeat;
		border-bottom: 1px solid #292929;
	}
	
	#Page #listing-accordian {
	    float: left;
		padding: 20px;
		margin: 0;
		width: 170px;
		font-size: 12px;
	}
	
	#Page #contact-accordian {
	    float: left;
		padding: 20px;
		margin: 0;
		width: 170px;
		font-size: 12px;
	}
	
	#Page #listing-accordian .accordion_headings{
	    float: left;
		margin: 0;
		width: 155px;	
		color: #fff;
		background: url('../images/tr_right.gif') 0px 4px no-repeat;
		padding: 0 0 0 15px;
		cursor: pointer; 
		margin-bottom: 10px;
		margin-top: 15px;
	}
	
	#Page #listing-accordian .accordion_headings a{
	    text-decoration: none;
		color: #fff;
	}
	
	#Page #listing-accordian ul.accordion_child{
		float: left; 
		margin: 0; 
		padding: 0 0 10px 0;
		
	}
	
	#Page #listing-accordian ul.accordion_child li {
		float: left; 
		margin-left: 17px;	
		padding-right: 17px;
	}
	
	#Page #listing-accordian ul.accordion_child li a{
		background: url('../images/tr_mini_right.gif') 0px 6px no-repeat;
		padding-left: 18px;
		width: 135px;
		display: block;
		float: left;
		margin: 0 0 5px 0;
		color: #5ec5ed;
	}
	#Page #listing-accordian ul.accordion_child li a strong {
		color: #fff;
		}
	#Page .Contact {
	    background: url('../images/bg_3.jpg') center center no-repeat;
		margin-bottom: 1px;
		
	}
	
	#Page #contact-accordian .accordion_headings{
	    float: left;
		margin: 0;
		width: 155px;	
		color: #5EC5ED;
		background: url('../images/tr_mini_right.gif') 0px 6px no-repeat;
		padding: 0 0 0 10px;
		cursor: pointer;
		margin-bottom: 5px;
		margin-top: 5px;
		font-weight: bold;
	}
	
	#Page .Contact div p{
	    margin-bottom: 3px;
		margin-left: 10px;
	}
	
	#Page .Contact div strong {
	    font-weight: normal;
		color: #5ec5ed;
	}
	
	#Page p.EndLine {
	    width: 100%;
		height: 6px;
		background: #5ec5ed;
		float: left;
		font-size: 0px;
		line-height: 0px;
	}
	
	#Page .Static {
	    background: url('../images/bg_2.jpg') center center no-repeat;
        width: 620px;
        padding: 40px;
        float: left;		
	}
	
	#Page .Static p {
		clear: both; 
		float: left;
	    font-size: 12px;
		color: #fff;
		line-height: 20px;
		padding-bottom: 20px;
	}
	
	#Page .Static ul {
		float: left;
		padding-left: 25px;
		clear: both;
		width: 570px;
		line-height: 16px;
		}
		#Page .Static ul li {
			background: url('../images/li.gif') no-repeat 0px 6px;
			padding: 3px 0px 3px 25px;
			
			}	 
	
	#Footer {
	    margin-top: 30px;
	    float: left;
	    width: 100%;
		border-top: 1px solid #3e3e3e;
	}
	
	#Footer p {
	    float: left;
		padding: 20px 0 20px 0;
	    color: #959595;
		width: 920px;
		text-align: center;
	}
	
	#Footer p.footerLinks, #Footer p.footerLinks a {
		color: #444;
		}
	#Footer p.footerLinks a:hover {
		color: #fff;
		text-decoration: none;
		}
	#projects-accordian{
	width:700px;
	float: left;
}

.accordion_headings{
	padding: 13px 15px;
	background: url('../images/bg_3.gif') center center no-repeat;
	color:#bababa;
	cursor:pointer;
	font-size: 12px;
	margin-bottom: 1px;
}

.accordion_headings span.tr  {
    width: 7px;
	height: 4px;
	background: url('../images/tr_bottom.gif') no-repeat;
	float: left;
	margin-top: 6px;
	margin-right: 10px;
}

.accordion_headings:hover, .header_highlight{
	background: url('../images/bg_2.jpg') center center no-repeat;
	color:#fff;
}

.header_highlight span.tr {
    width: 4px;
	height: 7px;
	background: url('../images/tr_right.gif') no-repeat;
	float: left;
	margin-top: 4px;
	margin-right: 10px;
}

.accordion_child{
	margin-bottom: 1px;
}
.accordion_child img{
	font-size: 0px;
	float: left;
	height: 349px;
}

.accordion_child div {
	margin-top: 1px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	background: url('../images/bg_2.jpg') center center no-repeat;
	float: left;
	width: 680px;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	padding: 25px 10px;
	height: 75px;
}

.accordion_child div p {
float: left;
width: 400px;
text-align: left;
	color: #CCCCCC;
	font-size: 12px;
	line-height: 16px;
}

.accordion_child div.Full p {
width: 680px;
}


.accordion_child div a.adress{
display: block;
float: left;
font-size: 18px;
color: #5ec5ed;
font-weight: bold;
width: 280px;
text-align: right;
}

	/* Google */
#google_map
{
	clear: both;
	float: left;
	width: 618px;
	height: 380px;
	border: 1px solid #CCCCCC;
	margin: 10px 0 20px 0px !important;
	margin/**/: 10px 0 0px 0px;
}

#google_maker_msg
{
	display: block;
}
/* Google end */

	.msg {
	    margin: 0;
		padding: 10px 10px 10px 0;
		float: left;
		width: 620px;
		font-size: 13px;
		color: #666666;
		font-weight: bold;
		background: #ccc;
	}
	
	.msg span {
	float: left;
	margin: 0 0 0 40px;
	}
	
	.ok {
	    background: #D6EB99 url('../images/ok.png') 10px center no-repeat;
		float: left;
		border: 1px solid #B2D79D;
	}
	
    .info {
	    background: #a0bbe0 url('../images/about.png') 10px center no-repeat;
		float: left;
		border: 1px solid #8ba7d1;
		color: #fff;
	}