@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

html { font-size: 100%; 
       overflow: no; 
	   -webkit-text-size-adjust: 100%; 
	   -ms-text-size-adjust: 100%; 
	   background-color: #fffef2;  
	 }
	 
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

h1 {
      color: #000000;
      font-size: 14pt;
      font-weight: normal;
      align: left;
      height: 30px;
      background-color: #3b988c;
}

h2 {
      color: #3b988c;
}

h3 {
      font-family: "SymfobiaStd";
      color: #3b988c;
      font-size: 13pt;
      font-weight: normal;
}

b.blue {
	color: #3b988c;
	font-family: "SymfobiaStd";
	font-weight: normal;
    font-size: 13pt;
	top : -.30em;
}

b.blueVerdana {
	color: #3b988c;
	font-family: "Verdana";
	font-weight: bold;
    font-size: 9pt;
}

a.blueVerdana {
	color: #3b988c;
}

.blueVerdana {
	color: #3b988c;
}

.video-container {
    position: relative; 
    padding-bottom: 56.25%;
    padding-top: 30px; 
	height: 0; 
	overflow: hidden; 
	display: block !important;
}

.video-container iframe,
.video-container object,
.video-container embed {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.thumb {
	padding-right: 16px;
	padding-bottom: 16px;
	display: inline-block !important;
}

.blog {
    position: relative; 
    padding-bottom: 56.25%;
    padding-top: 30px; 
    width: 100%;
	height: 2000px; 
	overflow: hidden; 
	display: block !important;
}

.blog iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 97.00%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}

#menuscreen {
	clear: both;
	float: left;
	width: 95%;
	background-image: url(../images/Aquasonic_header_470.png);
	background-repeat: no-repeat;
	background-color: #000000;
	background-size: 100% auto;
	display: block;
	padding-top: 5px;
}

#menu {
	clear: both;
	float: left;
	margin-top: 60px;
	height: 100%;
	width: 97%;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	padding: 15px;
}

#contentscreen {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 25px;
	width: 100%;
	background-color: #000000;
	display: block;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #00878e;
	line-height: 1.6;
	color: #bfe3d3;

}

#frontpage {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: 300px;
	background-image: url(../images/Aquasonic_frontpage_470.png);
	background-repeat: no-repeat;
	background-color: #000000;
	display: block;
}

#about {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	background-image: url(../images/Aquasonic_about_470.png);
	background-repeat: no-repeat;
	background-color: #000000;
	background-size: 100% auto;
	display: block;
}

#calender {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	background-image: url(../images/Aquasonic_calendar_470.png);
	background-repeat: no-repeat;
	background-color: #000000;
	background-size: 100% auto;
	display: block;
}

#news {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#media {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#history {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#credits {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	background-image: url(../images/Aquasonic_credits_470.png);
	background-repeat: no-repeat;
	background-color: #000000;
	background-size: 100% auto;
	display: block;
}

#contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	background-image: url(../images/Aquasonic_contact_470.png);
	background-repeat: no-repeat;
	background-color: #000000;
	background-size: 100% auto;

	display: block;
}

#press {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#gallery {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#youtubevideo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#article {
	clear: both;
	float: left;
	margin-left: 0px;	
	width: 67%;
}

#article2 {
	clear: both;
	float: left;
	margin-left: 0px;	
	width: 97%;
}

#footer {
	clear: both;
	float: left;
	margin-left: 0px;	
	width: 100%;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}

#menuscreen {
	top: 0;
	left: 0;
	height: 200px;
	width: 100%;
	z-index: 10;
	background-image: url(../images/Aquasonic_header_508.png);
	background-repeat: no-repeat;
	background-color: #000000;
	background-size: 100% 100%;
	overflow: hidden;
}

#menu {
	clear: both;
	float: left;
	margin-top: 150px;
	height: 100%;
	width: 97%;
	font-family: "Times New Roman", Times, serif;
	padding: 15px;
}


#contentscreen {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	line-height: 1.6;
	color: #bfe3d3;
	background-color: #000000;
	border-top-width: none;
	border-top-style: none;

}

#frontpage {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	background-image: url(../images/Aquasonic_frontpage.png);
	background-repeat: no-repeat;
	background-color: #000000;
	display: block;
}

#about {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	background-image: url(../images/Aquasonic_about.png);
	background-repeat: no-repeat;
	background-color: #000000;
	display: block;
}

#calender {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	background-image: url(../images/Aquasonic_calendar.png);
	background-repeat: no-repeat;
	background-color: #000000;
	display: block;
}

#news {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#media {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	background-image: url(../images/Aquasonic_media.png);
	background-repeat: no-repeat;
	background-color: #000000;
	display: block;
}

#history {
	clear: both;
	float: left;
	margin-left: 0;
	width: 97%;
	display: block;
}

#credits {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	background-image: url(../images/Aquasonic_credits.png);
	background-repeat: no-repeat;
	background-color: #000000;
	display: block;
}

#contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	background-image: url(../images/Aquasonic_contact.png);
	background-repeat: no-repeat;
	background-color: #000000;
	display: block;
}

#press {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#gallery {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#youtubevideo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#article {
	clear: both;
	float: left;
	margin-left: 0px;	
	width: 55%;
}

#article2 {
	clear: both;
	float: left;
	margin-left: 0px;	
	width: 100%;
}

#footer {
	clear: both;
	float: left;
	margin-left: 0px;	
	width: 100%;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	
.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
}

#menuscreen {
	top: 0;
	left: 0;
	height: 200px;
	width: 100%;
	z-index: 10;
	background-image: url(../images/Aquasonic_header.png);
	background-repeat: no-repeat;
	background-color: #010101;
	background-size: 100% 100%;
	overflow: hidden;
}

#menu {
	position: relative;
	top: 145px;
	left: -20px;
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
	height: 50px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #9fc095;
	text-align: center;
}

#contentscreen {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 705px;
	z-index: 10;
	border-top-width: none;
	border-top-style: none;
	background-color: #010101;
	line-height: 1.5;
	color: #bfe3d3;
	overflow: no;
}

#frontpage {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 725px;
	z-index: 10;
	background-image: url(../images/Aquasonic_frontpage.png);
	background-repeat: no-repeat;
	background-color: #000000;
	overflow: hidden;
}

#about {
	position: relative;
	top: 0;
	left: 0;
	width: 95%;
	height: 725px;
	z-index: 10;
	background-image: url(../images/Aquasonic_about.png);
	background-repeat: no-repeat;
	background-color: #000000;
	overflow: hidden;
}


#calender {
	position: relative;
	top: 0;
	left: 0;
	width: 95%;
	height: 725px;
	z-index: 10;
	background-image: url(../images/Aquasonic_calendar.png);
	background-repeat: no-repeat;
	background-color: #000000;
	overflow: auto;
}

#news {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 725px;
	z-index: 10;
	background-image: url(../images/Aquasonic_news.png);
	background-repeat: no-repeat;
	background-color: #000000;
	overflow: hidden;
}

#media {
	position: relative;
	top: 0px;
	left: 0px;
	width: 95%;
	height: 725px;
	z-index: 10;
	background-image: url(../images/Aquasonic_media.png);
	background-repeat: no-repeat;
	background-color: #000000;
	overflow: hidden;
}

#gallery {
	position: relative;
	top: 20px;
	left: 120px;
	width: 400px;
	height: 300px;
	z-index: -1;
	display: block;
}

#youtubevideo {
	position: relative;
	top: -280px;
	left: 590px;
	width: 520px;
	height: 300px;
	z-index: -1;
	display: block;
}

#history {
	position: relative;
	top: 20;
	left: 0;
	width: 100%;
	height: 725px;
	z-index: 10;
	background-image: url(../images/Aquasonic_history.png);
	background-repeat: no-repeat;
	background-color: #000000;
	overflow: hidden;
}

#credits {
	position: relative;
	top: 0;
	left: 0;
	width: 95%;
	height: 725px;
	z-index: 10;
	background-image: url(../images/Aquasonic_credits.png);
	background-repeat: no-repeat;
	background-color: #000000;
	overflow: auto;
}

#contact {
	position: relative;
	top: 0;
	left: 0;
	width: 95%;
	height: 725px;
	z-index: 10;
	background-image: url(../images/Aquasonic_contact.png);
	background-repeat: no-repeat;
	background-color: #000000;
	overflow: hidden;
}

#press {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 725px;
	z-index: 10;
	background-image: url(../images/Aquasonic_press.png);
	background-repeat: no-repeat;
	background-color: #000000;
	overflow: hidden;
}

#article {
	position: relative;
	top: 50px;
	left: 120px;
	width: 54%;
	height: 540px;
	overflow: auto;
}

#article2 {
	position: relative;
	top: 50px;
	left: 125px;
	width: 100%;
	max-width: 960px;
	height: 540px;
	overflow: auto;
}

#footer {
	position: relative;
	top: -100px;
	left: 120px;
	width: 90%;
	height: 30px;
	z-index: 10;
	border-top-width: none;
	border-top-style: none;
	line-height: 1.6;
	color: #bfe3d3;
	overflow: hidden;
}

}
