/*  
Theme Name: J Taylor Plumbing
Theme URI: 
Description: Custom WordPress Theme for J Taylor Plumbing
Version: 1
Author: J Taylor Design
Author URI: http://www.thejtsite.com 

@charset "UTF-8";

/* Main ////////////////////////////////////////////////////////// */

/* Sets all Defaults to 0 */

html, body {
	height: 100%;
}

body  {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

#main_bg {
	background: url(images/header_back.jpg) repeat-x;
}

#main_bg2 {
	background: url(images/header_back2.jpg) repeat-x;
}

#container {
	width: 900px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -140px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.clearfloat {
	clear: both;
}

img {
	border: 0px;
}

/* Links ////////////////////////////////////////////////////////// */

a:link, a:active, a:visited { 
	text-decoration: none; 
	color: #1b3346; 
}

a:hover, a:focus { 
	text-decoration: underline; 
	color: #3573a2; 
}

/* Slideshow ////////////////////////////////////////////////////////// */

#slide_container {
	width: 423px;
	height: 194px;
}

#slide_left {
	width: 30px;
	height: 194px;
	display: inline;
	float: left;
}

#mygallery {
	width: 358px;
	height: 194px;
	background: url(images/slide_middle.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
}

#slide_right {
	width: 35px;
	height: 194px;
	float: left;
}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 348px;
height: 179px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px; /*margin around each panel*/
width: 348px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/* Home ////////////////////////////////////////////////////////// */

#middle {
	background: url(images/home_middle.jpg) repeat-x;
}

#middle_left {
	color: #ffffff;
	width: 450px;
	height: 190px;
	padding-top: 19px;
	display: inline;
	float: left;
}

#middle_right {
	color: #ffffff;
	width: 450px;
	height: 203px;
	padding-top: 6px;
	float: left;
}

.fixed_middle {
	height: 100px;
}

.push {
	margin-top: -4px;
}

#tri_container {
	height: 177px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#tri1 {
	width: 290px;
	height: 177px;
	padding: 5px;
	background: url(images/m1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: inline;
	float: left;
}

#tri2 {
	width: 290px;
	height: 177px;
	padding: 5px;
	background: url(images/m2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}

#tri3 {
	width: 290px;
	height: 177px;
	padding: 5px;
	background: url(images/m3.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}

.tri {
	padding: 7px;
	width: 265px;
}

.bottom {
	padding-bottom: 5px;
}

.plumbing {
	background:transparent url(images/home_head.png);
	background-repeat: no-repeat;
	width: 450px;
	height: 20px;
	text-indent: -9999px;
}

/* Inside Pages ////////////////////////////////////////////////////////// */

#inside_left {
	display: inline;
	float: left;
	width: 580px;
	padding-right: 55px;
	padding-bottom: 30px;
	padding-top: 12px;
	color: #ffffff;
}

#inside_left_top {
	padding-top: 14px;
}

#inside_left_bottom {
	padding-top: 5px;
	color: #1b3346;
}

#inside_right {
	float: left;
	width: 260px;
	padding-top: 80px;
	padding-bottom: 30px;
}

/* Photo Gallery ////////////////////////////////////////////////////////// */

#photo_container {
	width: 900px;
	padding-right: 20px;
	padding-bottom: 30px;
}

#photo_top {
	padding-top: 14px;
}

#photo_bottom {
	width: 900px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}

/* Header ////////////////////////////////////////////////////////// */

#header_container { 
	width: 900px;
	height: 169px;
	padding-bottom: 10px;
} 

#header_logo {
	width: 450px;
	padding: 20px 0px 0px 0px;
	display: inline;
	float: left;
}

#header_logo h1 {
	margin: 0;
	padding: 0;
	background: url('images/jtaylor.png') no-repeat top left;
	width: 425px;
	height: 124px;
}

#header_logo a {
	width: 425px;
	height: 124px;
	display: block;
	text-indent: -999999px;	
}

#phone {
	margin-top: 25px;
	width: 450px;
	height: 56px;
	padding: 20px 0px 0px 0px;
	float: left;
	background: url('images/phone.gif') no-repeat top right;
}

#phone a {
	margin: 0;
	width: 275px;
	height: 56px;
	display: block;
	text-indent: -999999px;
	float: right;
}

#address {
	width: 450px;
	margin-top: -5px;
	padding: 0px;
	float: left;
	color: #ffffff;
	font-size: 14px;
}

/* Navigation //////////////////////////////////////////////////////////////// */

#nav {
	height: 30px;
	display: inline;
	
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: -10px 0px 0px 0px;
	border: 0;
	top: 0px;
	left: 0px;
	width:  444px;
	height: 30px;
	float: left;
	z-index: 1;
}

#nav ul li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-indent: -9999px;	
}

#nav li a {
	border: 0;
	display: block;
	height: 30px;
	background: url(images/nav1.gif) no-repeat;
}

#nav li a:hover {
	border: 0;
	display: block;
	background-image: url(images/nav2.gif);
}

#nav li#home a {
	width: 62px;
}
 
#nav li#home a:link,
#nav li#home a:visited,
#nav li#home a:hover {
	background-position: 0px 0px;
}

#nav li#services a {
	width: 91px;
}

#nav li#services a:link,
#nav li#services a:visited,
#nav li#services a:hover {
	background-position: -62px 0px;
}

#nav li#about a {
	width: 70px;
}

#nav li#about a:link,
#nav li#about a:visited,
#nav li#about a:hover {
	background-position: -153px 0px;
}

#nav li#galleries a {
	width: 85px;
}

#nav li#galleries a:link,
#nav li#galleries a:visited,
#nav li#galleries a:hover {
	background-position: -223px 0px;
}

#nav li#faq a {
	width: 49px;
}

#nav li#faq a:link,
#nav li#faq a:visited,
#nav li#faq a:hover {
	background-position: -308px 0px;
}

#nav li#contact a {
	width: 87px;
}

#nav li#contact a:link,
#nav li#contact a:visited,
#nav li#contact a:hover {
	background-position: -357px 0px;
}

/* Headers ////////////////////////////////////////////////////////// */

.h_about {
	background:transparent url(images/h_about.png);
	background-repeat: no-repeat;
	width: 181px;
	height: 40px;
	text-indent: -9999px;
}

.h_contact {
	background:transparent url(images/h_contact.png);
	background-repeat: no-repeat;
	width: 220px;
	height: 40px;
	text-indent: -9999px;
}

.h_faq {
	background:transparent url(images/h_faq.png);
	background-repeat: no-repeat;
	width: 538px;
	height: 40px;
	text-indent: -9999px;
}

.h_gallery {
	background:transparent url(images/h_gallery.png);
	background-repeat: no-repeat;
	width: 181px;
	height: 40px;
	text-indent: -9999px;
}

.h_oops {
	background:transparent url(images/h_oops.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 40px;
	text-indent: -9999px;
}

.h_services {
	background:transparent url(images/h_services.png);
	background-repeat: no-repeat;
	width: 159px;
	height: 40px;
	text-indent: -9999px;
}

.h_thankyou {
	background:transparent url(images/h_thankyou.png);
	background-repeat: no-repeat;
	width: 215px;
	height: 40px;
	text-indent: -9999px;
}

/* Footer ////////////////////////////////////////////////////////// */

.clearfooter {
	height: 140px;
	clear: both;
}

#footer {
	height: 140px;
	width: 100%;
	background: #295a7b url(images/foot_bg.jpg) repeat-x 0 0;
	position: relative;
	font-size: 11px;
	padding: 0;
}

#footer_container {
	width: 900px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

#footer_top {
	width: 500px;
	height: 95px;
	float: left;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	display: inline;
	float: left;
}

#footer_text {
	background: url(images/foot_left.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 379px;
	height: 69px;
	padding-top: 5px;
	margin-top: 7px;
}

#footer_pad {
	padding-left: 10px;
	font-size: 11px;
	line-height: normal;
	color: #1b3346;
}

#footer_pad a {
	color: #ffffff;
	text-decoration: none;
}

#footer_top_r {
	width: 400px;
	padding-top: 25px;
	float: left;
	line-height: normal;
	color: #ffffff;
}

#footer_left {
	width: 700px;
	height: 30px;
	margin: 0;
	float: left;
	display: inline;
}

#footer_right {
	width: 200px;
	height: 30px;
	margin: 0;
	float: left;
}