@charset "UTF-8";
/* CSS Document */


* {
	margin: 0px;
	padding: 0px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}

body {
	background-color:#ffffff;
	font:12px arial, sans-serif;
	font-family:Verdana, Geneva, sans-serif;
	color:#666666;
	line-height:1.5;
	text-align:justify;
	margin:0;
	padding:0;
}

#bg{
	background-image:url("../images/bg.jpg");
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	background-position:center top;
}

#bg-subpage{
	background-image:url("../images/bg-subpage.jpg");
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	background-position:center top;
}

#menubar{
	background-image:url("../images/menubar-bg.png");
	background-repeat:repeat;
	width:100%;
	height:140px;
}

hr{
  clear: both;
  height: 1px;
  border: 0;
  background-color: #cccccc;
  margin: 10px 0px;
  overflow: hidden;
}


div.hr{
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-width: 1px; 
  float: left;
  font-size: 0px;
  width: 100%;
}

.nomargin{
  margin: 0px;
}

#menubar-content hr{
  margin: 10px 0px;
}

#menubar-content{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#menubar-content{
}

p{
	padding-top:10px;
	padding-bottom:10px;
}

h1{
	font-size:26px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color:#4b4a4a;
	padding-bottom:15px;
	text-align:center;
	letter-spacing:1px;
	word-spacing:1px;
	text-shadow: 0.1em 0.1em 0.05em #ddd;
}

h2{
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color:#3d3d3d;
	padding-bottom:10px;
	padding-top:8px;
}

h3{
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color:#3d3d3d;
	padding-bottom:10px;
	padding-top:8px;
}

a:link, a:visited {
	text-decoration:none;
	color:#C00;
}

a:hover, a:active {
	text-decoration:none;
	border-bottom:1px dotted #666666;
	color:#333;
}

#wrapper{
	
	width:auto;
	margin-left:auto;
	margin-right:auto;
}

#all{
	width:900px;
	
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}

#header{
  height: 336px;
	float:left;
	width:900px;
	position: relative;
}

#logo{
	float:left;
	width:300px;
	text-align:center;
	padding-top:8px;
}

#logo a:link, #logo a:visited {
	border:none;
}

#logo a:hover, #logo a:active {
	border:none;
}

#logo img{
	border:none;
}

#baner-switcher{
  position: absolute;
  left: 950px;
  top: 220px;
}

#baner-switcher li{
  list-style: none;
  font-size: 11px;
  cursor: pointer;
  padding: 2px 6px;
  font-family: Arial;
}


#top-adress{
	float:right;
	text-align:right;
	padding-top:20px;
	color:#999;
	font-size:11px;
	line-height:1.8;
}

#top-adress a:link, #top-adress a:visited {
	text-decoration:none;
	color:#999;
	border-bottom:#999 dotted 1px;
}

#top-adress a:hover, #top-adress a:active {
	text-decoration:none;
	border-bottom:#C00 dotted 1px;
	color:#C00;
}

.ruler{
  clear: both;
  font-size: 0px;
  margin: 0px;
  padding: 0px;
  line-height: 0px;
}

#topmenu-left{
	height:auto;
	float:left;
	padding-top:85px;
	width:300px;
	text-align:left;
}

#topmenu-left ul li{
	display:inline;
	list-style:none;
	font-weight:normal;
	font-size:15px;
	margin-left: 40px;
	padding: 15px 0px;
}

#topmenu-left a:link, #topmenu-left a:visited {
	text-decoration:none;
	color:#fff;
	border:none;
}

#topmenu-left a:hover, #topmenu-left a:active {
	text-decoration:none;
	color:#C00;
	border:none;
}


#topmenu-right{
	height:auto;
	float:left;
	padding-top:85px;
	width:300px;
	text-align:right;
}

#topmenu-right ul li{
	display:inline;
	list-style:none;
	font-weight:normal;
	font-size:15px;
	margin-left: 20px;
	padding: 15px 0px;
}

#topmenu-right a:link, #topmenu-right a:visited {
	text-decoration:none;
	color:#fff;
	border:none;
}

#topmenu-right a:hover, #topmenu-right a:active {
	text-decoration:none;
	color:#C00;
	border:none;
}

#content{
	clear:both;
	margin-bottom:60px;
}

#content-subpage{
	clear:both;
	padding-top:20px;
	top: 105px;
	position: relative;
}

#content-subpage-left{
	width:300px;
	padding-top:10px;
	float:left;
	clear:both;	
	text-align: left;
}

#content-subpage-left ul li{
	list-style:none;
	list-style-image:url("../images/small-arrow.jpg");
	list-style-position:inside;
}

#content-subpage-right{
	width:550px;
	float:left;	
}

ul li{
	list-style-position:inside;
}

#content-subpage-right ul{
	margin-top:5px;
	margin-bottom:20px;
	margin-left:20px;
	text-align:left;
	color:#666;
}

#content-subpage-right li{
	padding-bottom:5px;
}

#content-subpage-right-intro p{
	color:#333;
}

#footer{
	clear:both;
	float:left;
	background-image:url("../images/footer.jpg");
    background-repeat:repeat;
	width:100%;
	margin-top:60px;	
}

#footer-contact{
    background-image:url("../images/footer-contact.jpg");
    background-repeat:no-repeat;
	width:560px;
	padding-bottom:10px;
	padding-top:20px;
	padding-left:200px;
	padding-right:200px;
	margin-left:auto;
	margin-right:auto;
	
}

#footer p{
	color:#FFF;
	text-align:center;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
}

.services-box{
	clear:both;	
}

.big-text{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-align:center;
	color:#454545;
	padding: 10px;
}

.highlight{
  background-image:url("../images/highlight-bg.jpg");
  background-repeat:repeat;
  padding: 1px;
}

a.highlight{
  background-image:url("../images/highlight-bg.jpg");
  background-repeat:repeat; 
  padding: 1px;
  text-decoration: none;
  border-bottom:dotted 1px #666;
  color: #454545;
}

a.highlight:hover{
  color: #000000;
  background-image:url("../images/highlight-bg-hover.jpg");
  background-repeat:repeat; 
}

.offer-intro{
	width:280px;
	padding:10px;
	margin-bottom:20px;
	text-align:justify;
	vertical-align: top;
}

a.offer-intro-title:link, a.offer-intro-title:visited {
	text-decoration:none;
	color:#333;
}

a.offer-intro-title:hover, a.offer-intro-title:active {
	text-decoration:none;
	border-bottom:1px dotted #666666;
	color:#C00;
}


.baner{
	width:900px;
	display: none;
}

.baner-text{
  height: 116px;
  width:900px;
  float:left;
  text-align:left;
  color:#3d3d3d;
  line-height:1.2;
  padding-top:220px;
  z-index:2000;
  position:relative;
}


.baner-text-top{
  font-size: 20px;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-weight:bold;
  text-transform:uppercase;
  width: 450px;
}

.baner-text-bottom{
  font-size: 14px;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-weight:normal;
  color:#C00;
}




.baner-image{
  height:336;
  width: 700px;
  float:left;
  z-index:1000;
  position: absolute;

}

.arrow{
  float:left;
  padding-right:5px;	
}


.offer-intro-top{
	color:#000;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

#references{
	clear:both;
	float:left;
	height:auto;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	margin-bottom:5px;
}
#references-intro p{
	color:#454545;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:18px;
	padding:0;
	text-align:center;
	margin-bottom:25px;
}

.reference-link, .signature{
	text-align:right;
	clear:both;
	float:left;
	width: 100%;
}

.reference-link a:link, .reference-link a:visited {
	text-decoration:none;
	color:#333;
}

.reference-link a:hover, .reference-link a:active {
	text-decoration:none;
	color:#C00;
}

.reference{
	width:265px;
	background-image:url("../images/quotation.jpg");
	background-repeat:no-repeat;
	padding:10px;
	float:left;	
	text-align:left;
}

.reference p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
}

.reference-text{
	height:70px;
	clear:both;
	float:left;
	margin-bottom:20px;
	margin-top:20px;
}

.reference-img {
	z-index:1000;
	height:179px;
}


.reference-img img{
	border:1px solid #CCC;	
}

.reference-img a:link, .reference-img a:visited {
	text-decoration:none;
	color:#C00;
}

.reference-img a:hover, .reference-img a:active {
	text-decoration:none;
	border-bottom:none;
	color:#333;
}


.reference-title{
	height:20px;	
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#CC0000;
	font-size:18px;
	padding-top:15px;;
	padding-bottom:15px;
}

p.signature{
	color:#333;
	font-size:18px;
}

.signature a:link, .signature a:visited {
	text-decoration:none;
	color:#C00;
}

.signature a:hover, .signature a:active {
	text-decoration:none;
	color:#C00;
}

.about-us {
	margin-bottom:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
}
.signature-about-us{
	font-style:normal;
	font-size:15px;
	margin-bottom:20px;
	color:#C00;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.reference-quotation{
  position: relative;
  top: 70px;
}


#footer-adress{
	padding-bottom:35px;
	clear:both;
	text-align:center;
}

.read-more{
	font-size:11px;
	text-align:right;	
}

.read-more a:link, .read-more a:visited {
	text-decoration:none;
	color:#333;
}

.read-more a:hover, .read-more a:active {
	text-decoration:none;
	color:#C00;
}

#portfolio-intro{
	padding-top:0px;	
}




.minifolio{
	float:left;
	padding:10px;
}

.minifolio img{
	border:none;	
}

.minifolio a:link, .minifolio a:visited {
	text-decoration:none;
	border:none;	
}

.minifolio a:hover, .minifolio a:active {
	text-decoration:none;
	border:none;	
}

.portfolio{
	float:left;
	margin-bottom:20px;
	border:1px solid #e6e6e6;
}

#portfolio-full{
	padding-top:130px;	
}

.left{
	float:left;
	height:auto;
	padding-left:10px;
	padding-right:10px;
	width:320px;	
	display: inline;
}

.right {
	display: inline;
	float:right;
	font-size:14px;
	height:auto;
	padding-left:10px;
	padding-right:10px;
	width:540px;
}

.realization-full{
	font:12px arial, sans-serif;
	font-family:Verdana, Geneva, sans-serif;
	color:#666666;
	line-height:1.5;
}

.realization-full-image{
	padding-top:20px;	
}

.realization-line{
	clear:both;
	margin-bottom:50px;
	float:left;
	width: 900px;
}

.realization-line-images{
	float:left;
	padding-top:35px;
}

.realization-line-images img{
	padding-bottom:15px;
	border:1px solid #CCC;
}

.realization-line-scope  {
	color:#7E7E7E;
	font-family:Georgia;
	margin-top:10px;
}

.realization-line-published  {
	color:#7E7E7E;
	font-family:Georgia;
	margin-top:10px;
}

.realization-line-url {
	margin-top:10px;
}

.realization-line-description h2{
	padding:0px;	
}

#realisation-navigation{
	margin-bottom:20px;
	margin-top:20px;
	clear:both;
	float:left;
	padding-left:110px;
	text-align:center;
}

#content-how-we-work{
	color:#454545;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:18px;
	padding:0;
	text-align:center;
	padding-top:130px;

}

.how-we-work p{
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;	
}


.how-we-work{
	padding-bottom:30px;	
}


#content-offer{
	color:#454545;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	padding:0;
	text-align:justify;
	padding-top:130px;	
	margin-bottom:60px;
}

#content-offer-title{
	text-align:left;	
}

#form{
		width: 900px;	
		text-align:center;
		padding-top:30px;
}

#form-mail, #form-phone, #form-message{
	margin-bottom:10px;	
}

.form-title{
	padding-bottom:5px;
	padding-top:10px;
	text-align:center;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#3d3d3d;
}

input, textarea{
	padding:10px;	
	width: 430px;
	background-color:#ffffff;
	opacity:0.85;
	border:#e0e0e0 solid 1px;
	font:14px georgia;
	color:#333;
}

#form-message textarea{
	height:240px;	
	width:430px;
	padding:10px;	
	background-color:#ffffff;
	opacity:0.85;
	border:#e0e0e0 solid 1px;
	text-align:center;
	font:14px georgia;
	color:#333;
}

input:focus, #form-message textarea:focus {
	border:dotted #CC0000 1px;
	background-color:#ffffff;
}

#button{
	color:#1b85cf;
	text-align:center;
	margin-top:10px;
}

#button a:hover{
	border-bottom:none;
}

.realization-line a:hover{
	border-bottom:none;
}

#button .signature{
	color:#333;
	font-size:18px;
	text-align:center;
	clear:both;
}

#content-offer-menu{
	text-align:center;
}

#content-offer-menu a{
	display:inline;
}

#content-offer-menu td{
  vertical-align: top;
}

.content-offer-submenu{
	text-align:center;
}

.content-offer-submenu li{
	list-style:none;
	font-size:11px;
}


.content-offer-submenu a:link, .content-offer-submenu a:visited {
	text-decoration:none;
	color:#666666;
}

.content-offer-submenu a:hover, .content-offer-submenu a:active {
	text-decoration:none;
	border-bottom:1px dotted #C00;
	color:#C00;
}

#content-offer-content{
	clear:both;
	float:left;
	height:auto;
	margin-bottom:60px;
}

#content-offer-text{
	width:450px;
	float:left;	
}


#portfolio-offer{
	width:390px;
	float:left;
	margin-left:20px;
	
    background-image:url("../images/portfolio-offer-bg.jpg");
    background-repeat:no-repeat; 
}


#portfolio-gallery{
	text-align:center;
	padding-left:70px;
}

#portfolio-offer p{
	color:#666;
	text-align:center;
}

.offer-contact {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4b4a4a;
	font-style:italic;
	padding-top:30px;
	clear:both;
}

#content-offer-other-articles{
  padding-top: 30px;
}

#content-offer-other-articles ul{
  margin-top: 5px;
}

#content-offer-other-articles ul li{
  margin-left: 20px;
}

.list-offer-all{
	clear:both;	
	width:456px;
	float: left;
	margin-bottom:20px;
}

.list-offer-img{
	float:left;	
	width: 46px;
}

.list-offer-img2{
	float:right;	
	width: 46px;
}

.list-offer-text{
	float:left;	
	width: 410px;
}

.list-offer-text2{
	float:left;	
	width: 410px;
}

#contact-form{
	width:450px;
}

#contact-right{
	width:390px;
	height:450px;
	float:left;
	margin-left:20px;
    background-image:url("../images/portfolio-offer-bg.jpg");
    background-repeat:no-repeat; 
}

#contact-right-text{
	padding-top:10px;
	text-align:center;
	padding-left:70px;
}

.next-realisation{
	float:left;
	text-align:left;
	font-size:12px;
	height:230px;
	width:160px;
	padding-top:20px;
	padding-left:40px;
	background-image:url("../images/prev-realisation-bg.jpg");
    background-repeat:no-repeat; 
}

.prev-realisation{
	float:right;
	text-align:right;	
	font-size:12px;
	height:230px;
	width:160px;
	padding-top:20px;
	padding-right:40px;
    background-image:url("../images/next-realisation-bg.jpg");
    background-repeat:no-repeat; 
}

.message-warning, .message-warning h2{
  color: #C00;
}

#contact-form-process{
  text-align: center;
}

#contact-form-line{
  margin: 0 auto;
}


.realization-text{
	padding-left:125px;
	padding-right:125px;	
}

.next-realisation img, .prev-realisation img{
	border:none;
	padding-top:10px;	
}


a.next-realisation:hover img, a.prev-realisation:hover img{
	border:none;	
}

#footer-contact a:link, #footer-contact a:visited {
	text-decoration:none;
	color:#C00;
}

#footer-contact a:hover, #footer-contact a:active {
	text-decoration:none;
	border-bottom:1px dotted #fff;
	color:#fff;
}


a.realisation-link:link, a.realisation-link:visited {
color:#CC0000;
font-size:10px;
text-decoration:none;
}


a.realisation-title:link, a.realisation-title:visited {
color:#333333;
font-size:12px;
text-decoration:none;
}


.prev-realisation {
background-image:url("../images/next-realisation-bg.jpg");
background-repeat:no-repeat;
float:right;
font-size:12px;
height:230px;
padding-right:40px;
padding-top:30px;
text-align:right;
width:160px;
}


.next-realisation a:hover{
	border-bottom:none;
}

.prev-realisation a:hover{
	border-bottom:none;
}
