﻿body
{
	background-color:#FFFFFF;
	font-family:Tahoma, Geneva, sans-serif;
	text-align: center;
	color:#000000;
	background-image: url(../images/backgroundtestlarge.jpg);
	width: 100%;
	height: 100%;
}
a
{
	font-size:15px;
}
img
{
	border:0px;
	text-align: center;
}
img.specialogo
	{
	float:left;
	width: 150px;
	height: 150px;
	border-color: #006699;
	border-width: thin;
	vertical-align: top;
	}	
h1
{
	font-size:xx-large;
	font-weight:bold;
	color:#006699;
	vertical-align: top;
}
	
.header
{
	font-size:x-large;
	text-align: center;
}

.footer
{
	color:#21002D;
	text-align: center;
}
.bannertext{
	font-size:x-large;
	line-height:10px;
}
.telphone{
	font-size:x-large;
	color:#000000;
	line-height: 10px;
    }
.quote
{
	font-size:medium;
	color:#FF0000;
	font-style:italic;
	line-height: 5px;
}
.outsidelinkheader{
	padding:3.5px 0 3.5px 15px;
	color:#fff;background:#0f66dd;
}
form
	{
	background-color:#FFFFFF;
	color:#006699;
	margin-left:5%;
	margin-right:5%;
	padding-left:5%;
	padding-right:5%;
	width: inherit;
	border: thin solid #006699;
	font-size: medium;
	}	
div {
	text-align:left;
	}
.main {
	width:900px;
	padding:0 10px 0px 10px;
	border:1px solid #ccc;
	background:#fff;
	margin:0 auto 0 auto;
	}
.border{
	background:#ccc;
	}
.header{
	padding:0 10px 10px 10px;
	border:1px solid #006699;
	border-top:0px;
	margin-bottom:6px;
	}
.headerTable{
	width:100%;
	}
.headerTable td {
	vertical-align:top;
	padding-top:5px;
	}
.pagelabelrow {
	padding:0 5px 0 0;
	}
.pagelabel {
	font-weight:bold;
	text-align:center;
	font-family:arial,sans-serif;
	color:#000000;
	}
.bodyTable {
	width:100%;
	margin-bottom:6px;
	}
#insidelink {
	width:100%;
	padding:6px;
	border:1px solid #006699;
	text-align:left;
	font-weight:bold;
	font-family:arial,sans-serif;
	font-size:medium;
	vertical-align:top;
	}
#outsidelink {
	width:30%;
	padding:6px;
	border:1px solid #006699;
	text-align:left;
	font-weight:bold;
	font-family:arial,sans-serif;
	font-size:medium;
	vertical-align:top;
	}
#outsidelink2 {
	width:20%;
	padding:6px;
	border:1px solid #006699;
	text-align:left;
	font-weight:bold;
	font-family:arial,sans-serif;
	font-size:medium;
	vertical-align:top;
	}
.outsidelinkbox a {
	display:block;
	color:#fff;
	padding:3.5px 4px 3.5px 14px;
	text-decoration:none;
	text-transform:capitalize;
	background:#3e81b5;
	border:1px solid #3e81b5;
	border-top:1px solid #fff;
	}
.outsidelinkbox a:hover{
	background:#fff;
	text-decoration:none;
	color:#3e81b5;
	}
.contentHeader{
	font-weight:bold;
	padding-bottom:3px;
	color:#006699;
	}

.movie {
	float:right;
	padding:10px 10px 10px 10px;
	border:2px solid #0f66dd;
	border-top:6px;
	margin-bottom:6px;}
.logolink{
	float:left;
	width:263px; 
	}
.logobestbath{
	float:right;
	width:263px;
	}
.pictures{
	float:left;
	padding:5px 5px 5px 5px;
	border:1px solid #0000CC;
	margin: 5px 5px 5px 5px;
	height: 200px;
	width: 200px;
    }
.picturesbig{
	padding:5px 5px 5px 5px;
	border:1px solid #006699;
	margin: 5px 5px 5px 5px;
	height: 403px;
	width: 96%;
    }
.pictures1{
	padding:10px 10px 10px 10px;
	border:2px solid #006699;
	margin: 5px 5px 5px 5px;
	float: inherit;
    }
#yahoolink{
		color:#FFFFFF;
	}	
/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {/* This is the ruler on the pages */
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:center;
	}
	/* column container */
	.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
	}
	.col1,
	.col2,
	.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#eee;		/* right column background colour */
	}
	.threecol .colmid {
	right:33%;			/* width of the right column */
	background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
	right:33%;			/* width of the middle column */
	background:#f4f4f4;	/* left column background colour */
	}
	.threecol .col1 {
	width:33%;			/* width of center column content (column width minus padding on either side) */
	left:100%;
	}
	.threecol .col2 {
	width:33%;			/* Width of left column content (column width minus padding on either side) */
	left:34%;
	}
	.threecol .col3 {
	width:33%;			/* Width of right column content (column width minus padding on either side) */
	left:67%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
.buttonsize
{
	height: 30px;
	width: 200px;
	border: 0;
}
.call
{
	color:#006699;/* Special text */
	font-size:x-large;
	text-align: center;
}
.enviroment
{
	color:#660000; /* Special text */
	font-size:large;
	text-align: center;
}
.help
{
	font-size:large; /* Special text */
	text-align: center;
}
.emailcontainer{
	padding-top:50px
}
.trailer{
	font-style:italic;
	font-size:large;
	color:#FF0000;
	text-align:center;
	}
.cd{padding:5px 5px 5px 5px;
	border:1px solid #006699;
	margin: 5px 5px 5px 5px;
	}
.webfont{
	font-size: xx-small;
    }
