* {
		margin: 0;
		padding: 0;
		}

html {
		font-size: 100%;
		}

body {
		font: 62.5%/1.5 Verdana, Arial, Helvetica, sans-serif;
		}

.wrapper {
		font-size: 1.2em;
		line-height: 1.5em;
		}

p {
		margin-bottom: 1.5em;
		}

p.pcenter {
		text-align: center;
		}

p.pleft {
		text-align: left;
		}

/* ---------- std links ---------- */

a:link {
color: #090751;
}
a:visited {
color: #666699;
}
a:hover {
color: #8b0000;
}
a:focus {
background-color: #eee8aa;
}
a:active {
color: #090751;
}

ul {
		list-style-type: none;
		}

ul.prodlist {
		list-style-type: square;
		padding: 20px;
		}

ul.prodlist li {
		padding: 10px;
		}

/*-------------navHeader list/link items */

.navHeader {
		background: #cec7c1;
		height: 51px;
		border-bottom: 1px solid #000000;
		}

.navHeader ul {
		text-decoration: none;
		background: #c0bbb8;
		text-align: center;
		border-bottom: 1px solid #000000;
		}

.navHeader li {
		display: inline;
		font-size: 1.4em;
		line-height: 1.5em;
		 
		}

.navHeader a {
		text-decoration: none;
		font-variant: small-caps;
		padding: 1px 6px;
		
		}

/* main container divs */
.wrapper {
		
		background: #eef0ee;
		width: 970px;
		margin: 0 auto;
		}

body {
		background: #878787 url(assets/bg-drop-shadow.gif) 50% 0 repeat-y;
		}

/* .bottomGraphic {
		width: 1000px;
		height: 20px;
		background: url(assets/bg-drop-shadow-footer.gif) 50% 0;
		margin: 0 auto;
		} */

/*---------- header section */

.header {
		background: #ffffff url(assets/EagleFlagBanner3.jpg);
		border-bottom: #000000 1px solid;
		height: 134px;
		}

.header a {
		text-decoration: none;
		color: #090751;
		}		

/*----------- content */

.content {
		background: #eef0ee url(assets/tma-watermark.gif) no-repeat center center;		
		min-height: 550px;
		border-bottom: #000000 1px solid;
		font-size: 1.3em;
		padding: 20px;
		}

.breadcrumbs {
		height: 20px;
		}

.contactleft {
		width: 450px;
		padding: 5px;
		margin: 2px;
		border-right: #ffffff solid 1px;
		float: left;
		
		}
		
.contactright {
		width: 440px;
		padding: 5px;
		margin: 2px;
		float: left;
		text-align: center;
	
		}

.warrLinks {
		text-align: center;
		
		}

.links {
		text-align: center;
		}

table.driving {
		text-align: center;
		color: #090751;
		}

table.products {
		text-align: center;
		color: #090751;
		}

/* ----------footer */

.footer {
		background: #eef0ee url(assets/logo-banner.gif);
		height: 100px;
		}

.footer ul {
		text-decoration: none;
		text-align: center;
		}

ul.footerLinks li {
		display: inline;
		font-size: 1.3em;
		line-height: 1.4em;
		padding: 1px 3px; 
		}

ul.footerLinks a {
		text-decoration: none;
		font-variant: small-caps;
				
		}

ul.footerTMA li {
		display: inline;
		font-size: 1.1em;
		line-height: 1.3em;
		padding: 1px 5px;
		}

ul.footerTMA a {
		text-decoration: none;
		
		}


		
/* -----------headlines */

h1 {
		text-align: center;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 5.5em;
		color: #090751;
		padding-top: 40px;
		text-decoration: none;
		}


h2 {
		text-align: center;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 2em;
		color: #090751;
		padding-top: 30px;
		}
		
h3 {
		text-align: center;
		font-family: Georgia, "Times New Roman", Times, serif;
	
		color: #090751;
		padding-top: 10px;
		}		
		
h3.prods {
		text-align: center;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.5em;
		color: #090751;
		padding-top: 30px;
		}

h4 {
		text-align: center;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 2em;
		color: #090751;
		padding-top: 10px;
		} 



/* ----------LIGHTBOX CSS CODE ------------*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

		
