/*  
Theme Name: Heystac
Theme URI: http://www.heystac.com
Description: Theme made for Heystac Plumbers.
Version: 1.5.6
Author: Matt Haff
Author URI: http://www.heystac.com
Tags: 
*/

@import url(reset.css);

body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#d3d4d6;
	font-family:"Century Gothic", Verdana, Geneva, sans-serif;
}

.small {
	font-size:.75em;
}

#wrap {
	width:1000px;
	margin:auto;
	position:relative;
}

#top-bar {
	height:25px;
	color:#8e8e8e;
	font-size:.9em;
	text-align:right;
	line-height:25px;
}

#top-bar a {
	color:#8e8e8e;
	text-decoration:none;
}

#top-bar a:hover {
	color:#ffffff;
}

#logo {
	height:50px;
	text-align:left;
	margin:10px 0 0 20px;
	font-size:2.5em;
	padding:10px 0 0 0;
}

#logo a {
	color:#333333;
	text-decoration:none;
}

#top-nav {
	background-image:url(images/nav.png);
	background-repeat:no-repeat;
	height:43px; /*85*/
	width:921px; /*960 */
	padding:13px 0 29px 39px;
}

#top-nav ul {}
#top-nav li {float:left; list-style-type:none; height:43px; line-height:43px; padding:0 15px 0 0;}
#top-nav li a {color:#ffffff; text-decoration:none; font-size:1.2em;}
#top-nav li a:hover {color:#00b7ff;}

#phone {
	float:left;
	margin:0 0 0 10px;
	width:230px;
	height:28px;
	font-size:2.6em;
	font-weight:bold;
	color:#3d3d3d;
	text-align:center;
}

#content {
	background-image:url(images/bg-content.png);
	background-repeat:repeat;
	float:left;
	width:630px;
	min-height:445px;
	margin:0 0 20px 20px;
	font-size:1.2em;
	padding:20px;
}

#content h1 {
	font-weight:bold;
	font-size:1.7em;
	margin:0 0 1em 0;
}

#content h1 a {
	color:#000000;
	text-decoration:none;
}

#content a {
	color:#00b7ff;
}

#side-pics {
	float:right;
	width:260px;
	margin:0 50px 0 0;
}

#side-pics ul {}
#side-pics li {
	background-image:url(images/side-pic-bg.png);
	background-repeat:no-repeat;
	height:167px;
	width:239px;
	list-style-type:none;
	padding:21px 0 0 21px;
	margin:-20px 0 0 0;
}

#footer {
	background-image:url(images/footer-bg.jpg);
	background-repeat:repeat-x;
	background-color:#4d4d4d;
	min-height:264px;
	clear:both;
	padding:0 0 20px 0;
}

#footer a {
	color:#00b7ff;
}

#footer-content {
	width:1000px;
	margin:auto;
	position:relative;
	background-image:url(images/footer-content.png);
	background-repeat:no-repeat;
	height:246px;
}

#fcontent {
	padding:25px 0 0 0;
	float:left;
	width:610px;
	font-size:1.2em;
	margin:0 0 20px 20px;
}

#footer-content #phone {
	float:left;
	width:371px;
	height:227px;
	background-image:url(images/footer-phone.png);
	background-repeat:no-repeat;
	margin:2px -15px 0 0;
	text-align:center;
	padding:70px 0 0 0;
	color:#000000;
	font-weight:normal;
	font-size:3.6em;
}

.phone {
	font-size:1.2em;
	font-weight:normal;
	color:#00b7ff;
}
