@charset "UTF-8";

img {
   behavior: url("pngbehavior.htc");
}

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.homepage {
	background: url(images/bghome.gif) repeat-x;
}
.insidePage {
	background: url(images/bgmid.gif) 0 145px repeat-x;
}
#bgbox {
	background: url(images/bg.gif) no-repeat left bottom;
}

#container {
	width: 986px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#footer {
	padding-top: 40px;
	background: url(images/bg.gif) repeat-x left bottom;
	text-align: left; 
	padding-left: 50px;
	font-size: 9px;
	color: #666;
	padding-bottom: 5px;
}


#footer #logo {
	float: right;
	position: absolute;
	margin-left: 853px;
	margin-top: -46px;
}

.content {
	background: url(images/inside_right2.jpg) top right no-repeat;
	padding-left: 31px; 
	padding-top: 26px;
	padding-right: 18px;
}

.colLeft {
	width: 391px;
	float: left;
	margin-right: 38px;
}

.colRight {
	width: 455px;
	float: left;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li {
	color: #a59756;
	font-weight: bold;
	background: url(images/bullet.gif) 0 2px no-repeat;
	line-height: 13px;
	padding-left: 15px;
	margin-bottom: 15px;
}

.spec ul li {
	font-weight: normal;
	color: #000;
	line-height: 18px;
	background: url(images/bullet.gif) 0 4px no-repeat;
	padding-left: 13px;
	margin-bottom: 8px;
}

.subText {
	color: #666666;
	line-height: 13px;
}

.smallText {
	color: #666666;
	font-size: 10px;
}

.subtitle {
	color: #487ea4;
	font-weight: bold;
}
