/*
--------------
D.ART
--------------
*/ 
   
/*
Header
==============
*/

#outerHeader {
	background: #671200;
}

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

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

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

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

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

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

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

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

#leftCol h3 {
	background-color: #872f1b;
	color: #fff;
}

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

#rightCol h1 {
	background: #671200;
}

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

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