/*======================================
                 CUSTOM
--------------------------------------      
     Copyright Andrew Trout
      Author: Andrew Trout
  http://www.andrewtrout.com.au
======================================*/

/*====================================== 
   custom.css
   * Styles specific to this site.
======================================*/

#slider1 {
	width: 548px; /* important to be same as image width */
	height: 300px; /* important */
	overflow: hidden;
	position: relative;
	margin-top: 30px;
	margin-left: 37px;
}
#slider1Content {
	width: 548px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
	float: left;
	position: relative;
	display: none;
}
.slider1Image span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 548px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
	font-size: 1.4em;
}
.bottom {
	left: 0;
	bottom: 0;
	width: 548px !important;
}
ul {
	list-style-type: none;
}
.borderbg {
	background-image: url(../img/border.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 362px;
}
.indexbg {
	background-image: url(../img/bg-header.jpg);
	background-repeat: repeat-x;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.subbg {
	background-image: url(../img/s-bg-header.jpg);
	background-repeat: repeat-x;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.logohide {
	height: 126px;
	width: 321px;
	background-image: url(../img/logo-large.jpg);
	background-repeat: no-repeat;
}
.sloganhide {
	height: 126px;
	width: 351px;
	background-image: url(../img/slogan.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 10px;
}
.nav-top {
	text-align: right;
	letter-spacing: 0.1em;
	padding-top: 0.5em;
	padding-bottom: 0.4em;
	height: 2.1em;
}
.nav {
	color: #FFF;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}
.h3-index {
	color: #FFF;
	margin-top: 1.8em;
}
.h3-sub {
	color: #FFF;
	text-align: center;
	font-size: 1.8em;
}
.h2-index {
	color: #144D90;
	margin-top: 1.8em;
}
.h2-sub {
	color: #1D4D8B;
	font-size: 1.5em;
}
.h3headings {
	height: 2.7em;
	padding-bottom: 2em;
	padding-top: 0.3em;
}
.h2headings {
	height: 1.5em;
	padding-top: 1em;
	padding-bottom: 1em;
}
.p-index {
	color: #FFF;
}
.breadcrumbs {
	height: 1.5em;
	font-size: 1.2em;
	padding-top: 1.2em;
}
/*Pool Finish Thumbs*/
ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 2px;
}
ul.thumb li {
	margin: 0; padding: 2px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 100px;
	height: 100px;
}
ul.thumb li img {
	width: 60px; height: 60px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 2px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background:url(../img/thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect */
	border: none; /* Get rid of border on hover */
}p .iconlist {
	color: #397FB3;
}

