/*
--------------
STARFISH
--------------
*/ 

/*
Header
==============
*/


#outerHeader {
	background: #c73003;
}

#header {
	background: url(../binaries/header-bg-starfish.jpg) no-repeat center top;
}

#logo {
	background-image: url(../binaries/logos/starfish-header.gif);
}

/*
Top navigation
==============
*/


#outerTopNav {
	background: url(../binaries/nav/nav-bg-starfish.gif) repeat-x left bottom;
}

/*
Content
==============
*/

#outerMainContent {
	background: #a1f9df url(../binaries/maincontent-bg-starfish.gif) left top repeat-x;
}

#mainContent {
	background: url(../binaries/rightcol-bg-starfish.gif) repeat-y right top;
}

#leftCol {
	color: #000;
}

#leftCol h2 {
	border-bottom-color: #000;
}

#leftCol h3 {
	background-color: #8c2000;
	border-bottom: 1px solid #fff;
} 

#sidePic {
	background-image: url(../binaries/side-pics/starfish.jpg);
}

#rightCol h1 {
	background: #f7f6f5;
}

/*
Sub navigation
==============
*/

#subNav a {
	color: #000;
	background: #fff url(../binaries/side-menu/sub-nav-bg.gif) repeat-x left bottom;
	border-bottom: 1px solid #000;
}
#subNav a:hover {
	background-image: url(../binaries/side-menu/subnav-bg2.gif);
}
#subNav .current a {
	color: #fff;
	text-decoration: none;
	cursor: default;
	background-image: url(../binaries/side-menu/subnav-starfish-bg-active.gif);
	background-color: #c73003;
}


