body, html, div, span, form, fieldset, h1, h2, h3, h4, h5, h6, ul, ol, li, table, thead, tbody, th, tr, td, img, a, b, i, p, u, dl, dt, em {
	border: none;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.2em;
	text-decoration: none;
	list-style-type: none;
}
/* centered element */
.l-center-wrap {
	width: 100%;
	text-align: center;	
}

.l-center-el {
	margin-left: auto;
	margin-right: auto;
	text-align: left;	
}

/* inline blocks */
.l-inline {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

/* table layouts */
.l-table {
	display: table;
	table-layout:fixed;
	_word-wrap:break-word;
}
.l-row {
	display: table-row;
}
.l-cell {
	display: table-cell;
	_overflow-x:hidden;
	vertical-align: top;
}
.l-cell,{
	display: inline;
	zoom:1;
}

/* sliding doors */
.l-slide-b-wrap, .l-slide-b-el, .l-slide-wrap, .l-slide-el {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.l-slide-wrap {
	background-position: top left;
}
.l-slide-b-wrap {
	background-position: bottom left;
}
.l-slide-el {
	background-position: top right;
}
.l-slide-b-el {
	background-position: bottom right;
}

/* site styles */
#header {
	background: url('img/header_bg.png') repeat-x top left;
	height: 102px;
}
#header-content {
	width: 990px;
}

#headerText {
	padding: 40px;
	height: 62px;
	text-align: right;
	background: url('img/logo_header.png') no-repeat 0px 16px;
}
#headerText,{
	background: url('img/logo_header.gif') no-repeat 0px 16px;
}
#headerText h1 {
	color: #587594;
	font-size: 0.8em;
	border-right: 1px dotted #587594;
	padding-right: 1em;
}

#homelink {
	width: 9px;
	height: 7px;
	background: url('img/home.gif') no-repeat 1em 0px;
	padding-left: 1em;
	vertical-align: middle;
}

#pageBody {
	margin-top: 16px;
}
#pageBody-content {
	width: 990px;
}


#footer {
}
#footer-content {
	background: url('img/footer.png') no-repeat top left;
	width: 990px;
	padding-top: 32px;
	padding-bottom: 64px;
	text-align: center;
}

#footer-content ul li {
	padding: 0em 1.2em;
}

#footer-content ul li a {
	color: #404040;
}

#footer-content ul li a:hover {
	text-decoration: underline;
}


#menu {
	width: 238px;
}

#menu ul li {
	background: url('img/menu_bg.png') no-repeat;
	height: 56px;
	width: 238px;
}
#menu ul li.company {
	background-position: 0px 0px;
}
#menu ul li.services {
	background-position: 0px -56px;
}
#menu ul li.contacts {
	background-position: 0px -112px;
}
#menu ul li.company:hover {
	background-position: -238px 0px;
}
#menu ul li.services:hover {
	background-position: -238px -56px;
}
#menu ul li.contacts:hover {
	background-position: -238px -112px;
}

#menu ul li a {
	font-size: 1.2em;	
	color: #a8a8a8;
	padding: 0px 0px 0px 64px;
	line-height: 56px;
}
#menu ul li:hover a {
	padding: 0px 0px 0px 80px;
}

#splash {
	width: 752px;
	vertical-align: top;
}

#content {
	width: 752px;
	padding-left: 238px;
	padding-bottom: 48px;
	margin-top: 16px;
	color: #404040;
}

#content p {
	margin: 1.2em 0em;
}

#content ul {
	padding: 0em 0em 0em 2.4em;
}
#content ul li{
	list-style-type: disc;
}

#content a {
	color: #679451;
	text-decoration: underline;
}

.form {
	border: medium none;
	margin-top: 60px;
	padding: 0;
}
.form-hide {
	display: none;
}
.form-label {
	color: #333333;
	display: block;
	margin-top: 20px;
}
.form-input, .form-textarea {
	background: none repeat scroll 0 0 #F3F3F4;
	border: 1px solid #EEEEEF;
	color: #111111;
	display: block;
	font: 12px/100% arial;
	margin-top: 5px;
	padding: 5px;
	width: 80%;
}
.form-submit {
	border: 1px solid #EEEEEF;
	color: #000;
	font: bold 12px arial;
	height: 30px;
	padding: 5px 20px;
	text-transform: uppercase;
}
a.reload {
    background: url("img/reload-small.png") no-repeat scroll center center transparent;
    display: inline-block;
    height: 16px;
    width: 16px;
}

.opinion_grade {
	background: url("img/star.png") no-repeat scroll transparent;
	float: left;
	height: 16px;
	margin: 0 !important;
	padding: 0 !important;
	width: 15px;
}
.opinion_grade.check {
	background-position: -15px 0px;
}

.form-example {
	color: #777777;
	display: block;
	font-size: 11px;
	padding: 2px 0 0;
}
.errors {
	color: red;
}
.success {
	color: green;
}
.opinions {
	margin-top: 50px;
}
.opinion {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	padding: 20px 0;
	position: relative;
}
.opinion .image {
	float: left;
	margin-right: 10px;
	width: 120px;
	height: 120px;
	text-align: center;
}
.opinion .message {
	margin-top: 5px;
	margin-left: 130px;
	border: 1px dashed #CCCCCC;
	background-color: #F4F5F7;
	padding: 5px;
}
.opinion .stamp {
	float: right;
	color: #CCC;
	font-size: 80%;

}
.opinion .grade, .opinion .name, .opinion .company_name {
	display: inline-block;
}
.opinion .name {
	font-weight: bold;
}
.opinion .company_name {
	font-style: italic;
}
.opinion .company_name:after {
	content: "\)";
}
.opinion .company_name:before {
	content: "\(";
}

#content ul.clients {
	margin: 0;
	padding: 0;
	display: inline-block;
}
#content ul.clients li {
	height: 120px;
	width: 120px;
	line-height: 120px;
	
	list-style: none outside none;
	overflow: hidden;
	margin: 10px;
	display: inline-block;
	max-height: 120px;
	max-width: 120px;
}
#content ul.clients li div.title {
	line-height: 60px;
}
#content ul.clients li div.image {
	float: left;
	max-height: 60px;
	text-align: center;
	width: 60px;
}