/* CSS Document */

body{
background: #222222;
}

a{
color: #efefef;
text-decoration: none;
}

a:hover{
color: #efefef;
text-decoration: none;
background: #222222;
}

#wrapper{
margin: 30px auto 0 auto;
width: 848px;
height: 685px;
background: #303030;
padding: 0 14px;
}

#header{
width: 848px;
height: 60px;
border-bottom: 1px solid #454545;
margin: 0 auto;
}

#header h1 a{
width: 212px;
height: 60px;
display: block;
background: url(img/logo.gif) no-repeat #303030;
}


#header h1 a span{
display: none;
}
#flash{
width: 642px;
height: 422px;
background: #000;
margin: 11px 14px 11px 0;
float: left;
}

#nav{
width: 178px;
height: 404px;
background: #262626;
margin: 11px 0;
float: left;
padding: 18px 0 0 14px;
}

#nav li.portfolio{
background: url(img/title-portfolio.gif) no-repeat;
width: 93px;
height: 20px;
display: block;
margin-bottom: 14px;
}

#nav li.portfolio span{
display: none;
}

#nav li a span{
display: none;
}

#nav li.showreels a{
background: url(img/nav-showreels.gif) no-repeat;
width: 103px; height: 30px;
display: block;
}

#nav li.characters a{
background: url(img/nav-characters.gif) no-repeat;
width: 103px; height: 30px;
display: block;
}

#nav li.promotion a{
background: url(img/nav-promotion.gif) no-repeat;
width: 103px; height: 30px;
display: block;
}

#nav li.products a{
background: url(img/nav-products.gif) no-repeat;
width: 103px; height: 30px;
display: block;
}
#nav li.architecture a{
background: url(img/nav-architecture.gif) no-repeat;
width: 103px; height: 30px;
display: block;
}
#nav li.other a{
background: url(img/nav-other.gif) no-repeat;
width: 103px; height: 30px;
display: block;
}
#nav li.home a{
background: url(img/nav-home.gif) no-repeat;
width: 103px; height: 30px;
display: block;
margin: 89px 0 0 0;
}

#nav li.showreels a:hover{
background: url(img/nav-showreels.gif) no-repeat 0 -30px;
width: 103px; height: 30px;
display: block;
}

#nav li.characters a:hover{
background: url(img/nav-characters.gif) no-repeat 0 -30px;
width: 103px; height: 30px;
display: block;
}

#nav li.promotion a:hover{
background: url(img/nav-promotion.gif) no-repeat 0 -30px;
width: 103px; height: 30px;
display: block;
}

#nav li.products a:hover{
background: url(img/nav-products.gif) no-repeat 0 -30px;
width: 103px; height: 30px;
display: block;
}
#nav li.architecture a:hover{
background: url(img/nav-architecture.gif) no-repeat 0 -30px;
width: 103px; height: 30px;
display: block;
}
#nav li.other a:hover{
background: url(img/nav-other.gif) no-repeat 0 -30px;
width: 103px; height: 30px;
display: block;
}
#nav li.home a:hover{
background: url(img/nav-home.gif) no-repeat 0 -30px;
width: 103px; height: 30px;
display: block;
}

#nav li a.current{
background-position: 0 -30px;
}

#footer{
clear: both;
width: 848px;
padding: 35px 14px 0 0;
}

#footer h2.contact{
background: url(img/title-contact.gif) no-repeat;
width: 60px;
height: 14px;
display: block;
margin-bottom: 14px;
}

#footer h2.contact span{
display: none;
}
#address{
width: 300px;
float: left;
font-size: 11px;
line-height: 14px;
text-align: left;
margin: 0 0 14px 0;
}

#contact{
width: 300px;
float: right;
font-size: 11px;
line-height: 14px;
text-align: right;
margin: 28px 0 14px 0;
}

#copyright{
color: #454545;
width: 848px;
border-top: 1px solid #454545;
margin: 0 auto;
clear: both;
font-size: 10px;
line-height: 14px;
text-align: right;
padding: 5px 0 10px 0;
}