body {
	background: #000 url("../images/bg.jpg");
	background-position: top;
	background-repeat: no-repeat;
	color: #fff;
}
/** Floats
_____________________________________________________________________________*/
.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}
/** Main Typography
_____________________________________________________________________________*/
h1 {
	display: none;
	font-size: 30px;
	line-height: 16px;
	color: #009de8;
	text-transform: uppercase;
	margin: 0 0 12px 0;
}
h2 {
	display: none;
	font-size: 16px;
	line-height: 16px;
	color: #ffff00;
	text-transform: uppercase;
	margin: 0 0 4px 0;
}
h3 {
	display: none;
	font-size: 24px;
	color: #ffff00;
	margin-bottom: 4px;
}
h4 {
	display: none;
	font-size: 14px;
	color: #ff0000;
	margin-bottom: 4px;
	text-transform: uppercase;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	margin: 0 0 12px 0;
}
blockquote {
	margin: 0 40px 12px 40px;
}
blockquote p {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #fff;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	list-style: decimal;
	margin: 0 40px 12px 40px;
}
a:link {
	font-weight: bold;
	color: #ffff00;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #ffff00;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #009de8;
	text-decoration: none;
}
/** Main Layout
_____________________________________________________________________________*/
#container {
	width: 900px;
	margin: 0 auto;
}
#header {
	height: 100px;
	margin: 10px 0 0 0;
}
#main_content {
	width: 900px;
	margin-top: 40px;
}
#full_width {
	width: 820px;
	min-height: 420px;
	background: url("../images/full_width_bg.png") top no-repeat;
	padding: 40px;
}
#main-right {
	float: right;
	width: 600px;
	min-height: 420px;
	background: url("../images/main_right_bg.png") top no-repeat;
	padding: 40px;
}
#main-left {
	position: fixed;
	float: left;
	width: 180px;
	top: 150px;
}
.top_cap {
	height: 18px;
	width: 180px;
	background: url("../images/subnav-cap_top.jpg") top no-repeat;
}
.bottom_cap {
	height: 18px;
	width: 180px;
	background: url("../images/subnav-cap_bottom.png") top no-repeat;
}
#main-left ul li {
	border-bottom: 1px solid #005076;
}
#main-left ul li:first-child {
	border-top: 1px solid #005076;
}
a.anchorLink:link {
	display: block;
	padding: 7px 0 0 20px;
	width: 160px;
	height: 19px;
	background: url("../images/subnav-bg.png") repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}
a.anchorLink:visited {
	display: block;
	padding: 7px 0 0 20px;
	width: 160px;
	height: 19px;
	background: url("../images/subnav-bg.png");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}
a.anchorLink:hover {
	display: block;
	padding: 7px 0 0 20px;
	width: 160px;
	height: 19px;
	background: #009de8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffff00;
	text-transform: uppercase;
}
#nav {
	width: 600px;
	margin-top: 52px;
}
#nav a {
	display: none;
}
#nav ul {
	list-style-type: none;
}
#nav ul li {
	display: inline;
}
#nav ul li a:link {
	float: left;
	margin-left: 30px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	text-shadow: 2px 2px 2px #000;
}
#nav ul li a:visited {
	float: left;
	margin-left: 30px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	text-shadow: 2px 2px 2px #000;
}
#nav ul li a:hover {
	float: left;
	margin-left: 30px;
	font-size: 18px;
	color: #ffff00;
	text-decoration: none;
	text-shadow: 2px 2px 2px #000;
}
#promo {
	width: 900px;
	height: 163px;
	margin-bottom: 40px;
	margin-top: 25px;
}
#promo img {
	border: 1px solid #009de8;
}
#promo img:hover {
	border: 1px solid #ffff00;
}
#promo-left {
	width: 358px;
	height: 161px;
	margin-left: 75px;
	background: url("../images/promo-amc.jpg") no-repeat;
	border: 1px solid #009de8;
}
#promo-left:hover {
	border: 1px solid #ffff00;
}
a.video_button {
    position: relative;
	top: 121px;
	left: 91px;
	background: transparent url("../images/button-video.png") no-repeat top left;
    display: block;
    height: 27px;
	width: 73px;
}
a.video_button:hover {
    background: transparent url("../images/button-video-hover.png") no-repeat top left;
    display: block;
    height: 27px;
	width: 73px;
}
a.website_button {
    position: relative;
	top: 92px;
	left: 183px;
    background: transparent url("../images/button-website.png") no-repeat top left;
    display: block;
    height: 27px;
	width: 96px;
}
a.website_button:hover {
    background: transparent url("../images/button-website-hover.png") no-repeat top left;
    display: block;
    height: 27px;
	width: 96px;
}
#promo-right {
	width: 360px;
	height: 163px;
	margin-right: 75px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #404040;
	font-weight: bold;
}
#footer a:link {
	color: #404040;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:visited {
	color: #404040;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	color: #ffff00;
	font-weight: bold;
	text-decoration: none;
}
#footer p.small {
	font-size: 10px;
}
a.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	text-shadow: 0 2px 2px #009de8;
    background: transparent url("../images/bg_button_a.png") no-repeat scroll top right;
    display: block;
    float: left;
    height: 45px;
	margin-top: 7px;
	margin-left: -5px;
    margin-right: 25px;
    padding-right: 20px; /* sliding doors padding */
}
a.button span {
    background: transparent url("../images/bg_button_span.png") no-repeat;
    display: block;
    line-height: 40px;
    padding: 1px 0 4px 18px;
}
a.button:active {
    background: transparent url("../images/bg_button_a.png") no-repeat scroll bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 1px 0 4px 18px; /* push text down 1px */
}
a.button-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	text-shadow: 0 2px 2px #009de8;
    background: transparent url("../images/bg_button_a-small.png") no-repeat scroll top right;
    display: block;
    float: left;
    height: 38px;
	margin-top: 7px;
	margin-left: -5px;
    margin-right: 25px;
    padding-right: 17px; /* sliding doors padding */
}
a.button-small span {
    background: transparent url("../images/bg_button_span-small.png") no-repeat;
    display: block;
    line-height: 32px;
    padding: 1px 0 4px 14px;
}
a.button-small:active {
    background: transparent url("../images/bg_button_a-small.png") no-repeat scroll bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button-small:active span {
    background-position: bottom left;
    padding: 1px 0 4px 14px; /* push text down 1px */
}

/** Main Slider Styles
_____________________________________________________________________________*/
#slider {
	position: relative;
	width: 900px;
	height: 472px;
}
#slider-blue_bolt {
	width: 760px;
	height: 455px;
	background: url("../images/slider_bg-blue_bolt.png");
	float:left;
}
#slider-power_cola {
	width: 760px;
	height: 455px;
	background: url("../images/slider_bg-power_cola.png");
	float:left;
}
#slider-orange_burst {
	width: 760px;
	height: 455px;
	background: url("../images/slider_bg-orange_burst.png");
	float:left;
}
#slider-wired_grape {
	width: 760px;
	height: 455px;
	background: url("../images/slider_bg-wired_grape.png");
	float:left;
}
#slider-wired_grape p {
	width: 150px;
	display: block;
	position: relative;
	left: 545px;
	top: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
}
#slider-wired_grape p strong {
	color: #ffff00;
}

#slider-blue_zero {
	width: 760px;
	height: 455px;
	background: url("../images/slider_bg-blue_zero.png");
	float:left;
}
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 760px;
	height: 455px;
}
/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
.scrollable .items p {
	width: 150px;
	display: block;
	position: relative;
	left: 610px;
	top: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
}
.scrollable .items p strong {
	color: #ffff00;
}

/** Styling for scroller buttons
_____________________________________________________________________________*/

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/hori_large2.png) no-repeat;
	display:block;
	width:70px;
	height:110px;
	float:left;
	margin:150px 0 0 0;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -110px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-70px -110px; }
a.right:active 	{ background-position:-140px -110px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-70px 0; }
a.left:active  	{ background-position:-140px 0; }

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

/** Styling for scroller navigation
_____________________________________________________________________________*/

/* position and dimensions of the navigator */
.navi {
	width: 200px;
	height: 21px;
	margin-left: 409px;
}


/* items inside navigator */
.navi a {
	width: 17px;
	height: 17px;
	float: left;
	margin: 2px;
	background:url(../images/navigator2.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -17px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -34px;     
}

/** concoctions
_____________________________________________________________________________*/

.concoction {
	width: 550px;
	height: 223px;
	padding: 30px;
	overflow: hidden;
	margin-bottom: 40px;
}
.concoction p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	margin: 0 0 12px 0;
	text-shadow: 2px 2px 2px #000;
}
.concoction ul {
	list-style-type: square;
	margin: 0 20px 12px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	text-shadow: 2px 2px 2px #000;
}
.concoction blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	margin: 0 20px 12px 20px;
	text-shadow: 2px 2px 2px #000;
}
#concoction1 {	
	background: url("../images/concoction-bg1.jpg") no-repeat;
}
#concoction2 {	
	background: url("../images/concoction-bg2.jpg") no-repeat;
}
#concoction3 {	
	background: url("../images/concoction-bg3.jpg") no-repeat;
}
#concoction4 {	
	background: url("../images/concoction-bg4.jpg") no-repeat;
}
/** Contact Page
_____________________________________________________________________________*/
iframe {
	border: 1px solid #808080;
	float: left;
	margin-top: 1em;
}
#contact-form {
	float: right;
	width: 360px;
	margin-top: 1em;
}
#contact-form h3 {
	color: #ffff00;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 1em;
}
#contact-form ul {
	margin: 0;
}
#contact-form ul li {
	background-image: none;
	padding: 0px; 
	display: block;
	clear: both;
	margin: 0 0 40px 0;
}
/* Contact Form located on contact page (Unique Style) */
form label { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	width: 80px; 
	text-align: right;
	font-weight: normal; 
	font-size: 14px;
}
form input, form textarea, form select {
	float: right;
	background: #d7d7d7;
	border-top: 1px solid #adadad;
	border-left: 1px solid #adadad;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #2b2b2b;
	font-size: 14px;
	padding: 9px;
	width: 258px;	
}
form input:hover, form textarea:hover { border: 1px solid #adadad; }

form input:focus, form textarea:focus {
	border: 1px solid #888888;
}
#submit {
	float: left;
	margin: 20px 0 0 80px;
	padding: 0;
	width: 86px;
	height: 45px;
	background: transparent;
	border: none;
}
#contact-mailing_list {
	margin: 0;
}
#contact-mailing_list ul {
	margin: 0;
}
#contact-mailing_list ul li {
	background-image: none;
	padding: 0px; 
	display: block;
	clear: both;
	margin: 0;
}
#email-ml {
	float: left;
	background: #d7d7d7;
	border-top: 1px solid #adadad;
	border-left: 1px solid #adadad;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #2b2b2b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 9px;
	margin-top: 4px;
}
#submit-ml {
	background: transparent;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	width: 86px;
	height: 45px;
	border: none;
}