﻿html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	overflow-y: scroll;
}
body {
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
}
a:link, a:visited, a:hover, a:active, a:focus {
	color: white;
	text-decoration: none;
	font-family: Arial,helvetica,sans-serif;
	border: none;
	outline: none;
}
:active {
	border: none;
	outline: none;
}
:focus {
	border: none;
	outline: none;
}
h1 {
  margin: 0px;
  padding: 5px;
}
#tableborder {
	background-image: url('images/bg.jpg');
	background-repeat: repeat;
	border: 3px solid #CC9900;
	padding: 5px;
	width: 750px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
td {
	font-family: Arial,helvetica,sans-serif;
	font-size: 11pt;
	font-weight: normal;
}
.roofing {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	color: white;
}
:active {
	border: none;
	outline: none;
}
:focus {
	border: none;
	outline: none;
}
.freeEstimates {
	width: 140px;
	height: 25px;
	padding-left: 2px;
	font-weight: normal;
	color: white;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	background-color: #996600;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.slogan {
  font-family: Arial,helvetica,sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
	color: white;
}
#iframe1 {
	height: 300px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.topbar {
	cursor: pointer;
	width: 145px;
	height: 25px;
	line-height: 25px;
	font-weight: normal;
	color: white;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
}
.topbarover {
	cursor: pointer;
  width: 145px;
	height: 25px;
	line-height: 25px;
	font-weight: normal;
	color: black;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	background-color: #FFCC00;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-right-radius: 30px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 30px;
border-top-left-radius: 10px;
border-bottom-right-radius: 30px;}
.topbar a {
  display: block;
  text-decoration: none;
  color: white;
}
.topbarover a {
  display: block;
  text-decoration: none;
  color: black;
}
.sidebar, .sidebar a {
	cursor: pointer;
	display: block;
	width: 140px;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
	font-weight: normal;
	color: white;
	background-color: transparent;
	text-decoration: none;
	cursor: pointer;
  text-align: left;
}
.sidebarover, .sidebarover a {
	cursor: pointer;
	display: block;
	width: 140px;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
	font-weight: normal;
	color: black;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
	background-color: #FFCC00;
	-webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  border-bottom-right-radius: 30px;
}
#roofing {
	font-weight: normal;
	color: white;
	font-size: 14px;
	text-align: left;
	background-color: black;
  padding: 10px;
}
.footer {
	height: 25px;
	line-height: 25px;
	font-weight: normal;
	color: white;
	vertical-align: middle;
	font-size: 14px;
	text-align: center;
	background-color: black;
}

