 
/* CSS Created by Muxtor*/
/* CSS Document created by Mukhtorov Ulugbek */

/***************************************************************SETTINGS*************************************************************************/
html, body {
margin: 0;
padding: 0;
height: 100%;

}
.clear {
	clear:both;
	float:none !important;
}
.clearright {
	clear: right;
	float:none !important;
}
.clearleft {
	clear: right;
	float:none !important;
}
.wrapper{
	background-color: #fff;
	width: 1189px;
	max-width: 1600px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
}
.floatLeft{
	float:left
}
.floatRight{
	float:right;
}
.width100{
	width:100%;
}
.width50{
	width:50%;
}
.width33{
	width:33.3%;
}
.textalignRight{
	text-align: right;
}
.textalignCenter{
	text-align: center;
}
.textalignLeft{
	text-align: left;
}
.textalignJustify{
	text-align: justify;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
	
}
h1{
	color: #00c604;
	margin: 0px;
	margin-bottom: 1px;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 1px;
	position: relative;
}
h3,h4,h5 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 1px;
	position: relative;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
a, a:visited, a b {
	color: #33658e;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
/*input[type='text'], input[type='password'] {
	background: #ffffff;
	border:#b8b8b8 solid 1px;
	padding: 0 0 0 10px;
	margin-left: 0px;
	margin-right: 0px;
	border-radius: 5px;
	height: 26px;
	line-height: 26px;
	
}

textarea {
	background: #ffffff;
	border:#b8b8b8 solid 1px;
	margin-left: 0px;
	margin-right: 0px;
	border-radius: 10px;
	padding: 0 0 0 10px;	
}*/
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
