/* CSS Document */


html {
overflow: auto;
}

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #586C6D;
	margin: 0px;
}
.header{ 
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #7b9293;
}
.menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #698081;
	font-weight: bold;
	background-color: #DCE6E7;
}
.menu a{color: #698081; text-decoration: none;}

#wrapper{
	min-height: 100%;
	height: 100%;
}
#footer {
	color: #333333;
	font-variant: normal;
	font-weight: bold;
	text-transform: none;
	clear: both;
	text-align: center;
	position: absolute;
	bottom: 2px;
	width: 100%;
	z-index: 10;
	font-size: 10px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B0C8C8;
	padding-top: 10px;
	background-position: center;
}

#footer a {
	color: #333333;
	text-decoration: none;
	
}
#footer1 {
	color: #333333;
	font-variant: normal;
	font-weight: bold;
	text-transform: none;
	clear: both;
	text-align: center;
	
	width: 100%;
	z-index: 10;
	font-size: 10px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B0C8C8;
	padding-top: 10px;
	background-position: center;
}

#footer1 a {
	color: #333333;
	text-decoration: none;
	
}
.address{
	font-size: 130%;
	text-align: left;
	padding-bottom: 10px;
	color: #507272;
}

hr{
	margin: 0px;
	padding: 0px;
}
.iborder{
	border: 1px solid #94A8A9;
	padding: 2px;
	margin-bottom: 10px;
}
.iborder-picture{
	border: 1px solid #94A8A9;
	padding: 2px;
	margin-bottom: 10px;
	width: 350px;
}
.ipicture{
	border: 1px solid #94A8A9;
	padding: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.estimate{
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	padding: 10px;
}
.moto{
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-style: italic;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a {
	color: #586C6D;
}
#white-border{
	height: 20px;
	background-color: #FFFFFF;
}
