html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

/*--end whitespace reset --*/
body {



	font-family:georgia, serif;
	letter-spacing:-.05em;
	color:#2E2626;
	background:url(../images/bg.jpg) repeat 0 0;

}

#wrap {
	margin:0 auto;
	width:710px;
}
#top {
	width:700px;
	margin:10px auto;
}

#home {
	margin:40px auto 0 auto;
	width:700px;
	padding:40px 20px;
	/*--background:url(../images/bg-top.jpg) repeat 0 0;--*/

}
#home ul {
	margin:0 auto;
	font-family:georgia, serif;
	font-size:1.4em;
	background:#2E2626;
	color:white;
	height:50px;
	text-align:center;
	line-height:50px;
}
#home li {
	list-style-type: none;
	display:inline;
	padding:0 15px;
	line-height:50px;
	color:white;
}

#nav ul {
	margin:50px 20px 0 0;
	clear:both;
	padding:8px 0;
	float:left;
	width:200px;
	height:100%;
	background:url(../images/bg-sidebar.jpg) repeat-y;
	text-transform: uppercase;

}

#nav ul li {
	list-style-type: none;
	padding:0 12px;
	border-bottom:1px solid white;
	

}

#nav ul li a{
	text-decoration:none;
	font-family: helvetica,arial,sans-serif;
	font-weight:bold;
	font-size:1.2em;
	display: block;
	padding: 5px 5px 5px 0.8em;
	width: 100%;

}
#nav ul li a:hover {
	background:white;
	
}
#container {
	width:700px;
	padding:20px 20px 20px 0;
	margin-top:10px;
	background:url(../images/bg-top.jpg) repeat 0 0;
	clear:both;
}

#body {
	width:470px;
	margin:0 0 0 220px;	
}

#sidebar { 
	width:200px;
	float:right;
	padding:30px 0px 5px 7px;
	margin:30px 15px 15px 0;	
}
.quote {
	margin:10px auto;
	font-size:1.4em;
	text-align:center;
	padding:30px;
	background:#2E2626;
	}
.quote a {	color:#C5EAFF;


}
#footer {
	width:690px;
	font-size:.8em;
	margin:5px auto;
	padding:10px;
	text-align:right;	
	clear:both;
	font-family: Helvetica, sans-serif;
	background:url(../images/bg-top.jpg) repeat 0 0;
}

#footer ul {
	float:left;
}
#footer li {
	list-style-type: none;
	display:inline;
	padding: 0 10px 0 0;
}
#footer li a {
	font-weight:bold;
}

#slideshow  {
	margin:0 auto;
}
.testimonial {
	font-size:1em;
	width:480px;
	margin:15px auto 0 auto;
}
.name {
	color:#473738;
	font-style:italic;
	font-size:1.2em;
	display:block;
	margin-top:10px;
}

.caption {
	float:right;
	font-size: small;
	font-family: Helvetica,arial,sans-serif;
	font-weight:bold;

}

.logo {

	float:left;
}

.headline {
	margin:30px 0 10px 0;
}
h1 {
	font-size:4.5em;
	font-family:helvetiva,arial,sans-serif;
	color:#c74e22;
	font-weight:bold;
	letter-spacing:-.07em;
	margin-top:80px;
}

h2 {
	padding: 0;
	margin-top:10px;
	color:#2E2626;
	font-weight:bold;
	font-family:helvetiva,arial,sans-serif;
}

em {
	font-weight:bold;
}

p {
	margin-top:4px;
	line-height:1.2em;
}
a {
	color:#2E2626;
}
a:hover {
	color:#473738;
	text-decoration:underline;
}
.about {
	font-family: Helvetica,arial,sans-serif;
	font-size:1.1em;
	color:#473738;
	font-weight:bold;
}

.hometable {
	font-size: 2.2em;
	font-family:Helvetica,arial,sans-serif;
	font-weight:bold;
	letter-spacing:-.09em;

}

div.hr {
  height: 15px;
	border-bottom:3px solid #d5d5d5;
}
div.hr hr {
  display: none;
}
/*---Home Page rollovers
#homeimage1 {
	display:block;
	width:240px;
	height:240px;
	background: url("../images/home1.jpg");
	margin-bottom:15px;
}
#homeimage1:hover {
	background-position:-240px 0;
}

#homeimage2 {
	display:block;
	width:240px;
	height:240px;
	background: url("../images/home2.jpg");	
	margin-bottom:15px;
}
#homeimage2:hover {
	background-position:-240px 0;
}

#homeimage3 {
	display:block;
	width:240px;
	height:240px;
	background: url("../images/home3.jpg");
	margin-bottom:15px;	
}
#homeimage3:hover {
	background-position:-240px 0;
}
 ---*/

/*Contact page*/
.contact {
	background:#7f7768;
	width:400px;
	padding:5px;
	font-size:2em;
	color:white;
}

.contact a{
	color:white;
}
/*---Before and After image rollovers ----*/

#beforeafter1 {
	display:block;
	width:500px;
	height:333px;
	background: url("../images/ba1.jpg");
	margin-bottom:15px;
}
#beforeafter1:hover {
	background-position:-500px 0;
}

#beforeafter2 {
	display:block;
	width:500px;
	height:333px;
	background: url("../images/ba2.jpg");	
	margin-bottom:15px;
}
#beforeafter2:hover {
	background-position:-500px 0;
}

#beforeafter3 {
	display:block;
	width:500px;
	height:333px;
	background: url("../images/ba3.jpg");
	margin-bottom:15px;	
}
#beforeafter3:hover {
	background-position:-500px 0;
}
#home ul li a:link {
	color: #f7f2ec;
	text-decoration:none;
}
#home ul li a:visited {
	color: #f7f2ec;
	text-decoration:none;
}
#home ul li a:hover {
	color:white;
	text-decoration:none;
}
#home ul li a:active {
	color: white;
	text-decoration:none;
}

#slideshow img {
	margin:0px;
	padding:5px 1px;
}