@charset "UTF-8";
/* CSS Document */


/*#############################################################


© 2008 Guardian International Corp.

Author: Ben Guerra

URL: http://guardianic.com


###############################################################

---------------------- HTML MAIN INFO -----------------------------*/

html, body {height: 100%; background-image: url(../img/background.jpg);}

* {margin: 0; padding: 0;}


/* MAIN CONTAINER -------------------- This will hold all HTML pages inside **Not including the footer */
	
#container{
	clear: both;
    width: 1024px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
	
/* ---------- TYPOGRAPHY ---------- */

p {font: 12px Arial, Helvetica, sans-serif; color:#333333; line-height: 21px;}

a:link,a:visited	{ color:#003366; text-decoration:none; outline:none; }

a:hover,a:active	{ color:#003366; text-decoration: underline; outline:none; }

h1 { font: 48px Georgia, "Times New Roman", Times, serif; color: #003366;}

h2 { font: 24px Georgia, "Times New Roman", Times, serif; color: #003366;}

h3 {font-size: 10px; font-family: Arial, Helvetica, sans-serif; float:right; margin: 8px 5px 0 5px; color:#fff; }

h4 {font-size:14px; font-family:Arial, Helvetica, sans-serif; color:#333333;}

h5 {font-size: 18px; font-family:Arial, Helvetica, sans-serif; color: ffffff;}

h6 {font-size: 16px; font-family: Arila, Helvetica, sans-serif; color: 003366;}

.green_txt {color: #669966; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold;}

.map_txt {font-family: Arial, Helvetica, sans-serif; font-size:14px;}

.footer_white {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF;}


/* ----- ----- FLASH ----- ----- */

#reach_form {width: 600px; height: 400px; background: url(contact.swf); margin-left: 20px;}




/* ---------- LISTS ---------- */

li {list-style: none; font: 10px Arial, Helvetica, sans-serif; color:#333333; line-height: 18px;}

/* ---------- NAVIGATION ---------- */

#nav { 
	position: absolute; 
	top: 120px;
	margin-left: 688px;  
	}

#nav li { 
	float: left; 
	margin: 0 10px 0 10px;
	list-style:none; 
	}

#nav a { 
	display: block;
	font-size:10px;
	text-decoration:none; 
	color: #fff; 
	font-family: Arial, Helvetica, sans-serif;
	}
	
#nav a:hover,a:active {
	color: #f1c263;
	}
	
/* ------ Drop down menu content -------------------------------------------------------------------------------------------- */
	
#nav div {
	position:absolute; 
	visibility: hidden;
	display:table-column;
	padding: 0;
	}

#nav div a {
	position: relative;
	display:block;
	font-size:10px;
	padding: 6px;
	width: 120px;
	text-decoration: none;
	background: #0c1522;
	color: #f1c263;
	}

#nav div a:hover {
	color: #fff;
	}
	


/* -------------- CONTENT ----------------- *All the content that goes on each HTML page */

.underline {
	width: 549px;
	height: 5px;
	float: left;
	border-top: #003366 dotted 1px;
	}
	
.underline2 {
	width: 683px;
	height: 11px;
	float: left;
	margin: 0 0 0 75px;
	border-top: #cccccc dotted 1px;
	}
	
.underline3 {
	width: 310px;
	height: 5px;
	float: left;
	margin-left: 20px;
	border-top: #003366 dotted 1px;
	}
	
.underline4 {
	width: 904px;
	height: 3px
	float: left;
	border-bottom: #003366 dotted 1px;
	}
	
.underline_footer {
	width: 904px;
	height: 6px;
	border-top:#122136 solid 1px;
	margin: 0 auto;
	}

.header {
	background-image: url(../img/header.jpg);
	width: 1024px;
	height: 142px;
	}
	
#green_header {
	width: 1024px;
	height: 181px;
	float: left;
	background-image:url(../img/blue_header.jpg);
	}
	
#content {
	width: 1024px;
	height: 100%;
	float: left;
	}
	
#home_left {
	width: 400px;
	height: 100%;
	float: left;
	}
	
#home_right {
	width: 624px;
	height: 100%;
	float: left;
	}
	
#home_right p {
	margin: 0 75px 0 0;
	}
	
#home_right h1 {
	margin: 0 0 0 0;
	}
	
#home_right table {
	margin: 0 0 0 0;
	}
	
#contact_left {
	width: 758px;
	height: 100%;
	float: left;
	}
	
#contact_left p, h1, h2 {
	margin: 0 0 0 60px;
	}
	
#contact_right {
	width: 266px;
	height: 100%;
	float: left;
	}

#contact_right .side a, img { border: 0; text-decoration:none;}

#contact_right .side a:hover {text-decoration: none;}


	
#contact_right h2 {
	margin: 20px 15px 0 45px;
	}
	
#contact_right table {
	margin: 10px 15px 0 35px;
	}
	
#products {
	width: 1024px;
	height: 100%;
	float: left;
	}
	
#products p, h6 {
	margin: 10px 0 0 5px;
	}
	
#products table {
	margin-left: 60px;
	}
	
#products h1 {
	margin-left: 60px;
	}
	
#products a:link,a:visited	{ color:#003366; text-decoration:none; outline:none; }

#products a:hover,a:active	{ color:#003366; text-decoration: underline; outline:none; }
	
	
/* ---------- INDIVIDUAL PRODUCTS ---------- */

#main_prod {
	width: 904px;
	height: 100%;
	margin-left: 60px;
	}
	

#prod_left {
	width: 325px;
	height: 100%;
	float: left;
	}
	
#prod_right {
	width: 579px;
	height: 100%;
	float: left;
	}
	
.prod_underline {
	width: 564px;
	height: 5px;
	float: left;
	border-top: #cccccc dotted 1px;
	}
	
	
#prod_right h1 {
	margin: 40px 0 0 0;
	}
	
/* ---------- LIGHT BOX CSS ---------- */

#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; }

	
/* ---------- FOOTER ---------- */

.footer {
	height: 170px;
	width: 100%;
	clear: both;
	padding-top: 0;
	background-image: url(../img/footer_img.jpg);
	padding-top: 0;
	}
	
#footer_top {
	width: 904px;
	height: 100px;
	margin: 0 auto;
	}
	
.footer_left {
	height: 95px;
	width: 430px;
	float: left;
	}
	
.footer_left h5 {
	margin: 10px 0px 5px 5px;
	}
	
.footer_left p {
	margin: 0 0 0 5px;
	}
	
.footer_right {
	height: 95px;
	width: 474px;
	float: left;
	}
	
.footer_right table {
	margin: 10px 0px 5px 35px;
	}
	
.footer_right a:link,a:visited	{ color:#ede1c9; text-decoration:none; outline:none; }

.footer_right a:hover,a:active	{ color:#ede1c9; text-decoration: underline; outline:none; }
	
	
#footer_nav li {
display: inline;
list-style-type: none;
}


	

	

	
	
