/* GENERAL STYLES */
div#container_content {
	min-height:100px;
}

*html div#container_content {
	/* Allows us to emulate 'min-height' in IE */
	height:100px;
}

div#content {
	font-size:12px;
	color:#333333;
	padding:28px 17px 20px 17px;
}

#container_home {
	padding:6px;
	background-color:#CCCCCC;
}

#flash {
	background-color:#FFFFFF;
	padding:2px;
	margin-bottom:12px;
}

#features {
	position:relative;
	height:240px;
	right:0px;
	top:0px;
}

#hilighted_products {
	position:absolute;
	width:297px;
	left:2px;
	top:0px;
}

#special_offers {
	position:absolute;
	width:297px;
	left:2px;
	top:120px;
}

#news {
	position:absolute;
	width:340px;
	left:350px;
	top:0px;
}

.home_feature {
	position:absolute;
	top:24px;
	left:17px;
	width:292px;
	height:204px;
	background-color:#FFFFFF;
}

#news .home_feature {
	width:335px;
	height:204px;
}

.home_feature ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-left:14px;
	margin-top:10px;
	width:270px;
}

.home_feature li {
	margin:4px 0 8px 0;
	padding:0 0 10px 0;
	border-bottom:1px dashed #0B3C90;
}
#news a {
	font-weight:bold;
}

/* EDITOR PROPERTIES */
