@charset "utf-8";
/** Color Scheme - Orange color:

	#d47300 - dark orange;
	#ec962e - light orange;
	
**/

/** General Layout **/

#home-page #bodyWrap {position:relative; background: #FFFFFF  url(../images/orange/home-bg.jpg) repeat-x;}
#sub-page #bodyWrap {position:relative; background: #FFFFFF  url(../images/orange/sub-bg.jpg) repeat-x;}
#content a {color:#d47300;}
#sub-page #mainColum h3 a:hover {color:#d47300; text-decoration:none;}

/** HEADER **/

#mainNav .current_page_item { background:#d47300; border:#ec962e 1px solid;}
#mainNav .current_page_item, #mainNav .current_page_item:hover { background:#d47300; border:#ec962e 1px solid;}

/** Slider **/

#sliderWrap {width:960px; height:270px; background: url(../images/orange/homeslider.jpg) no-repeat; position:relative; color:#fff;}
.jFlowNext {font-weight:bold; color:#d47300; cursor:pointer;}
.jFlowPrev {font-weight:bold; color:#d47300; cursor:pointer;}

/** Page Name **/

#pageName {width:960px; height:121px; background: url(../images/orange/subslider.jpg) no-repeat top left; position:relative; color:#fff;}

/** Sidebar **/

#sidebar li ul li a:hover {padding-left:10px; color:#d47300; background:#f2f2f2; text-decoration:none;}
#sidebar ul li#subpages ul li.current_page_item a, #sidebar ul li#subpages ul li.current_page_item a:hover {padding:5px 0 5px 3px; color:#d47300; background:#f2f2f2; text-decoration:none; font-weight:bold;}	
.feature-item a {color:#d47300;}
.feature-item strong {color:#d47300;}
#sidebar .current-cat a, #sidebar .current-cat a:hover {padding:5px 0 5px 3px; color:#d47300; background:#f2f2f2; text-decoration:none; font-weight:bold;}
#sidebar .current_page_item a, #sidebar .current_page_item a:hover {padding:5px 0 5px 3px; color:#d47300; background:#f2f2f2; text-decoration:none; font-weight:bold;} 

/** Contact us Form **/

#mainColum input#submit:hover {
	background:#ec962e; 
	border:#d47300 1px solid;
}
