@charset "utf-8";
/* ------ CSS RESET ------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font: 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* ------ CSS RESET END ------ */

html{
}
body{
	background:#ffffff;
	margin:0;
	font: 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
}
	
img{
	border:0;
}	

a{
	color: #e0601f;	
}

h2,h3{
	font-weight:bold;
}


#mainpage{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	background:#fbf3e6;
}	

#header{
	height:284px;
	width:100%;
	float:left;
	background:#e0601f;
}

#header .left{
	float:left;
	width:320px;
	background:url(images/logo.jpg) top left no-repeat;
}

#header .left ul{
	padding:162px 0 0 20px;
	margin:0;
}

#header .left ul li{
	background:url(images/bulet_header.gif) no-repeat 0 10px;;
	padding:1px 0 1px 10px;
}

#header .left ul li a{
	color:#fff;
	font-weight:bold;
}

#header .right{
	float:right;
	width:620px;
}


#maincont{
	float:left;
	width:100%;
}

#maincont img{
	border:solid 4px #e79d70;
	margin:4px;
}


#left_coll{
	float:left;
	width:620px;
}


#right_coll{
	float:right;
	width:320px;
}

#footer{
	clear:both;
	height:40px;
	padding-top:10px;
	border-top:solid 8px #e0601f;
	color:#000;
	font-size:11px;
	background:url(images/logo_small.jpg) 10px 0px  no-repeat;
}

#footer ul{
	float:right;
	width:320px;
}

#footer ul li{
	float:left;
	border-left:solid 2px #e0601f;
	padding:0px 8px 0px 8px;
}

#footer ul li:first-child{
	border:0;
}

#footer ul li a{
	color:#000;
	text-decoration:none;
}

#footer p{
	width:300px;
	float:left;
	padding:0 0 0 130px;
}

#menu {
 	list-style-type:none;
	padding:0;
	margin:0;
	background:#fbf3e6;
	height:92px;
}

#menu li{
	float:left;
	background:url(images/menu_bg.jpg) right bottom no-repeat;
	width:124px;
	text-align:center;

}

#menu li a{
	text-decoration:none;
	color:#6c695a;
	font-weight:bold;
	font-size:12px;
	font-family:Arial;
	padding-top:40px;
	height:52px;
	display:block;
} 

#menu li a span{
	display:block;
	height:21px;
	text-align:center;
}

#menu li a:hover, #menu li a.selected{
	color:#e06c00;
}

/* CONTENT */
#content{
	padding:0px 10px 2px 20px;
	margin:5px 0 5px 0;
	text-align:justify;
	border-right:solid 1px #ccc;
}

#content ul{
	list-style-type:square;
	padding-left:15px;
}

#content p{
	padding:2px 0px 2px 0px;
}

#last_project{
	width:288px;
	margin-left:10px;	
}

#last_project div{
	margin:0 0 4px 4px;
	text-align:justify;
}

#last_project ul li {
	padding:4px 0 4px 10px;
	background: url(images/bullet.gif) no-repeat 2px 10px;
}

.our_target{
	background:#a59a86 url(images/our_target_bg.gif) right bottom no-repeat;
	color:#fff;
	padding:5px 5px 5px 20px;
}

.our_target a{
	border:solid 1px #fff;
	padding:0 3px 0 3px;
	background:#f37f50;
	color:#fff;
	text-decoration:none;
}

/*  CONTACTS  */

#msg{
	width:280px;
	margin:4px auto;
	}

form {
	margin:0;
	padding:0 0 10px 18px;	
}

form p {
	margin-bottom: 0px;
	margin-top: 4px;
	padding: 0;
}

input	{
	color: #06367b;
	border: 1px solid #454545;
	width:280px;
	height:16px;
}

textarea {
	color: #06367b;
	background: #ffffff;
	border: 1px solid #454545;
	width:280px;
}

.submit input {
	color:#000;
	font-weight:bold;
	background: #C7B19C;
	border: 1px solid #454545;
	width:100px;
	height:18px;	
}

/* END CONTACTS */

.error {
	color:#c00;
	background-color:#fcc;
	padding:2px;
	margin-bottom:5px;
	text-align:center;
	font-weight:bold;
	border:1px solid #c00;
}
.success {
	color:#090;
	background-color:#cfc;
	padding:2px;
	margin-bottom:5px;
	text-align:center;
	font-weight:bold;
	border:1px solid #0c0;
}


.project{
	padding:10px 0 0 0;
	clear:both;
}

.project p img{
	margin-right:20px;
}

.gall {
	clear:both;
	float:left;
	width:580px;
}

.gall img{
}

