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

html, body, h1, h2, h3, h4, h5, p, ul, form, dl, ol, table {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/html_body.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFF;
	height: 100%;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.wraper {
	background-image: url(../images/body_bg.gif);
	height: 500px;
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}
.wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.header {
	width: 900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 170px;
}
.header .logo {
	position: absolute;
	top: 40px;
	left: 45px;
}
.header .logo img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.header .menu {
	list-style-type: none;
	display: block;
	width: 480px;
	right: 0px;
	position: absolute;
	top: 80px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 30px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
.header .menu li {
	float: left;
	display: block;
}
.header .menu  a {
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	text-decoration: none;
	color: #666;
	padding-top: 2px;
	padding-bottom: 4px;
	display: block;
}
.header .menu a:hover {
	background-color: #000;
	color: #FFF;
}
.flash {
	width: 900px;
	height: 270px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
}
#cuber {
	height: 270px;
	width: 900px;
}
.flash img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 12%;
}

.shadow  {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -25px;
}
.footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 60px;
	clear: left;
}
.footer p {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 3px;
	padding-left: 3px;
	color: #999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.up_footer {
	width: 898px;
	background-color: #F1EFF0;
	margin-bottom: 5px;
	clear: both;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #E9E9E9;
}
.up_footer p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 17px;
	padding-bottom: 5px;
}
.container {
	background-image: url(../images/container_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: left;
	min-height:440px;
}
.index {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.colomn  {
	float: left;
	width: 33%;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #DEDEDE;
}
.no_border   {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.content {
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 15px;
}
.content p {
	padding-bottom: 10px;
}
.content ul {
	padding-bottom: 10px;
	padding-left: 25px;
}
.content a {
	color: #09F;
	text-decoration: underline;
}
.content .sidebar {
	float: left;
	padding-top: 45px;
	padding-left: 35px;
	width: 220px;
}
 .sidebar  .box {
	padding: 6px;
	background-color: #F2F2F2;

}
.sidebar ul {
	padding-bottom: 25px;
}
.sidebar .box h3 {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
}
.sidebar .box p {
	background-color: #FFF;
	padding: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	border: 1px solid #E8E8E8;
	color: #666;
	margin-top: 5px;
}

.content .info {
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 20px;
	float: right;
	width: 580px;
}

.colomn h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: normal;
	color: #4F4F4F;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.content h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 26px;
	padding-bottom: 15px;
	color: #4F4F4F;
	text-transform: uppercase;
}
.content h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 22px;
	padding-bottom: 20px;
	color: #4F4F4F;
	text-transform: uppercase;
}
.content h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3C6;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.content h5 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #999;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 5px;
}
.content h5 strong{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #8A5366;
}
.colomn p {
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.colomn h3 {
	padding-left: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-top: 10px;
}

.colomn ul {
	padding-right: 20px;
	padding-left: 35px;
}
.up_footer a {
	color: #09F;
	text-decoration: underline;
}
.up_footer .facebook {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c2c2c2;
	margin-top: 10px;
	margin-left: 20px;
	width: 265px;
}
.news {
}
.news em {
	display: block;
	font-style: normal;
	color: #666;
}

.news strong {
	display: block;
}
.request {
	width: 100%;
	clear: both;
	float: left;
}
.request h2 {
	display: block;
	text-transform: none;
	color: #666;
	border: 1px solid #CCC;
	background-color: #F2F2F2;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 16px;
}
.request h2 strong {
	color: #CCC;
}


.request_filed {
	float: left;
	display: block;
	margin-bottom: 10px;
	width: 180px;
	margin-right: 12px;
}

.request label {
	display: block;
	padding-bottom: 2px;
	color: #666;
}
.request .request_filed .textfield {
	width: 100%;
	padding: 3px;
	background-color: #FFF;
	border: 1px solid #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	overflow: auto;
}
.request .request_filed select {
	width: 100%;
	padding: 2px;
	border: 1px solid #CCC;
	background-color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
.request br {
	clear: left;
}
.request .px360 {
	float: left;
	display: block;
	width: 300px;
	margin-bottom: 10px;
}
.request .px500 {
	float: left;
	display: block;
	width: 97%;
	margin-bottom: 10px;
}
.request .px250 {
	float: left;
	display: block;
	width: 300px;
	margin-bottom: 10px;
}
.portoflio {
	clear: both;
	float: left;
	width: 100%;
}
.row img {
	float: left;
	margin-right: 15px;
	border: 3px solid #F2F2F2;
	cursor: pointer;
}
.row img:hover {
	border-top-color: #D1D1D1;
	border-right-color: #D1D1D1;
	border-bottom-color: #D1D1D1;
	border-left-color: #D1D1D1;
}
.row h2 {
	font-size: 16px;
	padding-bottom: 5px;
}
.row h2 a {
	text-decoration: none;
	color: #666;
}
.row p {
	padding: 0px;
	font-size: 11px;
}
.row .opisanie {
	padding-bottom: 8px;
}
.row {
	height: 125px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
	margin-bottom: 10px;
}
.pager {
	clear: left;
	padding-top: 5px;
}
.pager a {
	display: block;
	float: left;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin-right: 5px;
	background-color: #F2F2F2;
	color: #666;
	text-decoration: none;
	border: 1px solid #D1D1D1;
}
.pager a:hover {
	background-color: #666;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	color: #FFF;
}
.maps {
	height: 300px;
}
.maps .contact_moto {
	float: left;
	width: 250px;
	height: 300px;
	background-image: url(../images/contact_moto_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.contact_moto h2 {
	color: #FFF;
	text-transform: uppercase;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
.maps .map {
	width: 648px;
	float: right;
	height: 298px;
	border: 1px solid #776A64;
}
.contact_moto p {
	color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
.direct_contact {
	width: 530px;
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.contacts h2 {
	text-transform: uppercase;
	padding-bottom: 20px;
	clear: left;
}
.contact_info {
	float: right;
	padding: 20px;
	width: 300px;
}

.direct_contact label {
	float: left;
	display: block;
	width: 200px;
}
.direct_contact .textfield {
	background-color: #FFF;
	border: 1px solid #CCC;
	width: 300px;
	margin-bottom: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 3px;
}
.direct_contact .textarea {
	background-color: #FFF;
	border: 1px solid #CCC;
	width: 500px;
	margin-top: 5px;
	background-image: url(../images/area_bg.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	overflow: auto;
	padding-bottom: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

.contacts {
	clear: both;
	float: left;
	width: 100%;
}
.contacts  a {
	color: #498FCD;
}
.contact_info dl {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 4px;
}
.contact_info dl dt {
	float: left;
	display: block;
	width: 90px;
	font-weight: bold;
	color: #999;
}
.contact_info dl dd {
	display: block;
	float: left;
	margin: 0px;
}
.portoflio_details {
	width: 100%;
	clear: both;
	float: left;
}
.portoflio_details .head {
	padding-top: 35px;
	padding-right: 35px;
	padding-left: 35px;
}
.portoflio_details .head h1 {
	padding-bottom: 5px;
}
.portoflio_details .head p strong {
	color: #999;
}

.portoflio_details .screens {
	width: 520px;
	float: left;
	padding-left: 35px;
	padding-top: 10px;
}
.portoflio_details .information {
	float: right;
	padding-right: 35px;
	padding-top: 10px;
	width: 300px;
}
.lrgscreen {
	width: 500px;
	height: 375px;
	padding: 1px;
	border: 3px solid #F0F0F0;
}
.lrgscreen img {
	height: 375px;
	width: 500px;
}
.thumbs {
	margin-top: 15px;
}
.thumbs a {
	width: 40px;
	height: 30px;
	border: 3px solid #F0F0F0;
	background-color: #FFF;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #999;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
}
.thumbs a:hover {
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.information h3 {
	padding-bottom: 15px;
}
.information ul  {
	padding-left: 15px;
}
.header .menu #active {
	background-color: #000;
	color: #FFF;
}
.pager .active {
	background-color: #666;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	color: #FFF;
}
