@charset "UTF-8";
html, body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/background-shadow.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #CCCCCC;
}
#container  {
	width: 829px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #977a99;
	text-align: left;
	background-image: url(../images/200px-purple-line.gif);
	background-repeat: repeat-y;
} 
#nav-home {
	padding: 1px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 50px;
	width: 830px;
	margin: 0 auto;
	background-image: url(../images/background-nav-logo.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	line-height: 12px;
}
#nav-home p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 20px 0 0 0;
}
#nav-home-text   {
	letter-spacing: 1px;
	position: absolute;
	margin: 0px 0 0 -220px;
	width: 500px;
	left: 50%;
}
#nav-home-text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
}
.nav-home   a:link {
	font-size: 12px;
	color: #000000;
	letter-spacing: 1px;
}
.nav-home   a:active {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
}
.nav-home   a:hover {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 1px;
}
.nav-home   a:visited {
	font-size: 12px;
	color: #333333;
	letter-spacing: 1px;
}
#header  {
	background: #FFFFFF;
	padding: 0 15px 0 15px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 320px;
	border-bottom-color: #977a99;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 0px 0px 0px 0px;
} 
#header    h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}
#header   p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 17px;
}
#rotator {
	float: left;
	height: 280px;
	width: 510px;
	margin: 20px 0px 20px 0px;
}
#header-text {
	float: right;
	height: 280px;
	width: 270px;
	margin: 20px 0px 20px 5px;
}
#sidebar-pages  {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 11px;
	margin: 0px 9px 0px 0px;
	border-right: 0px solid #977a99;
}
#sidebar-pages  h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
}
#sidebar-pages  p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
}
#sidebar-pages ul {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar-pages  ul li {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#sidebar-pages  ul  li a {
	list-style: none;
	display: block;
	width: 150px;
	height: 75px;
}
#mainContentpages  {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 10px 5px 10px;
	float: right;
	width: 590px;
} 
#mainContentpages  h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #333333;
}
#mainContentpages    h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
#mainContentpages    p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 17px;
}

.mainContentpages-bullet {
	padding: 0px 0 1px 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 17px;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 0px;
}

#mainContentpages  a:link {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 13px;
	color: #663399;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContentpages  a:visited {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 13px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContentpages  a:hover {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContentpages  a:active {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#footer  {
	padding: 5px 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#977a99;
	height: 60px;
	margin: 0px 0px 0px 0px;
	border-left: 1px solid #977a99;
	width: 100%;
	background-image: url(../images/background-footer.jpg);
} 
#footer p    {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #000000;
	line-height: 13px;
}
#footer  a:link {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #000000;
}
#footer  a:active {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
#footer  a:hover {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #000000;
	font-weight: bold;
}
#footer  a:visited {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #333333;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.sidebar-nav-pools  a,
.sidebar-nav-hardscape a,
.sidebar-nav-decks a,
.sidebar-nav-bbq a,
.sidebar-nav-plants a,
.sidebar-nav-after a,
.sidebar-nav-evolutions a,
.sidebar-nav-award a,
.sidebar-nav-pools a:hover,
.sidebar-nav-hardscape a:hover,
.sidebar-nav-decks a:hover,
.sidebar-nav-bbq a:hover,
.sidebar-nav-plants a:hover,
.sidebar-nav-after a:hover,
.sidebar-nav-evolutions a:hover,
.sidebar-nav-award a:hover {
	margin-left: 12px;
	padding: 5px 0 12px 0;
}
 

.sidebar-nav-pools  a {
	background-image: url(../images/nav-portfolio/nav-pools.gif);
	background-repeat: no-repeat;
}
.sidebar-nav-hardscape a {
	background-image: url(../images/nav-portfolio/nav-hardscape.gif);
	background-repeat: no-repeat;
}
.sidebar-nav-decks a {
	background-image: url(../images/nav-portfolio/nav-decks.gif);
	background-repeat: no-repeat;
}
.sidebar-nav-bbq a {
	background-image: url(../images/nav-portfolio/nav-bbq.gif);
	background-repeat: no-repeat;
}
.sidebar-nav-plants a {
	background-image: url(../images/nav-portfolio/nav-plants.gif);
	background-repeat: no-repeat;
}
.sidebar-nav-after a {
	background-repeat: no-repeat;
	background-image: url(../images/nav-portfolio/nav-after.gif);
}
.sidebar-nav-evolutions a {
	background-repeat: no-repeat;
	background-image: url(../images/nav-portfolio/nav-evolutions.gif);
}
.sidebar-nav-award a {
	background-repeat: no-repeat;
	background-image: url(../images/nav-portfolio/nav-award.gif);
}
.sidebar-nav-pools a:hover {
	background-image: url(../images/nav-portfolio/nav-pools-roll.gif);
	background-repeat: no-repeat;
}
.sidebar-nav-hardscape a:hover {
	background-image: url(../images/nav-portfolio/nav-hardscape-roll.gif);
	background-repeat: no-repeat;
}
.sidebar-nav-decks a:hover {
	background-image: url(../images/nav-portfolio/nav-decks-roll.gif);
	background-repeat: no-repeat;
}
.sidebar-nav-bbq a:hover {
	background-image: url(../images/nav-portfolio/nav-bbq-roll.gif);
	background-repeat: no-repeat;
}
.sidebar-nav-plants a:hover {
	background-image: url(../images/nav-portfolio/nav-plants-roll.gif);
	background-repeat: no-repeat;
}
.sidebar-nav-after a:hover {
	background-image: url(../images/nav-portfolio/nav-after-roll.gif);
	background-repeat: no-repeat;
}
.sidebar-nav-evolutions a:hover {
	background-image: url(../images/nav-portfolio/nav-evolutions-roll.gif);
	background-repeat: no-repeat;
}
.sidebar-nav-award a:hover {
	background-image: url(../images/nav-portfolio/nav-award-roll.gif);
	background-repeat: no-repeat;
}
/* ------- */
.sidebar-pages a:link {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.sidebar-pages a:active {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.sidebar-pages a:hover {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.sidebar-pages a:visited {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #333333;
}
/* ------- */
#sidebar-pages a:link {
	color: #663399;
	text-decoration: underline;
}
#sidebar-pages a:active {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#sidebar-pages a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
#sidebar-pages a:visited {
	color: #333333;
	text-decoration: underline;
}
.horizontal-rule {
	color: #977a99;
	height: 1px;
	background-color: #977a99;
	border: 0;
}
.fltlft-caption {
	float: left;
	margin-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: italic;
	color: #666666;
	margin-top: 0px;
}
