body, html {
	margin: 0;
	padding: 0;
	min-width: 990px;
	height: 100%;
	color: #575757;
	background-color: #fff;
	font-family: 'Verdana';
	font-size: 12px;
}

img {
	border: none;
}

a {
	font-style: italic;
}

.clear {
    clear: both;
    font-size: 1px;
}

a:link {
	color: #3366cc;
}

a:hover {
	color: #221f8b;
}

a:visited {
	color: #9c48b7;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

#wrapper {
	min-height: 100%;
	margin: 0 auto;
/*	margin-bottom: -20px; */
}

#header {
	background-color: #f3f0e8;
	background-image: url('../images/bg.gif');
}

#header .wrapper {
	width: 100%;
	height: 100%;
}

#header a.logo img {
	float: left;
	margin-top: 20px;
}

#header .wrapper div.menu {
	height: 80px;
	margin-left: 20px;
}

#header .wrapper ul.menu {
    float: left;
	margin: 0;
	padding: 0;
	margin-top: 45px;
	list-style: none;
}

#header .wrapper ul.menu li {
	float: left;
	margin-left: 20px;
}

#header .contacts {
	float: right;
	margin-right: 40px;
	margin-top: 30px;
	padding-left: 40px;
	font-size: 14px;
	background-image: url('../images/phone-icon.gif');
	background-repeat: no-repeat;
	background-position: 0 10px;
}

#header .contacts p {
	padding: 0;
	margin: 0;
}

#header .contacts span {
	font-size: 24px;
}

#header .contacts h3 {
	padding: 0;
	font-size: 18px;
	font-weight: normal;
}

#header .title {
	margin-left: 60px;
	margin-top: 40px;
}

#header h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #000;
}

#header h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#header .main-page {
	clear: both;
	padding: 0 30px;
}

#header .main-page .title {
	margin-top: 0px !important;
}

#header .main-page img {
	float: right;
}

#header .main-page ul.menu {
    height: 150px;
    width: 500px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header .main-page ul.menu li {
	float: left;
	line-height: 50px;
}

#header .main-page ul.menu li a {
	padding-left: 45px;
	padding-top: 25px;
	padding-bottom: 20px;
	margin-right: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 13px;
}

#content {
	padding: 30px;
	background-image: url('../images/ua-line.gif');
	background-repeat: repeat-x;
	background-position: top;
}

#content .title {
	margin-bottom: 20px;
}

#content .title img {
	margin-left: 10px;
}

#content .title h1 {
	display: inline;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	font-size: 16px;
	font-weight: normal;
}

div.cmstools {
    text-align: right;
    padding-right: 50px;
}

.busy {
    background: url(/static/images/busy.gif);
}

#contactsForm dd {
	padding: 0;
	margin: 0;
}

#contactsForm label {
	font-weight: bold;
}

#contactsForm p {
	clear: both;
}

#history {
    float: right;
    width: 200px;
}

#history p {
    text-indent: 10px;
}

#history h3 {
    margin: 0 auto;
    font-size: 15px;
    font-weight: normal;
}

#bottom {
    dont-size: 11px;
    background-color: #dbdbdb;
    color: #545454;
}
