@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - ASHES OF TIME REDUX INDEX
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		aot_index.css
	Date:			Jul 30, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	main/body Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	body {
		background:#000;
	}
	#main {
		width:722px; height:672px;
		margin:20px auto; padding:28px 0 0 378px; /*padding:256px 0 0 378px;*/
		background:url(../images/ashes_splash.jpg) no-repeat;
	}
	
	/* buyDVD button */
	a.dvd:link, a.dvd:active, a.dvd:visited {
		width:145px; height:195px;
		margin:0 0 32px 395px;
		display:block;
	}
		a.dvd:hover {
			background-position:bottom;
		}
	a.buyDvd:link, a.buyDvd:active, a.buyDvd:visited {
		width:168px; height:26px;
		margin:0 0 0 377px;
		background:url(../images/btn_buyDVD.png) top no-repeat;
		display:block;
	}
		a.buyDvd:hover {
			background-position:bottom;
		}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	navBar Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#navBar {
		margin:249px 0 0 0;
		width:240px; height:94px;
		line-height:10px;
	}
		#navBar ul {
			list-style:none;
		}
			#navBar ul li {
				display:inline;
				height:24px;
			}
	
	/*	li Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#navBar ul li a.viewTrailer:link, #navBar ul li a.viewTrailer:active, #navBar ul li a.viewTrailer:visited {
		width:167px; height:24px;
		margin:0 0 0 1px;
		background:url(../images/btn_viewTrailer2.png) top no-repeat;
		display:block;
	}
		#navBar ul li a.viewTrailer:hover {
			background-position:bottom;
		}
	#navBar ul li a.viewStills:link, #navBar ul li a.viewStills:active, #navBar ul li a.viewStills:visited {
		width:169px; height:24px;
		margin:0 0 0 1px;
		background:url(../images/btn_viewStills2.png) top no-repeat;
		display:block;
	}
		#navBar ul li a.viewStills:hover {
			background-position:bottom;
		}
	#navBar ul li a.pressKit:link, #navBar ul li a.pressKit:active, #navBar ul li a.pressKit:visited {
		width:234px; height:24px;
		margin:0 0 0 1px;
		background:url(../images/btn_pressKit2.png) top no-repeat;
		display:block;
	}
		#navBar ul li a.pressKit:hover {
			background-position:bottom;
		}
	#navBar ul li a.enterSite:link, #navBar ul li a.enterSite:active, #navBar ul li a.enterSite:visited {
		width:167px; height:24px;
		margin:0 0 0 1px;
		background:url(../images/btn_enterSite2.png) top no-repeat;
		display:block;
	}
		#navBar ul li a.enterSite:hover {
			background-position:bottom;
		}
	#navBar ul li a.active:link, #navBar ul li a.active:active, #navBar ul li a.active:visited {
		background-position:bottom;
	}
	#navBar .active {
		background-position:bottom;
	}