/* Universal Selectors 
----------------------------------------------------------------------------- */
html {
	height: 100%;
}

body {
    min-width: 960px;
	height: 100%;
	background: #fff url(/assets/images/bg_body.png) center center;
    color: #333;
}

a:link, a:visited {
	color: #45799a;
	text-decoration: underline;
}

a:hover, a:active {
    text-decoration: none;
}


/* Strutural Elements
----------------------------------------------------------------------------- */
.table {
	display: table;
	height: 100%;
	width: 100%;
}

.cell {
	display: table-cell;
	vertical-align: middle;
}

#wrapper {
	position: relative;
	height: 100%;
	overflow: hidden;
	/*max-width: 1100px;
	max-height: 800px;*/
	margin: 0 auto;
}

	#navigation {
		position: absolute;
		z-index: 1003;
		width: 127px;
		height: 180px;
		top: 50%;
		right: 0;
		list-style: none;
		margin: -90px 0 0;
	}
	
	#container {
		width: 100%;
		height: 490px;
		position: relative;
		overflow: hidden;
	}
	
	#container.video {
		background: url(/assets/images/bg_video.png) no-repeat center center;
	}
		
		#slider {
			position: relative;
			z-index: 100;
			width: 740px;
			margin: 0 auto;
		}
		
		#slider .display {
			position: absolute;
			width: 100%;
		}
	
			.content {
				margin: 30px 0 0 140px;
			}
			
			#videoPlayer {
				line-height: 0;
				vertical-align: top;
				outline: none;
				margin-left: 34px;
			}
	
	#sidebar {
		position: absolute;
		z-index: 1000;
		top: 50%;
		left: 40px;
		width: 220px;
		height: 300px;
		margin-top: -150px;
	}
	
		h1#logo {
			width: 139px;
			height: 57px;
			background: url(/assets/images/logo_james-boags-pure.png) no-repeat;
			text-indent: -5000px;
			margin: 0 auto 35px;
		}
		
		#sidebar .visit {
			clear: both;
			padding-top: 15px;
			margin: 0;
		}
		
		#sidebar .visit a {
			display: block;
			width: 115px;
			height: 9px;
			background: url(/assets/images/button_visit-james-boags.png) no-repeat;
			text-indent: -5000px;
			margin: 0 auto;
		}
	
	.mask-left, .mask-right {
		position: absolute;
		z-index: 500;
		top: 50%;
		width: 100px;
		height: 500px;
		margin-top: -250px;
	}
	
	.mask-left {
		left: 0;
		background: url(/assets/images/bg_mask-left.png) no-repeat;
	}
	
	.mask-right {
		right: 0;
		background: url(/assets/images/bg_mask-right.png) no-repeat;
	}
	
	#tagline {
		position: absolute;
		z-index: 1001;
		top: 6px;
		right: 6px;
	}
	
	#footer {
		position: absolute;
		z-index: 1002;
		bottom: 8px;
		right: 8px;
		overflow: hidden;
	}

#loader {
	position: absolute;
	z-index: 5000px;
	top: 6px;
	left: 6px;
	width: 16px;
	height: 16px;
	background: url(/assets/images/ajax-loader.gif) no-repeat;
	text-indent: -5000px;
}


/* Lists
----------------------------------------------------------------------------- */
#navigation li {
	list-style: none;
}

#navigation li.video {
	display: none;
}

#video-navigation {
	overflow: hidden;
	list-style: none;
	margin: 1px 0 0;
}

#video-navigation li {
	float: left;
}

#footer ul {
	overflow: hidden;
	list-style-type: none;
	margin: 0;
}

#footer ul li {
	float: left;
	background: url(/assets/images/divider_footer.png) no-repeat center right;
	font-size: 0.9em;
	font-weight: bold;
	color: #a6a6a6;
	line-height: 35px;
	padding: 0 8px 0 5px;
}

#footer li.first {
	background: none;
	padding: 0 5px 0 0;
}

#footer li.contact {
	background: none;
	padding-right: 5px;
}

#footer li.last {
	background: none;
	padding-right: 0;
}


/* Links
----------------------------------------------------------------------------- */
#navigation li a:link, #navigation li a:visited {
	display: block;
	text-indent: -5000px;
	outline: none;
	cursor: pointer;
}

#navigation li.gallery a:link, #navigation li.gallery a:visited {
	width: 127px;
	height: 180px;
	background: url(/assets/images/button_gallery.png) no-repeat;
}

#navigation li.video a:link, #navigation li.video a:visited {
	width: 127px;
	height: 180px;
	background: url(/assets/images/button_video.png) no-repeat;
}

#navigation li.gallery a:hover, #navigation li.gallery a:active {
	background: url(/assets/images/button_gallery_hover.png) no-repeat;
}

#navigation li.video a:hover, #navigation li.video a:active {
	background: url(/assets/images/button_video_hover.png) no-repeat;
}

#alternativeContent a {
	display: block;
	width: 544px;
	height: 304px;
	background: url(/assets/images/graphic_install-flash.png) no-repeat;
	text-indent: -5000px;
	outline: none;
}

#video-navigation a:link, #video-navigation a:visited {
	display: block;
	float: left;
	cursor: pointer;
	text-indent: -5000px;
	outline: none;
}

#video-navigation li.video-1 a:link, #video-navigation li.video-1 a:visited {
	width: 220px;
	height: 149px;
	background: url(/assets/images/button_video-1.png) no-repeat;
}

#video-navigation li.video-1 a:hover, #video-navigation li.video-1 a:active {
	background: url(/assets/images/button_video-1_hover.png) no-repeat;
}

#video-navigation li.video-2 a:link, #video-navigation li.video-2 a:visited {
	width: 173px;
	height: 163px;
	background: url(/assets/images/button_video-2.png) no-repeat;
}

#video-navigation li.video-2 a:hover, #video-navigation li.video-2 a:active {
	background: url(/assets/images/button_video-2_hover.png) no-repeat;
}

#video-navigation li.video-3 a:link, #video-navigation li.video-3 a:visited {
	width: 184px;
	height: 165px;
	background: url(/assets/images/button_video-3.png) no-repeat;
}

#video-navigation li.video-3 a:hover, #video-navigation li.video-3 a:active {
	background: url(/assets/images/button_video-3_hover.png) no-repeat;
}

#footer li a:link, #footer li a:visited {
	display: block;
	float: left;
	color: #a6a6a6;
	text-decoration: none;
}

#footer li.first a:link, #footer li.first a:visited {
	width: 51px;
	height: 35px;
	background: url(/assets/images/logo_james-boags-footer.png) no-repeat;
	text-indent: -5000px;
}

#footer li.last a:link, #footer li.last a:visited {
	width: 23px;
	height: 35px;
	background: url(/assets/images/logo_be-drink-aware.png) no-repeat center center;
	text-indent: -5000px;
}

#footer li a:hover, #footer li a:active {
	text-decoration: underline;
}


/* Typography
----------------------------------------------------------------------------- */
h1 {
	font-size: 2.5em;
	color: #8c9399;
}

h2 {
	font-size: 1.4em;
}

h3 {
}

p {
}

	.content p {
		line-height: 1.6em;
	}
	
	#sidebar p {
		color: #a7a9ac;
	}


/* Images
----------------------------------------------------------------------------- */
			

/* Form Elements
----------------------------------------------------------------------------- */


/* Tables
----------------------------------------------------------------------------- */