@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
ul li ul{
	margin-left:15px;
}
ul li ul li ul{
	margin-left:15px;
}
h1{
	color:#F00;
	font-size:18px;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight:100;
	line-height:35px;
	text-transform:uppercase;
}
h2{
	color:#F00;
	font-size:14px;
	margin:0px 0px 10px 0px;
	padding:0px;
}
html, body {height: 100%;
  background:#e6e6e6;
}
#wrapper {
  position: relative;
  min-height: 100%;
  width:1000px;
  margin:0 auto;
}
* html #wrapper {
  height: 100%;
}
#cwrapper {
  padding-bottom: 100px;
}
#footer {
	width:1000px;
	margin:0 auto;
  	position: relative;
  	height: 80px;
  	margin-top: -80px;
}
.clear{
	clear:both;
}
#header{
	height:195px;
	width:1000px;
	background:url(/images/header_back_t.png) no-repeat;
}
.hleft{
	float:left;
	width:170px;
	height:195px;
}
.hright{
	float:right;
	width:830px;
	height:195px;
}
.logo{
	margin-left:25px;
	margin-top:52px;
}
.logo img{
	border:none;
}
div.searchblock{
	margin-top:50px;
	margin-left:15px;
	z-index:1000;
}
.search{
	border:solid 1px #000;
	width:117px;
	color:#808080;
	font-family:Verdana, Geneva, sans-serif;
	line-height:20px;
	font-size:14px;
	height:20px;
	float:left;
	padding:0px 0px 0px 3px;
	display:block;
}
.lupa{
	width:20px;
	height:20px;
	margin-left:6px;
}
.htopblock{
	float:left;
	width:707px;
	height:92px;
	margin-left:10px;
}
div.sitetitle{
	width:707px;
	height:26px;
	line-height:26px;
}
div.sitetitle a{
	font-size:12px;
	margin-left:100px;
	font-family:Verdana, Geneva, sans-serif;
	color:#CCC;
}
.icons{
	height:25px;
	width:90px;
	line-height:20px;
}
.icons a{
	margin-left:10px;
	height:20px;
	padding-top:3px;
}
.icons a img{
	border:none;
	width:14px;
	height:13px;
	margin-top:3px;
}
.toprequest{
	margin-top:2px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	color:#000;
}
.toprequest a{
	color:#000;
}
.toprequest a:hover{
	color:#F00;
	text-decoration:none;
}
.toplink{
	display:block;
	margin:10px auto 0px;
	text-align:center;
	color:#CCCCCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
.toplink:hover{
	color:#000;
	text-decoration:none;
}
.ciconsblock{
	float:left;
	margin:10px 5px 0px 10px;
}
/* menu */
.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
/*width: 120px;*/ /*Width of top level menu link items*/
/*padding: 2px 0px;*/
border-left-width: 0;
height:38px;
text-decoration: none;
color:#4D4D4D;
font: 14px Verdana;
line-height:38px;
}
.horizontalcssmenu ul li a:hover{
	color:#ff0000;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
	left: 0;
	top: 0;
	border-top: 1px solid #808080;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
	width: 170px; /*width of sub menu levels*/
	white-space: nowrap;
	font-weight: normal;
	padding: 2px 15px;
	height:30px;
	line-height:30px;
	text-align:left;
	background:url(/images/menuback.png);
	border-width: 0 1px 1px 1px;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

.horizontalcssmenu ul li ul li a:hover{
	background: #F2F2F2;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
/* // menu*/
/* CONTENT BLOCK*/
.topmenuitem{
	background:url(/images/menuback2.png) no-repeat;
	text-align:center;
	width:141px;
}
#page{
	width:100%;
	padding:0px 15px 0px 15px;
}
.cleft{
	width:240px;
	float:left;
}
.texticon{
	margin-right:10px;
	float:left;
}
.cright{
	float:left;
	margin-left:20px;
	width:700px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:justify;
}
.cright p{
	margin-bottom:15px;
	text-indent:15px;
}
.cright ol{
	list-style:inside;
	list-style-type:decimal;
	list-style-position:inside;
	margin-left:30px;
	margin-bottom:15px;
}
.cright ol li{
	margin-bottom:5px;
}
.cright ul{
	list-style:inside;
	list-style-position:inside;
	margin-left:30px;
	margin-bottom:15px;
}
.cright ul li{
	margin-bottom:5px;
}
.cright a:hover{
	color:#ff0000;
	text-decoration:none;
}
.cright a{
	color:#ff0000;
	text-decoration:underline;
}
.cright a:visited{
	color:#000000;
	text-decoration:underline;
}
/*table*/
.tr_hover{
	background-color:#DCDCDC !important;
}
.odd{
	background-color:#F5F5F5;
}
.tbody{
    background-color: #FFFAF0;
}
.cright table{
    border-color: #600;
    border-width: 0 0 1px 1px;
    border-style: solid;
}
.cright table tr th{
    border-color: #600;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
    background-color: #FF6A6A;
}
.cright table tr td{
    border-color: #600;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
}
.table-no-border{
	border:none !important;
}
.table-no-border tr{
	border:none !important;;
}
.table-no-border tr td{
	border:none !important;;
}
.imgflleft{
	float:left;
	margin:0px 10px 10px 0px;
}
/*//table*/
.cmenu{
	width:220px;	
}
.cmenu ul li{
	height:42px;
	
	background:#F00;
	margin-bottom:7px;
	list-style:none;
	font-family:Verdana, Geneva, sans-serif;
}
.cmenu ul li a{
	text-transform:uppercase;
	color:#666666;
	font-size:14px;
	text-decoration:none;
	padding-left:10px;
	margin-left:13px;
	background:#F2F2F2;
	line-height:40px;
	width:215px;
	border:solid #B3B3B3 1px;
	height:40px;
	display:block;
}
.cmenu ul li a:hover{
	background:#B3B3B3;
	color:#fff;
	text-decoration:underline;
}
/* // CONTENT BLOCK*/
/* breadcrunbs */
#breadcrumbs{
	margin-left:13px;
	clear:both;
	height:40px;
	text-transform:uppercase;
}
.B_crumbBox{
	line-height:40px;
	font:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#808080;
}
.B_crumbBox span{
	margin-right:5px;
	margin-left:2px;
}
.B_crumbBox a{
	color:#808080;
	text-decoration:none;
}
.B_crumbBox a:hover{
	text-decoration:underline;
}
/* // breadcrumbs */
/*FOOTER*/
.footermenu{
	background:url(/images/bottommenuback.gif);
	height:30px;
	text-align:center;
}
.footermenu ul{
	list-style:none;
	margin-left:135px;
	display:block;
}
.footermenu ul li{
	list-style:none;
	display:block;
	float:left;
}
.footermenu ul li a{
	color:#808080;
	margin-right:35px;
	line-height:30px;
	font-size:14px;
	text-decoration:none;
}
.footermenu ul li a:hover{
	color:#ff0000;
	text-decoration:underline;
}
.copy p{
	font-size:12px;
	margin:5px 0px 10px 25px;
	color:#666;
}
#ajaxSearch_input{
	width:90%;
	border:solid 1px #000;
	color:#808080;
	font-family:Verdana, Geneva, sans-serif;
	line-height:20px;
	font-size:14px;
	height:20px;
	padding:0px 0px 0px 3px;
}
.ajaxSearch_resultsInfos{
	color:#333;
	font-style:italic;
}
.paging1Prev{
	color:#ff1111;
}
.paging1Next{
	color:#ff1111;
}
/*//FOOTER*/