@charset "utf-8";
/* CSS Document */

html {overflow-y:scroll;}

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
}

a {color:#FF9746;}

.subtitle {
	font-weight:bold;
	color:#FF9746;
}

.featured-quote {font-size:15px; font-weight:bold; font-style:italic;}

.resources-list {
	list-style-image: url(../images/bullet.jpg);
	margin-left:23px;
	padding:0px;
	margin-top:0px;
}

.resources-list li {padding-bottom:5px;}

.contentpic {
	border:0px;
}

.hometitle {
	width:100%;
	height:36px;
	border-bottom:1px solid #cccccc;
}

.featuredtitle {
	width:100%;
	height:36px;
	border-bottom:1px solid #cccccc;
}

.featuredproducttitle {
	width:100%;
	height:30px;
	border-bottom:1px solid #cccccc;
	font-size:17px;
	font-weight:bold;
	color:#FF9746;
	line-height:30px;
}

#footer {
	margin-top:15px;
	font-size:11px;
	color:#333333;
}

#footer a {color:#333333;}
#footer a:hover {color:#00a0c6;}

#footer .iwdlink {color:#00a0c6;}
