<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -----------------------------------------------*/
/* ------------------&gt;&gt;&gt; BODY &lt;&lt;&lt;-----------------*/
/* -----------------------------------------------*/
body{
	background:#FFF url(../images/body_bg.gif) repeat-x;
	color:#535252;
	font:14px/20px Arial, Helvetica, sans-serif;
}

/* -----------------------------------------------*/
/* ---------------&gt;&gt;&gt; STRUCTURAL &lt;&lt;&lt;--------------*/
/* -----------------------------------------------*/
#header{
	position:absolute;
	z-index:9999;
	background:url(../images/menu_bg.png) no-repeat;
	width:883px;
	height:86px;
	top:35px;
	margin-left:45px;
}
#page{
	width:1044px;
	background:url(../images/shadow_bg.png) repeat-y top;
	margin:0 auto;
}
#wrap{
	width:970px;
	margin:0 auto;
}
#logo{
	width:170px;
	height:44px;
	text-indent:-99999999px;
	float:left;
	margin:10px 0 0 10px;
}
#logo a{
	display:block;
	background:url(../images/logo.png) no-repeat;
	width:200px;
	height:44px;
}

#featured { width:970px; height:300px; background: #009cff url('../images/loading.gif') no-repeat center center; overflow: hidden; position:relative;}
#featured .shadow{
	background:url(../images/featured_shadow.png) no-repeat bottom left;
	width:970px; height:8px;
	position:absolute;
	z-index:9999;
	bottom:0;
}
/* ---------------&gt;&gt;&gt; HEADER_BG &lt;&lt;&lt;---------------*/
#header-bg{
	width:970px;
	height:120px;
	background:url(../images/header-bg.gif) repeat-x top;
}
/* -----------------------------------------------*/
/* ---------------&gt;&gt;&gt; MAIN_CONTENT &lt;&lt;&lt;------------*/
/* -----------------------------------------------*/
#main-content{
	padding:0 44px;
	width:900px;
	background:url(../images/shadow_bg.png) repeat-y top;
	float:left;
	margin:0 0 0 -9px;
	color:#757575;
}
#main-content .errorpage{margin-bottom:10px;}
#main-content .errorpage li{ background:url(../images/cancel.png) no-repeat left center; padding:5px 0 0 20px;}

#main-content .intro{
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	padding:52px 0 52px 10px;
	font-style:normal;
}
#main-content p{
	padding-bottom:10px;
}
#main-content .intro big{font-weight:bold; color:#a5c973;}
#content{
	width:540px;
	padding:30px 0 30px 0;
	float:left;
}
#content p a{
	text-decoration:none;
	color:#a5c973;
	font-weight:bold;
}
#main-content h3{
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:15px;
	color:#353535;
}

#main-content ul{
	padding-left: 30px;
	list-style: circle;
	}
	
#main-content .section{
	width: 380px;
	border: 1px solid black;
	padding: 25px;
	margin: 10px 5px;
	}
	
.col{
	width: 422px;
	float: left;
	}

#col2{
	margin-left: 20px;
	}
	
#main-content .hidden{
	display: none;
	}
/*-------PANEL-------*/
#panel {
	background: #ffffff;
	display: none;
	width:100%;
	float:left;
	padding:10px 0 30px 0;
}
.slide {
	margin: -8px 0 0 0;
	padding: 0;
	background: url(../images/btn-slide.png) no-repeat left top;
	float:left;
	position:relative;
	width:145px;
	height:15px;
}
.slide:hover{
	background: url(../images/btn-slide.png) no-repeat left bottom;
}

#slide{
	background:url(../images/btn-border.gif) no-repeat top right;
	width:100%;
	float:left;
}
.btn-slide {
	background: url(../images/white-arrow.png) no-repeat right -52px;
	width: 132px;
	height: 17px;
	padding: 6px 0 0 10px;
	margin: 0;
	display: block;
	font: bold 80%/100% Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	position:relative;
}
.active {background-position: right 9px;}
#panel div{
	width:23%;
	float:left;
	padding-left:22px;
}
#panel div.first{
	padding-left:0;
}
#panel div img{
	float:left;
	margin-right:10px;
}
#panel div h4{
	text-transform:uppercase;
	padding-bottom:10px;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
}
#panel div h4 a{
	font-style:normal;
	color:#535252;
	text-decoration:none;
}
#panel div h4 a:hover{
	color:#868585;
}
#panel div p{
	width:148px;
	float:right;
}
#content p a:hover{
	text-decoration:underline;
}
/*----------ONE-HALF-----------*/
#content #one-half{
	float:left;
	padding:0 0 25px 0;
}
#content #one-half h3{
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:15px;
	color:#353535;
}
#content #one-half p a:hover{ text-decoration:underline;}
#content .one-half{
	width:100%;
	float:left;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #e3e3e3;
}
#content .one-half h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	line-height:24px;
}
#content .one-half h3 a{
	color:#353535;
	text-decoration:none;
}
#content .one-half h3 a:hover{ color:#a5c973;}
#content .one-half img{
	float:left;
	border:1px solid #bfbfbf;
	padding:4px;
	margin:5px 10px 10px 0;
	
	box-shadow: 0 0 5px rgba(200, 200, 200, 1); 
	-webkit-box-shadow: 0 0 5px rgba(200, 200, 200, 1); 
	-moz-box-shadow: 0 0 5px rgba(200, 200, 200, 1); 
	float:left; 
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease;
	
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
}
#content .one-half span{
	text-transform:uppercase;
	padding-bottom:15px;
	font-size:11px;
	float:left;
	width:68%;
}
#content .one-half p.bloc{ float:left; padding-top:10px;}
#content .one-half span a{color:#a5c973;text-decoration:none;}
#content .one-half small{
	text-transform:uppercase;
	padding-bottom:15px;
	font-size:11px;
	float:right;
	width:30%;
	padding-left:10px;
	background:url(../images/comments-24.png) no-repeat top ;
}
#content .one-half small a{color:#a5c973;text-decoration:none; float:right;}
#content .one-half div{
	padding:0;
	margin:0;
	float:left;
}

/*----------TABLE-----------*/
.table tr th{
	color:#535252;
	padding:10px;
}
.table tr td{
	color:#535252;
	padding:10px;
}
table {
	margin-bottom:1.4em;
	width:100%;
	-moz-box-shadow:0px 0px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, .2);
	border:1px solid #cacaca;
}
th {
	font-weight:bold;
	font-size:13px;
	background:#ececec;
	border-bottom:1px solid #e2e2e2;
	border-top:1px solid #fefefe;
	border-left:1px solid #fefefe;
	border-right:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
}
th, td, caption {
	padding:4px 10px 4px 5px;
}
td{
	font-size:12px;
	border-top:1px solid #fff;
	border-right:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	border-left:1px solid #fefefe;
}

th, td, caption {
	padding:4px 10px 4px 5px;
}
/*----------PAGINATION-----------*/
#pagination{
	padding-top:20px;
	width:100%;
	float:left;
}
#pagination li{
	display:block;
	float:left;
	margin:0;
	padding-right:5px;
}
#pagination li a{
	background:#cfcfcf;
	border:1px solid #bcbcbc;
	color:#ffffff;
	display:block;
	margin:0;
	padding:5px 10px;
	text-decoration:none;
	text-transform:uppercase;
	
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-topleft: 2px;
	
	box-shadow: 0 0 5px rgba(210, 210, 210, 1); 
	-webkit-box-shadow: 0 0 5px rgba(210, 210, 210, 1); 
	-moz-box-shadow: 0 0 5px rgba(210, 210, 210, 1); 
	
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease;
}
#pagination li a:hover{ background:#a5c973; border:1px solid #92b65f;}
#pagination li a.active{
	background:#a5c973;
	border:1px solid #92b65f;
	display:block;
	margin:0;
	padding:5px 10px;
	text-decoration:none;
	font-weight:bold;
}
/*----------one-fourth-----------*/
#content #one-fourth{
	width:100%;
	float:left;
	padding:0 0 25px 0;
}
#content #one-fourth div{
	width:47%;
	float:left;
}
#content #one-fourth div.last{
	float:right;
}
#content #one-fourth div img{
	float:left;
	margin-right:10px;
}
#content #one-fourth div h4, #sidebar h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#353535;
	padding-top:15px;
}
#content #one-fourth div p{
	padding-top:10px;
	float:left;
	width:100%;
}

/* -----------------------------------------------*/
/* ---------------&gt;&gt;&gt; SIDE BAR &lt;&lt;&lt;----------------*/
/* -----------------------------------------------*/
#sidebar{
	width:320px;
	float:right;
	padding:30px 0 40px 0;
}
#sidebar h4{
	padding:0 0 10px 0;
	font-style: italic;
}
#sidebar p a{
	text-decoration:none;
	color:#a5c973;
	font-weight:bold;
}
#sidebar p a:hover{
	text-decoration:underline;
}

/* -----------------------------------------------*/
/* ---------------&gt;&gt;&gt; FOOTER &lt;&lt;&lt;------------------*/
/* -----------------------------------------------*/

#footer{
	padding:0 44px 30px 44px;
	width:900px;
	background:url(../images/shadow_bg.png) repeat-y top;
	float:left;
	margin:0 0 0 -9px;
	color:#757575;
}
#footer .top-shadow{
	width:970px;
	height:45px;
	float:left;
	background:url(../images/footer-shadow-top.gif) repeat-x top;
	margin:0 0 0 -35px;
}
.bottom-shadow{
	padding:0 44px;
	width:900px;
	background:url(../images/footer-shadow-bottom.png) no-repeat top;
	margin:0 0 0 -9px;
	color:#757575;
	height:50px;
	float:left;
}
.bottom-shadow p{
	padding-top:25px;
	color:#757575;
	font-weight:bold;
}
#footer div{
	width:280px;
	float:left;
	margin-left:30px;
}
#footer div.first{margin-left:0;}
#footer div.first p{padding-bottom:20px;}
#footer div.first ul li{
	float:left;
	margin-right:6px;
}
#footer div.first ul li a{opacity:.8;}
#footer div.first ul li a:hover{ opacity:1;}
#footer div h4{
	font-size:12px;
	font-weight:bold;
	padding-bottom:5px;
	color:#cccccc;
}
#footer div p a{
	color:#757575;
	font-weight:bold;
	text-decoration:none;
}
#footer div p a:hover{ text-decoration:underline;}
#footer div span{
	border-bottom:1px solid #424345;
	width:100%;
	float:left;
	font-size:11px;
	font-style:italic;
	padding-bottom:10px;
	margin-bottom:10px;
}
#footer div span a{ color:#a6a6a6; text-decoration:none;}
#footer div span a:hover{text-decoration:underline;}
/*----------FOOFTER CONTACT FORM----------------*/
#footer div #contactForm{
	width:100%;
	float:left;
}
#footer div #contactForm p{
	float:left;
	margin:0 0 10px 0;
}
#footer div #contactForm #name:focus,#email:focus,#message:focus{ 
	border:1px solid #ffb329;
}
#footer div #contactForm #name,#email,#message,#submit{
	color:#898989;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	background:#191c22;
	border:1px solid #000000;
	box-shadow: 0 0 5px rgba(90, 90, 90, 1); 
	-webkit-box-shadow: 0 0 5px rgba(90, 90, 90, 1); 
	-moz-box-shadow: 0 0 5px rgba(90, 90, 90, 1); 
	
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease;
	
	float:left; 
}
#footer div #contactForm #name,#email{
	width:180px;
	padding:7px 10px;
}
#footer div #contactForm label{
	padding:5px 0 0 10px;
	float:right;
}
#footer div #contactForm label.message{
	padding:0;
	margin:0;
	text-indent:-999999px;
}
#footer div #contactForm #message{
	padding:7px 10px;
	width:260px;
}
#footer div #contactForm #submit{
	border:4px solid #0f0f0f;
	box-shadow: none; 
	-webkit-box-shadow: none; 
	-moz-box-shadow: none;
	text-transform:uppercase;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	cursor:pointer;
	padding:4px 10px;
	width:130px;
}</pre></body></html>