/* general settings */
html,body {
    font-family: 'Myriad Pro';
    font-size: 15px;
    color: #000000;
    background-color: #ffffff;
    background-image: url('../images/body-image.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
}
h1 {
    font-family: 'Myriad Pro';
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    color: #868889;
    margin-top: 0px;
    margin-bottom: 10px;
}
p {
	font-family: 'Myriad Pro';
	margin-top: 10px;
	margin-bottom: 10px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
	background-image: url('../images/icon-list.png');
	background-position: 0px 7px;
	background-repeat: no-repeat;
	padding: 2px 0px 2px 15px;
}
a {
	color: #4f5152;
}
form {
    margin: 0px;
    padding: 0px;
}
img {
	border-style: none;
}

/* layout properties */
div.layout {
	position: relative;
    width: 1170px;
    height: auto !important;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
}
div.menu {
	width: 1157px;
	height: 71px;
	background-image: url('../images/line-menu.png');
	background-repeat: no-repeat;
	margin-top: 45px;
}
div.navigate {
	float: left;
	background-image: url('../images/line-navigate.png');
	background-position: 0px 64px;
	background-repeat: no-repeat;
	padding: 44px 0px 10px 415px;
}
div.box-home {
	display: none;
	position: absolute;
	width: 573px;
	height: 370px;
	font-size: 20px;
	font-style: italic;
	left: 0px;
	background-image: url('../images/page-box.png');
	background-repeat: repeat;
	margin-top: 85px;
	margin-left: 370px;
	padding: 20px 15px 20px 30px;
}
div.box-home p {
	font-size: 23px;
	color: #b40818;
}
div.box-about {
	display: none;
	position: absolute;
	width: 480px;
	height: 300px;
	left: 0px;
	background-image: url('../images/page-box.png');
	background-repeat: repeat;
	margin-top: 12px;
	margin-left: 497px;
	padding: 15px 15px 15px 30px;
}
div.box-about p {
	font-size: 15px;
	font-weight: normal !important;
	color: #3a3a3b;
}
div.box-services {
	display: none;
	position: absolute;
	width: 350px;
	height: 360px;
	left: 0px;
	background-image: url('../images/page-box.png');
	background-repeat: repeat;
	margin-top: 12px;
	margin-left: 600px;
	padding: 15px 15px 15px 30px;
}
div.box-contacts {
	display: none;
	position: absolute;
	width: 210px;
	height: 340px;
	left: 0px;
	background-image: url('../images/page-box.png');
	background-repeat: repeat;
	margin-top: 12px;
	margin-left: 740px;
	padding: 15px 15px 15px 30px;
}
div.logo {
	float: left;
	width: 103px;
	height: 50px;
	margin-top: 10px;
	margin-left: 60px;
	margin-right: 30px;
}
a.menu-item {
	display: block;
	float: left;
	height: 20px;
	text-decoration: none;
	color: #868889;
	padding-left: 32px;
	padding-right: 32px;
}
a.menu-current {
	display: block;
	float: left;
	height: 20px;
	text-decoration: none;
	color: #4f5152;
	padding-left: 32px;
	padding-right: 32px;
}
a.menu-item:hover, a.menu-current:hover {
	text-decoration: none;
	color: #4f5152;
	border-bottom: 2px solid #696c6e;
}
.b {
	font-weight: bold;
}