html {
	min-width: 760px;
	height: 100%;
}
body, form, div, p, img {
	padding: 0px;
	margin: 0px;
	border: none;
	background: none;
	border-collapse: collapse;
}
body {
	color: #efefef;
	background: #5a5c61 url(../images/bg-body.gif) repeat-x 0 0;
	font: 12px/17px Tahoma, sans-serif;
	padding: 0px;
	position: relative;
	min-height: 100%;
	min-width: 760px;
}

a {
	color: #ffcc00;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
h1 {
	font: normal 21px/20px Tahoma, sans-serif;
	color: #dfe70f;
	padding: 0 0 16px 0;
	margin: 0 0 0 -1px;
}
h2 {
	font: normal 15px/15px Tahoma, sans-serif;
	color: #dfe70f;
	padding: 43px 0 16px 0;
	margin: 0;
}
h3 {
	font: normal 15px/15px Tahoma, sans-serif;
	color: #dfe70f;
	padding: 0;
	margin: 0;
}
h4 {
	font: normal 12px/17px Tahoma, sans-serif;
	color: #dfe70f;
	padding: 0;
	margin: 0;
}
h1 a, h2 a, h3 a, h4 a {
	color: #dfe70f;
}
p {
	padding: 0 0 13px 0;
}
ul, ol {
	padding: 0 0 13px 23px;
	margin: 0;
}
div.clear {
	clear: both;
	font-size: 0px;
}
.green {
	color: #dfe70f;
}
.invisible {
	display: none;
}


/* Form */
input.text {
	padding: 2px 3px 4px 3px;
	margin: 0;
	outline: none;
	background: none;
	border: 1px solid #747273;
	font: 12px/14px Tahoma, sans-serif;
	color: #e9e9e9;
}
textarea {
	padding: 2px 2px 2px 3px;
	margin: 0;
	outline: none;
	background: none;
	border: 1px solid #747273;
	font: 12px/16px Tahoma, sans-serif;
	color: #e9e9e9;
	overflow: auto;
}
input.button {
	outline: none;
	margin: 0;
	padding: 2px 20px 4px 20px;
	font: 12px/14px Tahoma, sans-serif;
}
input.ff {
	padding-top: 0px;
	padding-bottom: 2px;
}


/* Center */
div.center {
	width: 700px;
	padding: 0 30px;
	position: relative;
	display: none;
}


/* Navigation */
nav {
	display: block;
	height: 47px;
	font-size: 13px;
	line-height: 16px;
}
nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 -10px;
	float: left;
}
nav ul li {
	float: left;
	margin-right: 20px;
	height: 47px;
}
nav a {
	display: block;
	padding: 14px 10px 15px 10px;
	color: #a0a1a4;
	text-decoration: none;
	float: left;
}
nav a:hover {
	color: #c3c3c3;
}
nav a:active {
	color: #d9d9d9;
}
nav ul li.selected {
	color: #fec200;
	background: url(../images/nav.gif) no-repeat 50% 100%;
}
nav ul li.selected a {
	color: #fec200;
	background-position: 11px -110px !important;
}
nav ul li.home a {
	padding: 0 10px 0 10px;
	width: 18px;
	height: 47px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/home.png) no-repeat 11px 0;
}
nav ul li.home a:hover {
	background-position: 11px -55px;
}


/* Footer */
footer {
	width: 100%;
	height: 47px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 2px solid #262624;
	background: url(../images/bg-bottom.png) repeat-x 0 100%;
}
footer div {
	display: block;
	width: 700px;
	padding: 0;
	margin: 0;
	position: relative;
	font-size: 11px;
	padding-top: 13px;
	overflow: hidden;
	border-top: 1px solid #717070;
	display: none;
}
footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 -8px;
	float: left;
}
footer ul li {
	float: left;
	background: url(../images/footer-sep.gif) no-repeat 0 7px;
	padding: 0 7px 0 8px;
}
footer p {
	float: right;
	padding: 0;
}
footer a {
	color: #e9e9e9;
}
footer a.me {
	text-decoration: none;
}
footer a.me:hover {
	text-decoration: underline;
}


/* Content */
div.content {
	padding: 67px 0 145px 0;
}


/* FAQ */
div.faq {
	width: 720px;
	margin-left: -20px;
	margin-right: -20px;
	padding: 6px 0 0 20px;
	position: relative;
	overflow: hidden;
	background: url(../images/faq.png) no-repeat 0 6px;
	/*height: 45px;*/
	height: 200px;
	cursor: default;
}
div.faq ul.links {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 700px;
}
div.faq ul.links li {
	padding: 3px 0 6px 0;
	margin: 0 26px 0 0;
	float: left;
	color: #fec200;
	line-height: 18px;
	white-space: nowrap;
	cursor: pointer;
}
div.faq ul.links li h3 {
	font-size: 12px;
	line-height: 18px;
	color: #fec200;
	display: inline;
	cursor: pointer;
	padding: 0;
	background: url(../images/dotted-yellow.gif) repeat-x 0 100%;
}
div.faq ul.links li div.tab-inner {
	position: absolute;
	display: none;
}
div.faq ul.links li.selected, div.faq ul.links li.selected h3 {
	color: #d9e019;
}
div.faq ul.links li.selected h3, div.faq ul.links li.hovered h3 {
	background: none;
}
div.faq div.overflow {
	width: 700px;
	height: 200px;
	overflow: hidden;
}
div.faq ul.details {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 3500px;
	height: 200px;
}
div.faq ul.details li {
	width: 700px;
	height: 200px;
	float: left;
}
div.faq ul li div.image {
	width: 121px;
	float: left;
}
div.faq ul li div.txt {
	width: 550px;
	padding: 17px 29px 0 0;
	float: left;
}
div.faq ul li div.txt ul li {
	width: auto;
	height: auto;
	float: none;
}
ul.steps {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}
ul.steps li {
	padding-left: 16px;
	position: relative;
}
ul.steps li span {
	color: #d9e019;
	position: absolute;
	left: 0;
}
ul.arrows {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}
ul.arrows li {
	padding-left: 14px;
	background: url(../images/arrow.gif) no-repeat 1px 7px;
}
div.faq p.small {
	font-size: 11px;
	margin-top: -1px;
}
dl.standarts {
	padding: 0 0 7px 0;
	margin: 0;
}
dl.standarts dt {
	padding: 0 0 0 1px;
	margin: 0 0 -1px 0;
	font-size: 11px;
	color: #999;
}
dl.standarts dd {
	padding: 0 0 6px 0;
	margin: 0;
}
div.faq img.airplane {
	width: 93px;
	height: 103px;
	margin: 30px 0 0 4px;
}
div.faq img.payment {
	width: 85px;
	height: 69px;
	margin: 23px 0 0 7px;
}
div.faq img.standarts {
	width: 116px;
	height: 124px;
	margin: 20px 0 0 2px;
}
div.faq img.joomla {
	width: 51px;
	height: 71px;
	margin: 21px 0 0 20px;
}
div.faq img.office {
	width: 89px;
	height: 108px;
	margin: 12px 0 0 4px;
}


/* Last Works */
div.last-works {
	width: 700px;
	height: 140px;
	position: relative;
	background: url(../images/lw.png) no-repeat 50% 0;
}
div.last-works div.overflow {
	width: 700px;
	height: 122px;
	padding-left: 14px;
	margin-left: -14px;
	overflow: hidden;
}
div.last-works span.arrow {
	display: block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
}
div.last-works span.prev {
	background: url(../images/prev-2.png) no-repeat 0 0;
	position: absolute;
	left: 24px;
	top: 43px;
}
div.last-works span.next {
	background: url(../images/next-2.png) no-repeat 0 0;
	position: absolute;
	right: 24px;
	top: 43px;
}
div.last-works span.hovered {
	background-position: 0 -35px;
}
div.last-works span.clicked {
	background-position: 0 -70px;
}
div.last-works ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 3960px;
	float: left;
}
div.last-works ul li {
	float: left;
	width: 340px;
	height: 100px;
	padding: 11px 20px 11px 0;
	color: #9b9fa5;
	font-size: 11px;
	line-height: 15px;
}
div.last-works ul li img {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 20px;
	color: #e9e9e9;
	background: #e9e9e9;
}
div.last-works ul li span {
	color: #dbdfe8;
}
div.last-works a {
	color: #dbdfe8;
}
div.last-works h3 {
	padding: 3px 0 9px 0;
}
div.last-works h3 a {
	color: #dfe70f;
}
div.last-works p {
	padding: 0;
}


/* Works */
div.works {
	width: 700px;
	padding-left: 14px;
	margin-left: -14px;
	position: relative;
	overflow: hidden;
}
div.works ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 -1px 0;
	width: 720px;
	float: left;
}
div.works ul li {
	float: left;
	width: 340px;
	height: 100px;
	padding: 12px 20px 13px 0;
	background: url(../images/dotted-white.png) repeat-x 0 100%;
	color: #9b9fa5;
	font-size: 11px;
	line-height: 15px;
}
div.works ul li img {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 20px;
	color: #e9e9e9;
	background: #e9e9e9;
}
div.works ul li span {
	color: #dbdfe8;
}
div.works a {
	color: #dbdfe8;
}
div.works h3 {
	padding: 3px 0 9px 0;
}
div.works h3 a {
	color: #dfe70f;
}
div.works p {
	padding: 0;
}
a.loco {
	padding-left: 15px;
	background: url(../images/star.png) no-repeat 1px 1px;
}


/* Filter */
div.filter {
	width: 720px;
	margin-left: -20px;
	margin-right: -20px;
	padding: 6px 0 0 20px;
	position: relative;
	overflow: hidden;
	background: url(../images/faq.png) no-repeat 0 6px;
	height: 45px;
	cursor: default;
}
div.filter ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 700px;
}
div.filter ul li {
	padding: 3px 0 6px 0;
	margin: 0 26px 0 0;
	float: left;
	color: #fec200;
	line-height: 18px;
	white-space: nowrap;
	cursor: pointer;
}
div.filter ul li a {
	color: #fec200;
	text-decoration: none;
	background: url(../images/dotted-yellow.gif) repeat-x 0 100%;
}
div.filter ul li.selected {
	color: #d9e019;
}
div.filter ul li.selected a {
	color: #d9e019;
	background: none;
}
div.filter ul li.hovered a {
	background: none;
}


/* Contacts */
div.contacts {
	padding: 0 0 15px 0;
}
div.mg {
	margin-top: 6px;
}
div.contacts img {
	width: 100px;
	height: 100px;
	float: left;
}
div.contacts div {
	overflow: hidden;
}
div.contacts p {
	padding: 0 0 0 20px;
}
div.contacts p.phone {
	font-family: Arial, sans-serif;
	font-size: 21px;
	line-height: 21px;
	color: #ffcc00;
	padding: 12px 0 14px 15px;
}
div.contacts p span {
	color: #ffcc00;
}


/* Price */
table.price {
	width: 700px;
	border-collapse: collapse;
	margin: 6px 0 22px 0;
	border: none;
}
table.price tr td {
	font-size: 12px;
	line-height: 14px;
	padding: 7px 0 8px 0;
	vertical-align: top;
	border-top: 1px solid #5c5c5c;
	border-bottom: 1px solid #5c5c5c;
}
table.price tr td.type {
	width: 480px;
}
table.price tr td.amount {
	color: #ffcc00;
}
span.example {
	font-size: 10px;
	line-height: 12px;
	color: #75787e;
	padding-left: 10px;
}
span.example a {
	font-size: 11px;
	color: #75787e;
	text-decoration: none;
	background: url(../images/dotted-gray.gif) repeat-x 1px 100%;
	padding-left: 1px;
}
span.example a:hover {
	background: none;
}


/* Feedback */
dl.feedback {
	padding: 25px 0 0 0;
	margin: 0;
}
dl.feedback dt {
	padding: 14px 0 4px 0;
	margin: 0;
}
dl.feedback dd {
	padding: 0;
	margin: 0;
}
dl.feedback input.text {
	width: 692px;
}
dl.feedback textarea {
	width: 693px;
	height: 143px;
}
dl.feedback input.button {
	margin-top: 14px;
}
p.feedback-msg {
	border: 1px solid #747273;
	margin: 50px 0;
	padding: 20px 0;
	text-align: center;
}


/* Questions */
div.questions {
	padding: 6px 0 2px 0;
	background: url(../images/dotted-white.png) repeat-x 0 100%;
}
div.questions h2 {
	font: normal 12px/17px Tahoma, sans-serif;
	padding: 14px 0 2px 0;
	color: #ffe680;
	position: relative;
	background: url(../images/dotted-white.png) repeat-x 0 0;
}
div.questions h2 span {
	position: absolute;
	left: -18px;
	top: 14px;
}
div.questions p {
	padding-bottom: 15px;
}


/* About */
div.photo {
	width: 460px;
	height: 460px;
	padding-top: 6px;
	margin-right: 20px;
	float: left;
}
div.photo img {
	width: 460px;
	height: 460px;
}
div.about {
	width: 220px;
	float: left;
	font-size: 11px;
}
div.about dl {
	padding: 0;
	margin: -11px 0 0 0;
}
div.about dl dt {
	padding: 20px 0 0 0;
	margin: 0;
}
div.about dl dd {
	padding: 0;
	margin: 0;
	color: #999;
}
div.about a {
	color: #999;
}
