HTML {
	height: 100%;
}

BODY {
	margin: 0;
	padding: 0;
	background: #595959 url("../img/bg.jpg") repeat left top;
	height: 100%;
	color: #b0b0b0;
	/*
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 14px;
	*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

FORM {
	margin: 0;
	padding: 0;
}

A {
	outline: none;
	color: #00adee;
	text-decoration: underline;
}

A:hover {
	text-decoration: none;
}

IMG {
	border: none;
}

INPUT, 
SELECT, 
TEXTAREA, 
BUTTON {
	outline: none;
}

.hidden {
	display: none;
}

.gr {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	min-width: 715px;
	min-height: 570px;
	background: url("../img/gr.png") no-repeat center center;
	-moz-background-size: 100% 100%;
	-khtml-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.content-container {
	width: 100%;
	height: 100%;
	min-width: 715px;
	min-height: 570px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}

.row {
	float: left;
	width: 100%;
}

.page-container {
	position: relative;
	top: 50%;
}

.page {
	width: 715px;
	height: 370px;
	margin: -185px auto 0 auto;
}

.menu {
	float: left;
	width: 172px;
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.menu UL {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu UL LI {
	padding: 0 28px 0 0;
	margin: 18px 0 0 0;
	height: 46px;
	text-shadow: 1px 1px 0 #b2b2b2;
	line-height: 0;
	font-size: 0;
}

.menu UL LI A {
	color: #000000;
	text-decoration: none;
	float: right;
	margin: 13px 0 0 0;
	padding: 0 0 3px 0;
}

.menu UL LI.active A IMG {
	visibility: hidden;
}

.menu UL .m-about.active A {
	background: url("../img/menu/about-hover.png") no-repeat right 2px;
}

.menu UL .m-services.active A {
	background: url("../img/menu/services-hover.png") no-repeat right 2px;
}

.menu UL .m-portfolio.active A {
	background: url("../img/menu/portfolio-hover.png") no-repeat right 2px;
}

.menu UL .m-order.active A {
	background: url("../img/menu/order-hover.png") no-repeat right 2px;
}

.menu UL .m-contact.active A {
	background: url("../img/menu/contact-hover.png") no-repeat right 2px;
}

.footer-container {
	height: 40px;
	font-size: 12px;
	color: #808080;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.footer {
	width: 715px;
	margin: auto;
}

.footer P {
	padding: 0;
	margin: 0 0 0 100px;
}

.window-container {
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}

.window .w-top {
	height: 9px;
	background: url("../img/window/top.png") no-repeat left top;
	font-size: 0;
	line-height: 0;
}

.window .w-bottom {
	height: 10px;
	background: url("../img/window/bottom.png") no-repeat left top;
	font-size: 0;
	line-height: 0;
}

.window .w-cursor {
	height: 45px;
	background: url("../img/window/cursor.png") no-repeat left top;
}

.window .w-bg-container {
	height: 380px;
	overflow: hidden;
}

.window .w-bg {
	background: url("../img/window/bg.png") repeat-y left top;
}

.window .w-bg-bottom {
	background: url("../img/window/bg.png") repeat-y left top;
	height: 360px;
}

.loading {
	height: 100%;
	background: url("../img/loading.gif") no-repeat 235px 170px;
}

.content {
	position: absolute;
	left: 200px;
	top: 30px;
	width: 490px;
	height: 315px;
	background: url("../img/hr.jpg") no-repeat left 48px;
}

.content P {
	margin: 16px 0 0 0;
	padding: 0;
}

.content H1 {
	margin: 0 0 45px 13px;
	padding: 0;
	font-size: 33px;
	line-height: 33px;
	color: #000000;
	opacity: 0.7;
	font-weight: normal;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0 #b5b5b5;
}

.content H1 SPAN {
	position: relative;
	z-index: 2;
}

.content A.close-link {
	float: right;
	background: url("../img/ext.png") no-repeat left top;
	width: 40px;
	height: 47px;
	position: relative;
	top: -15px;
	left: 10px;
	z-index: 10;
}

.content UL {
	margin: 0;
	padding: 5px 0 10px 15px;
	list-style: none;
}

.content UL LI {
	background: url("../img/bullet.png") no-repeat left center;
	padding: 0 0 0 15px;
}

.content H2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

.logo {
	background: url("../img/logo.png") no-repeat left top;
	width: 377px;
	height: 208px;
	margin: 50px 0 0 240px;
	float: left;
}

.input {
	padding: 0 0 10px 0;
}

.input LABEL {
	float: left;
	width: 120px;
	text-align: right;
	margin: 6px 0 0 0;
}

.input .i-top {
	float: left;
	width: 197px;
	background: url("../img/input/top.png") no-repeat left top;
	padding: 7px 0 0 0;
	margin: 0 0 0 30px;
}

.input .i-bottom {
	float: left;
	width: 100%;
	background: url("../img/input/bottom.png") no-repeat left bottom;
	padding: 0 0 6px 0;
}

.input INPUT, 
.input TEXTAREA {
	float: left;
	width: 173px;
	color: #86bdd1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	padding: 0 12px;
	border: none;
	background: url("../img/input/bg.png") repeat-y left top;
	margin: 0;
}

.input TEXTAREA {
	width: 185px;
	padding: 0 0 0 12px;
	overflow: auto;
	resize: none;
}

.input .success {
	width: 22px;
	height: 17px;
	float: left;
	background: url("../img/input/success.png") no-repeat left top;
	margin: 7px 0 0 10px;
}

.input .error {
	width: 19px;
	height: 21px;
	float: left;
	background: url("../img/input/error.png") no-repeat left top;
	margin: 7px 0 0 10px;
}

.input.captcha IMG {
	float: left;
	margin: -4px 0 0 19px;
	width: 101px;
	height: 37px;
	opacity: 0.6;
}

.button {
	float: right;
	margin: 5px 143px 0 0;
}

.gallery A.prev {
	float: left;
	width: 13px;
	height: 25px;
	background: url("../img/gallery/left.png") no-repeat left top;
	margin: 115px 0 0 0;
}

.gallery .prev.disabled {
	background: url("../img/gallery/left-disabled.png") no-repeat left top;
}

.gallery A.next {
	float: right;
	width: 13px;
	height: 25px;
	background: url("../img/gallery/right.png") no-repeat left top;
	margin: 115px 0 0 0;
}

.gallery .next.disabled {
	background: url("../img/gallery/right-disabled.png") no-repeat left top;
}

.gallery .scroller-container {
	width: 434px;
	height: 210px;
	overflow: hidden;
	margin: 0 0 0 18px;
	padding: 30px 0 0 0;
	float: left;
	position: relative;
}

.gallery .scroller-container UL {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 10000px;
	position: relative;
	left: 0px;
	top: 0px;
}

.gallery .scroller-container UL LI {
	float: left;
	background: url("../img/gallery/bg.png") no-repeat left top;
	width: 207px;
	height: 207px;
	margin: 0 20px 0 0;
	padding: 0;
}

.gallery .scroller-container UL LI A {
	float: left;
	margin: 7px 0 0 7px;
}

.gallery {
	width: 490px;
}

.gallery-preview {
	position: absolute;
	width: 550px;
	z-index: 999;
	margin: -280px 0 0 -275px;
	left: 50%;
	top: 50%;
	display: none;
}

.gallery-preview .gp-top {
	background: url("../img/gallery/top.png") no-repeat left top;
	height: 21px;
}

.gallery-preview .gp-top A {
	float: right;
	width: 15px;
	height: 15px;
	margin: 3px 12px 0 0;
}

.gallery-preview .gp-bottom {
	background: url("../img/gallery/bottom.png") no-repeat left top;
	height: 45px;
}

.gallery-preview .gp-bottom P {
	margin: 11px 20px 0 20px;
	padding: 0;
	font-size: 13px;
	color: #ababab;
}

.gallery-preview .gp-bg {
	background: url("../img/gallery/sbg.png") repeat-y left top;
	height: 490px;
}

.gallery-preview .gp-bg .img-loader {
	margin: 3px auto 0 auto;
	width: 484px;
	height: 484px;
	text-align: center;
}

.gallery-preview .gp-bg .img-loader.load {
	background: url("../img/photo-loading.gif") no-repeat center center;
}

.gallery-preview .gp-bg .img-loader.load IMG {
	display: none;
}