@charset "utf-8";
/* CSS Document */

html {
	min-height:100%;
	margin:0;
	padding:0;
}

body {
	margin: 0 auto;
	min-height: 100%;
	background: #a8c2ec url(images/big_bg.jpg) repeat-x fixed bottom;
}

#header {
	width: 1000px;
	text-align:right;
	margin: 0 auto;
	padding: 30px 0 20px 0;
}

#topNavigation {
	width: 1000px;
	vertical-align:middle;
	margin: 0 auto;
	background:url(images/top-nav-bg.gif) no-repeat;
}

/* Top Navigation */

#nav {
	height: 30px;
	padding: 20px 0 0 20px;
	margin:0 auto;
}

#nav li {
	display: inline;
	list-style-type: none;
	padding: 20px;
}

#nav a {
	color: #000000;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-decoration:none;
	
}

#home .homeTab {
	background: url(images/home_tab.gif);
	background-repeat:no-repeat;
}

#services .servicesTab {
	background: url(images/services_tab.gif);
	background-repeat:no-repeat;
}

#about .aboutTab {
	background: url(images/about_tab.gif);
	background-repeat:no-repeat;
}

#contact .contactTab {
	background: url(images/contact_tab.gif);
	background-repeat:no-repeat;
}

#estimates .estimatesTab {
	background: url(images/estimates_tab.gif);
	background-repeat:no-repeat;
}

#gallery .galleryTab {
	background: url(images/photos_tab.gif);
	background-repeat:no-repeat;
}

#tips .tipsTab {
	background: url(images/tips_tab.gif);
	background-repeat:no-repeat;
}

/*Body */

#pageContent {
	width:1000px;
	margin:0 auto;
	min-height:100%;
	background:url(images/page_content_bg.gif);
	background-color:#FFFFFF;
	background-position:top;
	background-repeat:no-repeat;
}

#topContainer {
	width:900px;
	padding: 20px 0 0 0;
	margin: 0 auto;
}

#homeLeft {
	width: 350px;
	margin: 40px;
	float:left;
}

#homeRight {
	width: 450px;
	padding: 40px;
	float:right;
	margin: 0;
	clear: both;
}

h1 {
	font: Arial, Helvetica, sans-serif;
}

p, ul {
	color:#333333;
	font:14px Arial, Helvetica, sans-serif;
}

#footer {
	clear:both;
	text-align:center;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color: #3c3b3b;
	padding: 20px 0 20px 0;
}

#services #homeRight, #about #homeRight, #contact #homeRight, #tips #homeRight, #estimates #homeRight, #gallery #homeRight {
	width: 900px;
	padding: 40px;
	margin: 0 auto;
}