@charset "utf-8";

/* ------------------------- Basic Styles -------------------------  */
* {
	margin: 0px;
	padding: 0px;

}
body {
	background: url(../images/bg.gif) repeat;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #515151;
	line-height: 1.5em;
}
a, a img, img {
	text-decoration: none;
	border-width: 0px;
	outline: none;
	border-style: none;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
}


/* ------------------------- Sidebar Styles -------------------------  */
#sidebar {
	margin-right: 25px;
	width: 177px;
}
#sidebar table {
	margin-bottom: 11px;
	background: #FFFFFF;
}
#airConditioners ul li {
	font-weight: bold;
	border-bottom: 1px dotted #515151;
	list-style: none;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#airConditioners ul li ul li {
	border-width: 0px;
	border-style: none;
	font-size: 11px;
	background: url(../images/sidebar_bullet.gif) no-repeat left 5px;
	padding: 0px 0px 0px 16px;
}
#airConditioners a:link, #airConditioners a:visited {
	text-decoration: none;
	color: #17A2B6;
}
#airConditioners a:hover, #airConditioners a:active {
	text-decoration: underline;
}

#airConditioners li.noborder  {
	border-width: 0px;
	border-style: none;
}
#payments p {
	font-weight: bold;
	padding-bottom: 10px;
}

/* ------------------------- Main Content Styles -------------------------  */
#content {
	margin: 20px auto 0px;
}
#inner_content {
	background: #FFFFFF;
}
#inner_content p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
}
#inner_content ul {
	list-style: disc;
	padding-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
	margin-left: 20px;
}
#inner_content a:link, #inner_content a:visited  {
	font-weight: bold;
	color: #13A1B5;
	text-decoration: none;
	font-size: 0.9em;
}
#inner_content a:hover, #inner_content a:active {
	text-decoration: underline;
}
#inner_content h1 {
	font-size: 1.2em;
	margin-top: 5px;
	margin-bottom: 10px;
}
#inner_content h2 {
	font-size: 1em;
	margin-top: 30px;
	margin-bottom: 5px;
	text-transform: uppercase;
	border-top: 1px dotted #D9D9D9;
	padding-top: 20px;
}
#inner_content h3 {
	font-size: 0.9em;
	margin-top: 15px;
}
.tdpaddingcontent {
	padding: 15px 20px 20px;
}

/* ------------------------- Homepage Styles -------------------------  */

#ac_selection {
	margin-right: auto;
	margin-left: auto;
}

/* ------------------------- Product Styles -------------------------  */
table.products {
	margin-bottom: 25px;
	border-bottom: 1px dotted #D9D9D9;
}
table.product_info {
	margin-bottom: 25px;
}

.product_info td {
	font-size: 0.8em;
}
#inner_content .products .product_info a {
	font-size: 1.2em;
}


/* ------------------------- Product Details Styles -------------------------  */

table.product_description {
	border-collapse: collapse;
	font-size: 11px;
	background: #F7F7F7;
	margin: 20px auto;
}
.product_description td {
	padding: 4px 10px;
	border: 2px solid #FFFFFF;
}
.product_description tr:hover {
	background: #E5E5E5;
}
#details ul li ul li {
	list-style: circle;
}


/* ------------------------- Features Styles -------------------------  */

table#features {
	margin-top: 30px;
	border-top: 1px dotted #D9D9D9;
}

#features ul li {
	list-style: disc outside;
	font-size: 0.8em;
	line-height: 1.5em;
}
#features th {
	padding-top: 25px;
	text-align: left;
}

/* ------------------------- Footer Styles -------------------------  */

#footernav {
	background: url(../images/bg_footer.gif) repeat-x left top;
	height: 85px;
}
#copyright {
	font-size: 0.7em;
}
#copyright td {
	padding-top: 0px;
}
#copyright a {
	text-decoration: underline;
	color: #515151;
}


/* ------------------------- General Styles -------------------------  */
.tdpadding {
	padding: 10px;
}
.textcentered {
	text-align: center;
}
.turqtext {
	font-weight: bold;
	color: #17A2B6;
}


