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


/* main & nav */

body {
	padding:30px 0px 30px 0px;
	margin:0px 0px 0px 0px;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1,2em;
	text-decoration: none;
	text-align: left;
	color:#333;
}

body > #content { 
	margin:auto;  
} 

a, a:link, a:hover, a:visited {
	font-weight:normal;
	text-decoration:none;
	color:#333;
}

h2 {
	text-align:left;
	font-size:1.2em;
	color:#C00;
	margin: 2px;
	font-weight:normal;
}
h2 a, h2 a:link, h2 a:visited, h2 a:hover {
	font-weight:normal;
	text-decoration:none;
	color:#C00;
}

img {
  border: 0;
}

#content {
	width: 1100px;
	height: auto;
}

#header{
	height: 36px;
	width: 100%;
	border-bottom: dotted 1px #333;
	font-size:1.2em;
}

.clear {
	clear:both;
	border:none;
}
#logo{
	position:relative;
	float:left;
}
#menu_main{
	position:relative;
	float:right;
	margin-top:10px;
}
#nav{
	height: 38px;
	width: 100%;
	border-bottom: dotted 1px #333;	
	font-size:1.2em;
}
#section_title{
	position:relative;
	float:left;
	margin-top:12px;
	color:#C00;
}
#menu_section{
	position:relative;
	float:right;
	margin-top:12px;
}
#nav_2{
	height: 70px;
	width: 100%;
	border-bottom: dotted 1px #333;
	font-size:1.2em;
}
#section_title2{
	position:relative;
	float:left;
	margin-top:42px;
	color:#C00;
}
#menu_section{
	position:relative;
	float:right;
	margin-top:12px;
}

.section_higlight{
	color:#C00;
}
.section_higlight a, .section_higlight a:link, .section_higlight a:hover, .section_higlight a:visited {
	font-weight:normal;
	text-decoration:none;
color:#C00;
}

.menu_item {
  margin-left: 2em;
}

#footer {
	clear:both;
	width: 100%;
	height:90px;
	border-top: dotted 1px #333;
	position:relative;
	top: 53px;
	margin:53px 0 23px 0;
	color:#999;
	font-size:0,8em;
}
#footer_left {
	float:left;
	text-align:left;
}

#footer_right {
	float:right;
	text-align:right;
}


/* home */

#home {
	clear:both;
	width: 100%;
	margin: 23px 0 23px 0;
	text-align:center;
}

/* about */

#about {
	clear:both;
	width: 100%;
	margin: 23px 0 0 0;
}

#about_image {
	float:left;
}

.about_img {
	max-width:480px;
	padding: 10px;
}

#about_text {
	padding: 10px;
}

/* contact */
#contact_text {
  margin-left:500px;
}

#contact_text h3 {
  border-bottom: 1px dotted #C00;
}

/* gallery commercial & projects */

#section_container {
	width: 100%;
}

#section1, #section2, #section3, #section4, #section5, #section6 {
	width: 100%;
}
.section {
	clear:both;
	width: 100%;
}
.section_title{
	height: 28px;
	width: 100%;
	color:#C00;
	text-align:left;
	padding-top:42px;
	position:relative;
	font-size:1.2em;
}
.section_content{
	clear:both;
	position:relative;
	width: 100%;
	padding-top:13px;
	border-top: 0px;
	border-top: dotted 1px #333;
}
.section_description{
	float:left;
	width:250px;
	padding-right:10px;
}
.section_thumbs {
	float:right;
	width:840px;
}
.thumbs {
	margin: 10px 10px 10px 0;
}
.line {
	border-bottom: dotted 1px #333;
}

.big_img {
	position:relative;
	float:left;
}

.other_img {
  width: 400px;
	position:relative;
	float:right;
}

/* reportage */

.section_reportage {
	position: relative;
	width: 260px;
	float:left;
	margin-left: 10px;
}

.thumbs_reportage {
	width: 240px;
	max-height:160px;
	margin-bottom: 10px;
	
}