/*-----------------------------------------------
Ammo Advertising
Author:   Jason Cooper
Version:  March 1 2009
----------------------------------------------- */


/* Global
----------------------------------------------- */

/* Remove border around linked images */
img {
	border: 0;
	padding: 0;
	margin: 0;
	}

a:link, a:visited, a:active {
	color: #911413;
    text-decoration: underline;
	}    
	
a:hover {
	color: #911413;
    text-decoration: none;
	}  

* {	
	margin: 0px;
  	padding: 0px;
  	}
	
h1 {
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	font: 28px/22px georgia, sans-serif;
	}
	
p {
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	}
		
 img, div, input { behavior: url("iepngfix.htc") }

	
/* Header 
----------------------------------------------- */	
#header {
	background: #e7f4ef url('../media/header.png') no-repeat top left;
	width: 900px;
	height: 181px;
	}

#header2 {
	background: #e7f4ef url('../media/header2.png') no-repeat top left;
	width: 900px;
	height: 181px;
	}	
	
#header3 {
	background: #e7f4ef url('../media/header3.png') no-repeat top left;
	width: 900px;
	height: 181px;
	}

#header4 {
	background: #e7f4ef url('../media/header4.png') no-repeat top left;
	width: 900px;
	height: 181px;
	}
	
#header5 {
	background: #e7f4ef url('../media/header5.png') no-repeat top left;
	width: 900px;
	height: 181px;
	}	

#header6 {
	background: #e7f4ef url('../media/header6.png') no-repeat top left;
	width: 900px;
	height: 181px;
	}

#header7 {
	background: #e7f4ef url('../media/header7.png') no-repeat top left;
	width: 900px;
	height: 181px;
	}

#header8 {
	background: #e7f4ef url('../media/header8.png') no-repeat top left;
	width: 900px;
	height: 181px;
	}

#header9 {
	background: #e7f4ef url('../media/header9.png') no-repeat top left;
	width: 900px;
	height: 181px;
	}

	
/* Navigation
----------------------------------------------- */
#nav{
	background: url('../media/nav.png') no-repeat top left;
	width: 900px;
	height: 22px;
	text-align: right;
	font: 14px/16px georgia, sans-serif;
	}	
	#nav ul {
	list-style-type: none;
	padding: 1px 40px 0 0;

	}
		#nav ul li {
		display: inline;
		}
		#nav ul li a{
		text-decoration: none;
		}
		#nav ul li a:hover{
		text-decoration: underline;
		}
			
/* Body 
----------------------------------------------- */
body {
  	background-image: url("../media/body.gif");
	background-repeat: repeat-x;
	background-color: #e7f4ef;
	font: 12px/15px georgia, sans-serif;
  	color: #911413;
  	text-align: center;
	overflow: scroll;
	}

#container {
	margin: 0 auto;
	width: 900px;
	padding-top: 74px;
	}
	
#mainHome {
	background: #e7f4ef url('../media/mainHome.png') no-repeat top left;
	width: 900px;
	height: 308px;
  	color: #363e7e;
  	text-align: center;
	}
	#mainHomeTxt {
	margin: 40px 0 0 14px;
	font: 13px/17px georgia, sans-serif;
	width: 195px;
	float: left;
	color: #911413;
	}
	
#mainSub {
	background: #e7f4ef url('../media/mainSub.png') repeat-y top left;
	width: 900px;
  	color: #363e7e;
  	text-align: left;
	}
	#mainSubTxt {
	font: 13px/22px georgia, sans-serif;
	color: #911413;
	padding-top: 40px;
	padding-right: 120px;
	padding-bottom: 40px;
	padding-left: 40px;
	}
	#mainSubTxt2 {
	font: 13px/22px georgia, sans-serif;
	color: #911413;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	}
	

/* Footer 
----------------------------------------------- */
#footerHome {
	background: #e7f4ef url('../media/footerHome.png') no-repeat top left;
	font: 14px/16px georgia, sans-serif;
	width: 900px;
	height: 38px;
  	color: #a5d8c9;
  	text-align: center;
  	padding: 4px 0 0 75px;
  	}	

#footerSub{
	background: #e7f4ef url('../media/footerSub.png') no-repeat top left;
	font: 14px/16px georgia, sans-serif;
	width: 900px;
	height: 38px;
  	color: #a5d8c9;
  	text-align: center;
  	padding: 4px 0 0 0;
  	}	
