@charset "UTF-8";
/* CSS Document */
body {
 	background-color: #000000;
	height: 1000px;
}
#header {
	background-color: #FFFFFF;
	width: 950px;
	float: left;
}
#left-heading {
	float: left;

}
#right-heading {
	padding: 20px 10px 0px 10px;
	text-align: right;
	float: right;
	height: 70px;
	font-weight: bold;
	
}
#right-heading th, td {
	border: none;
	padding:0.5em;
}
#bottom-heading {
	float: none;
	text-align: center;
	padding: 0px 0px 10px 0px;
	font-size: 24px;
	font-weight: bold;
	font-style: oblique;
}
#bd-main {
	background-color: #FFFFFF;
	min-height: 700px;
	width: 950px;
}
#footer,
#footer a {
	padding: 10px 0px 0px 0px;
	background-color: #000000;
	color: #D6D6D6;
}
.footer1,
.footer1 a {
	color: #000000;
	text-align: center;
}
.dec-list {
	margin-left: 0;
	padding: 0px 20px 0px 20px;
	list-style: none;
}
.dec-list li{
	background-image: url(images/house-icon2.png);
	line-height: 20px;
	font-size:1.2em;
	padding: 0px 0px 40px 40px;
	background-repeat: no-repeat;
	background-position: 0 .5em;
	list-style: none;
}
#company-tab
{
	background: transparent url(images/roofers.png) no-repeat center top;
}
.ui-tabs .ui-tabs-panel
{
	min-height: 600px;
}
#slideshow {
	text-align: center;
	padding: 20px 0px 20px 0px;
	
}
#estimateForm input,
#contactForm input,
#contactForm textArea {
	width:auto;
}
.title  {
	font-size:18px;
	font-weight: bold;	
}
.hidden {
	display: none;
}
#products-tab,
#portfolio-tab
{
	text-align: center;
}
.separator {
	padding: 5px 10px 5px 10px;
}
#estimate-tab {
	background: transparent url(images/estimate.png) no-repeat right top;
}
#portfolio-gallery {
		background-color: #444;
		padding: 10px;
}
#portfolio-gallery ul { list-style: none; }
#portfolio-gallery ul li { display: inline; }
#portfolio-gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
#portfolio-gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
#portfolio-gallery ul a:hover { 
	color: #fff; 
}
#service-links {
	float: left;
	padding: 10px 10px 0px 10px;

}
#service-content {
	padding: 10px 10px 0px 10px;
	float: right;	
	width: 700px;
	font-size:1.2em;
	line-height: 20px;
}
.service-button {
	background: #000000 url(jquery-ui-1.8.custom/css/custom-theme/images/ui-bg_highlight-soft_100_000000_1x100.png) repeat-x scroll 50% 50%;
	color: #FFFFFF;
	padding:0.4em 1em 0.4em 20px;
	position:relative;
	text-decoration:none;
	cursor: pointer;
	font-weight:bold;
}
.service-button span.ui-icon {
	margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;
}
.service-button span.foam {
	margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;
	background-image: url(images/spray-foam.png);
}
.contact {
	padding: 10px 10px 10px 10px;
}
#warn, #warn-contact {
	width: 450px;
	padding: 5px 5px 5px 5px;
}
select {
	padding: 5px 5px 5px 5px;
}
.require-field {
	border: #FF0000 thick ridge;
}	
.ui-widget-content {
	color: #000000;
}
.service-link img:hover {
	background-color: #DBF6FF;

}
.service-link img {
	outline: none;
}