body {
	
	margin: 20px 0px 0px 0px;
	
	padding: 0;		color: #000000;
	
	font-family: Verdana;
	
	font-size: 14px;
	
	line-height: 20px;
	
	background-color: #fff;
	
	background-image: url(images/bg.jpg);
	
	background-repeat: repeat;
	
	background-position: top center;}


/* Form child menu */

#child_menu {
    
	float: left;
    
	margin-bottom: 10px;
    
	padding: 0 5px;
    
	text-align: left;
    
	width: 140px;}

#child_menu p {
    
	border-bottom: 1px dashed #186ea1;
    
	font-size: 11px;
    
	line-height: normal;
    
	margin: 0;
    
	padding-bottom: 5px;
    
	padding-top: 5px;
    
	text-align: left;
    
	text-transform: uppercase;

}

#child_menu .current a { 
	
	color: #186EA1; 
	
	font-weight: bold;

}

#child_menu #parent a {}

#child_menu #parent {}

#child_menu a { 
	
	color: #444444;

}

#child_menu a:hover { 
	
	color: #186ea1;

}

/* Form submit button */

form.search .search-submit { 
	
	position:relative; 
	
	left:0px; 
	
	border:1px solid #000000;
    
	background: #000000;
	
	color:#7da2aa;
    
	cursor: pointer;
    
	width:28%;
    
	height:25px; 
	
	padding:3px 2px 2px 2px;
    
	font-size:12px; 
	
	margin:0px 0px 0px 0px;

}

form.search input[type=text]{ 
	
	border:1px solid #d0d0d0;
    
	background-color:#fcfcfc;
    
	padding:5px 5px 5px 5px;
    
	width: 11%; 
	
	font:'Arial'; 
	
	font-size:11px; 
	
	position:absolute;
	
	margin:0px 0px 0px 0px;

} h1, h2, h3 {
	
	margin: 0;	
	
	padding: 10px;
	
	font-weight: normal;
	
	color: #000000;	
	
	font-family: "verdana";

}

h1 {	font-size: 18px;}

h2 {	font-size: 16px;	font-family: "Verdana";	font-weight: bold;}

h3 {	font-size: 14px;}

p, ul, ol {	margin-top: 0;	line-height: 200%;	font-family: "Verdana";}

ul, ol {	margin: 0px;	padding: 0px;	list-style: none;}

a {
	text-decoration: none;
	
	font-weight: normal;
	
	color: #A1A19F;
	
	font-size: 14px;
	
	font-family: Verdana;

}
a:hover { text-decoration: none; color:#e83449;}
h2 a {	text-decoration: none;}

#wrapper {	
	
	width: 1000px;
	
	position: relative;	
	
	background:  url(images/p.jpg);
	background-color:#ffffff;
	
	background-repeat: no-repeat;
	
	margin: 10px auto 0 auto;
	
	box-shadow:0px 0px 10px 0px #BFBFBF;
	
	border: 1px solid #cccccc;}	


/* Header */


#header {
	
	width: 980px;
	
	height: 230px;
	
	margin-left:auto;
	
	margin-right:auto;
	
	background: url(images/maline.jpg) no-repeat left top;	

}				


/* Main */


#menu{    
	
	display:inline-block;
	
	width: 980px;
	
	margin: 10px 10px 10px 10px;
	
	padding: 10px 0 0 0;
	
	list-style: none;
	
	background:  url(images/01.png);

}

#menu li{
	
	float: left;
	
	padding: 0 0 10px 0;
	
	position: relative;
	
	list-style:none;

}

#menu a{display:block;
	
	height: 25px;
	
	padding: 0 10px;
	
	color: #ffffff;	
	
	text-transform: uppercase;
	
	font:  14px/25px Arial, Helvetica;
	
	text-decoration: none;
	
	text-shadow: 0 1px 0 #000;

}

#menu li:hover > a{	color: #cccccc;}

*html #menu li a:hover{ /* IE6 */	color: #fafafa;}

#menu li:hover > ul{	display: block;}

/* Sub-menu */

#menu ul{ 
	
	margin: 0;
 	
	padding: 0;
  	
	display: none;
 	
	position: absolute; 
	
	top: 35px; 	left: 0;
  	
	z-index: 99999;
 	
	background: #B3B2B2;
 	
	background: -moz-linear-gradient(#B3B2B2, #DADADA);
 	
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #DADADA),color-stop(1, #B3B2B2));
	
	background: -webkit-linear-gradient(#B3B2B2, #DADADA);
 	
	background: -o-linear-gradient(#B3B2B2, #DADADA);
	
	background: -ms-linear-gradient(#B3B2B2, #DADADA);
	
	background: linear-gradient(#B3B2B2, #DADADA);
	
	-moz-border-radius: 5px;
	
	border-radius: 5px;

}

#menu ul li{  
  	
	float: none; 
	
	margin: 0; 
	
	padding: 0; 
	
	display: block;
  	
	-moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
 	
	-webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
 	
	box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;

}

#menu ul li:last-child{ 
  	
	-moz-box-shadow: none;
 	
	-webkit-box-shadow: none;
	
	box-shadow: none;

}

#menu ul a{
 	
	padding: 10px;
	
	height: auto;
 	
	line-height: 1;
 	
	display: block; 
	
	white-space: nowrap;
 	
	float: none;
	
	text-transform: none;

}

*html #menu ul a{ /* IE6 */   	height: 10px;	width: 250px;}

#menu  ul ul {    left: 90%;    top:10px;}

*:first-child+html #menu ul a{ /* IE7 */    	height: 10px;	width: 150px;}

#menu ul a:hover{	
	
	color: #000000;
  	
	background: #31A1C6;
	
	background: -moz-linear-gradient(#7EC4DB,  #31A1C6);
	
	background: -webkit-gradient(linear, left top, left bottom, from(#7EC4DB),to(#31A1C6));
	
	background: -webkit-linear-gradient(#7EC4DB,  #31A1C6);	background: -o-linear-gradient(#7EC4DB,  #31A1C6);
	
	background: -ms-linear-gradient(#7EC4DB,  #31A1C6);
	
	background: linear-gradient(#7EC4DB,  #31A1C6);
	
	border: solid 1px #000000;

}

#menu ul li:first-child a{ 
  	
	float:none; 
	
	margin:0;
	
	-moz-border-radius: 5px 5px 0 0;
 	
	-webkit-border-radius: 5px 5px 0 0;
	
	border-radius: 5px 5px 0 0;

}

#menu ul li:first-child a:after{ 
	
	content: '';
 	
	position: absolute;
	
	left: 30px;
 	
	top: -8px;
  	
	width: 0; 
  	
	height: 0; 
 	
	border-left: 5px solid transparent;
  	
	border-right: 5px solid transparent;
 	
	border-bottom: 8px solid #444;

}

#menu ul li:first-child a:hover:after{ 
	
	border-bottom-color: #7EC4DB;

}


#menu ul li:last-child a{ 
  	
	-moz-border-radius: 0 0 5px 5px;
	
	-webkit-border-radius: 0 0 5px 5px;
	
	border-radius: 0 0 5px 5px;

}	

/* Clear floated elements */

#menu:after{
	
	visibility: hidden;
	
	display: block;
	
	font-size: 0;
	
	content: " ";
	
	clear: both;
	
	height: 0;}	

* html #menu             { zoom: 1; }

/* IE6 */*:first-child+html 

#menu { zoom: 1; } /* IE7 */


/* Page */

#page {	
	
	width: 1000px;
	
	margin: 0px auto;
	
	padding: 0px 0px 0px 0px;

}

/* Content */

#content {
	
	float: left;
	
	width: 950px;
	
	margin:10px;
	
	padding: 15px 15px 15px 15px;
	
	}


/* Sidebar */

#sidebar {	
	
	float:right;
	
	width: 190px;
 	
	height: auto;
	
	padding: 10px;

}

#sidebar a:hover {
color: yellow;
}

/* Links Manager CSS menu */

.lm-link {
    font-family: "Verdana";
	width: 180px;
    padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	background: #0000FF;
	margin-top: 2px;
	border-radius: 6px;
	border:2px solid #ffffff;
	display:block;
}

#sidebrlevi {	
	
	float: left;
	
	width: 190px;
 	
	height: auto;
	
	padding: 10px;

}
.sidebrlevi {
    font-family: "Verdana";
	width: 180px;
    padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	background: #0000FF;
	margin-top: 2px;
	border-radius: 6px;
	border:2px solid #ffffff;
	display:block;
}

#sidebrlevi a{	 
	
	display:block;
	font-size: 14px; 
	
	color: #000000; 
	
	font-family: tahoma;  
  	
	padding-left: 15px;

}

#sidebrlevi a:hover{
	
	color: yellow;

}
#sidebrlevi li {
    
	background: #45A9EA;
	
	margin:5px;
    
	list-style-type: none; 
	
	padding: 5px;	
	
	border:1px solid #45A9EA;
	
	border-radius: 8px;

}
#sidebrlevi li:hover{  
	
	background: #cccccc;
	
	margin:5px;
    
	list-style-type: none; 
	
	padding: 5px;
	
	border:1px solid #45A9EA;
	
	border-radius: 8px;

}




#headerBottom {	
	
	width: 856px;	

	height: 31px;	

	float: auto;	

	padding: 0px 0px 0px 220px;
    
 
}


/* ======= Form ========== */

.p01-contact { 
	
	position:relative;
 	
	width: 460px; 
 	
	padding: 20px;
 	
	color:inherit;
 	
	margin-left:10px;
  	
	background: none;
	
	border:2px solid #45A9EA;
	
	margin-bottom:20px;   
	
	overflow:hidden;   
   	
	-webkit-border-radius: 8px;
 	
	-moz-border-radius: 8px;
	
	border-radius: 8px;  
 	
	behavior: url(/PIE.htc);}	

.p01-contact .field{margin-bottom:10px}
.p01-contact .field.captcha{float:left}
.p01-contact .captcha input{width:160px;color:inherit !important;background-color:#FFF;}

/* INPUT FIELDS */

.p01-contact .text input{width:95%}
.p01-contact textarea{width:95%; height:100px}
.p01-contact .text input,.p01-contact .captcha input,.p01-contact textarea { 
  	
	background-color:#ffffff;
 	
	border:1px solid #45A9EA; 
 	
	font-size:12px; 
 	
	color:inherit !important; 	padding:5px; 
  	
	-webkit-border-radius: 4px; 
 	
	-moz-border-radius: 4px; 
  	
	border-radius: 4px;  
 	
	behavior: url(/PIE.htc);}.p01-contact .text input {color:inherit;}

/* End of INPUT-FIELDS */
.p01-contact .submit{   
	
	background-color:#45A9EA; 	
	
	border:1px solid #45A9EA;  
	
	font-size:14px;	font-weight: bold;	 
	
	color:inherit !important; 	
	
	padding:10px;   
	
	-webkit-border-radius: 4px;   	
	
	-moz-border-radius: 4px; 
 	
	border-radius: 4px;  	
	
	behavior: url(/PIE.htc);}  
.p01-contact .text input {color:inherit;}