*{
	margin:0;
	padding:0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	background:#000 url(../images/bg_site.gif) left top repeat-x;
}
a{
	text-decoration:none;
	color:#000;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:none;	
}
ul{
	list-style:none;
}
h1{
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
	font-size:26px;
}
h2{
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
	font-size:20px;
	border-bottom: dotted 1px #a6c73e;
	margin-bottom:10px;
}
h2 span.food{
	font-size:12px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight:normal;
	position:relative;
	top:5px;
	background:url(../images/thumb_food.gif) right center no-repeat;
	padding:5px 25px 5px 0;
}
h3{
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
}
.alignRight{
	text-align:right;
}
.readMore{
	font-family: 'Open Sans Condensed', sans-serif;	
	color:#FFF;
	float:right;
	background-color:#84a92a;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../js/PIE.htc);
	padding:5px;
	/*margin-top:10px;*/
	font-size:14px;
	border:none;
	cursor:pointer;
	text-decoration:none !important;

}
.contentBox h2{
	font-size:20px;
}
.contentBox{
	position:relative;
	/*border-bottom: solid 1px #a6c73e;*/
	clear:both;
	overflow:hidden;
	padding:0 0 10px;
	/*margin:0 0 15px;*/
}
.contentBox img{
	/*border:solid 1px #CCC;*/
}
.floatLeft{
	float:left;	
	padding:0 10px 10px 0;
}
.quoteGreen{
	color:#84a92a;	
	font-weight:bold;
}
.quote{
	font-style:italic;
	font-size:14px;
}
.pad10{
	padding:10px;
	overflow: hidden;
}
.tel{
	background:url(../images/phone.png) left center no-repeat;
	color:#84a92a;
	font-size:26px;
	padding:5px 0 5px 40px;
	font-weight:bold;
	margin-bottom:0 !important;
}
.fax{
	background:url(../images/fax.gif) left center no-repeat;
	font-size:16px;
	padding:5px 0 5px 40px;
	font-weight:bold;
}
.mail{
	background:url(../images/mail.png) left center no-repeat;
	padding:5px 0 5px 40px;
}
.form{
	background:url(../images/check.png) left center no-repeat;
	padding:5px 0 5px 40px;
	font-size:20px;
	margin-bottom:0 !important;
	font-family: 'Open Sans Condensed', sans-serif;	
}

#bigblok,#splash{
	width:950px;
	margin:0 auto;
}
#header{
	position:relative;
}
#header h1{
	color:#FFF;
	position:absolute;
	left:225px;
	top:70px;
}
#lgChoice{
	color:#FFF;	
	background-color:#000;
    border-left:solid 2px #a6c73e; 
	border-right:solid 2px #a6c73e; 
	border-bottom:solid 2px #a6c73e; 
	text-align:center;
	position:absolute;
	right:0;
	top:0;
	padding:10px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	behavior: url(../js/PIE.htc);
}
#lgChoice a{
	color:#FFF;
	text-transform:uppercase;
}
#lgChoice a.current{
	color:#a6c73e;
}
#menu{
	margin-left:225px;
	width:725px;
	background-color:#231F20;
	position:absolute;
	top:138px;
	z-index:1000;
}
#menu ul li{
	position:relative;
	float:left;
	margin-right:2px;
}
#menu ul li a{
	background:url(../images/bg_menu.gif) left top repeat-x;
	display:block;
	height:37px;
	line-height:37px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none;
	padding:0 10px;
	-webkit-border-radius:5px 5px 0px 0px ;
	border-radius:5px 5px 0px 0px ;
	behavior: url(../js/PIE.htc);
	font-size:14px;
}
#menu ul li:hover a,#menu ul li a.current{
	/*background:url(../images/bg_menu_over.gif) left top repeat-x;
	color:#000;*/
	background:none;
	background-color:#84A92A;
	color:#FFF;

}
#menu ul li ul{
	display:none;
	position:absolute;
	left:0;
	top:37px;
	background-color:#FFF;
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
}
#menu ul li:hover ul{
	display:block;
	background-color:#FFF;
}
#menu ul li ul li{
	margin-right:0;
	white-space:nowrap;
	float:none;
	background-color:#FFF;
}
#menu ul li:hover ul li a{
	background-image:none;
	background-color:#FFF;
	-webkit-border-radius:0;
	border-radius:0;
	color:#000;
	behavior: url(../js/PIE.htc);
	height:auto;
	line-height:normal;
	padding:5px 10px;
	text-transform: none;
}
#menu ul li:hover ul li a:hover{
	background-color:#84A92A;
	color:#FFF;
}
#content{
	clear:both;
	overflow:hidden;	
}
#content p{
	margin-bottom:10px;	
}
#partLeft ul{
	list-style: outside;
	margin-left:15px;
}
#partLeft ul li{
	margin-bottom:10px;
}
#partLeft ul li li{
	list-style: circle;
}
#partLeft ul li ul{
	margin-top:10px;
}
#partLeft a{
	text-decoration:underline;
}
#partLeft a:hover{
	text-decoration:none;
}
#leftCol{
	width:205px;
	float:left;
	margin-right:20px;
	position:relative;
	/*height:650px;*/
}
#leftCol a{
	color:#FFF;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:14px;
	display:block;
	padding:20px 0 20px 61px;
	border-bottom:solid 1px #5b5a5b;
}
#s01{
	background:url(../images/s_01.png) left center no-repeat;
}
#s02{
	background:url(../images/s_02.png) left center no-repeat;
}
#s03{
	background:url(../images/s_03.png) left center no-repeat;
}
#s04{
	background:url(../images/s_04.png) left center no-repeat;
}
#s05{
	background:url(../images/s_05.png) left center no-repeat;
}
#s06{
	background:url(../images/s_06.png) left center no-repeat;
}
#s07{
	background:url(../images/s_07.png) left center no-repeat;
}
#s08{
	background:url(../images/s_08.png) left center no-repeat;
}
#s09{
	background:url(../images/s_09.png) left center no-repeat;
}
#s010{
	background:url(../images/s_10.png) left center no-repeat;
}
#s011{
	background:url(../images/s_11.png) left center no-repeat;
}
#s012{
	background:url(../images/s_12.png) left center no-repeat;
}
#s014{
	background:url(../images/s_14.png) left center no-repeat;
}

#rightCol{
	width:685px;
	background:#FFF url(../images/bg_bottom.gif) left bottom repeat-x;
	padding-bottom:30px;
	padding:20px 20px 30px;
	float:right;
	position:relative;
	min-height:680px
}
#rightCol h1,#rightCol h2{
	text-transform:none;
}
#partLeft{
	width:440px;
	float:left;
	margin-right:15px;
	min-height: 590px;
}
#partRight{
	width:230px;
	float:left;
	position:relative;
}
#contentService h1{
	text-transform:none;
	font-size:30px;
}



#contentServiceDetail h2{
	text-transform:none;
	font-size:20px;
}
#slideBox{
	position: absolute;
	top:0;
	width:230px;
}
/*
#slideBox2{
	position: absolute;
	top:0;
}
*/
#whoBox,#contactBox{
	border:solid 2px #a6c73e;
	overflow:hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../js/PIE.htc);
	margin-bottom:15px;
}
#whoBox h3,#contactBox h3{
	background-color:#84a92a;
	color:#FFF;
	padding: 5px 10px;
	font-size:20px;
}
#contactBox h3 a{
	color:#FFF;
}
#contactBox ul li{
	margin:10px 0 0 0;	
}
#whoBox img{
	float:left;
	padding:0 10px 10px 0;
}
#whoBox .descPromo{
	float:left;
	width:145px;
}
#devisBox a{
	border:solid 2px #3A4913;	
}
#devisBox a, #newsBox a{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:20px;
	color:#FFF;
	display:block;
	padding: 5px 10px;
	font-size:20px;
	color:#FFF;
	background:#84a92a url(../images/arrow.gif) 200px center no-repeat;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../js/PIE.htc);
	text-transform:uppercase;
	margin-bottom:15px;
}
#footer{
	clear:both;
	background-color:#1f2023;
	padding:10px;
	margin:10px 0;
}
#footer p{
	text-align:center;
	color:#FFF;
}
#footer p a{
	color:#FFF !important;
}
#imgList li{
	width:120px;
	height:120px;
	overflow:hidden;
	padding:5px;
	border:solid 1px #CCC;
	float:left;
	margin:0 5px 5px 0;
}
#imgList li a{
	width:120px;
	height:120px;
	display:inline-block;
}
#splash h1,#splash h2{
	text-align:center;
	color:#FFF;
}
#splash p a{
	color:#84a92a;
}

#splash a,#splash p{
	color:#FFF;
}
#splash #zeServ li{
	width:200px;
	height:65px;
}
#splash #zeServ a{
	display:block;
	padding:25px 0 25px 61px;
}

#zeServ{
	overflow:hidden;
	margin:0 75px;
}
#zeServ a:hover{
	text-decoration:none;
}
#baseBox{
	overflow:hidden;
	width:950px;
}
#baseBox ul li{
	width:950px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
	font-size:26px;
	color:#FFF;
	text-align:center;
}