
/*---------------------------- TEXT STYLES ----------------------------*/


body {

	background-color:#fc1922;
	
}

#mainContainer{
	background-color:#fff;
}



#navigationContainer{
	background-image:url(images/menu_bg_orange.jpg);
}



#menu ul li a:hover{
    color:#d86419;
	background-color:#fff;
}

#menu ul li.selected a{
	color:#d86419;
	
}


/*---------------------------- LOGO ----------------------------*/
#logoContainer{
	width:390px;
	height:50px;;
	background-repeat:no-repeat;
	float:left;
	margin-top:15px;

}

#logoContainer a{



}


/*---------------------------HEADER----------------------------*/

#header{
	background-image:url(images/headerbg_orange.jpg);
	background-color:#fc1922;
}


#headerBottom{
	background-image:url(images/header_bottom_bg_orange.jpg);

}





.headerButton1 a{

	background-image:url(images/header_buttons_orange.jpg);

}



.headerButton2 a{
	background-image:url(images/header_buttons_orange.jpg);

}

.headerButton2 a:hover {
	background-position:180px 41px;
}

.servicesBoxs h2{
color:#382f28;

}


.sidebarBox h3, #sendButton{

	background-image:url(images/sidebar_title_bg_orange.jpg);

}


.sidebarMenu ul{ 
	text-decoration: none;
	margin-bottom:0px;
	list-style-image:url(images/bullet_orange.jpg);
	padding-left:15px;
}

ul{
list-style-image:url(images/bullet_orange.jpg);
}

.sidebarTitle{
position:relative;

}

.left{
float:left;
}
.right{
float:right;

}
.sidebarTitleLeft{
background-image:url(images/sidebar_title_left_orange.jpg);

}

.sidebarTitleRight{
background-image:url(images/sidebar_title_right_orange.jpg);
}



#footer{
	background-image:url(images/footer_bg_orange.jpg);
	background-color:#fc1922;

}

#footerBg{
background-image:url(images/footer_light_orange.jpg);
background-color:#fc1922;

}


#footerMenu ul li a:hover{
	color:#382f28;
}

#footerLogo{
background-image:url(images/footer_logo_orange.png);


}

#pageHeader{

	background-image:url(images/page_header_bottom_orange.jpg);

}

.commentBubble{
	background-image:url(images/comment_bubble_orange.jpg);

}

.date{
	color:#ce030b;
}
.moreLink{
	color:#ce030b;

}


#menu ul li.current_page_item a{
	color:#ce030b;
}

#menu ul li.current_page_parent a{
	color:#ce030b;
}

#menu ul li ul li.current_page_item  a{
	color:#ce030b;
}

#menu ul li.current_page_parent ul li a:hover,#menu ul li.current_page_item ul li a:hover{
	color:#ce030b;
}

.sidebarMenu ul li a:hover{
color:#ce030b;
}

.sidebarBox #twitter-widget .sidebarTitle h3 {
    background-image: url(images/twitter-sidebar-bg.png);
    background-position: 8px 0px;
    text-indent: 39px;
}

.sidebarBox #twitter-widget #twitter-mascot {
    background-image: url(images/follow-me.png);
    width: 110px;
    height: 80px;
    position: absolute;
    right:-18px;
    top:-30px;
    width:110px;
    z-index:100;
}

.sidebarBox #twitter-widget .entry-meta .from-meta {
    display: none;
}
