html {
	background: url(../images/back_2.jpg);
}
body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(../images/back.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
.container{
	width: 960px;
	background-color: #FFFFFF;
	margin : 0px auto;
}
img{
	border: 0px;
	vertical-align: middle;
}
form {
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #285c8e;
	border-bottom: 1px solid #BFD9EA;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 5px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #363638;
	border-bottom: 1px solid #BFD9EA;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 5px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #363638;
	padding: 0px 0px 5px 0px;
	margin: 4px 0px 0px 5px;
}
p {
	padding: 0;
	margin: 3px 0 3px 0;
}
input, checkbox, textarea, select {
	font-size: 10px;
}
/* CSS TEXT */
.textorange{
	font-weight: bold;
	color: #ff6103;
}
.textblack{
	color: #000000;
}

/* CSS LINKS */
a:link, a:visited {
	font-style: normal;
	font-size: 11px;
	color: #000000;
}
a:hover {
	color: #000000;
}	
.category {
	font-size: 11px;
	text-decoration: none;
}
.category_bold{
	font-size: 11px;
	font-weight: bold;
}
.blue, a.blue:link, a.blue:visited {
	text-decoration: none;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	color: #2d62a8;
}

a.blue:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #2d62a8;
}


.white, a.white:link, a.white:visited {
	font-weight: bold;
	color: #FFFFFF;
}
a.white:hover {
	font-weight: bold;
	color: #FFFFFF;
}

/* CSS Category*/
.leftcategory_head{
 font-size: 12px;
 font-weight: bold;
 height: 24px;
 color: #FFFFFF;
 background: url(../images/background_head_category.jpg); 
 background-repeat: repeat-x;
 vertical-align: middle;
 padding: 0px 0px 0px 5px;
}
.leftcategory_body{
 background-color: #F6D36D;
 height: 22px;
 vertical-align: middle;	
}
.search_head{
 font-size: 12px;
 font-weight: bold;
 height: 24px;
 color: #FFFFFF;
 background: url(../images/background_head_searchbox.jpg); 
 background-repeat: repeat-x;
 vertical-align: middle;
 padding: 0px 0px 0px 5px;
}
.search_body{
 background-color: #2483A3;
 height: 22px;
 color: #FFFFFF;
 vertical-align: middle;
 padding: 0px 0px 0px 5px;	
}

/* CSS Offer */
.offer_box{
 width: 181px;
 float: left;
 margin: 5px 4px 10px 4px;
 
}
.offer_box_header{
 background:#26819E url('../images/offer_box_header.gif');
 color: #FFFEFF;
 font-weight: bold;
 height:39px;
 text-align: center;	
}
.subcategory_box{
 /*float: left;*/
 margin: 5px;
}

#copyright{
font-size: 10px;
color: #000000;}

/* CSS BUTTONS */
.butt {
	background-color: #F5E5AA;
	border: 3px double #5f90ae;
	color: #000000;
	width: 80px;
	height: 25px;}
	

/* Layers */
.menulayer1{
	position: absolute;
	top: 145px;
	left: 10px;
	z-index: 10;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	opacity: 0.90;	
}
.menulayer2{
	position: absolute;
	top: 15px;
	left: 620px;
	z-index: 11;
	color: White;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	opacity: 0.90;		
}	
.menulayer3{
	position: absolute;
	top: 15px;
	left: 800px;
	z-index: 12;
	color: White;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	opacity: 0.90;		
}
.menulayer4{
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 13;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	opacity: 0.90;	
		
}			
	
.user_ul ul {
	width: 100%;
	margin: 0;
	padding: 0;	
}
.user_ul li {
	list-style-type: none;	
	margin : 0 0 0 0;
	padding : 5px 0 5px 20px;
	background: url(../images/icon_arrow_0.gif) no-repeat;
	background-position: 7px 10px;
}
.user_msg_ok {
	color: #00A801;
	font-weight: bold;
	margin: 0px 0 10px 0px;
	padding: 5px;
	background-color: #F2F2F2;
	border: 1px dashed #566268;
	text-align: justify;
}
.user_msg_err {
	color: #ff0000;
	font-weight: bold;
	margin: 0px 0 10px 0px;
	padding: 5px;
	background-color: #F2F2F2;
	border: 1px dashed #566268;
	text-align: justify;
}

.loading {
	width:150px; 
	height:50px; 
	position:absolute; 
	background-color:#FFFFFF; 
	border: solid #006a92 2px;
	vertical-align:middle; 
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	display:none;
	position: absolute;
}
.alert-msg {
	color: #FF0000;
	padding-left: 7px;
	font-size: 14px;
}

.important_text {
	color: #fc830d;
	font-weight: bold;
	margin: 3px;
}
.important_text a, .important_text a:visited {
	color: #fc830d;
	font-weight: bold;
}
.important_text a:hover {
	color: #4574c0;
}

.document_list
{
padding-left: 0;
margin-left: 0;
}
.document_list li
{
list-style: none;
margin: 0;
padding: 0.25em;
}
#top_address {
padding:3px;
border:1px solid #000000;
font-weight:bold;
}

h1 {/*}*/display/*:*/: /*;*/none!important;}

.offer_name {
	text-decoration: none;
	border:none;
}

.offer_box_header a ,.offer_box_header a:hover {
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
}

.offer_box_header a:hover {
	text-decoration: underline;
}

.leftcategory_head .box_title {
	text-decoration: none;
	width: 100%;
	display: block;
	font-style: normal;
	font-size: 11px;
	color: #FFF;	
}

.leftcategory_head .box_title:hover {
	color: #FFF;	
}

.header_go_to_mainpage {
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
}
