/* Overall Styles */

html, body { background-color: #f15c22; color: #f2e9cb; }
h1, h2, h3, h4, h5, h6 { color:#FFFFFF; }
a { color: #f2e9cb; }
a:hover, a:focus { color:#a84d25; }
a:active { }


/************** CONTAINERS **************/	

#container { background-image:url(../!images/framework/background.jpg); background-repeat:no-repeat; }
#contentContainerOuter { }
#contentContainerInner { }
#footer { color:#a84d25; }


/************* NAVIGATION *****************/

#primaryNavigation a.nav_home,
#primaryNavigation a.nav_about-us,
#primaryNavigation a.nav_news-events,
#primaryNavigation a.nav_media,
#primaryNavigation a.nav_franchise,
#primaryNavigation a.nav_careers,
#primaryNavigation a.nav_parties,
#primaryNavigation a.nav_contact{ background-image:url(../!images/framework/primary-navigation_dropdown.png); background-repeat:no-repeat; }

#drops ul.drop { background-color: #f15c22; }
#drops ul.drop a { background-color: #f15c22; }
#drops ul.drop a:hover { color: #ffffff; background-color: #59592b; }

#footer a { color:#a84d25; }
#footer a:hover, #footer a:focus { color: #f2e9cb; }
#footer a:active { }


/************* OTHER *****************/


/* Drop Shadow Divs */
.shadow-one { background: url(../!images/framework/content-background-outer_tr.png) right top no-repeat; }
.shadow-two { background: url(../!images/framework/content-background-outer_bl.png) left bottom no-repeat; }
.shadow-three { background: url(../!images/framework/content-background-outer.png) right bottom no-repeat; }
.shadow-four { position: relative; background: url(../!images/framework/content-background-outer.png) left top no-repeat; }
.shadow-five { }
/* Outline Divs */
.outline-one { background: url(../!images/framework/content-background-inner_tr.png) right top no-repeat; }
.outline-two { background: url(../!images/framework/content-background-inner_bl.png) left bottom no-repeat; }
.outline-three { background: url(../!images/framework/content-background-inner.png) right bottom no-repeat; }
.outline-four { position: relative; background: url(../!images/framework/content-background-inner.png) left top no-repeat; }
.outline-five { }
