@font-face {
    font-family: 'MyriadProCondensed';
    src: url('/fonts/myriadpro-cond-webfont.eot');
    src: url('/fonts/myriadpro-cond-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/myriadpro-cond-webfont.woff') format('woff'),
         url('/fonts/myriadpro-cond-webfont.ttf') format('truetype'),
         url('/fonts/myriadpro-cond-webfont.svg#MyriadProCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	margin:0px;
	padding:0px; 
	background:url(/images/bg.png); 
	font:normal 16px 'MyriadProCondensed', Arial, Helvetica, sans-serif;
	color:#535047;
	line-height:1.3;
	resize:none;
}

h1,h2,h3,h4,h5,h6 {
	font-family:'MyriadProCondensed', Arial, Helvetica, sans-serif;
	color:#89953a;
	text-shadow:#fff 1px 1px 1px;
	font-weight:normal;
}
h1 {
	font-size:30px;
}

img {
    border-style:none;
}


/*#wrapper{width:100%; height:100%; position:absolute; top:0; left:0; z-index:100; overflow:hidden;}/**/
/*#wrapper{width:100%; height:100%; position:absolute; top:0; left:0; z-index:100;}/**/
#main {
	width:960px;
	position:relative;
	z-index:510;
	margin:0px auto;
}
/*#main {width:14000px; height:900px;position:relative;}/**/


.content {
/*	margin-right:100px;/**/
/*	float:left;/**/
/*	height:1000px;/**/
	clear:both;
	position:relative;
}

#step1 {
	padding-top:187px;
}
#step2 {
}
#step3 {
}

.clearfix {clear:both;}


#header {width:100%; height:152px; padding:0px; position:fixed; top:0; left:0; z-index:520; background:url(/images/head.png) repeat-x; background-position: 0 -30px;}
#header .inner {width:960px; height:130px; margin:0 auto;position:relative;}
#header a#logo {background:url(/images/logo.png) no-repeat;text-indent:-5000px;width:183px;height:120px;position:absolute;bottom:0px;left:0px;}
#header #contacts {position:absolute;right:0px;top:20px;font-family:'MyriadProCondensed', Arial, Helvetica, sans-serif;font-size:24px;color:#878e59;text-shadow:#fff 1px 1px 1px;}
#header #contacts a {color:#878e59;text-decoration:none;}
#header #contacts a:hover {color:#878e59;text-decoration:underline;}
#header #menu {font-family:'MyriadProCondensed', Arial, Helvetica, sans-serif;font-size:24px;text-transform:uppercase;list-style:none;padding:0px;margin:0px;position:absolute;right:0px;bottom:-8px;}
#header #menu li {float:left;list-style:none;padding:0px;margin:0px;margin-left:20px;}
#header #menu li a {color:#b0ac96;text-decoration:none;text-shadow:#fff 1px 1px 1px;}
#header #menu li a:hover, #header #menu li a.active {color:#6c7c0b;text-decoration:none;text-shadow:#fff 1px 1px 1px;}

#layer1 {
	position:fixed;
	left: 50%;
	height:32500px;/**/
	width:2000px;
	margin-left: -1000px;
	top:0px;
	z-index:1;
	background:url(/images/layer_1.png) center repeat-y;
    background-position: 0px 0px;
}
#layer2 {
	position:fixed;
	left: 50%;
	height:32500px;/**/
	width:2000px;
	margin-left: -1000px;
	top:0px;
	z-index:2;
	background:url(/images/layer_2.png) center repeat-y;
    background-position: 0px 60px;
}


#footer {width:100%; height:111px; padding:0px; background:url(/images/footer.png) repeat-x;z-index:510; clear:both; position:relative;}
#footer .inner {width:960px; margin:0 auto;position:relative;padding-top:30px;}
#footer #counters {
	margin-top:-20px;
	float:right;
}

.first {
	margin-left:0px !important;
}

.sitebg {
	float:left;
	margin-left:43px;
	margin-bottom:35px;
	width:289px;
	height:168px;
	padding:1px 1px 12px 1px;
	background:url(/images/sitebg.png) no-repeat;
    cursor: pointer;
}
.sitebg img {
	width:289px;
	height:168px;
	outline: white none 0px;
}

.logobg {
	float:left;
	margin-left:27px;
	margin-bottom:35px;
	width:168px;
	height:168px;
	padding:1px 1px 12px 1px;
	background:url(/images/logobg.png) no-repeat;
}
.logobg img {
	width:168px;
	height:168px;
	outline: white none 0px;
}

#carousel {
	position:relative;
	overflow:hidden;
	margin:0px auto;
	width:1046px;
	height:300px;
	margin-left:-46px;
	margin-bottom:50px;
}
#carousel #carousel-inner {
	position:relative;
	overflow:hidden;
	margin:0px auto;
	width:960px;
	height:300px;
}

#carousel a#prevbutton {
	background:url(/images/navarows.png) no-repeat;
	position:absolute;
	left:0px;
	top:135px;
	width:29px;
	height:30px;
	text-indent:-5000px;
}
#carousel a#prevbutton:hover {
	background-position:0px -40px;
}
#carousel a#nextbutton {
	background:url(/images/navarows.png) -40px 0px no-repeat;
	position:absolute;
	right:0px;
	top:135px;
	width:29px;
	height:30px;
	text-indent:-5000px;
}
#carousel a#nextbutton:hover {
	background-position:-40px -40px;
}

.jcarousel-skin-tango a {
    cursor: pointer;
}

.portfolio-row {
	clear:both;
	position:relative;
}

#portfolio-window {
	display:none;
	background: white;
	height:600px;
	clear:both;
	position:relative;
	margin-bottom:50px;
}

#portfolio-window2 {
	display:none;
	background: white url('/images/preload.gif') no-repeat center;
	width:960px;
    height:600px;
	position:fixed;
    left:50%;
    top:50%;
    margin: -300px 0 0 -480px;
	z-index:610;
}

.portfolio-page {
	display:none;
    width: 940px;
    height: 590px;
    position:absolute;
    left:10px;
    top:10px;
	z-index:620;
}

#portfolio-content {
}

#portfolio-content p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#portfolio-content a {
    color: #89953a;
}

#portfolio-content a:hover {
    text-decoration:none;
}

#portfolio-navigator {
    width: 100%;
    position:absolute;
    bottom:5px;
}

#portfolio-navigator td {
	width:13px;
    height:13px;
    padding:3px;
}

.portfolio-navigator-td-current {
	background: url('/images/r_3.gif') no-repeat center;
}

.portfolio-navigator-td {
	background: url('/images/r_1.gif') no-repeat center;
    cursor: pointer;
}

.portfolio-navigator-td:hover {
	background: url('/images/r_2.gif') no-repeat center;
}

/*#close-window {
	width:24px;
    height:24px;
    position:absolute;
    right:20px;
    top:20px;
    cursor: pointer;
	background: url('/images/x_1.png') no-repeat center;
	z-index:700;
}*/

#close-window {
	width:10px;
    height:10px;
    position:absolute;
    right:-15px;
    top:0px;
    cursor: pointer;
	background: url('/images/nnx_1.png') no-repeat center;
	z-index:700;
}

#close-window:hover {
	background: url('/images/nnx_2.png') no-repeat center;
}

.description_header {
	font-family:'MyriadProCondensed', Arial, Helvetica, sans-serif;
	color:#89953a;
	text-shadow:#fff 1px 1px 1px;
	font-weight:normal;
   	font-size:20px;
}

.description_link {
    color: #89953a;
}

.description_link:hover {
    text-decoration:none;
}

.description_gray {
    color: gray;
}

.tinymc_body_class {
    background: white;
}
