@charset "utf-8";
/* CSS Document */
 span.c1 {text-decoration: underline}
hr {color: #cacaca; border: 2px dotted #cacaca; border-style: none none dotted; }
body {
	background-image: url(images/plumbing-contractors-tampa.jpg);
	background-color: #020001;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	background-repeat: no-repeat;
}
plumbing-font-main {
	font-family: "Yanone Kaffeesatz", arial, serif;
	font-size: 18px;
	color: #666;
	font-weight:bold;
}
#tampa-plumbing {
	position:static;
	width:963px;
	height:115px;
	z-index:1;
	overflow: hidden;
}
#plumbing-contractor-menu {
	position:static;
	width:963px;
	height:58px;
	z-index:1;
	overflow: hidden;
	background-image: url(images/menu.jpg);
	margin-top: 3px;
}
body,td,th {
	font-family: "Yanone Kaffeesatz", arial, serif;
	font-size: 18px;
	color: #666;
}
.emergency-plumbing-titles {
    font-family: "Yanone Kaffeesatz", arial, serif;
	font-size: 18px;
	color: #b5121b;
}
.plumbing-titles {
	font-family: "Yanone Kaffeesatz", arial, serif;
	font-size: 18px;
	color: #666;
}
.plumbing-titles-red {
	font-family: "Yanone Kaffeesatz", arial, serif;
	font-size: 18px;
	color: #b5121b;
}
.plumb-menu {
	font-family: 'Anton', arial, serif;
	font-size: 18px;
	color: #fff;
}
.plumb-menu-footer {
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size: 16px;
	color: #fff;
}
.plumbing-tips {
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size: 14px;
	color: #666;
}
a.plumb-menu:link {color: #fff; text-decoration: none; }
a.plumb-menu:visited {color: #fff; text-decoration: none; }
a.plumb-menu:hover {color: #b5121b; text-decoration: underline; }
a.plumb-menu:active {color: orange; } 
a.plumb-menu-footer:link {color: #fff; text-decoration: none; }
a.plumb-menu-footer:visited {color: #fff; text-decoration: none; }
a.plumb-menu-footer:hover {color: #b5121b; text-decoration: underline; }
a.plumb-menu-footer:active {color: orange; } 
a.plumbing-font-main:link {color: #666; text-decoration: none; }
a.plumbing-font-main:visited {color: #666; text-decoration: none; }
a.plumbing-font-main:hover {color: #b5121b; text-decoration: underline; }
a.plumbing-font-main:active {color: orange; } 
a.plumbing-font-main-small:link {color: #cacaca; text-decoration: none; }
a.plumbing-font-main-small:visited {color: #cacaca; text-decoration: none; }
a.plumbing-font-main-small:hover {color: #b5121b; text-decoration: underline; }
a.plumbing-font-main-small:active {color: orange; }

a.h1:link {color: #b5121b; text-decoration: none; }
a.h1:visited {color: #b5121b; text-decoration: none; }
a.h1:hover {color: #b5121b; text-decoration: underline; }
a.h1:active {color: orange; }  

a.h2:link {color: #b5121b; text-decoration: none; }
a.h2:visited {color: #b5121b; text-decoration: none; }
a.h2:hover {color: #b5121b; text-decoration: underline; }
a.h2:active {color: orange; } 


h1 {
	font-family: 'Oswald', arial, serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	color: #b5121b;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0.127em;
	line-height: .08px;
}
h2 {
	font-family: 'Oswald', arial, serif;
	font-size: 20px;
	font-style: normal;
	color: #b5121b;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0.127em;
	line-height: .08px;
}
h3 {
	font-family: 'Oswald', arial, serif;
	font-size: 16px;
	font-style: normal;
	color: #b5121b;

}
#plumbing-slideshow {
	position:static;
	width:963px;
	height:280px;
	z-index:1;
}
#plumbing-footer {
	position:static;
	width:921px;
	height:42px;
	z-index:1;
	background-image: url(images/b_footerlinks.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
}
.plumbing-font-main-small {
	font-family: "Yanone Kaffeesatz", arial, serif;
	font-size: 14px;
	color: #cacaca;
}
	label {	
		font-size: 20px;
		color: #cacaca; 
	}
	
	form { 
		float: left;
		padding: 0px 0px 0px 0px; 
		margin: 10px 0 0 0;
		width: 600px; 		
	}	
	
	fieldset { border: none; }
	
	#user-details { 
		float: left;
		width: 130px; 
	}
	
#user-message {
	float: right;
	width: 205px;
	margin-right: 35px;
	}
	
	input, textarea { 		
		padding: 8px; 
		margin: 4px 0 20px 0; 
		background: #fff; 
		width: 220px; 
		font-size: 14px; 
		color: #555; 
		border: 1px #ddd solid;
		
		/* -- CSS3 Shadow - create a shadow around each input element -- */ 
		-webkit-box-shadow: 0px 0px 4px #aaa;
		-moz-box-shadow: 0px 0px 4px #aaa; 
		box-shadow: 0px 0px 4px #aaa;
		
		/* -- CSS3 Transition - define what the transition will be applied to (i.e. the background) -- */		
		-webkit-transition: background 0.3s linear;							
	}
	
	textarea {		
		width: 220px; 
		height: 175px; 		 		
	}
	
	input:hover, textarea:hover { 
		background: #eee; 
	}
		
	input.submit { 	
		width: 150px; 
		color: #eee; 
		text-transform: uppercase; 
		margin-top: 10px;
		background-color: #18a5cc;
		border: none;
		
		/* -- CSS3 Transition - define which property to animate (i.e. the shadow)  -- */
		-webkit-transition: -webkit-box-shadow 0.3s linear;
		
		/* -- CSS3 - Rounded Corners -- */
		-moz-border-radius: 4px; 
		-webkit-border-radius: 4px;
		border-radius: 4px; 
						
		/* -- CSS3 Shadow - create a shadow around each input element -- */ 
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#18a5cc), to(#0a85a8)); 
		background: -moz-linear-gradient(25% 75% 90deg,#0a85a8, #18a5cc);		
	} 
	
	input.submit:hover { 		
		-webkit-box-shadow: 0px 0px 20px #555;
		-moz-box-shadow: 0px 0px 20px #aaa; 
		box-shadow: 0px 0px 20px #555;	
		cursor:  pointer; 
	}