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

/* 
Doc: 09Trails
*/

@import url("../_default/_style.css");
@import url("../widget/_default.css");


.top_header { background: #002200 url(topheader_bg.png) repeat-x left top;}
.brand_name { background: url(topheader_img.jpg) no-repeat left top;}

.feature_col { background: url(featurecol_bg.png) repeat-y left top;}
	.feature_col .container { background: url(featurecol_arrow.png) no-repeat right 96px;}
		.feature_col .container .open { background: url(feature_open.png) no-repeat;}
		.feature_col .container .close { background: url(feature_close.png) no-repeat;}

a { color: #e09800;}

a.link_button { background: #ffbb42; border-top: 1px solid #ffdb9a; border-bottom: 1px solid #bf8716;}
a.link_button:hover { background: #e09800; border-top: 1px solid #ffca57; border-bottom: 1px solid #905000; color: #000 !important;}

.subpg .main_container { background: url(content_bg.png) repeat-y left;}

.content_container { background: url(content_title.jpg) no-repeat left top;}
	.col_container { background: #FFF url(content_corner.png) no-repeat right top;}
	
.feature_col dt span.parent { display: none;}

