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;
}
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;
}
ol,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; }

.clr { clear: both; overflow:hidden; height:0; }
.clrfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clrfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clrfix {height: 1%;}
.clrfix {display: block;}
/* End hide from IE-mac */

a{
	text-decoration:none;
	outline:none;
	}

img{
	border:none;
	margin:0;
	}
	
body{
	background:url(../images/body_bg.png) repeat-x;
	}
	
html{
	background-color:#363636;
	}
	
#wrapper{
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.62em;
	}
	
#header{
	width:960px;
	height:140px;
	margin:0 auto;
	padding:2px 0 0 0;
	}
	
.logo{
	background:url(../images/logo.png) no-repeat;
	width:244px;
    height:45px;
	display:block;
	text-indent:-3000px;
	margin:20px 0 0 0;
	}
	
	* html a.logo{
					background:none!important;
					filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png', sizingMethod='crop');
					}
					
#content{
	width:100%;
	background:url(../images/content_bottom.jpg) repeat-x bottom;
	background-color:#f2e3c8;
	min-height:300px;
    height:auto !important;
    height:300px;
	}
	
.general{
	width:960px;
	margin:0 auto;
	padding:0 0 30px 0;
	}

.left{
	width:400px;
	float:left;
	padding:0 15px 0 0;
	}
	
.right{
	width:530px;
	float:left;
	padding:0 0 0 15px;
	}
	
.up{
	margin:-20px 0  0 0;
	overflow:visible;
	position:relative;
	}
	
.title{
	font-size:24px;
	padding:0 0 10px 0;
	}
	
.underline{
	background:url(../images/underline.jpg) repeat-x bottom;
	width:100%;
	}
	
.underline1{
	background:url(../images/underline1.jpg) repeat-x bottom;
	width:100%;
	}
	
.service{
	padding:10px 0;
	border-bottom:1px solid #d5c6ab;
	}

.service p {
	text-align: justify;
}

.last{
	border:none;
	}
	
.about_us{
	padding:10px 0;
	text-align:justify;
	}
	
.green{
	color:#6d8818;
	}
	
.green1{
	color:#afcb3d;
	}
	
.brown{
	color:#996633;
	}

.bold{
	font-weight:bold;
	}
	
.white{
	color:#ffffff;
	}
	
.strong{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.padding{
	padding:5px 0;
	}
	
.padding1{
	padding:15px 0;
	}
	
.icon{
	vertical-align:middle;
	margin:0 5px 0 0;
	}

#projects{
	width:100%;
	background:url(../images/gray_flowers_bg.jpg) repeat-x;
	min-height:300px;
    height:auto !important;
    height:300px;
	}
	
.projects_list{
	padding:10px 0;
	}

.projects_list ul li{
	margin:7px 0;
	padding:0;
	}	

.projects_list ul li a{
	border:5px solid #4a4a4a;
	display:block;
	width:385px;
	height:70px;
	}
	
.projects_list ul li a:hover{
	border:5px solid #9a9a9b;
	}
	
.active{
	padding:0 10px;
	background:url(../images/active_gradient.jpg) no-repeat;
	width:510px;
	}
	
	
	
.active_pr{
	margin:10px 10px 10px 0;
	float:left;
	}

ul.boxed-list{
	float:left;
	}	

ul.boxed-list li{
	width:130px;
	padding:5px 0;
	background:url(../images/underline2.jpg) repeat-x bottom;
	font-family:Arial, Helvetica, sans-serif;
	color:#afcb3d;
	font-weight:bold;
	font-size:14px;
	}

.gray{
	color:#cccccc;
	}
	
a.visit{
	color:#afcb3d;
	}
	
a.visit:hover{
	color:#dafb54;
	text-decoration:underline;
	}
	
#footer{
	background:url(../images/footer.jpg) no-repeat;
	width:930px;
	height:130px;
	margin:0 auto;
	padding:15px;
	}
	
a.request{
	color:#afcb3d;
	float:right;
	font-size:14px;
	font-weight:bold;
	background:url(../images/envelop.jpg) no-repeat right;
	padding:0 40px 0 0;	
	margin:-40px 0 0 0;
	}
	
a.request:hover{
	text-decoration:underline;
	color:#dafb54;
	}
	
blockquote {
	/*
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
	*/
	background: transparent url(../images/quote-open.gif) no-repeat scroll left 5px;
	font-style: italic;
	padding: 2em 0 0 25px;
	margin: 0 auto 2em;
	color: #996633;
	
}

blockquote p {
	background: transparent url(../images/quote-close.gif) no-repeat scroll right bottom;
	display: block;
	padding: 0 25px 2em 0;
}

blockquote span {
	display:block;
	text-align: right;
}

.language{
	float:right;
	}
	
.en{
	background:url(../images/en.png) no-repeat;
	width:35px;
    height:20px;
	display:block;
	float:left;
	margin:0 10px 0 0;
	}
	
	* html a.en{
					background:none!important;
					filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/en.png', sizingMethod='crop');
					}
					

.bg{
	background:url(../images/bg.png) no-repeat;
	width:35px;
    height:20px;
	display:block;
	float:left;
	}
	
	* html a.bg{
					background:none!important;
					filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg.png', sizingMethod='crop');
					}
	
.hidden{
	display: none;
}