/*--------------------------------------------- */
/*                 >>> HTML <<<                 */
/*--------------------------------------------- */

#labels .grid-960-16, #search .grid-960-16 { clear:none !important; }

/*--------------------------------------------- */
/*               >>> PALLETTE <<<               */
/*--------------------------------------------- */

a                { color: #0359a6; text-decoration: none; }
#tinymce a       { color: #0359a6 !important; text-decoration: none !important; }

a:hover          { color: #80a8e5; text-decoration: underline;}
#tinymce a:hover { color: #900 !important; text-decoration: underline !important; }

h1, h2, h3 { color: #666; }

#footer, #footer a { color: #fff; }


/* LAYOUT
=============================================== */

body { background-color: #c1c1c1; }

#page {
	border: 1px solid #a2a2a2; 
	border-width: 0 1px; 
	margin: 0 10px;
}

#main {
	background-color: #fff;
	padding: 10px 10px 10px 0;
}

#header {
	background-color: #fff;
	padding-top: 36px;
}

#header-inner {
	background: #d7d6d7 url('/download/gallery/img/headerinne') no-repeat 100% 50%;
	height: 100px;
	padding: 0 10px;
}

#navigation { float: left; width: 170px; }

#content { margin-left: 190px; }

#footer {
	background: #cdcccd;
	border-bottom: 1px solid #a2a2a2;
	padding: 10px;
}


/* LOGO/TAGLINE
=============================================== */
#logo { position: relative; top: 25px; }

#logo a {
	background: url('/download/gallery/img/logogif') no-repeat;

	/* >-- Image Replacement */
	
			display: block;
			height: 0px !important;
			overflow: hidden;
			padding: 58px 0 0;
			width: 312px;
			
	/* <-- Image Replacement */
}

/* PRIMARYNAV
=============================================== */

#primarynav { border-right: 1px dotted #e5e5e5; }

#primarynav a {
	display: block;
	padding-left: 10px;
	text-decoration: none;
}

#primarynav a:hover { background-color: #e5e5e5; color: #444; }



/* SEARCH KEYWORD
=============================================== */

#search-keyword {
	top: -31px;
}


