@charset "UTF-8";
#home {
	position: relative;
	width: 1015px;
}
#left {
	width: 345px;
	float: left;
}
ul.slideshow {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 218px;
}
ul.slideshow li img{
	border: 1px solid #B4C2C1;
	padding: 4px;
}
.blurb {
	width: 335px;
	border: 1px solid #B4C2C1;
	padding: 4px;
	height: 150px;
	font-size: 1.2em;
	margin-top: 20px;
	overflow: hidden;
}
.blurb p {
	margin: 0px;
	padding: 0px;
}
#news_box {
	width: 340px;
	border: 1px solid #B4C2C1;
	padding: 4px;
	height: 388px;
	float: right;
}
#news_box a img {
	border: none;
}
#news_header {
	margin-bottom: 5px;
	position: relative;
}
#news_header h2  {
	margin: 0;
}
#news_header h2 a {
	color: #aa5900;
}
#rss {
	height: 16px;
	width: 16px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image:url(../images/rss16x16.png);
	background-repeat:no-repeat;
}
#news {
	height: 360px;
	overflow: hidden;
	overflow-y: scroll;
	padding-right: 10px;
	position: relative;
	
}
#news .post_title a {
	color: #AA5900;
	display:block;
	border-bottom: 1px solid #B4C2C1;
	font-weight:bold;
}
#news a {
	color: #AA5900;
	font-weight: normal;
	text-decoration: none;
}
#news a:hover {
	text-decoration: underline;
}
#news img {
	max-width: 280px;
	/*width: expression(object.style.maxWidth="280px");*/ /* max-width for IE */
}
#news .entry .post_content {
	overflow: hidden;
}
#news .entry p {
	text-align: justify;
}
/*wordpress specific*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

#featured_preview {
	background-color: #AA5900;
	width: 705px;
	margin-top: 10px;
	color: #FFFFFF;
	overflow: hidden;
}
#featured_preview img {
	padding: 10px 10px 10px 0;
	float: right;
}
#featured_preview  #fap_text {
	padding: 10px;
	width: 330px;
	float: left;
}
#fap_text  #fap_name {
	margin: 3px 0;
	color: #FFFFFF;
	font-size: 24px;
	width: 330px;
}
#fap_text  p {
	margin: 0;
}

.latestprods {
	width: 300px;
	height: 495px;
}
.latestprods h2 {
	color: #AA5900;
	margin: 5px 0 20px;
}
.latestprods ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.latestprods ul li {
	border: 1px solid #B4C2C1;
	width: 128px;
	height: 208px;
	float: left;
	margin: 0 8px 14px 0;
	padding: 4px;
}
.latestprods ul li img {
	display: block;
	margin-bottom: 4px;
	width: 128px;
	height: 128px;
	border-bottom: 1px solid #B4C2C1;
	padding-bottom: 4px;
}
.latestprods ul li h3,
.latestprods ul li h4,
.latestprods ul li p {
	margin: 0;
	font-family: Verdana, sans-serif;
}
.latestprods ul li h4 {
	color: #AA5900;
	font-size: 18px;
}
