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