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

@font-face
{
	font-family: OperaLyrics;
	src: local(/fonts/opera-lyrics-smooth.ttf), url("/fonts/opera-lyrics-smooth.ttf");
}

body
{
	margin:0;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	width:100%;
}

a
{
	color:#006699;
}
 
.home-header
{
	padding-top:20px;
	background-color:#f7f4e3;
	padding-bottom:20px;
}

.home-header-interior
{
	padding-top:5px;
	background-color:#fff;
	padding-bottom:5px;
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
}

.menu-background hr
{
    border: 0;
    height: 2px;
    background: #fff;
    margin-top:2px;

}

.logo-container
{
	height:163px; 
	margin:0;
	width:100%;
	background-color:#c6c5c3;
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;

}

.logo
{
	width:980px;
	height:163px; 
	margin-left:auto; 
	margin-right:auto;
	float:none;
}

.phone-number
{
	clear:both;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	width:734px;
	color:#666666;
	font-size:200%;
}

.phone-number span
{
	color:#ff6633;
	font-size:150%;
}

.menu-background
{ 
	width:100%;
	background-color:#c7e4f7;
	height:35px;
	border-top:solid 2px #f7f4e3;
	border-bottom:solid 4px #f7f4e3;
	line-height:10px;
	margin-top:10px;
		margin-bottom:30px;
}

#menu 
{ 
	width:900px;
	height:18px;
	margin-left:auto;
	margin-right:auto;

	
}

#menu ul 
{
	list-style:none;
	margin:0;
	padding:0;
}
#menu ul li 
{ 
	display:inline; 
	float:left; 
	margin:0 60px 0 0;
}

#menu a
{
	color:#fff;
	text-shadow: 0px 3px 3px rgba(93, 145, 174, 1);
	font-weight:bold;
	text-decoration:none;
	
}

.main-background
{
	width:100%;
	background-color:#f7f4e3;
}

.about-us .main-background
{
	height:750px;
}

.safety .main-background
{
	height:950px;
}

.contact-us .main-background
{
	height:580px;
}

.home-main
{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0 20px 0;
}

.home-main hr
{
    	border: none;
    	border-top: medium double #999;
    	position:relative;
    	top:-38px;
}

.content-header
{
	width:980px;
	background:transparent;
}

.content-header h3
{
	background-color:#f7f4e3;
	font-size:200%;
	color:#fff;
	line-height:5px;
	text-shadow: 0px 3px 7px rgba(10, 10, 10, 1);
	text-align:center;
	width:150px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
    	top:-5px;
	font-family: OperaLyrics;
	z-index:1;
}

.home-photo-border
{
	color:#fff;
	margin:0 0 20px 0;
	background-color:#fff;
	border:1px solid #999;
}

.home-left-photo
{
	float:left;
	margin-right:20px;
}

.home .home-left-photo
{
	width:318px;
}

.about-us .home-left-photo
{
	width:428px;
	height:630px;
}

.contact-us .home-left-photo
{
	height:460px;
}

.home-right-photo
{
	float:left;
}

.about-us .home-right-photo
{
	width:528px;	
	height:630px;	
}


.contact-us .home-right-photo
{
	width:450px;
	height:460px;
}


.main-chimney
{
	background-color:#fff;
	border:1px solid #999;
	margin:5px;
	font-size:120%;
	padding:10px 20px 0 20px;
	color:#666;
	line-height:23px;
	height:438px;
}

.about-us .main-chimney
{
	height:608px;
}

.safety .main-chimney
{
	height:830px;
}

.main-chimney h2
{
	font-size:110%;
}

.clean-your-chimney
{
	/*width:276px;
	height:538px;*/
	width:416px;
	height:618px;
	border:1px solid #999;
	margin:5px 5px 5px 5px;
}

.contact-us .clean-your-chimney
{
	/*width:276px;
	height:538px;*/
	width:438px;	
	height:448px;	
	border:1px solid #999;
	margin:5px 5px 5px 5px;
}

.contact-us .clean-your-chimney img
{
	text-align:center;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:30px;
}

.contact-us form
{
	line-height:40px;
}

.contact-us form input[type=submit] 
{
	margin-top:30px;
}

.home-footer-background
{
	clear:both;
	width:100%; 
	height:70px; 
	background-color:#f7f4e3;
	margin:20px 0 20px 0;
	padding:0;
}

.home-footer-container
{
	float:left;
	width:70%;
	height:70px;

}

.home-social-networking-container
{
	float:right;
	width:30%;
	height:70px;

}

.home-social-networking
{
	float:right;
	margin-top:15px;
	background-color:#fff;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	width:200px;
	height:40px;
	padding-left:30px;

}

.home-social-networking img
{
	margin:8px 2px 0 0;
}

.home-footer
{
	width:450px;
	margin-left:auto;
	margin-right:auto;
	color:#ff6633;
	font-size:90%;
	padding-top:30px;
	height:60px;
}

.home-footer img
{
	vertical-align:middle;
}