/* sargentupholstery.com 2008 copyright Sean Todd */
@charset "utf-8";

html {
	background-color: #000000;
	}
body {
	background-color: #000000;
	/*margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;*/
	width: 100%;
	height: 100%;
}


#wrapper {
	width: 1022px;
	margin: 0 auto;
	padding-right: 100px;
}

#header {
	float: left;
	height: 444px;
	width: 1022px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

div.menu {
	
	float: left;
	height: 109px;
	width: 1022px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
}

div.menu p {
	padding-top: 15px;
	padding-right: 40px;
	text-align: right;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
div.menu a:link{
	color: #666666;
	font-weight: bolder;
	text-decoration: none;
}
div.menu a:visited {
	color: #666666;
	font-weight: bolder;
	text-decoration: none;
}
div.menu a:hover{
	color: #ffffff;
	font-weight: bolder;
	text-decoration: none;
}

#main {
	float: left;
	height: auto;
	width: 1022px;
	background-image: url(images/mainbg.jpg);	
}

#leftcol {
	float: left;
	height: auto;
	width: 258px;
	margin-left: 109px;
	margin-bottom: 15px;
	display: inline;
	
}
a.leftcol {
	color: #000000;
	text-decoration: none;
}
#leftcolcon {
	float: left;
	padding: 5px;
	height: 180px;
	width: 225px;
}

#leftcolmap {
	float: left;
	padding: 5px;
	/*height: 400px;*/
	width: 225px;
}

#leftcolsl {
	float: left;
	padding-top: 15px;
	height: 225px;
	width: 225px;
}

img.leftcolsl {
	width: 200px;
	height: 200px;
	border: thin;
	background-repeat: no-repeat;
}

#rightcol {
	float: right;
	height: auto;
	padding: 5px;
	width: 570px;
	margin-right: 35px;
	margin-bottom: 15px;
	display: inline;
	

}

p.room {
float:left;
}
a.clean:link {
	color:#FFFFFF;

}
a.clean:visited {
	color: #FFFFFF;
}
a.clean:hover {
	color: #000000;
}

a.darken:link {
	color:#666666;
	text-decoration: none;
}
a.darken:visited {
	color:#333333;
	text-decoration: none;
}
a.darken:hover {
	color:#000000;
	text-decoration: none;
}

#footer {
	background-image: url(images/footer.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	float: left;
	/*height: 42px;*/
	width: 1022px;
	color: #000000;
	clear: both;
	padding-top: 21px;
	padding-bottom: 10px;
	text-align: center;
}

a.footer:link {
	color: #000000;
}

a.footer:visited {
	color: #000000;
}

a.footer:hover {
	color:#FF0000;
}

div.pro {
	padding: 25px;
}
div.pro img {
	float: left;
	padding: 5px;
}

div.pro p{
	padding: 5px;
}

div.gbutton: {
	padding: 5px;
}
a.imglink:link{
	color: #FFFFFF;
	border: 0px;
}
a.imglink:visited {
	color:#FFFFFF;
	border: 0px;
}
a.imglink:hover {
	color:#FFFFFF;
	border: 0px;
}
