*{
margin: 0;
padding: 0;
}

body{
margin: 0 auto;
font: 12px/16px Georgia, "Times New Roman", Times, serif;
}

html{
background: url(textVerticalBlack.png) no-repeat;
}

a{
outline: none;
text-decoration: none;
color: #333;
}

a:hover{
color:  #ccc;
}

img{
border: 0;
}

ul li{
float: left;
list-style: none;
}

ul.link li{
padding: 0 7px;
}

ul.link li{
border-left: 1px solid #000;
font-weight: bold;
font-size: 11px;
}

ul.link li.first{
border: 0;
padding-left: 0;
}

#all{
position: relative;
margin: 10px auto;
width: 850px;
}

#header{
position: relative;
width: 820px;
height: 40px;
margin: 0 auto;
padding-left: 15px;
}

#header h1 a{
display:block;
width: 229px;
height: 40px;
font-size: .9em;
background: url(../../img/palm.png) no-repeat;
/*\*//*/
  overflow: hidden;
  display:inline-table;
/**/
}

#header h1 a strong{
display:block;
position:relative;
z-index:-1;
width: 229px;
height: 40px;
overflow: hidden;
/*\*//*/
  display:inline-table;
/**/
}

#header ul{
position: absolute;
bottom: 0;
right: 13px;
font-size: 11px;
}

#iframe{
width:820px;
height:600px;
margin: 0 auto;
}

#footerNav{
position: relative;
width: 850px;
height: 140px;
margin-top: 12px;
}

* html #footerNav{
margin-top: 10px;
}

#next, #back{
position: absolute;
top: 70px;
right: 5px;
width: 15px;
}

#back{
left: 5px;
}

#next a, #back a{
display: block;
width: 12px;
height: 16px;
text-indent: -3000px;
background:url(next.png) no-repeat;
}

#back a{
background-image:url(back.png);
}

#next a:hover, #back a:hover{
background-position: 0 -16px;
}

#footerNav ul{
position: absolute;
top: 0;
left: 15px;
padding: 0 0 5px;
margin-left: 10px;
}

#footerNav ul li{
width: 94px;	
margin-right: 48px;
padding-bottom: 3px;
font-size: 10px;
text-align: center;
}

#footerNav ul li.comingSoon{
background:url(noImage.png) no-repeat 0 16px;
height: 134px;
}

#footerNav ul li.comingSoon:hover{
background: #fff url(noImage.png) no-repeat 0 16px;
}

#footerNav ul li img{
cursor: pointer;
border: 1px solid #fff;
}

#footerNav ul li.active img,
#footerNav ul li img:hover{
border: 1px solid #cbcbcb;
}

a.buy{
display: block;
background:url(buy.png) no-repeat;
width: 86px;
height: 20px;
margin: 5px 0 0 4px;
text-indent: -3000px;
}

* html a.buy{
margin: 5px 0 0 1px;
}

*:first-child + html a.buy{
margin: 5px 0 0 1px;
}

a.buy:hover{
background-position: 0 -20px;
}

ul#footer{
width: 850px;
padding: 45px 0 20px 30px;
}