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

html {
	width: 100%;
	height: 100%;
}
body {
	background-image:url(images/bgTile.png);
	background-repeat:repeat;
	margin:0px;
	width: 100%;
	height: 100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000;
}
.outerWrap {
	padding-top:20px;
	width: 100%;
	height: inherit;
	text-align:center;
}
.innerWrap {
	margin-left: auto;
	margin-right: auto;
	width:900px;
}
.header {
	height: 170px;
	background-image: url(images/drDryerDuctHeader.jpg);
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: thin solid #CCC;
}
.content {
	background-color:#FFF;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:thin solid #CCC;
}
.video {
	float:right;
	margin-left:20px;
	width: 410px;
	background-color:#333;
	padding:5px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:thin solid #CCC;
}
.slideshow {
	float:right;
	position:relative;
	height:200px;
	width:300px;
	padding: 1px;
	border: 2px solid #333;
	margin: 12px 0px 0px 20px;
}
.slideshow img {
	position:absolute;
	left:1;
	top:1;
}
.callout1 {
	background-color: #EBCA67;
	border:2px solid #666;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align:center;
	padding:0px 0px 6px 0px ;
}
.redTxt {
	color:#C00;
}
.pageContent {
	text-align: justify;
	padding:20px;
}
a:link, a:visited {
	color: #36F;
	outline:none;
}
a:hover {
	color: #999;
	outline:none;
}
.footer {
	border-top: 2px solid #CCC;
	line-height: 1.6em;
}
