/*clear and init base styles */ 
* {
margin: 0;
padding: 0;
border: 0;
font-family: Tahoma, Verdana, sans-serif;
}
:focus {
outline: 0;
}
html {
overflow-y: scroll;
}
body {
color: #333;
background-color: #fff;
min-width: 990px;
background-position: 0 0;
background-repeat: no-repeat;
}
* html body {
width: expression(document.documentElement.clientWidth<990?"990px":"auto");
}
html, body {
height: 100%;
}
a {
text-decoration: underline;
}
a:hover {
text-decoration: none;
}


#out {
position: relative;
min-height: 100%;
}
* html #out {
height: 100%;
}

#left, #copyright {
width: 260px;
float: left;
}
#right, #hardcopy {
margin-left: 263px;
}
#logo, #visual, #menu, #content, #footer, #logo a {
display: block;
}

#footer {
clear: both;
position: relative;
height: 100px;
margin-top: -100px;
}

#logo a img {
margin: 52px 0 0 50px;
}
#language {
margin: 36px 0 0 73px;
overflow: hidden;
}
#language * {
font-size: 11px;
}
#language div {
float: left;
color: #d88104;
padding: 2px 7px;
}
#language div.passive {
height: 18px;
background-repeat: no-repeat;
background-position: 50% 100%;
}
#language div.active {
color: #fff;
background-color: #d88104;
}
#language div.passive a {
display: inline;
margin: 0;
color: #d88104;
text-decoration: none;
}

#visual {
padding-top: 127px; 
}
#visual div {
width: 260px;
height: 264px;
background-repeat: no-repeat;
}
* html #visual div {
background-color: transparent;
background-image: url(blank.gif);
}


#menu {
overflow: hidden;
height: 206px;
position: relative;
}
#menu .item {
float: left;
width: 24%;
}
#menu .item a {
display: block;
width: 168px;
margin: 0 auto;
}
#menu .item a span {
cursor: hand;
display: block;
width: 168px;
height: 170px;
backgounrd-repeat: no-repeat;
}
* html #menu .item a .about, * html #menu .item a .about-active {
background-color: transparent;
background-image: url(blank.gif);
}
* html #menu .item a .service, * html #menu .item a .service-active {
background-color: transparent;
background-image: url(blank.gif);
}
* html #menu .item a .production, * html #menu .item a .production-active {
background-color: transparent;
background-image: url(blank.gif);
}
* html #menu .item a .works, * html #menu .item a .works-active {
background-color: transparent;
background-image: url(blank.gif);
}
* html #menu .item a:hover .about {
background-color: transparent;
background-image: url(blank.gif);
}
* html #menu .item a:hover .service {
background-color: transparent;
background-image: url(blank.gif);
}
* html #menu .item a:hover .production {
background-color: transparent;
background-image: url(blank.gif);
}
* html #menu .item a:hover .works {
background-color: transparent;
background-image: url(blank.gif);
}
#content {
padding: 0 10% 135px 45px;
font-size: 0.75em;
color: #585858;
//height: 1%;
}
#content .v-item {
overflow: hidden;
}
#content h1 {
color: #333;
font-family: Tahoma, Verdana, sans-serif;
font-weight: normal;
font-size: 2em;
background-repeat: repeat-y;
padding-left: 1em;
margin-bottom: 0.5em;
}
#content p {
margin: 1em 0;
line-height: 1.4;
}
#content small {
color: #aaaaaa;
}
#content .nav {
overflow: hidden;
}
#content .list {
float: left;
padding-right: 5%;
width: 45%;
height: 100px;
}
#content .wide-list {
float: left;
padding-right: 15%;
width: 85%;
}
#content .list p, #content .wide-list p {
margin-left: 85px;
}
#content .list img {
margin: 0 1em 1em 0;
float: left;
}
#content .wide-list img {
float: left;
}
#content .list a img {
width: 80px;
}
#content td {
vertical-align: top;
}
#content .works td {
width: 33%;
border-right: 1px solid #ebebeb;
padding-left: 1.5em;
}
#content .works div {
height: 35px;
}
#content .works .nospacer {
border-right: 0;
}
#content .works .nopadding {
padding-left: 0;
}

#content a {
color: #920101;
text-decoration: underline;
}
#content a:hover {
text-decoration: none;
}

#content ul {
margin: 0.5em 0 1em 2.5em;
}
#content ul li ul {
margin-left: 2em;
}
#content li {
list-style-type: none;
}

#content input, #content select, #content textarea {
border: 1px solid #ccc;
padding: 2px;
font-size: 1em;
width: 30em;
}
#content .submit {
width: 13em;
height: 2em;
}



#copyright {
color: #cd8180;
font-size: 11px;
text-align: center;
text-transform: uppercase;
}
#hardcopy {
padding-left: 35px;
font-size: 11px;
color: #c0c0c0;
}
#hardcopy a {
color: #920101;
margin: 0 10px;
}
#hardcopy p {
margin: 18px 10px;
color: #636464;
}