@charset "utf-8";
/* CSS Document */

html, body							{ margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: #fff; background-color: #000; }
ha, h2, h3, h4, h5, h6, p			{ margin: 0; padding: 0; }
a									{ outline: none; color: #fff; text-decoration: none; }
ul									{ margin: 0; padding: 0; list-style: none; }

#sb-site {
	background: url(../images/background.jpg) center top no-repeat;
}

@media screen and (max-width: 480px) {
	#sb-site {
		background: url(../images/background-mobile.jpg) center top no-repeat;
	}
}

/* HERO SPOT */

#hero {
	height: 470px;
	padding-top: 87px;
	position: relative;
}

#hero h1 {
	text-indent: -9999px;	
}

#hero .available {
	position: absolute; left: 0; bottom: 20px;
	text-align: center;
	width: 100%;
}

@media screen and (max-width: 480px) {
	#hero {
		height: 300px;
		padding-top: 87px;
	}
}

/**/

/* CONTENT */

#content {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(29, 29, 29);
    /* RGBa with 0.6 opacity */
    background-color: rgba(29, 29, 29, 0.8);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	padding-top: 50px;
}

#content .details {
	margin: 0 auto;
	max-width: 900px;
	padding-top: 20px;
}

@media screen and (max-width: 480px) {
	#content {
		padding-top: 0;
	}
}

/**/

#footer {
	background: url(../images/background-footer.png) center top repeat-x;
	padding-top: 75px;
}

#footer .inner {
	margin: 0 auto;
	max-width: 900px;
	padding: 10px 10px 20px 10px;	
}

/* MAIN MENU */

#mainMenu {
	background: url(../images/background-mainmenu.png) center bottom repeat-x;
	height: 100px;
	margin-bottom: -5px;
	position: relative;
}

#mainMenu .selected {
	background: url(../images/page-title.png) center top no-repeat;
	height: 64px;
	position: absolute; left: 50%; bottom: -42px;
	margin-left: -153px;
	width: 306px;
}

#mainMenu .selected h2 {
	font-size: 1em;
	height: 31px;
	line-height: 31px;
	position: absolute; left: 0; bottom: 9px;
	text-align: center;
	width: 100%;
}

#mainMenu .selected {
	background: url(../images/mainmenu-center-title.png) center top no-repeat;
	text-align: center;
}

.menuBar {
	margin: 0 auto;
	max-width: 880px;
}

.menuBar .outer-left {
	background: url(../images/mainmenu-left.png) left top no-repeat;
	padding-left: 65px;
}

.menuBar .outer-right {
	background: url(../images/mainmenu-right.png) right top no-repeat;
	padding-right: 65px;
}

.menuBar .inner {
	background: url(../images/mainmenu-middle.png) center top repeat-x;
}

.menuBar .inner-left {
	background: url(../images/mainmenu-left-inner.png) left top no-repeat;
}

.menuBar .inner-right {
	background: url(../images/mainmenu-right-inner.png) right top no-repeat;
}

.menuOptions {
	background: url(../images/mainmenu-center.png) center top no-repeat;	
	height: 95px;
	margin: 0 -20px;
	max-height: 95px;
	position: relative;
	text-align: center;
}

.menuBtns {
	position: absolute; left: 0; top: 30px;
	width: 100%;	
}

.menuBtns div {
	padding: 0 1px;	
}

.menuBtns a { 
	display: block; 
}

.menuBtns a { 
	background: url(../images/menuBtn-left.png) left top no-repeat; 
	padding-left: 21px;
}

.menuBtns a:hover { background: url(../images/menuBtn3-left.png) left top no-repeat; }

.menuBtns a span {
	background: url(../images/menuBtn-right.png) right top no-repeat;
	display: block;
	max-height: 30px;
	padding-right: 21px;
}

.menuBtns a:hover span { background: url(../images/menuBtn3-right.png) right top no-repeat; }

a.menuBtn-first {
	background: url(../images/menuBtn-first.png) left top no-repeat;
	padding-left: 21px;
}

a.menuBtn-first:hover {
	background: url(../images/menuBtn3-first.png) left top no-repeat;
}

a.menuBtn-last span {
	background: url(../images/menuBtn-last.png) right top no-repeat;
	padding-right: 21px;
}

a.menuBtn-last:hover span {
	background: url(../images/menuBtn3-last.png) right top no-repeat;
}

/* SELECTED PAGE TITLE SWITCHING */
body#preorder #mainMenu .selected h2 { background: url(../images/page-name-preorder.png) top center no-repeat; }
body#order #mainMenu .selected h2, body#buynow #mainMenu .selected h2 { background: url(../images/page-name-buynow.png) top center no-repeat; }
body#features #mainMenu .selected h2 { background: url(../images/page-name-features.png) top center no-repeat; }
body#images #mainMenu .selected h2 { background: url(../images/page-name-images.png) top center no-repeat; }
body#videos #mainMenu .selected h2 { background: url(../images/page-name-videos.png) top center no-repeat; }

@media screen and (max-width: 480px) {
	
	.menuBar .outer-left, 
	.menuBar .outer-right {
		padding-left: 0;
		padding-right: 0;
	}
	
	.menuBar .outer-left, 
	.menuBar .outer-right, 
	.menuBar .inner, 
	.menuBar .inner-left, 
	.menuBar .inner-right {
		background: none;
	}
	
	#mainMenu .selected {
		background: none;
		height: 64px;
		position: absolute; left: 50%; bottom: 30px;
		margin-left: -153px;
		width: 306px;
	}
	
	.menuOptions {
		background: url(../images/mainmenu-center-mobile.png) center top no-repeat;	
		height: 95px;
		max-height: 95px;
		text-align: center;
	}
	
	.menuBtns {
		display: none;
	}
	
}

/**/

/* SECTION BOXES */

.box .head .outer-left {
	background: url(../images/box-header-outside-left.png) left top no-repeat;
	padding-left: 90px;
}

.box .head .outer-right {
	background: url(../images/box-header-outside-right.png) right top no-repeat;
	padding-right: 90px;
}

.box .head .inner {
	background: url(../images/box-header-outside-center.jpg) center top repeat-x;
}

.box .head .inner-left {
	background: url(../images/box-header-inner-left.png) left top no-repeat;
	margin-left: -14px;
}

.box .head .inner-right {
	background: url(../images/box-header-inner-right.png) right top no-repeat;
	height: 55px;
	line-height: 55px;
	margin-right: -14px;
	max-height: 55px;
	text-align: center;
}

.box .content { 
	background: #000;
}

.box .foot .outer-left {
	background: url(../images/box-footer-outside-left.png) left top no-repeat;
	padding-left: 90px;
}

.box .foot .outer-right {
	background: url(../images/box-footer-outside-right.png) right top no-repeat;
	padding-right: 90px;
}

.box .foot .inner {
	background: url(../images/box-footer-outside-center.jpg) center top repeat-x;
}

.box .foot .inner-left {
	background: url(../images/box-footer-inner-left.png) left top no-repeat;
	margin-left: -14px;
}

.box .foot .inner-right {
	background: url(../images/box-footer-inner-right.png) right top no-repeat;
	height: 55px;
	line-height: 55px;
	margin-right: -14px;
	max-height: 55px;
	text-align: center;
}

/* SPECIFIC PAGES */
/* ORDERS */

.product {
	padding-bottom: 10px;
	padding-top: 10px;
}

.product a span {
	display: block;	
}

.product .price {
	font-weight: 600;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.product a {
	border: 1px solid #ff6900;
	display: block;
	padding: 20px;	
}

.product a:hover {
	border: 1px solid #fff;
}

.product a .btn {
	background: url(../images/box-btn-red-left.jpg) left center no-repeat;
	padding-left: 10px;
}

.product a:hover .btn {
	background: url(../images/box-btn-red-left2.jpg) left center no-repeat;
}

.product a .btn span {
	background: url(../images/box-btn-red-right.jpg) right center no-repeat;
}

.product a:hover .btn span {
	background: url(../images/box-btn-red-right2.jpg) right center no-repeat;
}

.product a span span {
	height: 34px;
	line-height: 30px;
	padding-right: 10px;
}

@media screen and (max-width: 480px) {
	
	body#preorder .content, body#order .content, body#buynow .content {
		padding: 0;	
	}

	.product a {
		border: none;
		padding: 0;	
	}
	
	.product a:hover {
		border: none;
	}

}

/* SPECIFIC PAGES */
/* IMAGES */

.gallery div {
	padding-top: 10px;
	padding-bottom: 20px;
	position: relative;
}

.gallery div span {
	background: url(../images/images-thumbnail-header.png) center top no-repeat;
	display: block; 
	height: 20px;	
	position: absolute; left: 0; top: -5px;
	width: 100%;
}

.gallery div a {
	border: 1px solid #ff6900;
	display: block;
}

.gallery div a:hover {
	border-color: #fff;
}






