@charset "UTF-8";

/* HTML Reset Begin */

html, body, ul, li, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

a { 
	outline: none;
	text-decoration: none;
}

/* HTML Reset End */


/* Site Structure Elements Begin */

html {
	background: #60a2eb;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #002d65;
	font-size: .9em;
	line-height: 1.6em;
	background: url(../../images/structure/global/site_bg.jpg) no-repeat center top;
}

#container {
	width: 960px;
	margin: 0 auto 0 auto;
}

#nav {
	width: 930px;
	height: 36px;
	margin: 0 auto 0 auto;
	background: #fff;
	padding-top: 17px;
}

	#nav a {
		height: 16px;
		float: left;
		margin-right: 54px;
		text-indent: -9999px;
	}
	
		#nav a.latest_news {
			width: 100px;
			background: url(../../images/structure/nav/latest_news_nav.jpg) no-repeat left top;
			margin-left: 44px;
		}
		
		#nav a.our_partners {
			width: 106px;
			background: url(../../images/structure/nav/our_partners_nav.jpg) no-repeat left top;
		}
		
		#nav a.photo_gallery {
			width: 113px;
			background: url(../../images/structure/nav/photo_gallery_nav.jpg) no-repeat left top;
		}
		
		#nav a.download_the_coupon {
			width: 167px;
			background: url(../../images/structure/nav/download_the_coupon_nav.jpg) no-repeat left top;
		}
		
		#nav a.titans_online {
			width: 137px;
			background: url(../../images/structure/nav/titans_online_nav.jpg) no-repeat left top;
			margin-right: 0;
		}

#intro_area {
	width: 960px;
	height: 738px;
	background: url(../../images/structure/global/content_bg.jpg) no-repeat left top;
}

	#intro_area h1 {
		display: none;
	}

#interior_header {
	width: 960px;
	height: 205px;
	background: url(../../images/structure/global/interior_header.png) no-repeat left top;
}

	#interior_header a {
		width: 320px;
		height: 185px;
		display: block;
		text-indent: -9999px;
		margin: 0 0 0 15px;
	}

#interior_area {
	width: 824px;
	margin: 0 0 60px 97px;
}

	#interior_area h1 {
		font-size: 2.3em;
		color: #fff;
		font-weight: bold;
		margin-bottom: 8px;
		text-transform: uppercase;
	}

#interior_area_content {
	width: 754px;
	background: #fff;
	padding: 40px 35px 40px 35px;
}

	#interior_area_content h2 {
		margin-bottom: -15px;
		font-size: 1.3em;
	}
	
	.download_link {
		text-transform: uppercase;
		font-size: .8em;
		color: #cf1f25;
		font-weight: bold;
	}
	
#interior_area_content_partners {
	width: 689px;
	background: #fff;
	padding: 40px 35px 40px 100px;
}

	#interior_area_content_partners a {
		width: 200px;
		height: 200px;
		float: left;
		text-align: center;
	}

a.news_signup {
	width: 135px;
	height: 45px;
	float: left;
	/* background: red; */
	text-indent: -9999px;
	position: relative;
	margin: 265px 0 0 640px;
}

a.twitter {
	width: 135px;
	height: 45px;
	float: left;
	/* background: green; */
	text-indent: -9999px;
	margin: 265px 0 0 20px;
}

a.photos {
	width: 160px;
	height: 50px;
	float: left;
	text-indent: -9999px;
	margin: 287px 0 0 490px;
	/* background: blue; */
}

a.coupon {
	width: 160px;
	height: 50px;
	float: left;
	text-indent: -9999px;
	margin: 287px 0 0 35px;
	/* background: orange; */
}

#content_area {
	width: 930px;
	margin: 0 auto 0 auto;
}

#footer_index {
	width: 930px;
	height: 150px;
	margin: -29px auto 50px auto;
	background: url(../../images/structure/global/footer_bg.png) no-repeat left top;
	position: relative;
}

#footer_interior {
	width: 930px;
	height: 150px;
	margin: 0 auto 50px auto;
	background: url(../../images/structure/global/footer_bg.png) no-repeat left top;
}

a.titans_online {
	width: 280px;
	height: 130px;
	float: left;
	margin: 0 60px 0 0;
	text-indent: -9999px;
	/* background: yellow; */
}

a.pinnacle {
	width: 120px;
	height: 40px;
	float: left;
	margin: 60px 15px 0 0;
	text-indent: -9999px;
	/* background: green; */
}

a.cmt {
	width: 78px;
	height: 40px;
	float: left;
	margin: 60px 20px 0 0;
	text-indent: -9999px;
	/* background: pink; */
}

a.lp {
	width: 60px;
	height: 50px;
	float: left;
	margin: 50px 50px 0 0;
	text-indent: -9999px;
	/* background: black; */
}

a.lp_field {
	width: 223px;
	height: 130px;
	float: left;
	margin: 0;
	text-indent: -9999px;
	/* background: orange; */
}

/* Site Structure Elements End */


/* Element Specific Definitions Begin */

	/* Item */
	
	
	/* Clear Fix */
	.clear_fix {
		clear: both;
	}

/* Element Specific Definitions End */