/* CSS Document: Field Trial */

body {
	background: #6B542D;
	}
	
#header {
	background: url(../images/field-trial/header.jpg) no-repeat;
	}
	
#footer { color: #fff; }

#sidebar, #main {
	background: #DDB267;
	}
	
a { color: #D6AE87; }
a:hover { color: #F4D6BA; }
#main a { color: #A45100; }
/*+--------------------------------------------+
/*|     			 SIDE MENU                 |
/*+--------------------------------------------+
*/

#sidebar li a {
	background: #C3994F;
	color: #1b3317;
	}
	
#sidebar li a:hover {
	background: #1b3317;
	color: #fff;
	}
	
#sidebar ul ul li a {
	background: #EBC179;
	color: #1b3317;
	font-weight: normal;
	}
	
#sidebar ul ul li a:hover {
	background: #f3d9ac;
	color: #333;
	}
