/* CSS Document */
/* copyright AquaSource Products Inc. */

/* GENERAL SETTINGS */

* {margin: 0; padding: 0;}

body {
	background: #FFFFFF;
	color: #222;
	font: normal 62.5% sans-serif;
	padding-right: 0;
	padding-left: 0;
	text-align:center;
	max-width:730px;
	margin-left:auto;
	margin-right:auto;
	top:0px;
	margin-top:0px;
}

a {color: #000000; text-decoration:none;}
a:hover {color: #4466AA; text-decoration:underline;}
a:visited {color: #4466AA;text-decoration:none;}
a:active {color: #4466AA;text-decoration:none;}
big {font-size: 3em;}
h1,h2,h3 {color: #4466AA; padding: 8px 0 2px;}
h1 {font: bold 2.4em sans-serif;}
h2 {font: normal 1.6em sans-serif;}
h3 {font: bold 1.2em sans-serif;}

/* CONTENT CONTAINER */

#container {
	width:730px;
	text-align:center;
	border:1px solid #4466AA;
}

/* HEADER */

#graphical_header {
	position:relative;
	width:730px;
	height:372px;
}

#header {
	position:absolute;
	left:0px;
	top:0px;
	width:730px;
	height:113px;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
}

/* HEADER-NAV HOME*/

#navbar {
	position: absolute;
	left: 0px;
	top:113px;
	width:730px;
	height:41px;
	background-image: url(images/navbar_product.jpg);
	background-repeat: no-repeat;
}

#navbar ul {
	text-align:left;
}

#navbar ul li {
	position:relative;
	width:auto;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color: #FFFFFF;
	left: 20px;
	top:10px;
	bottom: 10px;
	list-style:none;
	padding:0px 10px 0px 10px;
}

#navbar li a {
	color: #FFF;
	text-decoration: none;
}

#navbar li a:hover {
	color: #85BBF7;
	text-decoration:underline;
}

#navbar li a:visited {
	color: #FFF;
	text-decoration:none;
}

#navbar li a:active {
	color: #FFF;
	text-decoration:none;
}


/* CHANGING PIC */

#mainpic {
	position:absolute;
	left:0px;
	top:154px;
	width:730px;
	height:218px;
}

/* CONTENT AREA */

#content {
	position:relative;
	background-color:#ffffff;
	text-align:center;
	padding: 0px 30px 0px 30px;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color: #OOOOOO;
	text-align:left;
	width:auto;
	padding: 0px 30px 0px 200px;
	text-indent:20px;
}

/* FOOTER AREA */

#footer {
position:relative;
	background-color:#4466AA;
	width:730px;
	height:50px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color: #ffffff;
	text-align:center;
	width:auto;	
}

#footer p a {color: #ffffff; text-decoration:none;}
#footer p a:hover {color: #ffffff; text-decoration:underline;}
#footer p a:visited {color: #ffffff;text-decoration:none;}
#footer p a:active {color: #ffffff;text-decoration:none;}
