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

body  {
background-image:url(images/water-drops-bg-blue-tiled.jpg); 
background-repeat:repeat-x; 
background-attachment:fixed; 
background-position:bottom;
background-color:#ffffff;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
font-size:62.5%;
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
}

h1 {
}

h2 {
}

.sub-heading {
font-size: 1.1em;
color:#336699;
font-weight:bold;
}

.sub-heading2 {
font-size: 1.1em;
color:#336699;
font-weight:normal;
}

.testimonial {
font-size: 1.1em;
color:#336699;
font-weight:normal;
}

#contact a:link, a:visited {
color:#666666;
}

#contact a:hover a:active {
color:#FF33FF;
text-decoration:underline;
}

#contact a:visited {
color:#666666;
}

#contact a:active {
color:#FF33FF;
text-decoration:underline;
}

body img {
border:0;
}

.bottom-border {
background-image:url(images/page-layout/bottom-page-border.gif); background-repeat:no-repeat;
}

.footer { 
text-align:right;
padding:5px 10px 0px 0px;
color:#ceefff;
}

.footer a:link, a:visited {
color:#ceefff; text-decoration:none;
}

.footer a:hover, a:active {
color:#ffffff;
}

#container { 
width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
height:560px;
/*background: #FFFFFF;*/
margin: 0 0 0 0; /* the auto margins (in conjunction with a width) center the page */
/*border-left: 1px solid #cedae7; border-right: 1px solid #cedae7;*/
text-align: left; /* this overrides the text-align: center on the body element. */
}

#flash-banner { 
width:782px; margin: 0px 0 0 0;
padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.nav {
/*width:121px;*/
height:100%;
text-align: left;
background:#f3f7fc;
padding: 0px 0px 0px 0px;
border-right: 1px solid #cedae7;
border-left: 1px solid #cedae7;
font-family:Arial, Helvetica, sans-serif; font-size:1.1em; font-weight:bold; text-decoration:none;
}

.nav ul {
padding:20px; 
margin:0;
line-height:3em;
list-style-type: none;
}

.nav-image {
padding:0px 0px 0px 20px;
}

.nav a:link {
color:#336699; text-decoration:none;
}

.nav a:visited {
color:#336699; text-decoration:none;
}

.nav a:hover {
color:#000066;
}

.nav a:focus{
color:#000066;
}															

.nav a:active {
color:#000066;
}

body#main-page a#main {
color:#000066;
}

body#about-page a#about {
color:#000066;
}

body#technology-page a#technology {
color:#000066;
}

body#services-page a#services {
color:#000066;
}

body#testimonials-page a#testimonials {
color:#000066;
}

body#links-page a#links {
color:#000066;
}

body#contact-page a#contact {
color:#000066;
}

.aqwa-magic-logo {
margin-top:220px;
padding: 0px;
text-align:center;
}

#service-ceo {
font-family:Arial, Helvetica, sans-serif; font-size:1em;
text-align:center;
width:90%;
}

#service-ceo a:link {
text-decoration:none; color:#336699;
}

#content-table {
padding:0px;
margin:0px;
}

#services-table li{
margin-left:-20px;
}

.mainContent {
height:560px;
font-family:Arial, Helvetica, sans-serif; 
font-size:1.1em; 
color:#666666;
text-align:justify;
margin: 0px 0px 0px 0px;/*  the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
padding: 7px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
background: #FFFFFF;
border-right: 1px solid #cedae7;
}

.mainContent h1{
font-family:Arial, Helvetica, sans-serif; font-size:1em; font-weight:bold; color:#336699;
}

.mainContent h2{
font-family:Arial, Helvetica, sans-serif; font-size:1em; font-weight:bold; color:#336699; margin-top:0px;
}

.mainContent h3{
font-family:Arial, Helvetica, sans-serif; font-size:1em; font-weight:bold; color:#000066; margin-top:0px;
}

.mainContent a:link, a:visited {
color:#336699; text-decoration:none;
}

.mainContent a:hover, a:active {
color:#000066;
}

.seperator {
background-image:url(images/page/seperator.gif); background-repeat:repeat-x;
width:550px;
height:20px;
}

#images {
width:90%;
text-align:center;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
float: right;
margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
float: left;
margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1em;
line-height: 0px;
}

/*----- THUMBNAILS -----*/

.imgcontainer {
	float:left;
	width:130px;
	height:80px;
	position:relative;
	margin:0px 10px 0px 0px;
	}

.frame {
	position:absolute;
	top:0;
	left:0;
	}

.topps .caption {
	position:absolute;
	bottom:22px;
	left:95px;
	width:202px;
	color:#000;
	text-align:center;
	font:bold 1em/1.1em 'Comic Sans MS',arial,sans-serif;
	text-transform:uppercase;
	white-space:pre;
	}
	
.topps {
cursor:pointer;
}


/*-----LIGHTBOX-----*/

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

#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{ border: none;}
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
/*-----  FLASH WINDOW CLEANER GUY  -----*/

#large-container {
margin: 0px; height:auto;
}

#window-cleaning-guy {
background: url(images/page-layout/window-cleaner-guy.gif);
position:absolute;
bottom:0px;
}

#left-space {
float:left; width:200px; height:750px;
position:absolute;
top:10px;
left:120px;
}

#right-space {
float:right; margin: 0 auto; width:200px; height:500px;
}

/*-----  LINKS PAGE  -----*/

#links-table td{
vertical-align:baseline;
}
/*-----  CONTACT PAGE  -----*/

#form-table td{

}

form {
background-color:#f3f7fc;
border: 1px solid #cedae7;
padding:10px;
}

select {
font-family:Arial, Helvetica, sans-serif; 
font-size:1em;
color:#666666;
background: #FFFFFF;
margin-bottom: 4px;
}

textarea {
font-family:Arial, Helvetica, sans-serif; 
font-size:1em;
color:#666666;
background: #FFFFFF;
border: 1px solid #999999;
}

input {
font-family:Arial, Helvetica, sans-serif; 
font-size:1em;
color: #666666;
background: #ffffff;
border: 1px solid #999999;
margin-bottom: 4px;
}

.formbutton {
cursor:pointer;
border:none;
color:#ffffff;
font-size:1em;
font-weight:bold;
background:url(images/page/submit-button.gif) repeat-x left top;
width:93px; height:25px;
margin-left:350px; margin-top:10px;
}

.force-width {
width:200px;
}
