/** 
 * ------------------------------------------------------------------
 * @section MAIN LAYOUT
 * ------------------------------------------------------------------
 */


 * ------------------------------------------------------------------
 * @section CATEGORY MENU BAR
 * ------------------------------------------------------------------
 */
.sf_category_menubar {
	background-color:#fafafa;
	background-image:url(images/428_second_line_1.gif);
}


/** 
 * ------------------------------------------------------------------
 * @section CONTENT
 * ------------------------------------------------------------------
 */
.outer {
	border-color:#c8c8c8;
}

#messages {
	border-bottom:1px dotted #c8c8c8;
}


/** 
 * ------------------------------------------------------------------
 * @section SIDEBAR
 * ------------------------------------------------------------------
 */
.sf_sidebar .content-block {
	border-bottom:1px dotted #c8c8c8;
}

/** 
 * ------------------------------------------------------------------
 * @section FOOTER
 * ------------------------------------------------------------------
 */
.sf_footer {
	border-color:#c8c8c8;
	background-color:#fafafa;
}

.navigation2 a:link,
.navigation2 a:visited {
	color:#666666;
}

.navigation2 a:hover {
	color:#999999;
}

/** 
 * ------------------------------------------------------------------
 * @section ADVANCED COLOR OPTIONS
 * ------------------------------------------------------------------
 */


a:link {
	color:#F90 /*~ link.color */;
	text-decoration:none;
}

a:visited {
	color:#F90 /*~ link-hover.color */;
	text-decoration:none;
}

a:hover {
	color:#039 /*~ link-visited.color */;
	text-decoration:none;
}


.footer {
	color:#666666 /*~ footer.color */ ;
}

