@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------------------------
[ Main Website Information ]

/*------------------------------------------------------------------------
[ Table of contents	]
Any additions to this table below can go under that number with an
alpha letter to sub category. Everything in content area should be as such
	[ 9a. Pagination ] as an example

1.	Remove all defaults
2.	Body
3.	Wrapper (#wrapper to enclose all design)
4.	Header area (#header)
5.	Branding (#brand)
6.	Navigation area (#)
7.	Secondary navigation area (#second-nav)
	[ 7a. Third navigation area (third-nav) ]
8.	Content area holder (#content)
9.	Main content area (#main-content)
10.	Second content area (#second-content)
11.	All table styles (#main-table)
12. All form styles (#main-form)
13. RSS (#rss)
14.	Advertisements (#ads)
15. Preloaded images (.images)
16. Footer area (#footer)

/*------------------------------------------------------------------------
[ Color Codes ]

Background:		#ffffff (sky blue)
Content:		#ffffff (sky blue)
Header h1:		#000000 (black)
Header h2:		#000000 (black)
Footer:			#000000 (black)

a (standard):	#303299 (blue)
a (visited):	#303299 (blue)
a (active):		#bb0404 (red)

/*------------------------------------------------------------------------
[Typography]

Heading Styles:		Verdana, Helvetica, Arial, Geneva, sans-serif;
H1						
H2					16px
H3					16px
H4					14px

Body copy:			
	Body Style:		Verdana, Helvetica, Arial, Geneva, sans-serif;
	Body height:	
	Body tracking:	0.1 (0.2 Letter Spacing)

Input, textarea:	

/* [ 1. Remove all defaults ]
------------------------------------------------------------------------*/
/* Remove all padding and margins */
* {
	margin: 0;
	padding: 0;
}

/* Html and body padding & margins */
html, body{
	height: 100%;
	margin: 0;
	padding: 0;	
	
	/* BUG: Fix IE6 bug */
	text-align: center;
}

body {
}

/* Remove padding & margins */
h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0;
	padding: 0;
}

/* Remove border images */
img {
	border: 0;
}

/* Remove styles from list items */
ul, li {
	list-style:none;
}

/* [ 2. Body ]
------------------------------------------------------------------------*/
body {
	background: #ffffff;
	font-family: Arial, sans-serif;
}

#clear {
	clear: both;
}

h1 {
	color: #FFFFFF;
	font-size: 24px;
	font-family: tahoma, arial;
	font-weight: bold;	
	text-align: center;
}

h2 {
	color: #35394d;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding:0;
	line-height: 16px;
	padding-bottom: 7px;
}

p {
	color: #35394d;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding-top: 5px;
	line-height: 16px;
	text-align: justify;
}

p a:link, p a:visited {
	color: #0000CC;
	text-decoration: underline;
}

p a:hover {
	color: #666666;
	text-decoration: none;
}

.left {
	float: left;
	padding-right: 10px;
}

.right {
	float: right;
	padding-right: 10px;
}

#intermission {
	height: 3px;
	width: 800px;
	background: #c7c8cd;
	color: #c7c8cd;
	margin: 15px auto 20px auto;
	border: 0;
}

/* [ 3. Wrapper ]
------------------------------------------------------------------------*/
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
}

#tag {
	width: 420px;
	text-align: justify;
}

/* [ 4. Header ]
------------------------------------------------------------------------*/
#header {
	height: 6px;
	line-height: 6px;
	width: 100%;
	padding: 0px;
	margin: 0;
	background: #35394d;
}
/* [ 5. Brand ]
------------------------------------------------------------------------*/
#brand {
	background: #d6d6d6 url(images/main_banner_2.jpg) top center no-repeat;
	height: 190px;
	width: 100%;
	padding: 0;
	margin: 0;
}

#brand2 {
	background: #d6d6d6 url(images/main_banner_1.jpg) top center no-repeat;
	height: 190px;
	width: 100%;
	padding: 0;
	margin: 0;
}

#brand3 {
	background: #d6d6d6 url(images/main_banner_3.jpg) top center no-repeat;
	height: 190px;
	width: 100%;
	padding: 0;
	margin: 0;
}

#brand4 {
	background: #d6d6d6 url(images/main_banner_4.jpg) top center no-repeat;
	height: 190px;
	width: 100%;
	padding: 0;
	margin: 0;
}
/* [ 6. Main Navigation ]
------------------------------------------------------------------------*/
#home-current, #home-current a:link, #home-current a:hover, #home-current a:visited {
	float: left;
	display: block;
	background: url(images/nav_home_on.gif) top center no-repeat;	
	height: 27px;
	width: 88px;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;	
	line-height: 27px;	
	text-decoration: none;
}

#home-link {
	background: url(images/nav_home_off.gif) top center no-repeat;
	height: 27px;
	width: 88px;
	padding: 0;
	float: left;
	line-height: 27px;	
}

#home-link li {
	display: block;
}

#home-link a:link, #home-link a:visited {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	height: 27px;
	width: 88px;
	margin: 0;
	padding: 0;
	color: #000000;
	text-decoration: none;
}

#home-link a:hover {
	background: url(images/nav_home_on.gif) left top no-repeat;
	color: #FFFFFF;
}

#about-current, #about-current a:link, #about-current a:hover, #about-current a:visited {
	float: left;
	background: url(images/nav_about_on.gif) top center no-repeat;	
	height: 27px;
	width: 88px;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;	
	line-height: 27px;	
	text-decoration: none;
}

#about-link {
	background: #303299;
	height: 27px;
	width: 88px;
	padding: 0;
	float: left;
	line-height: 27px;	
}

#about-link li {
	display: block;
}

#about-link a:link, #about-link a:visited {
	display: block;
	background: #303299;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	height: 27px;
	width: 88px;
	margin: 0;
	padding: 0;
	color: #000000;
	text-decoration: none;
}

#about-link a:hover {
	background: url(images/nav_home_on.gif) left top no-repeat;
	color: #FFFFFF;
}

#problems-current, #problems-current a:link, #problems-current a:hover, #problems-current a:visited {
	float: left;
	background: url(images/nav_problems_on.gif) top center no-repeat;	
	height: 27px;
	width: 154px;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;	
	line-height: 27px;	
	text-decoration: none;
}

#problems-link {
	background: #303299;
	height: 27px;
	width: 154px;
	padding: 0;
	float: left;
	line-height: 27px;	
}

#problems-link li {
	display: block;
}

#problems-link a:link, #problems-link a:visited {
	display: block;
	background: #303299;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	height: 27px;
	width: 154px;
	margin: 0;
	padding: 0;
	color: #000000;
	text-decoration: none;
}

#problems-link a:hover {
	background: url(images/nav_problems_on.gif) left top no-repeat;
	color: #FFFFFF;
}

#repair-current, #repair-current a:link, #repair-current a:hover, #repair-current a:visited {
	float: left;
	background: url(images/nav_repair_on.gif) top center no-repeat;	
	height: 27px;
	width: 121px;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;	
	line-height: 27px;	
	text-decoration: none;
}

#repair-link {
	background: #303299;
	height: 27px;
	width: 121px;
	padding: 0;
	float: left;
	line-height: 27px;	
}

#repair-link li {
	display: block;
}

#repair-link a:link, #repair-link a:visited {
	display: block;
	background: #303299;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	height: 27px;
	width: 121px;
	margin: 0;
	padding: 0;
	color: #000000;
	text-decoration: none;
}

#repair-link a:hover {
	background: url(images/nav_repair_on.gif) left top no-repeat;
	color: #FFFFFF;
}

#contact-current, #contact-current a:link, #contact-current a:hover, #contact-current a:visited {
	float: left;
	background: url(images/nav_contact_on.gif) top center no-repeat;	
	height: 27px;
	width: 101px;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;	
	line-height: 27px;	
	text-decoration: none;
}

#contact-link {
	background: url(images/nav_contact_off.gif) left top no-repeat;
	height: 27px;
	width: 101px;
	padding: 0;
	float: left;
	line-height: 27px;	
}

#contact-link li {
	display: block;
}

#contact-link a:link, #contact-link a:visited {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	height: 27px;
	width: 101px;
	margin: 0;
	padding: 0;
	color: #000000;
	text-decoration: none;
}

#contact-link a:hover {
	background: url(images/nav_contact_on.gif) left top no-repeat;
	color: #FFFFFF;
}

#plumbing-current, #plumbing-current a:link, #plumbing-current a:hover, #plumbing-current a:visited {
	float: left;
	background: url(images/nav_plumbing_on.gif) top center no-repeat;	
	height: 27px;
	width: 95px;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;	
	line-height: 27px;	
	text-decoration: none;
}

#plumbing-link {
	background: url(images/nav_plumbing_off.gif) left top no-repeat;
	height: 27px;
	width: 95px;
	padding: 0;
	margin-left: 37px;
	float: left;
	line-height: 27px;	
}

#plumbing-link li {
	display: block;
}

#plumbing-link a:link, #plumbing-link a:visited {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	height: 27px;
	width: 95px;
	margin: 0;
	padding: 0;
	color: #000000;
	text-decoration: none;
}

#plumbing-link a:hover {
	background: url(images/nav_plumbing_on.gif) left top no-repeat;
	color: #FFFFFF;
}

#commercial-current, #commercial-current a:link, #commercial-current a:hover, #commercial-current a:visited {
	float: left;
	background: url(images/nav_commercial_on.gif) top center no-repeat;	
	height: 27px;
	width: 181px;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;	
	line-height: 27px;	
	text-decoration: none;
}

#commercial-link {
	background: #303299;
	height: 27px;
	width: 181px;
	padding: 0;
	float: left;
	line-height: 27px;	
}

#commercial-link li {
	display: block;
}

#commercial-link a:link, #commercial-link a:visited {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	height: 27px;
	width: 181px;
	margin: 0;
	padding: 0;
	color: #000000;
	text-decoration: none;
}

#commercial-link a:hover {
	background: url(images/nav_commercial_on.gif) left top no-repeat;
	color: #FFFFFF;
}

#safeslab-current, #safeslab-current a:link, #safeslab-current a:hover, #safeslab-current a:visited {
	float: left;
	background: url(images/nav_safeslab_on.gif) top center no-repeat;	
	height: 27px;
	width: 239px;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;	
	line-height: 27px;	
	text-decoration: none;
}

#safeslab-link {
	background: url(images/nav_safeslab_off.gif) left top no-repeat;
	height: 27px;
	width: 239px;
	padding: 0;
	float: left;
	line-height: 27px;	
}

#safeslab-link li {
	display: block;
}

#safeslab-link a:link, #safeslab-link a:visited {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	height: 27px;
	width: 239px;
	margin: 0;
	padding: 0;
	color: #000000;
	text-decoration: none;
}

#safeslab-link a:hover {
	background: url(images/nav_safeslab_on.gif) left top no-repeat;
	color: #FFFFFF;
}

#nav-wrapper {
	padding: 113px 0px 0px 340px;
}

/* [ 7. Secondary Navigation ]
------------------------------------------------------------------------*/
/* [ 8. Content area ]
------------------------------------------------------------------------*/
/* [ 9. Main content area ]
------------------------------------------------------------------------*/
#left-main-content {
	float: left;
	width: 280px;
	margin: 0;
	padding: 35px;
	text-align: left;
}

#right-main-content {
	float: left;
	width: 565px;
	padding: 0px;
	margin: 0px;
	text-align: left;	
}

#spacer {
	width: 560px;
	height: 1px;
	background: #dc7f7f;
	color: #dc7f7f;
	margin-left: 30px;
	margin-right: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
	border: 0;
}

/* [ 10. Second content area ]
------------------------------------------------------------------------*/
#second-content {
	background: #9e461a url(images/wood_bg.jpg) top center repeat;
	width: 100%;
	min-height: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: #d6d6d6 solid 5px;
	border-top: #bb0404 solid 5px;
}

#left-second-content {
	float: left;
	width: 230px;
	margin: auto;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 2px;
	vertical-align: middle;
	text-align: left;
	color: #FFFFFF;
	font-size: 24px;
	font-family: tahoma, arial;
	font-weight: bold;
	letter-spacing: 0px;
}

#right-second-content {
	float: left;
	width: 582px;
	min-height: 20px;
	margin: auto;
	padding-left: 0px;
	padding-right: 28px;
	vertical-align: middle;
	text-align: left;
	color: #FFFFFF;
	font-size: 14px;
	font-family: arial;
	letter-spacing: 0px;
	line-height: 16px;	
}

#watering-list {
	float: left;
	width: 250px;
	margin: 0;
	list-style-type: disc;
	color: #000000;
}

#watering-list li {
	list-style-type: disc;
	padding: 2px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

#watering-list2 {
	float: left;
	width: 300px;
	margin: 0;
	color: #000000;
}

#watering-list2 li {
	list-style-type: decimal;
	padding: 2px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

/* [ 11. Tables ]
------------------------------------------------------------------------*/
/* [ 12. Forms ]
------------------------------------------------------------------------*/
/* [ 13. Rss ]
------------------------------------------------------------------------*/
/* [ 14. Advertisements ]
------------------------------------------------------------------------*/
/* [ 15. Preloaded Images ]
------------------------------------------------------------------------*/
/* [ 16. Footer ]
------------------------------------------------------------------------*/
#footer {
	margin: auto;
	width: 900px;
	padding-top: 20px;
	padding-bottom: 40px;
}

#colone {
	float: left;
	width: 155px;
	padding: 0 10px 0 10px;
	margin: 0;
	text-align: left;
}

#coltwo {
	float: left;
	width: 350px;
	padding: 0 10px 0 10px;
	margin: 0;
	text-align: left;
}

#colthree {
	float: left;
	width: 335px;
	padding: 0 10px 0 10px;
	margin: 0;
	text-align: left;
}

#colfour {
	float: left;
	padding: 0 0 0 30px;
	margin: 0;
	text-align: left;
}

#footer h2 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height:14px;
}

#footer h3 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 2px 0 5px 0;
	width: 100%;
	border-bottom: #bdbdbd solid 1px;
	line-height:12px;
}

#footer-item {
	margin: 0px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;	
	padding: 6px 0 6px 0;
	border-bottom: #bdbdbd solid 1px;
}

#bottom {
	min-height: 50px;
	width: 100%;
	padding: 10px 0 0 0px;
	margin: 0;
	background: #35394d;
	color: #c9c9c9;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

