@charset "utf-8";
/* CSS Document */

body {
	background: #F4F4F4 url(../img/head_t.png) repeat-x;
	margin: 0;
	padding: 0;
	font-size: 65%; /* resets 1em to be 10px */
	font-family: Tahoma, Geneva, sans-serif;
}

.boxes a, .bboxes a {
	color: #39A6C1;
}

a:hover {
	color: #000;
	text-decoration: none;
}

#footer {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: url(../img/foot_t.png) bottom repeat-x;
}

.ctatextbg, .ctatextbgbig, .ctatextbgbighome {
	background: url(../img/tur.png) repeat;
	z-index: 2;
}

.boxes, .bboxes {
	border: 2px solid #6dbfd3;
}

.chunk {
	width: 700px;
	overflow: hidden;
	border: none;
	margin: 20px 0;
	font-weight: bold;
}

.chunk input, .chunk input.select {
	width: 300px;
}

.chunk input.submit {
	margin: 30px 0 0 20px;
	width: 132px;
}

.chunk input.checkbox {
	width: 30px;
}

.chunk select.select_field, .chunk select.select {
	width: 306px;
}
 .chunk select.select {
 	width: 150px;
}

.chunk textarea {
	width: 300px;
	height: 150px;
	font-family: Tahoma, Geneva, sans-serif;
}

.chunk .h3header {
	font-size: 1em;
	background: url(../img/tur.png) repeat;
	padding: 10px;
}

.chunk ul {
	float: left;
	margin: 5px 0;
	padding: 0;
	list-style: none;
}

.chunk label {
	float: left;
	padding: 5px 0;
	font-size: 1.2em;
	overflow: hidden;
	width: 120px;
}

.chunk ul li {
	overflow: hidden;
}

.chunk ul li ul {
	float: left;	
	margin: 0;
	padding: 0 0 10px;
	overflow: hidden;
}

.chunk ul li ul li {
	border-bottom: 1px dotted #bdbdb5;
	padding: 5px 0;
}

.chunk ul li ul li label {
	padding: 2px 0 0 10px;
	font-weight: normal;
	width: 255px;
}

.chunk ul li ul input {
	overflow: hidden;
	float: left;
}

.clients, .whom {
	width: 900px;
	margin: 20px auto 5px;
	overflow: hidden;
}

.whom {
	margin: 20px auto 10px;
}

.clients ul, .whom ul {
	float: left;
	width: 900px;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.clients ul li, .whom ul li {
	float: left;
	margin: 0;
	font-size: 1.2em;
	display: inline;
	width: 300px;
	overflow: hidden;
}

.whom ul, .whom p {
	padding: 0 0 20px;
	border-bottom: 1px dashed #6dbfd3;
}

.whom ul li a {
	display: block;
	padding: 6px 0 0;
}

.noborder {
	border: none;
}