@charset "utf-8";
/* Aquatech styles */

/* colours: 
*/

/* basics
-----------------------------------------*/
body {
	background: #f5f4ef;
	color: #666;
}

.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.content {
	width: 920px;
	background: #fff;
	padding: 20px;
	margin: 0;
	clear:both;
	overflow: auto;
	overflow: auto;
}

.content .column {
	width: 550px;
}



/* header 
----------------------------------------*/

.header {
	background: #dfdfdc;
	width: 960px;
	padding:0;
	margin: 0;
	line-height: 84px;
	overflow: auto;
	clear:both;
}

.header h1.logo {
	margin: 11px 0 0 0;
	width: 233px;
	height: 62px;
	float:left;
	background: url(../images/logo.gif) no-repeat;
	padding: 0;
	vertical-align: middle;
}

.header h1.logo a {
	color: #03608c;
	width: 233px;
	height: 62px;
	text-decoration: none;
	font-size: 24px;
	text-align: center;
	text-indent: -9999em;
	display: block;
}

.header h1.logo a span { color: #ed1c24; }

.header .tagline {
	display: block;
	margin: 12px auto 0 auto;
	text-align: center;
	color: #82b0ad;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
}

.basket {
	width: 180px;
	float:right;
	padding: 15px;
	text-align: center;
	display: block;
	vertical-align: middle;
}

.basket h3 {
	margin: 0;
	padding:0 30px 0 0;
	color: #6692a7;
	font-size: 14px;
	line-height: 23px;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent url(../images/cart-icon.gif) no-repeat right center;
	width: 135px;
	overflow: visible;
}

.basket p {
	margin: 12px 0 0 0 ;
	padding: 0;
	color: #777;
	font-size: 12px;
	line-height: 1.4;
	font-weight: bold;
}


/* sidebar 
-------------------------*/

.content .sidebar {
	width: 300px;
	float:right;
	overflow: auto;
}

.animation {
	width: 277px;
	height: 188px;
	overflow: hidden;
	border: 6px solid #f5f4ef;
}

.homeOffer {
	background: #FF0000;
	color: #f5f4ef;
	margin: 20px 0;
	width: 277px;
	padding: 6px;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	overflow: auto;
}

.homeOffer h3 {
	background: transparent;
	color: #f5f4ef;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}

.homeOffer img {
	margin: 6px;
	float:left;
}

a.offerLink {
	display: block;
	font-weight: bold;
	color: #f5f4ef;
	text-decoration: underline;
	margin-top: 15px;
}

a.offerLink:hover {
	color: #777;
}

/* footer 
----------------------*/

.footer {
	width: 920px;
	padding: 0 20px;
	color: #6692a7;
	margin: 10px auto;
	font-size: 12px%;
	line-height: 1.3;
}

.footer a {
	color: #387ea0;
}

.footer a:hover {
	color: #86050b;
}

.footer .small {
	font-size: 11px;
}

a.designTag {
	display: block;
	text-align: right;
	font-size: 11px;
	color: #387ea0;
	text-decoration: none;
	float:right;
	width: 180px;
}

a.designTag:hover {
	color: #86050b;
}


/* store styles
---------------------------*/

.searchBar {
	background: #357d9f url(../images/search-bar-bg.jpg) repeat-x left bottom;
	width: 920px;
	padding: 0 20px;
	line-height: 30px;
	height: 30px;
	color: #f5f4ef;
	overflow: auto;
}

.searchBar label {
	width: 125px;
	margin-right: 25px;
	float:left;
	font-size: 12px;
	line-height: 29px;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
}

.searchBar input.searchField {
	width: 190px;
	background: #fff;
	border: none;
	float:left;
	height: 20px;
	margin-top: 4px;
}

.searchBar input.searchBut {
	width: 95px;
	margin: 4px 0 0 15px;
	float:left;
	color: #2c4d6c;
}

.searchBar ul {
	list-style: none;
	width:460px;
	float:right;
	margin:0;
	padding: 0;
	font-size: 12px;
	line-height: 29px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

.searchBar li {
	float:left;
	display:block;
	text-align: center;
	position:relative;
	margin: 0;
	height: 29px;
}

.searchBar li.last {
	padding-right: 0;
}

.searchBar li a {
	color: #f5f4ef;
	display: block;
	text-decoration: none;
	height: 29px;
	padding: 0 25px;

}

.searchBar li a:hover {
	color: #787878;
	background: #bfbfba url(../images/nav-button-bg.jpg) repeat-x bottom left;
}



/* supporting styles
--------------------------*/



.signUp {
	width: 920px;
	padding:0 20px;
	background: #e1e0dd url(../images/footer-bg.jpg) repeat-x top left;
	overflow: auto;
	line-height: 40px;
}

.signUp h4 {
	text-align: left;
	color: #777;
	font-size: 13px;
	font-style: bold;
	text-transform: uppercase;
	width: 485px;
	float:left;
	font-weight: bold;
	line-height: 40px;
	margin: 0 0 0 0;
}

.signUp label {
	color: #666;
	font-size: 12px;
	margin: 0 20px 0 20px;
	padding:0;
	line-height: 40px;
	float:left;
}

.signUp input.signUpField {
	width: 140px;
	color: #666;
	background: #fff;
	border: none;
	height: 20px;	
	float:left;
	margin: 10px 10px 0 0;
}

.signUp input.signUpSubmit {
	width: 110px;
	margin: 9px 0 0 0;
	display: block;
	color: #666;
	float:right;
}


.nlValidation {
    background: #fff;
    width: 900px;
    padding: 2px 30px;
    overflow: auto;
}   

.nlValidation .tooltip {
    margin-right: 160px;
}

.tooltip {
    background: transparent url(../images/tooltip-edge.gif) no-repeat right center;
    display:block;
    float:right;
    clear:right;
    height: 38px;
    padding: 0 20px 0 0;
    color: #fff;
}


.tooltip span {
    background: transparent url(../images/tooltip-bg.gif) no-repeat left center;
    display: block;
    padding: 5px 0 9px 20px;
    font-size: 12px;
    line-height: 24px;
}



/* universal
-----------------------------*/

.snippet {
	clear:left;
	margin: 0 0 30px 0;
}

.newsImg {
    display: block;
    width: 700px;
    background: #f1f1f1;
    margin: 10px auto 5px auto;
}

.newsImg img {
	display: block;
	margin: 0 auto;
	background-color:#999999;
	padding: 10px;
}



/* paging 
----------------------------------------------------*/
.content .paging {
	clear:both;
}
.content .paging ul {
	text-align:center;
	list-style: none;
	margin:0;
	margin-top: 40px;
	padding:0;
}

.content .paging ul li {
	display:inline;
	margin: 0 18px;
}

/* contact info styles 
--------------------------------------------------*/

.sideMap {
	width: 400px;
	float:right;
	height: 300px;
}

#map {
	width: 398px;
	height: 298px;
	border: 1px solid #f1f1f1;
}

.contactInfo {
    margin-bottom: 15px;
    padding:1.4em 0; 
	width: 450px;
}

.contactInfo div {
    position: relative;
    margin:0 0 15px 0;
}

.contactInfo label {
	margin: 0;
	display: block;
	width: 200px;
	text-align: left;
	float: left;
	margin-right: 15px;
}

.contactInfo p {
	text-transform: uppercase;
	text-align: left;
	clear:left;
	margin-left: 215px;
}


.contactInfo div ul {
    margin: 0 0 0 215px;
    padding: 0;
    list-style-type: none;
    clear:none;
}


/* news details 
--------------------------------------------------*/

.content .newsHeadline {
   display: block;
    margin: 5px 15px 15px 15px;
    border-bottom: 1px solid #e1e0dd;
    padding: 10px;
    overflow: auto;
}

.content .newsHeadline div {
    margin: 0 0 1.5em;
}

.content a.newsLink {
	color: #f5f4ef;
	display: block;
	width: 250px;
	background: #82b0ad;
	margin: 8px 0 0 0;
	padding: 2px;
	border-bottom: 2px solid #e1e0dd;
	text-decoration: none;
}
.content a.newsLink:hover {
	color: #357d9f;
	border-bottom: 2px solid #357d9f;
}

.content .newsImageContainer {
    width: 600px;
	margin: 10px auto;
}

.content .newsImageContainer .big {
    display: block;
    width: 550px;
    padding: 25px;
    background: #82b0ad;
    margin: 10px auto 5px auto;
}
.content .newsImageContainer .thumbs {
    display:block;
    width: 590px;
    margin: 0;
    padding: 5px;
    background: #82b0ad; 
    overflow-y: auto;   
    position:relative;
}

.content .newsImageContainer .big a {
    cursor: default;
}

.content .newsImageContainer .thumbs a {
    outline: none;
}

.content .newsImageContainer a img {
    border: none;
}

.content .newsImageContainer .big img {
    display: block;
    margin: 0 auto;
}
.content .newsImageContainer .thumbs img {
    display: block;
    margin: auto 5px;
    float:right;
    border: 1px solid #fff;
    background: white;
}

.content .newsImageContainer .thumbs span {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 150px;
    font: 12px normal "Century Gothic", "Apple Gothic", Verdana, Arial, sans-serif;
    text-transform: uppercase;
	background: white;
	padding: 2px;
	-moz-opacity:.65;
	opacity:.65;
	filter:alpha(opacity=65);
	color: #777777;
}



/* FAQ
----------------------------------------------*/
.content .FAQ {
    margin: 0 0 20px 0;
}


/* gallery styles 
-----------------------------------------------*/

.gallery .galleryImage {
	width:226px;
	float:left;
	margin: 0 40px 10px 40px;
	position:relative;
	background: #e8e0d9;
}

.gallery .galleryImage h4 {
	margin:0;
	padding: 2px 5px;
	font: 14px "Century Gothic", "Apple Gothic", Verdana, Arial, Helvetica;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #bbb;
}

.gallery .galleryImage div.photo {
	width:216px;
	height:140px;
	overflow:hidden;
	margin: 5px auto;
}

.gallery .galleryImage img { 
	border:none;
	display:block;
	margin: 0 auto;
}


.gallery .galleryImage .caption {
	background: #e8e0d9;
	padding: 3px;
	text-align: center;
}

.gallery .galleryRow {
	clear:both;
	margin-top: 18px;
}


