/* Version: 1.0 */
@import url(css/reset.css);
@import url(css/standard.css);   /*   Main Styles */
@import url(css/navigation.css);  /*   Navigation Styles */
@import url(css/orbit-1.2.3.css);   /*   Featured Slider Styles */
@import url(css/fancybox.css);  /*   LightBox Styles */

/*   MAIN CONTAINER HEIGHT SIZE */
#container, #left-container, #featured, #featured div { height:550px;  }
#featured { margin-top:-550px;}  
#box-container {height:550px;  margin-top:-295px; }  /* Margin-top is half of the total height  */

/* MAIN HIGHLIGHTED COLOUR FOR HEADINGS */
h1, h2, h3, h4, h5, h6, ul.sub-navigation li a:hover, ul.sub-navigation li.current a, a.prev span, a.next span, a.prev:hover, a.next:hover, .light-fonts .content-heading h5, .light-fonts .content-heading h6 {color:#555; text-shadow:1px 1px 0 #fff} 

/* MAIN BACKGROUND COLOUR FOR MENU AND LOGO */
.navigation-menu, .sf-vertical li, .jspDrag {background-color:#222} 
.logo-menu {background-color:#transparent} 

