@charset "utf-8";
body {
	font-size: 1em;
	color: #000;
	line-height: 1.5em; 
}
h1, h2, h3, h4, h5, h6{
	line-height: 1.2em;
	margin-bottom: 0.3em;
}
h1{
	font-size: 2em;
}
h2{
	font-size: 1.3em;
}
h3{
	font-size: 1.2em;
}
h4{
	font-size: 1.1em;
}
p {
	margin-bottom: 1.4em;
}
a{
	color #000;
	text-decoration: none;
}
a img{
	border: 0;
}
.navigation, .content-left, .menu-top, .menu, .footer ul, .btn-print, .btn-more, .btn-more-company, .btn-previous-page, .btn-logout, .arrow-left, .arrow-right, .listing, .no-print{
	display: none;
}
.image-right{
	float: right;
	margin: 0.4em 0 0.4em 1.6em;
}
.image-left{
	float: left;
	margin: 0.4em 1.6em 0.4em 0;
}
.logo-print{
	float: right;
	padding: 0 0 2em 2em;
}
.box, .main-right{
	clear: both;
}
.box-img{
	float: left;
	padding-right: 1em;
}
.block{
	padding: 10px;
}
.thumbs{
	clear: both;
}
.photos img{
	padding: 10px;
}
.gallery .thumb{
	width: 33%;
	margin-bottom: 10px;
	_margin-bottom: 0;
	float: left;
	text-align: center;
}

table{
	border-collapse: collapse;
	margin-bottom: 1.5em;
	width: 100%;
}
table th{
	border-collapse: collapse;
	border: 1px solid #333;
	padding: 3px 10px;
}
table td{
	border-collapse: collapse;
	border: 1px solid #333;
	padding: 3px 10px;
}

.float-left{
	float: left;
}
.float-right{
	float: right;
}
.clear{
	clear: both;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.vertical-line{
	padding: 0 0.6em;
}
.small{
	font-size: 0.9em;
}
.w10p{ width: 10%; }
.w20p{ width: 20%; }
.w25p{ width: 25%; }
.w30p{ width: 30%; }
.w40p{ width: 40%; }
.w50p{ width: 50%; }
.w60p{ width: 60%; }
.w70p{ width: 70%; }
.w80p{ width: 80%; }
.w90p{ width: 90%; }
.w100p{ width: 100%; }
