body {
    background: #181f24;
    text-align: center;
    margin: 0;
    padding: 0
    }
body, td, div {
    color: #000;
    font-size: 14px;
    font-family: "BonvenoCFLight", "Century Gothic", Arial, Helvetica, sans-serif;
    font-weight: normal
    }
img {
    border: 0
    }
a {
    color: #3e4850;
    cursor: pointer;
    outline: none
    }
a:link, a:visited {
    text-decoration: none
    }
a:active, a:hover {
    text-decoration: underline
    }
.hidden {
    display: none;
    visibility: hidden
    }
/* page styles */
/*#loading-overlay {
	display: none;
}

#loading-overlay.loading-overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: url(/hexadecagon/images/loading-overlay.png);
	text-align: center;
}

#loading-icon {
	position: relative;
	width: 32px;
	height: 32px;
	margin: 525px auto 0 auto;
	background: url(/hexadecagon/images/loading-icon.gif);
}

.colorbars {
	background: #181f24 url(/hexadecagon/images/bg_colorbars.jpg) repeat-x;
}*/
#container {
    position: relative;
    width: 950px;
    margin: 0 auto;
    text-align: center
    }
#header {
    position: relative;
    margin: 50px 0 15px 0;
    text-align: center
    }
#header h1 {
    background: url(/hexadecagon/images/hdr_sprite.png) no-repeat 0 0;
    width: 950px;
    height: 260px;
    margin: 0 auto;
    margin-bottom: 15px;
    text-indent: -9999px
    }
#nav {
    position: relative;
    margin: -60px 0 15px 0;
    padding: 0
    }
#nav li {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    listitem-type: none;
    padding: 0 15px
    }
#nav li.first {
    padding-left: 0
    }
#nav li.last {
    padding-right: 0
    }
#nav li.space {
    padding: 0 60px 0 40px
    }
#nav li a {
    color: #fff;
    font-family: "BonvenoCFLight", "Century Gothic", Arial, Helvetica, sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    text-decoration: none
    }
#nav li a.on {
    text-shadow: 1px 1px 0 #181f24, 2px 2px 0 #616261, 3px 3px 0 #616261, 4px 4px 0 #616261, 5px 5px 0 #616261, 6px 6px 0 #616261, 7px 7px 0 #616261
    }
#canvas-viewport {
    position: relative;
    background: url(/hexadecagon/images/bg_canvas.jpg) no-repeat;
    margin: 0 0 15px 0;
    width: 950px;
    height: 415px;
    overflow: hidden;
    text-align: left
    }
.content {
    overflow: hidden;
    width: 950px;
    height: 415px
    }
.content p, .content th, .content td {
    font-family: "palatino linotype", palatino, times, serif
    }
.content .inner-content {
    padding: 15px 25px
    }
#about.content .inner-content {
    padding: 15px 0 15px 25px
    }
#about .album-art {
    float: left;
    margin: 0 25px 0 0
    }
#about .description {
    float: left;
    width: 475px;
    height: 385px;
    padding: 0 20px 0 0;
    overflow: auto
    }
#about .description h2 {
    font-size: 45px;
    letter-spacing: 10px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 -10px 0
    }
#about .description .quote {
    color: #0a456c;
    font-size: 24px;
    line-height: 25px;
    font-weight: bold;
    text-align: center
    }
#about .description .quote em {
    font-size: 18px
    }
.carousel-container {
    width: 900px;
    height: 385px;
    margin: 0;
    padding: 15px 25px
    }
#video ul.carousel {
    margin: 0
    }
#video ul.carousel li {
    width: 750px;
    height: 385px;
    margin: 0;
    padding: 0 75px
    }
#video ul.carousel li .video-container {
    float: left;
    width: 480px;
    margin: 0 25px 0 0
    }
#video ul.carousel li .text {
    float: left;
    width: 245px
    }
#video ul.carousel li.wide .video-container {
    text-align: center;
    width: 750px;
    height: 360px;
    margin: 0
    }
#video ul.carousel li.wide .text {
    text-align: center;
    width: 750px;
    height: 25px
    }
#video ul.carousel li.wide .text p {
    margin: 5px 0
    }
/* carousel styles */
.carousel-container {
    position: relative
    }
.carousel-viewport {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0
    }
.carousel-viewport ul, .carousel-viewport ul li {
    position: relative;
    margin: 0;
    padding: 0
    }
.carousel-viewport ul li {
    display: block;
    float: left;
    listitem-type: none
    }
.carousel-viewport ul .tile {
    float: left
    }
/* added carousel styles */
.carousel-container .prevFrame, .carousel-container .nextFrame {
    background: url(/hexadecagon/images/carousel-sprite.png) no-repeat scroll 0 0;
    display: block;
    position: absolute;
    z-index: 1;
    top: 150px;
    text-indent: -9999px;
    width: 50px;
    height: 65px
    }
.carousel-container .prevFrame {
    left: 25px
    }
.carousel-container .nextFrame {
    right: 25px;
    background-position: -50px 0
    }
.carousel-container .prevFrame:hover, .carousel-container .prevFrame:active {
    background-position: 0 -65px
    }
.carousel-container .nextFrame:hover, .carousel-container .nextFrame:active {
    background-position: -50px -65px
    }
.carousel-container .prevFrame.disabled {
    cursor: default;
    background-position: 0 -130px
    }
.carousel-container .nextFrame.disabled {
    cursor: default;
    background-position: -50px -130px
    }
#photos.content .inner-content {
    padding: 15px 0 15px 25px
    }
#photos .hero {
    position: relative;
    float: left;
    width: 512px;
    margin: 0 15px 0 0
    }
.hero .caption {
    display: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #fff;
    opacity: 0.7;
    border: solid 1px #aaa;
    padding: 1px 5px;
    font-family: arial, helvetica, sans;
    font-size: 11px
    }
.hero:hover .caption {
    display: block
    }
#photos .hero img {
    border: solid 1px #000
    }
#photos ul {
    position: absolute;
    left: 555px;
    width: 390px;
    margin: 0;
    padding: 0
    }
#photos li {
    display: block;
    float: left;
    listitem-type: none;
    width: 55px;
    height: 55px;
    margin: 0 10px 10px 0;
    padding: 0
    }
#photos li a {
    display: block;
    width: 55px;
    height: 55px;
    border: solid 1px #b0a0c9
    }
#press .reviews {
    position: relative;
    float: left;
    width: 480px;
    height: 385px;
    margin: 0 15px 0 0;
    padding: 0 20px 0 0;
    overflow: auto
    }
#press .hero {
    position: relative;
    float: left;
    width: 385px;
    margin: 0
    }
#press .reviews p:first-child {
    margin-top: 0
    }
#press .reviews .quote {
    color: #0a456c;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    text-align: center
    }
#press .reviews .quote em {
    font-size: 18px
    }
#tour.content .inner-content {
    padding: 15px 0 15px 25px
    }
#tour .hero {
    position: relative;
    float: left;
    width: 256px;
    margin: 0 15px 0 0
    }
#tour .dates {
    float: left;
    width: 629px;
    height: 385px;
    padding: 0 20px 0 0;
    overflow: auto
    }
#tour table {
    margin: 0;
    padding: 0
    }
#tour .head {
    font-weight: bold
    }
#tour td {
    font-size: 12px;
    padding: 0 10px 3px 0
    }
#tour .today td {
    background: #9b8c70
    }
#bonus .video {
    position: relative;
    float: left;
    width: 515px;
    margin: 0 15px 0 0
    }
#bonus .text {
    position: relative;
    float: left;
    width: 370px
    }
#bonus .text h2 {
    font-size: 42px;
    letter-spacing: 2px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0
    }
#buy .column {
    position: relative;
    float: left;
    width: 290px;
    margin: 0 15px 0 0;
    margin: 0 10px 0 0	;
    /* ie */
    }
#buy .column:last-child, #buy .column.last {
    margin: 0;
    text-align: center
    }
#buy h2 {
    display: block;
    text-align: center;
    font-size: 45px;
    letter-spacing: 10px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 15px 0
    }
#buy img {
    outline: solid 1px #000
    }
#buy .column.last img {
    outline: 0
    }
#buy .store {
    clear: both;
    font-family: "palatino linotype", palatino, times, serif;
    text-align: center;
    font-size: 13px
    }
#footer ul {
    display: block;
    float: right;
    margin: 0;
    padding: 0
    }
#footer li {
    display: block;
    float: left;
    listitem-type: none;
    margin: 0 0 0 10px;
    padding: 0
    }
#footer li a {
    display: block;
    text-indent: -9999px;
    width: 35px;
    height: 35px;
    background: url(/hexadecagon/images/hdr_sprite.png) no-repeat
    }
#footer li a#pab {
    width: 60px;
    background-position: 0 -260px
    }
#footer li a#op {
    background-position: -60px -260px
    }
#footer li a#facebook {
    background-position: -95px -260px
    }
#footer li a#twitter {
    background-position: -130px -260px
    }
#footer li a#myspace {
    background-position: -165px -260px
    }
/*
FLOAT CLEARING
---------------------------*/
#header:after, ul:after, .content:after, .inner-content:after, .about:after, ul.carousel li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
    }
* + html #header, * + html ul, * + html .content, * + html .inner-content, * + html .about, * + html ul.carousel li {
    zoom: 1
    }
* html #header, * html ul, * html .content, * html .inner-content, * html .about, * html ul.carousel li {
    height: 1%
    }