/*--------------------------------------------------------------------
Avalon Pool Service Default CSS

version:	1.0
author:		Elsbeth Oggert
email:		infor@itsanoffice.com
website:	www.itsanoffice.com

------------------------------------------------------------------- */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}
body {
	color: #333333;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background: url(../Images/Sitebg3.jpg) repeat;
	font: 12px/18px Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	color: #28467C;
	font-size: 18px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
}
h2 {
	color: #303030;
	padding-top: 15px;
	padding-bottom: 15px;
	font: bold 16px/14px Geneva, Arial, Helvetica, sans-serif;
}
#content h3 {
	color: #414141;
	padding-top: 10px;
	padding-left: 25px;
}
.phone  {
	color: #6699FF;
	font: normal 20px Arial, Helvetica, sans-serif;
	margin-left: -30px;
}
#mycarousel img { 
}




/* Sets the style for unvisited links. */
a,  a:link {
	color: #0099CC;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #09c;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #09c;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus { color: #09c; 
}
/* Sets the style for a link that is being activated/clicked. */
a:active { color: #09c; 
}

#outerWrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 700px;
}
#header     {
	height: 165px;
	background: url(../Images/headerWoman3.jpg) no-repeat right bottom;
	width: 670px;
	padding-left: 30px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	padding-top: 0px;
}

#outerWrapper #contentWrapper #leftColumn1 {
	width: 138px;
	text-align: left;
	float: left;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background: url(../Images/wave2.jpg);
}
#headerHome  p, #headerContact p, #headerService p ,{
	font-size: 14px;
	text-align: left;
	color: #FFFFFF;
	padding-top: 50px;
}


#leftColumn1 ul {
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-left: 1px;
	margin-left: 1px; /* for IE (schiebt den Inhalt nach rechts) */
}

#leftColumn1 li {
	margin-bottom: 20px;
	list-style: none;
	padding-bottom: 20px;
	display: block;
	padding-left: 15px;
	width: 110px;
	padding-top: 20px;
}

#leftColumn1 a, #leftColumn1 a:link, #leftColumn1 a:visited, #leftColumn1 a:hover, #leftColumn1 a:focus, #leftColumn1 a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
#leftColumn1 a:hover     {
	color: #fff;
	border-left: 10px solid #09c;
	padding-left: 12px;
}
#leftColumn1 a:active, #leftColumn1 a:focus, .current {
	border-left: 10px solid #FF6600;
	padding-left: 12px;
}


/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin: 0 0 0 140px;
	padding: 20px 30px;
	background: #fff url(../Images/corner.jpg) no-repeat right bottom;
}
#content li {
	list-style: none;
	border-left: 10px solid #f60;
	padding-left: 5px;
}
#content #imageGallery {
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 20px;
}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#comments {
	width: 90%;
	height: 50px;
}

#contactForm { font-size: 12px; }
.ast {
	color: #3C69A4;
	font-weight: 600;
}

#contactForm legend { color: #303030; }

.tdformPadding { padding-right: 20px; }
.textInput { width: 250px; }
#contactForm #submit {
	font-weight: 900;
	color: #325396;
	width: 200px;
	margin-right: 10px;
}

#contactForm #reset { color: #3253A2; }

#contactForm table { width: 100%; }

#outerWrapper #footer {
	padding: 10px 10px 10px 140px;
	font-size: 9px;
	font-style: italic;
	color: #FFFFFF;
}
