@charset "utf-8";
body {
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff url(/images/bg-body.png) repeat-x;
	margin: 0px auto;
	padding: 0px;
	border-style: none;
	text-align: center;
}
div {
	text-align: left;
	margin: 0px;
	padding: 0px;
	border-style: none;
	position: static;
}
img {
	border-style: none;
}
hr {
	display: none;
}
table {
	width: 100%;
	margin: 15px 0px 0px;
	padding: 0px;
	border-style: none;
}
td {
	margin: 0px;
	padding: 2px;
}
fieldset {
	margin: 15px 0px 0px;
	padding: 0px 15px 15px;
	border: 1px solid #ccc;
}
legend {
	font-weight: bold;
	color: #000;
	margin: 0px 0px 0px -5px;
	padding: 0px 5px;
}
form {
	margin: 0px;
	padding: 15px 0px 0px;
}
input, textarea {
	font: 1em Arial, Helvetica, sans-serif;
}
address {
	font-style: normal;
	line-height: 130%;
	margin: 0px;
	padding: 15px 0px 0px;
}
ul, ol {
	margin: 0px;
	padding: 15px 0px 0px 30px;
}
li {
	line-height: 130%;
	list-style: url(../images/list.png);
}
ol li {
	list-style: decimal;
}
h1, h2, h3 {
	font-weight: normal;
	color: #1199dd;
	margin: 0px;
	padding: 15px 0px 0px;
}
h1 {
	width: 235px;
	float: left;
	display: block;
	padding: 13px 0px 0px;
	font-size: 1.4em;
	overflow: hidden;
}
h1 a {
	display: block;
	height: 46px;
	width: 235px;
	overflow: hidden;
	color: #fff;
	text-align: center;
}
h1 a span {
	background: url(/images/logo.png);
	display: block;
	height: 46px;
	width: 235px;
	position: absolute;
}
h2 {
	padding: 15px 0px;
}
p {
	line-height: 130%;
	margin: 0px;
	padding: 15px 0px 0px;
	text-align: justify;
}
a, a:Hover {
	font-weight: bold;
	color: #8eb92c;
	text-decoration: underline;
}
a:Hover {
	color: #333;
}
#mother {
	margin: 0px auto;
	width: 830px;
}
#menu {
	background: #8eb92c url(/images/bg-body.png);
	height: 69px;
	overflow: hidden;
}
#menu ul {
	padding: 38px 0px 0px;
	float: right;
}
#menu ul li {
	line-height: normal;
	display: inline;
	list-style: none;
}
#menu ul li a, #menu ul li a:Hover {
	color: #fff;
	background: url(/images/bg-menu-item.png) no-repeat right bottom;
	display: block;
	padding: 8px 12px 8px 10px;
	float: left;
}
#menu ul li a:Hover {
	color: #333;
}
#menu ul li .last, #menu ul li .last:Hover {
	background: url(none);
	padding: 8px 0px 8px 10px;
}
#header {
	margin: 1px 0px 0px;
	height: 300px;
	background: #daf3f8 url(/images/bg-header.png);
}
#header-in {
	background: url(/images/css-code.png) no-repeat 600px 20px;
	height: 170px;
}
#header-in h2 {
	background: url(/images/main-title.png) no-repeat left bottom;
	height: 45px;
	width: 482px;
}
#header-in h2 span {
	display: none;
}
#header-in p {
	color: #666;
	text-align: left;
	padding: 0px;
	width: 540px;
}
#process {
	padding: 0px;
}
#process li {
	line-height: normal;
	background: url(/images/bg-process.png) no-repeat;
	display: block;
	float: left;
	width: 200px;
	list-style: none;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
#process .last {
	margin: 0px;
}
#process li a, #process li a:Hover {
	text-align: center;
	display: block;
	padding: 90px 0px 0px;
	color: #000;
}
#process li a:Hover {
	color: #8eb92c;
}
#process li div {
	text-align: center;
	font-size: 0.8em;
	color: #666;
	padding: 2px 0px 0px;
}
#process li span {
	background: url(/images/process-arrow.png);
	display: block;
	height: 30px;
	width: 30px;
	position: absolute;
	margin: 70px 0px 0px -21px;
}
#process-a {
	background: url(/images/process-a.png) no-repeat center 12px;
}
#process-b {
	background: url(/images/process-b.png) no-repeat center 12px;
}
#process-c {
	background: url(/images/process-c.png) no-repeat center 12px;
}
#process-d {
	background: url(/images/process-d.png) no-repeat center 12px;
}
#content {
	margin: 1px 0px 0px;
	padding: 0px 0px 15px;
}
#footer {
	background: url(/images/bg-footer.png);
	margin: 0px auto;
}
#footer p {
	font-size: 0.8em;
	background: #8eb92c;
	margin: 0px auto;
	width: 830px;
	display: block;
	color: #fff;
	padding: 10px 0px;
}
#footer p a, #footer p a:Hover {
	font-weight: normal;
	color: #fff;
}
#footer p a:Hover {
	color: #333;
}
.cleaner {
	font-size: 1px;
	clear: both;
	height: 1px;
}
.red {
	color: #f00;
}
.green {
	color: #8eb92c;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.out, .out:Hover {
	background: url(../images/out.png) no-repeat right top;
	padding: 0px 9px 0px 0px;
}
.out:Hover {
	background: url(../images/out-hover.png) no-repeat right top;
}
.medium-form, .medium-textarea {
	float: left;
	width: 200px;
	background: url(../images/bg-form.png) repeat-x;
	border: 1px solid #666;
}
.medium-textarea {
	width: 350px;
}
.submit-contact {
	margin: 0px 0px 0px 170px;
	background: #1199dd;
	border-top: 1px solid #10adfc;
	border-right: 1px solid #0C7cb5;
	border-bottom: 1px solid #0C7cb5;
	border-left: 1px solid #10adfc;
	color: #fff;
	padding: 3px 10px;
}
.form {
	margin: 5px 0px 0px;
	padding: 0px;
}
.form li {
	line-height: normal;
	display: block;
	clear: both;
	padding: 10px 0px 0px;
	list-style: url(none);
}
.form label {
	width: 170px;
	display: block;
	float: left;
}
.form input {
	float: left;
}
.form .antispam-code {
	padding: 0px 0px 0px 170px;
}
.long-box {
	background: #f4f4f4 url(/images/long-corner-top.png) no-repeat;
	padding: 5px 0px 0px;
	margin: 15px 0px 0px;
}
.long-box-in {
	background: url(/images/long-box-in.png);
	padding: 0px 15px 10px;
}
.long-end {
	font-size: 1px;
	background: url(/images/long-corner-bottom.png);
	height: 5px;
}
/* Contacts */
.contact-left {
	float: left;
	width: 240px;
}
.contact-left p {
	text-align: left;
}
/* Price list */
.price-list {
	border-top: 1px solid #ccc;
}
.price-list tr {
	background: #f4f4f4;
}
.price-list tr:Hover {
	background: #f9f9f9;
}
.price-list td, .price-list td:Hover {
	padding: 7px;
	border-bottom: 1px solid #ccc;
}
.price-list span {
	font-size: 0.9em;
	color: #666;
}
/* References */
.ref, .ref-right {
	margin: 15px 10px 0px 0px;
	float: left;
	width: 200px;
}
.ref-right {
	margin: 15px 0px 0px 0px;
}
.ref h3, .ref-right h3 {
	padding: 0px;
}
.ref h3 a, .ref-right h3 a, .ref h3 a:Hover, .ref-right h3 a:Hover {
	font-weight: normal;
	color: #1199dd;
	text-decoration: none;
}
.ref h3 a:Hover, .ref-right h3 a:Hover {
	text-decoration: underline;
}
.ref-in {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 5px 0px 0px;
	height: 129px;
}

