@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - OF GODS AND MEN main
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		ogam_main.css
	Date:			May 06, 2010
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	 Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	* { margin:0; padding:0; }
	body {
		background:#999d9d url(../images/bg.jpg) top center no-repeat;
	}
	.altText {
		width:0; height:0; display:block; overflow:hidden;
	}
	#main {
		padding:492px 0 0 0; text-align:center;
	}
	.clearfix:after {
		content: ".";
		height:0;
		display: block;
		clear:both;
		visibility:hidden;
		line-height:0;
	}
	.clearfix {
		display:inline-block;
	}	
	html[xmlns] .clearfix {
		display:block;
	}
	* html .clearfix {
		height:1%;
	}
	#main .buyCombo {
		width:480px; margin:0 auto; padding:0 0 24px 0;
	}
		#main .buyCombo img.combo_boxart {
			width:122px; height:153px;
			background:url(../images/btn_cover.png) 0 0 no-repeat;
			display:block;
			float:left;
		}
		#main .buyCombo img.mOd {
			margin:88px 0 0 98px;
			display:block;
			float:left;
		}
		#main .buyCombo img.combo_button {
			width:197px; height:32px; margin:9px 0 0 16px;
			background:url(../images/btn_buyCombo.png) 0 0 no-repeat;
			display:block;
			float:left;
		}
			
	
	.buttons {
		width:480px; margin:0 auto; padding:0 0 19px 0;
	}
		.buttons a {
			width:115px; height:34px; margin:0 5px 0 0; background:url(../images/btn_sprite.png) 0 0 no-repeat; display:block; float:left;
		}
		a.btn_fat {
			width:165px; background-position:-472px 0;
		}
			a.btn_fat:hover {
				background-position:-472px -34px;
			}
		a.btn_presskit {
			background-position:-237px 0;
		}
			a.btn_presskit:hover {
				background-position:-237px -34px;	
			}
		a.btn_view {
			background-position:-118px 0;
		}
			a.btn_view:hover {
				background-position:-118px -34px;	
			}
		a.btn_fb {
			background-position:-355px 0;
		}
			a.btn_fb:hover {
				background-position:-355px -34px;	
			}
		a.trailer {
			background-position:0 0;
		}
			a.trailer:hover {
				background-position:0 -34px;	
			}
		#product {
			width:413px; height:59px; margin:0 auto; padding:22px 0 0 67px;
			position:relative;
			background:url(../images/book.jpg) left 0 no-repeat;
		}
		a.taleOfHero {
			width:195px; height:38px; margin:0 0 0 204px;
			background:url(../images/btn_taleOfHero.png) 0 6px no-repeat;
			display:block;
		}
	.footer {
		margin:47px 0 25px 0; color:#4e4e4e; font:normal 11px Arial, Helvetica, sans-serif;
	}