

body {
	font: 100% "Arial", sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background:url(/images/body-tile.jpg) repeat-x;
}
#wrapper {
	position: relative;
	width: 657px;
	margin: auto;
	text-align: left;
	width:100%;
	/*background-color:#E6F0FF*/
}
#main {
	font-size: 1em;
	line-height: 1.4em;
	width: 657px;
	margin:0 auto;
	clear:both;
	min-height:400px;
}
#main img {
	/*border: 1px solid black;*/
}
.breadcrumb {
	font-size: 0.8em;
	margin: 1em 0 0 0;
}

a:link{
color:#b6904c;
}

a:hover{
color:#b6904c;
}

a:visited {
color:#820024;
}

/*-------------------------------------------------------------------- search box ----------------------------------*/

#searchform {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	/*border: 1px solid #ccc;*/
}
#searchform input {
	width: 70px;
	float: none;
}


/*-------------------------------------------------------xhtml elements ------------------------------------------*/
h1 {
	font: 2em Georgia, "Times New Roman", Times, serif;
	margin: 0 auto;
	background-color: #ccc;
	font-weight: bold;
	background:url(/images/masthead2.jpg) no-repeat;
	width:657px;
	height:238px;
	text-indent:-9999em;

}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 0.5em;
	color:#65021d;
	border-bottom:2px solid #d9d9d9;
	padding-bottom:5px;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
	color:#65021d;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	color:#65021d;
}
a {
	color:#717070;
}

/*-------------------------------------------------------- tables --------------------------------------------------*/
table {
	border-right: 1px solid #65021d;
	border-bottom: 1px solid #65021d;
}
td, th {
	border-left: 1px solid #65021d;
	border-top: 1px solid #65021d;
	padding: 0.3em;
}
/*------------------------------------------------------------air conditioner display page----------------------------------------------------------*/
h4.product_title{
    background:#999;
	clear:both;
}

.unit table{
    float:left;
}
.photolist{
    width:150px;
	float:right;
}



/*-------------------------------------------------------turn off print stuff ------------------------------------------*/
#printlogo {
	display:none;
}

/*------------------------------------------------------------FOOTER---------------------------------------------------*/
#footer {
	font-size: 0.7em;
	clear: both;
	text-align: center;
	width:100%;
	background:url(/images/footer-tile.jpg) repeat-x;
	height:163px;
}
#footer p {
	color:#aaa9a9;
}
#footer a {
	text-decoration:none;
	color:#aaa9a9;
}
#footer-pic {
	width:657px;
	height:55px;
	background:url(/images/footer-pic.jpg) no-repeat;
	margin:0 auto;
}
div.footerclear {
	clear: both;
}