/* main.css */

html.shortsky {
   background: #252525 url(/images/base/horizon-bg.jpg) repeat-x 0 -165px;
}

html.tallsky {
   background: #252525 url(/images/base/horizon-bg.jpg) repeat-x 0 -60px;
}

html.tallersky {
   background: #252525 url(/images/base/horizon-bg.jpg) repeat-x 0 0;
}

body {
   background: transparent;
}

#header {
   width: 100%;
   height: 424px;
   clear: both;
}

#feature-content {
   width: 960px;
   margin: 0 auto;
   background: transparent url(/images/base/header-content-bg.png) repeat-x 0 40px;
   position: relative;
}

#feature-content #sub-nav-container {
   width: 960px;
   height: 40px;
   background: transparent url(/images/nav/sub-nav-bg.png) repeat-x top left;
}

#feature-content #sub-nav-container h2 {
   position:relative;
   top: 15px;
   left: 15px;
   font-size: 11px;
   width: 250px;
   float:left;
}

#feature-content #sub-nav-container #get-updates-button {
   float:right;
   width: 107px;
   height: 27px;
   display: block;
   margin-right:5px;
   margin-top:8px;
   background: transparent url(/images/buttons/get-updates_off.png) no-repeat top left;
}

#feature-content #sub-nav-container #get-updates-button:hover {
   background: transparent url(/images/buttons/get-updates_on.png) no-repeat top left;
}

#feature-content #sub-nav-container #get-updates-button span {
   display: none;
}

#feature-content #sub-nav-container #sub-nav {
   height: 40px;
   width:840px;
   float:left;
   
}

#content-container {
   background: transparent;
   position:relative;
   z-index:1 !important;
}

#content {
   background: transparent url(/images/base/content-tile.jpg) repeat-y top left;
   width: 902px;
   padding: 0 29px;
   position: relative;
   margin: 0 auto;
}

#content #ace-of-shades {
   position: absolute;
   width: 960px;
   height: 30px;
   top: 0;
   left: 0;
   z-index: 5000;
   background: transparent url(/images/base/ace-of-shades.png) repeat-x top left;
}

#content-bottom {
   width: 960px;
   height: 40px;
   margin: 0 auto;
   background: transparent url(/images/base/content-footer-bg.jpg) no-repeat top left;
   clear: both;
}