*{
	padding: 0;
	margin: 0;
	border: 0;
}

body{
   min-width: 1000px;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
     text-decoration: underline;
     color: #007bcb;
}

a:hover {
     text-decoration: none;
	  color: #007bcb;
}

table {
     border-collapse: collapse;
     border: none;
}
table td {

     vertical-align: top;
     padding: 5px;
     border: none;
}

table.visible td {
     border: 1px solid #7f7f7f;
}

p {
     padding-bottom: 5px;
}

ul {
     list-style: square;
}

ul, ol {
     list-style-position: outside;
	  padding-left: 10px;
     padding-bottom: 10px;
     padding-top: 5px;
}

ul li, ol li {
     padding-bottom: 4px;
}


h1, h2, h3, h4{
	font-weight: normal;
	color:#000;
	padding-bottom: 15px;
}

h1{
	font-size: 30px;
}

h2{
	font-size: 24px;
}

h3{
	font-size: 18px;
}

h4{
	font-size: 14px;
}

.clear{
	clear: both;
}

select, input, textarea{
	background: #fff;
	border: 1px solid #999;
}

#wrapper {
}

#head{
	background-image: url(../img/lines000.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height: 205px;
}

#logo{
	width: 205px;
	float: left;
}

#titlepage{
	background-image: url(../img/top00000.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 221px;
	height: 225px;
	padding: 10px 40px;
	padding-right: 300px;
	margin-left: 205px;	
	font-size: 14px;
	color:#fff;
}

#conteiner{
	
}

#leftpart{
	width: 185px;
	padding: 10px;
	float: left;
}

	#mainmenu ul{
		list-style: none;
	}
	
		#mainmenu ul li{
			padding: 4px;
			margin-bottom: 5px;
			background: #f0f0f0;
		}
	
	#mainmenu ul ul{
		padding-left: 10px;
	}
	
		#mainmenu ul li ul li, #mainmenu ul li.active{
			background: none;
		}

#rightpart{
	margin-left: 210px;
	padding: 20px;
}

	#status, #text, #news{
		padding-bottom: 14px;
	}
	
	#news{
	
		padding: 15px;
	}
	
	
#footer{
	padding: 10px;
	background-image: url(../img/lines000.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

#promo1, #promo2, #promo3, #promo5{
	padding-bottom: 15px;
}
	
	
