/*


	Portions of CSS, XHTML and design is released under GPL (sections labled "imported from the Kubrick theme style sheet"):
	http://www.opensource.org/licenses/gpl-license.php

*/
@CHARSET "ISO-8859-1";

body 
	{
		font-family: Arial, Sans;
		font-size: 14px;
		color: #000000;
		
		background-image: url('images/bg02.jpg');
		background-color: #8ebbc0;
		background-repeat: repeat-y;
		
		margin: 0px;
		padding: 0px;
	}
	
h1 { font-size: 34px; }
h2 { font-size: 24px; }
 
#sidebar
	{
		width: 140px;
		text-align: left;
		vertical-align: top;
	}

.menu_list {	
	width: 150px;
}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
    background: #E1ECEE; url(http://www.cleancarpet.us/images/left.png) center right no-repeat;  
}
.menu_head a {
	text-decoration:none;
	color:#000000;
}
.menu_body {
	display:none;
	font-size:75%;
}
.menu_body a{
  display:block;
  color:#006699;
  background-color:#;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover{
  color: #000000;
  text-decoration:underline;
  }
#logos {vertical-align:bottom;}

#content
	{
		width: 650px;
		max-width: 650px;
		padding-left: 10px;
		font-size: 16px;
		
		vertical-align: top;
	}
#footer
	{
		font-size: 16px;
	}
#PriceQuote	{
	width: 615px;
	border:medium  solid;
	border-color: #93BEC4;
	}
#PriceQuote td {border-bottom:thin solid #93BEC4;}

/* Begin Various Tags & Classes (imported from the Kubrick theme style sheet) */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #ffffff;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ffffff;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}



/* End Various Tags & Classes*/

/* Begin Images (imported from the Kubrick theme style sheet) */
p img {
	padding: 0;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
.textright {text-align:right;}

.alignleft {
	float: left
	}
	
.aligncenter {
	
	display: block;
	margin-left: auto;
	margin-right: auto;
	
	}
/* End Images */

