/*** OLD ALLENMORE COPIED ***/

#header_box h1.allenmore { background: url('../images/logo_allenmore.gif') 0 0 no-repeat; width: 171px; height: 58px; }

#allenmore .innerGray .top_left, #allenmore .innerGray .top_right, #allenmore .innerGray .bottom_right, #allenmore .innerGray .bottom_left {
	height:16px; 
	width:16px; 
	position:absolute;
	background-color:transparent;
	background-image:url(../images/corners_interiorGray.gif);}
	
#allenmore .innerAd .top_left, #allenmore .innerAd .top_right, #allenmore .innerAd .bottom_right, #allenmore .innerAd .bottom_left
{	height:16px; 
	width:16px; 
	position:absolute;
	background-color:transparent;
	background-image:url(../images/corners_interiorAd.gif);}

body#allenmore { 
	background:#a33f1f;}

body#allenmore .top_left, body#allenmore .top_left_interior, body#allenmore .top_right, body#allenmore .bottom_right, body#allenmore .bottom_left {
	background-image:url(../images/corners_allenmore.gif);}

body#allenmore #links{
	color:#ffa84a;}
	
body#allenmore #middle_navbar .menubox, body#allenmore #middle_navbar .menuboxfirst{
	border-color:#a33f1f;}
	
body#allenmore #middle_navbar .menubox h2, body#allenmore #middle_navbar .menuboxfirst h2{
	background: url(../images/h2arrow_allenmore.gif) left 30% no-repeat;}
	
body#allenmore #inner_middle a { color: #BF3F17; }
	
body#allenmore #bottom_boxes .box{
		border-left:1px dashed #a33f1f!important;}
		
body#allenmore #footer {
	background:#e18a5f;}

/*** NEW ALLENMORE ***/

/************************
 * ALLENMORE CSS PALLETE:
 * a33f1f = Dark Orange: body bg, threebox seperator, 
 * e18a5f = Light Orange: footer bg, 
 * ffa84a = nav seperator, 
 ************************/

/******* GENERAL ********/
body {
	background-color:#a33f1f;
}

#header_box h1 {
	margin:1.5em 0 0 3.2em;
}

#header_box h1.allenmore {
	background-image:url('../images/logo_allenmore.gif');
	background-repeat:no-repeat;
	width:171px;
	height:58px;
}

#header_navbar #links {
	color:#ffa84a;
}

#middle_navbar .menubox h2,
#middle_navbar .menuboxfirst h2 {
	background-image:url('../images/h2arrow_allenmore.gif');
}

.top_left,
.top_right,
.bottom_right,
.bottom_left,
.top_left_interior {
	background-image:url(../images/corners_allenmore.gif);
}

#footer {
	background-color:#e18a5f;
}

/**** HOME PAGE ****/
#bottom_boxes .box {
	border-color:#a33f1f;
}

/**** SERVICE PAGE 1 ****/
.main_title_service1 {
	background-image:url('../images/bg_content_title_allenmore.gif');
}

#maintopRightBig .threebox {
	background-image:url('../images/bg_threebox_allenmore.gif');
}

#service1_hero .herotext {
	background-image:url('../images/bg_service_hero_allenmore.gif');
}

#maintopRightBig .twobox_big_left {
	background-image:url('../images/bg_twobox_left_allenmore.gif');
}

#maintopRightBig .twobox_big_right {
	background-image:url('../images/bg_twobox_right_allenmore.gif');
}

#maintopRightBig .onebox {
	background-image:url('../images/bg_onebox_allenmore.gif');
}

/**** SERVICE PAGE 2 ****/
.main_title_service2 {
	background-image:url('../images/bg_service2_title_allenmore.gif');
}

.main_title_service2 .main_title_buttons td div {
	background-image:url('../images/btn_service_title_allenmore.png');
}

#service2_hero .hero_overlay {
	background-image:url('../images/overlay_service_hero_allenmore.png');
}

#service2_hero, #service2_hero .divshow {
	background-color:#ecd9d4;
}

#service2_hero .herotext {
	color:#000000;
}

#service2_hero .herotext h3 {
	color:#0046ad;
}

/**** INTERIOR ****/

/* TAB BOX */
#maintopMiddleBig .type-tabs .ui-corner-top {
	background-color:#a33f1f;
	background-image:url('../images/bg_tab_left_inactive_allenmore.gif');
}

#maintopMiddleBig .type-tabs .ui-corner-top .tab_corner {
	background-image:url('../images/bg_tab_right_inactive_allenmore.gif');	
}

#maintopMiddleBig .type-tabs .ui-tabs-selected,
#maintopMiddleBig .type-tabs .ui-state-active {
	background-color:#ececec;
	background-image:url('../images/bg_tab_left_active.gif');
}

#maintopMiddleBig .type-tabs .ui-tabs-selected .tab_corner,
#maintopMiddleBig .type-tabs .ui-state-active .tab_corner {
	background-image:url('../images/bg_tab_right_active.gif');
}

/**
 * HEADINGS
 */
#inner_middle h3, .inner_middle h3, #maintopMiddleBig h3 { color:#a33f1f; }
#inner_middle h4, #inner_middle h4 a, .inner_middle h4, .inner_middle h4 a, #maintopMiddleBig h4  { color:#a33f1f; }
#inner_middle h5, .inner_middle h5, #maintopMiddleBig h5 { color:#a33f1f; }
#inner_middle h6, .inner_middle h6, #maintopMiddleBig h6 { color:#a33f1f; }

