#container {
position: absolute;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
overflow: hidden;
}

#contentarea {
position: relative;
width: 728px;
height: 100%;
padding: 0px 0px 0px 203px;
margin: 0px auto 0px auto;
}

#prevnextbox {
position: absolute;
bottom: 305px;
right: 0px;
width: 392px;
height: 38px;
}

#infobox {
position: absolute;
bottom: 75px;
right: 0px;
height: 210px;
width: 492px;
color: #ffffff;
text-align: left;
background: transparent url('../images/bg-infobox.png') left top repeat;
border: 7px solid #000000;
border: 7px solid rgba(0, 0, 0, 0.50);
-webkit-border-radius: 2px 0px 2px 2px;
border-radius: 2px 0px 2px 2px;
}
#infoboxshow {
position: absolute;
bottom: -7px;
right: -7px;
}
#infoboxclick {
padding: 13px 67px 13px 27px;
}
#infoboxfull {
position: absolute;
bottom: 75px;
right: 0px;
width: 764px;
color: #333333;
background: transparent url('../images/bg-home.png') left top repeat;
padding: 20px 20px 0px 0px;
-webkit-border-radius: 2px 2px 2px 2px;
border-radius: 2px 2px 2px 2px;
display: none;
}
#infoboxfullinner {
text-align: left;
padding: 28px 48px 67px 48px;
}
#infoboxfullinner p {
font-size: 16px;
}
#infoboxhide {
float: right;
}
#nav_home {
display: none;
}
/*
#nav_home {
display: none;
position: absolute;
bottom: 64px;
right: 0px;
color: #00416e;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1e1e1));
background: -webkit-linear-gradient(top, #ffffff 0%,#e1e1e1 100%);
background: -o-linear-gradient(top, #ffffff 0%,#e1e1e1 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#e1e1e1 100%);
background: linear-gradient(top, #ffffff 0%,#e1e1e1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 );
padding: 0;
margin: 0;
text-indent: 0em;
-webkit-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.38);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.38);
}
#nav_home li {
float: left;
list-style: none;
border-right: 1px solid #dedddd;
border-left: 1px solid #ffffff;
padding: 0;
margin: 0;
display: inline;
}
#nav_home li:first-child {
border-left: none;
}
#nav_home li:last-child {
border-right: none;
}
#nav_home a {
width: 230px;
color: #00416e;
font-size: 14px;
font-weight: 400;
font-family: "proxima-nova", Arial, Helvetica, sans-serif;
text-align: center;
text-transform: uppercase;
text-decoration: none;
padding: 22px 0px 21px 30px;
display: block;
}
#nav_home a:hover {
color: #00223b;
text-decoration: none;
}
.showcaselink {
background: transparent url('../images/icon-showcase.png') 81px 22px no-repeat;
}
.plannerlink {
background: transparent url('../images/icon-planner.png') 89px 22px no-repeat;
}
.warrantylink {
background: transparent url('../images/icon-warranty.png') 82px 20px no-repeat;
}
*/
#footer {
display: block;
position: absolute;
bottom: 20px;
right: 0px;
color: #ffffff;
font-size: 11px;
margin: 0;
}
#footer .copyright {
color: #999999;
}
#footer a, #footer a:visited, #footer a:hover {
color: #ffffff;
text-decoration: none;
}
#footer .fbimg {
vertical-align: middle;
margin: 0px 0px 0px 15px;
}
#footer .twimg {
vertical-align: middle;
margin: 0px 0px 0px 10px;
}