html, body, div, span, applet, object, embed, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, ol, ul, li, dl, dd, dt, form, label, input  {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    background: transparent;
}
html {
    height: 100%;
    min-width: 980px;
}
:focus {
    outline: 0;
}
ul, ol {
    list-style: none;
}
body {
    padding: 0;
    margin: 0;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 9pt;
    color: #a6a6a6;
    height: 100%;
    line-height: 1.1;
    background: #202225/* url(assets/images/design/body-bg.png) top center repeat-y*/;
}
body.constuction {
    color: #000;
    height: 100%;
    min-height: 100%;
    line-height: 1;
}
img {
    border: 0;
}
a:link, a:visited {
    outline: none;
    text-decoration: none;
    color: #a6a6a6;
}
a:hover, a:active {
    text-decoration: none;
    color: #F26522;
}
.clear {
    clear: both;
    font-size: 0.3pt;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
#container {
    width: 980px;
    padding: 0 5px;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
}
* html #container {
    height: 100%;
}
#construction-container {
    width: 100%;
    height: 100%;
    position: relative;
    min-width: 800px;
    min-height: 600px;
}
#main {
	padding: 0 0 65px;
}
#top-menu {
	position: absolute;
	right: 15px;
	top: 55px;
	text-transform: uppercase;
	font-weight: bold;
}
#top-menu li a:link, #top-menu li a:visited {
	color: #fff;
	text-decoration: none;
}
#top-menu li a:hover, #top-menu li a:active, #top-menu li.selected a:link, #top-menu li.selected a:visited {
	color: #F26522;
	border-bottom: 6px #F26522 solid;
	padding-bottom: 3px;
}
#top-menu li {
	float: left;
	margin-left: 60px;
	height: 30px;
}
#header {
	background: url('assets/images/design/secondary-top-bg.jpg') top center no-repeat;
	width: 980px;
	height: 216px;
	margin: 0 auto -75px;
	position: relative;
}
#header h2 {
	font-size: 28pt;
	position: absolute;
	top: 19px;
	left: 40px;
	color: #a6a6a6;
	text-transform: uppercase;
	font-weight: normal;
}
#header h2 span {
	color: #F26522;
}
#header .slogan {
	position: absolute;
	top: 60px;
	left: 40px;
	color: #cecece;
	font-size: 15pt;
	width: 660px;
	text-transform: uppercase;
	line-height: 1.2;
}
#header .slogan.long {
	width: 900px;
}

#main .header-middle {
	background: url('assets/images/design/secondary-middle-bg.jpg') top center no-repeat;
	width: 980px;
	height: 216px;
	margin: 20px auto -75px;
	position: relative;
}
#main .header-middle h1 {
	font-size: 28pt;
	position: absolute;
	top: 25px;
	left: 35px;
	color: #A6A6A6;
	text-transform: uppercase;
	font-weight: normal;
}
#main .header-middle h1 span {
	color: #F26522;
}
#main .header-middle .slogan {
	position: absolute;
	top: 65px;
	left: 35px;
	color: #CECECE;
	font-size: 15pt;
	width: 660px;
	text-transform: uppercase;
	line-height: 1.2;
}
#main .header-middle .slogan.long {
	width: 900px;
}

#main .header-bottom {
	background: url('assets/images/design/secondary-bottom-bg.jpg') top center no-repeat;
	width: 980px;
	height: 216px;
	margin: 20px auto -75px;
	position: relative;
}
#main .header-bottom h1 {
	font-size: 28pt;
	position: absolute;
	top: 25px;
	left: 35px;
	color: #A6A6A6;
	text-transform: uppercase;
	font-weight: normal;
}
#main .header-bottom h1 span {
	color: #F26522;
}
#main .header-bottom .slogan {
	position: absolute;
	top: 65px;
	left: 35px;
	color: #CECECE;
	font-size: 15pt;
	width: 660px;
	text-transform: uppercase;
	line-height: 1.2;
}
#main .header-bottom .slogan.long {
	width: 900px;
}

#header-menu-horizontal {
	position: absolute;
	bottom: 110px;
	right: 20px;
}
#header-menu-horizontal li {
	float: left;
}
#header-menu-horizontal li.all {
	padding-left: 10px;
	background: url('assets/images/design/menu-horizontal-last.gif') left center no-repeat;
}
#header-menu-horizontal a:link,
#header-menu-horizontal a:visited {
	color: #ababab;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	margin: 0 2px 0 0;
}
#header-menu-horizontal a:hover,
#header-menu-horizontal a:active,
#header-menu-horizontal li.selected a:link,
#header-menu-horizontal li.selected a:visited {
	text-decoration: none;
	color: #fff;
	background-color: #F26522;
}

#header-menu-vertical {
	position: absolute;
	top: 20px;
	right: 20px;
}
#header-menu-vertical li {
	
}
#header-menu-vertical a:link, #header-menu-vertical a:visited {
	color: #fff;
	text-decoration: underline;
	display: block;
	padding: 5px 10px;
	margin: 0 0 2px;
}
#header-menu-vertical a:hover, #header-menu-vertical a:active, #header-menu-vertical li.selected a:link, #header-menu-vertical li.selected a:visited {
	text-decoration: none;
	background-color: #F26522;
}
#main .content {
	position: relative;
	color: #a6a6a6;
	line-height: 1.2;
	padding: 0 35px;
	font-size: 110%;
}
#main .content.fullwidth {
	padding: 0 10px;
}
#main .content p {
	padding-bottom: 10px;	
}
#main .content a:link, #main .content a:visited {
    outline: none;
    text-decoration: underline;
    color: #F26522;
}
#main .content a:hover, #main .content a:active {
    text-decoration: none;
}
#main .content .anaglyph-container {
	width: 980px;
	height: 492px;
	position: relative;
	background: url('assets/images/design/anaglyph-bg.jpg') center center no-repeat;
	margin: 10px 0 -25px -35px;
}
#main .content .anaglyph-container img {
	position: absolute;
	top: 29px;
	left: 36px;
}
#main .content #anaglyph-switch {
	background: url('assets/images/design/anaglyph-on.png') center center no-repeat;
	width: 246px;
	height: 47px;
	display: block;
	text-decoration: none;
}
#main .content #anaglyph-switch.on {
	background: url('assets/images/design/anaglyph-off.png') center center no-repeat;
}
#right-menu {
	position: absolute;
	right: 5px;
	width: 170px;
}
#right-menu .hr {
	background-color: #F26522;
	height: 6px;
	width: 50px;
    border: none;
    float: left;
    margin-bottom: 15px;
    overflow: hidden;
}
#right-menu ul {
	clear: both;
}
#right-menu ul li {
	margin-bottom: 5px;
}
#right-menu ul a:link, #right-menu ul a:visited {
	text-transform: uppercase;
	font-size: 11pt;
}
#right-menu ul li a:link span, #right-menu ul li a:visited span {
	color: #F26522;
}
#slider-main {
	width: 980px;
	margin: 0 auto;
	height: 450px;
	position: relative;
}
#slider-gallery {
	width: 512px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
#points {
	position: absolute;
	bottom: 18px;
	right: 35px;
}
#points li {
	float: left;
}
#points li a:link, #points li a:visited {
	display: block;
	width: 27px;
	height: 27px;
	margin-left: 5px;
	background: url('assets/images/design/main-slider-btn.png') top center no-repeat;
}
#points li a:hover, #points li a:active, #points li.selected a:link, #points li.selected a:visited {
	background: url('assets/images/design/main-slider-btn.png') bottom center no-repeat;
}
#slideshow , #slideshow  a {
	position: relative;
	display: block;
}
#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
}
#slider-main-bottom {
	width: 100%;
	height: 205px;
	background: url('assets/images/design/main-slider-bottom.jpg') top center no-repeat;
	padding-top: 25px;
}
.main-banner {
	position: relative;
	display: block;
	width: 299px;
	height: 188px;
	margin-right: 41px;
	float: left;
}
.main-banner.last {
	margin-right: 0;
	margin-left: 1px;
	float: right;
}
#logo {
    height: 39px;
    padding: 30px 0 35px 5px;
}
#projects-list {
	position: relative;
	width: 980px;
	overflow: hidden;
}
#projects-list li {
	float: left;
}
#projects-list li a {
	width: 458px;
	height: 15px;	
	margin-left: 10px;
	margin-bottom: 32px;
	display: block;
	padding-top: 142px;
	padding-left: 17px;
	position: relative;
}
#projects-list li a:link, #projects-list li a:visited {
	font-size: 8pt;
	color: #a6a6a6;
}
#projects-list li a:active, #projects-list li a:hover {
	color: #fff;
}
#projects-list li img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
#projects-list li h2 {
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: normal;
	padding-bottom: 2px;
	color: #fff;
}
#projects-list li h2 span {
	color: #F26522;	
}
#projects-list li a:active h2 span, #projects-list li a:hover h2 span {
	color: #fff;	
}
#projects-list li a:active h2, #projects-list li a:hover h2 {
	color: #F26522;	
}
#project-video {
	position: relative;
	margin-top: 35px;
}
#project-video .video {
	width: 512px;
	height: 287px;
	margin-left: 10px;
	margin-right: -512px;
	margin-bottom: -287px;
}
#project-video .desc {
	margin-left: 568px;
	margin-right: 10px;
}
#project-video .desc h3 {
	color: #F26522;
	font-size: 18pt;
	text-transform: uppercase;
	font-weight: normal;
}
#project-video .desc h3 span {
	display: block;
	color: #cecece;
	font-size: 16pt;
	text-transform: none;
	line-height: 0.5;
	margin-bottom: 15px;
}
#project-video .desc .date {
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom: 6px #F26522 solid;
	padding-bottom: 3px;
	float: left;
}
#project-video .desc p {
	clear: both;
	margin-bottom: 20px;
}
#project-video .desc ul {
	margin-top: -15px;
}
a.project-url:link, a.project-url:visited {
	color: #cecece;
	font-size: 16pt;
	text-transform: none;
	line-height: 16px;
	padding: 10px 0 0;
	display: block;
}
a.project-url:active, a.project-url:hover {
	color: #F26522;
}
a.project-url img {
	width: 16px;
	height: 16px;
	border: none;
}
#footer {
	width: 980px;
    height: 43px;
    margin: -50px auto 0;
    position: relative;
    color: #a6a6a6;
    padding: 0;
    text-transform: uppercase;
    font-size: 8pt;
    clear: both;
    line-height: 1.1;
}
#footer a:link, #footer a:visited {
    color: #a6a6a6;
}
#footer a:hover, #footer a:active {
    text-decoration: underline;
}
#footer p em {
	color: #6e6e6e;
	font-style: none;
}
#footer p {
    white-space: nowrap;
}
#contacts {
    float: left;
    padding: 1px 30px 0 30px;
    width: 266px;
    height: 42px;
    border-left: 1px solid #F26522;
    margin-left: -1px;
}
#copyright {
    float: left;
    text-align: left;
    padding: 1px 0 0 50px;
    background: url(assets/images/design/copyright.gif) 0 0 no-repeat;
    width: 164px;
    height: 42px;
}
#copyright span {
	color: #F26522;
}
#bottom-menu {
	float: right;
	margin-top: 23px;
}
#bottom-menu ul {
	list-style: none;
}
#bottom-menu ul li {
	float: left;
	padding: 0 19px 0 20px;
	border-right: 1px solid #f10943;
}
#bottom-menu ul li a:link, #bottom-menu ul li a:visited {
	text-decoration: underline;
}
#bottom-menu ul li a:hover, #bottom-menu ul li a:active, #bottom-menu ul li.selected a:visited, #bottom-menu ul li.selected a:link {
	text-decoration: none;
}
#bottom-menu ul li.last {
	border: none;
	padding: 0 0 0 20px;
}
