/* @override 
	http://www.watermotionenergy.com.au/includes/css/text.css
	http://wme:8888/includes/css/text.css
	http://watermotionenergy.com.au/includes/css/text.css
*/

body {
	margin:0px;
    height:100%;
    
	/*background-color:#f4f4f4;*/
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color: #b1b3b7;
	background-color: #408ac6;
}
html {
    height: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
}
strong{
	color: #626262;
}
.pageHolder {
	height:99.9%;
	min-height:100%;
	width:100%;
}
.percentHeight {
	height:100%;
}
.logo {
	position:absolute;
	margin-top:25px;
	margin-left:595px;
	*margin-left:135px;
}
.logo img {
	height:130px;
	width:290px;
}
.hide {
	display:none;
}

/* fundamentals ------------------- */

form {
	margin:0px;
	padding:0px;
}
a {
	font-size:11px;
	color:#99ccff;
	text-decoration:none;
}
a:hover {
	color:#808285;
	text-decoration:none;
}
p {
	
	margin-top:0px;
	margin-bottom:12px;
	/*color: #6a6b6d;*/
}
table {
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
}

/* content holder */

.contentHolder {
	height:570px;
	width:970px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(../../images/BG.png);
	/*background-image:url(../../images/bg.gif);*/
	background-position:top center;
	background-repeat:no-repeat;
}
.contentHolder .contentSpace {
	padding:25px 25px 0px 25px;
}

/* double table */

.doubleTable {
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#FFF;
	width:920px;
	height:520px;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color: #6a6b6d;
}
.doubleTable td {
	vertical-align:top;
}
.doubleTable .left {
	width:560px;
	padding-top:30px;
}
.doubleTable .left table {
	width:100%;
}
.doubleTable .right {
	padding:222px 35px 0px 35px;
	text-align:center;
}
.tickerText {
	white-space:nowrap;
	margin-bottom:5px;
	background-image:url(../../images/bgTicker.gif);
	background-position:0 7px;
	background-repeat:no-repeat;
	padding-left:5px;
	display: block;
}

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
width: 280px; 
height: 27px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 5px;
top: 5px;
width: 270px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
/*background: #fff;*/
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
/*color: #ff0000;*/
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 


/* about table */

.aboutTable td {
	vertical-align:top;
}
.aboutTable .text {
	padding:0px 30px 0px 0px;
	text-align:center;
}
.aboutTable .image {
	width:300px;
}
.aboutTable h2 {
	color:#99ccff;
	margin-top:0px;
	margin-bottom:20px;
	font-size:20px;
	line-height:23px;
}
h3 {
	color:#99ccff;
	margin-top:0px;
	margin-bottom:3px;
	font-size:12px;
	line-height:16px;
}
.aboutTable .text p {
	margin-bottom:22px;
}

/* footer */

.footer {
	text-align:right;
	padding-top:7px;
	padding-right:5px;
}
.footer a {
	font-size:11px;
	color:#a1a1a1;
	text-decoration:none;
}
.footer a:hover {
	color:#000;
	text-decoration:none;
}

/* menu */

.navHolder {
	padding-left:33px;
}
.menu {
	margin-top:17px;
	width:auto !important;
}
.menu td {
	vertical-align:top;
	padding-right:27px;
	text-align:left;
}
.menu .noPad {
	padding-right:0px;
}
.menu a {
	font-size:12px;
	display:block;
	color: gray;
	background-image:url(../../images/dotBlue.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding-left:10px;
}
.menu a:hover {
	font-size:12px;
	color:#8bcff2;
	background-image:url(../../images/dotGrey.gif);
}
.menu .on {
	font-size:12px;
	color:#8bcff2;
	background-image:url(../../images/dotGrey.gif);
}

/* image holder */

.imageHolder {
	height:412px;
	padding-left:30px;
	text-align:left;
}

/* gallery button */

.galleryButton {
	height:16px;
	width:145px;
	margin-right:auto;
	margin-left:auto;
}
.galleryButton img {
	border:none;
	height:16px;
	width:145px;
}
.galleryButton a:hover {
	background-position: 0 0px;
}
.galleryButton a {
	display:block;
	background-image:url(../../images/viewGalleryButton.gif);
	background-position: 0 -16px;
}

/* scroll */

.flexcroll {
	height:215px;
}
.scrollHeightContent {
	height:215px;
	margin-bottom:20px;
}
.shorter {
	height:196px;
}
.shorter .flexcroll {
	height:196px;
}
.flexcroll p {
	/*padding-left:20px;
	padding-right:20px;*/
	margin-left:20px;
	margin-right:20px;
}
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	overflow-y: auto;
	overflow-x: hidden;
	/* IE overflow fix, position must be relative or absolute*/
	position:absolute;
	background-image:none;
	width:330px;
}
.doubleTable .rightScroll {
	padding:222px 15px 0px 15px;
	text-align:left;
}
.doubleTable .rightScroll p {
	text-align:center;
}
.doubleTable .rightScroll h3 {
	text-align:center;
}
.doubleTable .rightScroll .flexcroll {
	height:260px;
}
.doubleTable .rightScroll .scrollHeightContent {
	height:260px;
}

/* friends */

.doubleTable .rightFriends {
	padding:222px 15px 0px 15px;
	text-align:left;
}
.rightFriends p {
	border-bottom:solid 1px #99ccff;
	margin-bottom:10px;
	padding-bottom:7px;
}
.rightFriends h3 {
	padding-left:20px;
	padding-right:20px;
	margin-bottom:0px;
}
.rightFriends .flexcroll .button {
	float:right;
	margin-top:-30px;
	margin-right:20px;
	_margin-right:10px;
	line-height:normal;
}
.rightFriends .flexcroll .button a {
	padding:0px 7px 0px 7px;
	background-color:#99ccff;
	text-decoration:none;
	font-size:10px;
	color:#FFF;
}
.rightFriends .flexcroll .button a:hover {
	color:#FFF;
	background-color:#74b0dd;
}
.rightFriends .flexcroll {
	height:240px;
}
.friendsText {
	background-color:#519cd5;
	color:#FFF;
	text-align:center;
	height:200px;
	width:200px !important;
}
.friendsText td {
	vertical-align:middle !important;
}
.friendsText td div {
	padding:0px 18px 0px 18px;
}

/* contact form */

.contactForm {
	/*margin-top:45px;*/
}
.contactForm .contactField {
	background-color:#e7e7e7;
	border:solid 1px #ccc;
	width:300px;
}
.contactForm textarea {
	height:160px;
}
.contactForm td {
	text-align:left !important;
}
.contactForm .text {
	padding:12px 0px 2px 2px;
}
.contactForm .buttonSpace {
	padding-top:10px;
}
input, textarea {
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:11px;
}
.contactButton {
	padding:2px 9px 2px 9px;
	background-color:#99ccff;
	text-decoration:none;
	font-size:11px;
	color:#FFF;
	border:none;
}
.contactButton:hover {
	color:#FFF;
	background-color:#74b0dd;
	cursor:pointer;
}
.contactAlign {
	vertical-align:bottom !important;
}

/* distributors */

.centerText p {
	border-bottom:none !important;
	margin-bottom:12px !Important;
	padding-bottom:0px !important;
	text-align:center !important;
}
.distributorButton {
	line-height:normal;
	display:block;
	margin-top:5px;
}
.distributorButton a {
	padding:0px 7px 0px 7px;
	background-color:#99ccff;
	text-decoration:none;
	font-size:10px;
	color:#FFF;
}
.distributorButton a:hover {
	color:#FFF;
	background-color:#74b0dd;
}
.noBorder {
	border-bottom:none !important;
}
.distributorLogo {
	margin:3px 0px 3px 0px;
	text-align:center;
}
.distributorHeight .flexcroll {
	height:247px;
}
.distributorHeight .flexcroll p {
	text-align:center;
}
.distributorHeight h3 {
	padding-left:20px;
	padding-right:20px;
	margin-bottom:0px;
	text-align:center;
}

/* map */

.mapHolder {
	height:412px;
	width:530px;
	background-image:url(../../images/bgMap.gif);
	background-repeat:no-repeat;
	text-align:center;
	color:#FFF;
	font-size:12px;
	line-height:17px;
}
.mapHolder .space {
	padding-top:125px;
}
.mapHolder .space span {
	color:#a8ceea;
}
.mapHolder .space h2 {
	color:#FFF;
	font-size:36px;
	font-weight:normal;
	line-height:normal;
	margin-top:0px;
	margin-bottom:0px;
}
.mapHolder .space p {
	margin-top:0px;
	margin-bottom:3px;
}

/* map buttons */

.darwin {
	height:20px;
	width:26px;
	position:absolute;
	margin-top:31px;
	margin-left:233px;
}
.perth {
	height:20px;
	width:26px;
	position:absolute;
	margin-top:270px;
	margin-left:71px;
}
.adelaide {
	height:20px;
	width:26px;
	position:absolute;
	margin-top:290px;
	margin-left:334px;
}
.nthNSW{
	height:20px;
	width:26px;
	position:absolute;
	margin-top:255px;
	margin-left:465px;
}
.brisbane {
	height:20px;
	width:26px;
	position:absolute;
	margin-top:195px;
	margin-left:465px;
}
.goldCoast {
	height:20px;
	width:26px;
	position:absolute;
	margin-top:217px;
	margin-left:470px;
}
.sydney {
	height:20px;
	width:26px;
	position:absolute;
	margin-top:278px;
	margin-left:442px;
}
.melbourne {
	height:20px;
	width:26px;
	position:absolute;
	margin-top:321px;
	margin-left:395px;
}
.mapButton img {
	height:20px;
	width:26px;
	border:none;
	overflow: hidden;
}
.mapButton a {
	display:block;
	background-image:url(../../images/buttonMap.gif);
	background-position: 0 0;
	height:20px;
	width:26px;
}
.mapButton a:hover {
	background-position: 0 -20px;
}
.mapButton .on {
	background-position: 0 -20px;
}
#thumbs{
	float: left;
}
ul.thumbs{
	
}
ul.thumbs, ul.thumbs li a{
	float: left;
	padding: 0;
	margin: 0;
}
ul.thumbs li{
	list-style-type: none;
	list-style-image: none;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
}
ul.thumbs li a img{
	display: block;
	border: 0;
}
#thumbs p{
	padding: 10px 10px 0 10px;
}
#gallery-nav{
	float: left;
	position: relative;
	background-color: #408ac6;
	width: 527px;
	margin: 0 0 1px 0;
}
#gallery-nav h2{
	font-size: 16px;
	color: white;
	font-weight: normal;
	font-style: normal;
	line-height: 14px;
	margin: 10px 0 10px 10px;
	float: left;
}
#gallery-nav h2 span{
	color: #75add7;
	font-size: 10px;
}
#gallery-nav ul{
	padding: 0 ;
	margin: 0 ;
	float: left;
	width: 100%;
	clear: both;
}
#gallery-nav li{
	float: left;
	list-style-type: none;
}
#gallery-nav li a{
	padding: 10px 20px;
	float: left;
	margin: 0;
}
#gallery-nav .gallerylogo{
	float: right;
}
#gallery-nav li a:hover, #gallery-nav li a.active{
	background-color: #226eb9;
	color: white;
}
#gallery-nav p{
	clear: both;
	padding: 5px 0 5px 10px;
	margin: 0;
	background-color: #226eb9;
	color: #75add7;
}
td.featurenav a{
	color: #408ac6;
	font-weight: bold;
}


