body {
background-image: url(bg-body.gif);
background-position: Center top;
background-attachment: scroll;
background-repeat: repeat;
}

a, a:visited, a:hover {color:#fc8201;}
#wrapper-top{border-top:solid 7px #fcb6aa;}
#wrapper-header, #wrapper-header-inner{background-color:#fcb6aa; background-image:url(header_light.jpg); background-position:top center; background-repeat:no-repeat;}
#wrapper-footer{background-color:#fcb6aa; background-image:url(footer_light.jpg); background-position:bottom center; background-repeat:no-repeat;}

/* button */
.more, .button{
	border:solid 1px #8b5807;
	background:#fac083;
	background: -webkit-gradient(linear, left top, left bottom, from(#feaad6), to(#fac083));
	background: -moz-linear-gradient(top,  #feaad6,  #fac083);
	background: -o-linear-gradient(top,  #feaad6,  #fac083);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feaad6', endColorstr='#fac083');
  }
.more:hover, .button:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(#fac083), to(#feaad6));
	background: -moz-linear-gradient(top,  #fac083, #feaad6);
	background: -o-linear-gradient(top,  #fac083, #feaad6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fac083', endColorstr='#feaad6');
}


/* tab */
html ul.tabs li.active, html ul.tabs li.active a:hover {
	border:solid 1px #8b5807;
	background:#fac083;
	background: -webkit-gradient(linear, left top, left bottom, from(#feaad6), to(#fac083));
	background: -moz-linear-gradient(top,  #feaad6,  #fac083);
	background: -o-linear-gradient(top,  #feaad6,  #fac083);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feaad6', endColorstr='#fac083');
	-moz-box-shadow: 0px 0px 8px #8c8c8c;
	-webkit-box-shadow: 0px 0px 8px #8c8c8c;
	box-shadow: 0px 0px 8px #8c8c8c;
}
ul.tabs li:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(#fac083), to(#feaad6));
	background: -moz-linear-gradient(top,  #fac083, #feaad6);
	background: -o-linear-gradient(top,  #fac083, #feaad6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fac083', endColorstr='#feaad6');
	-moz-box-shadow: 0px 0px 8px #8c8c8c;
	-webkit-box-shadow: 0px 0px 8px #8c8c8c;
	box-shadow: 0px 0px 8px #8c8c8c;
}
ul.tabs li a:hover {
	border:solid 1px #8b5807;
	background: -webkit-gradient(linear, left top, left bottom, from(#fac083), to(#feaad6));
	background: -moz-linear-gradient(top,  #fac083, #feaad6);
	background: -o-linear-gradient(top,  #fac083, #feaad6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fac083', endColorstr='#feaad6');
	-moz-box-shadow: 0px 0px 8px #8c8c8c;
	-webkit-box-shadow: 0px 0px 8px #8c8c8c;
	box-shadow: 0px 0px 8px #8c8c8c;
}

/* toggles */
h2.trigger{
	border:solid 1px #8b5807;
	background:#fac083;
	background: -webkit-gradient(linear, left top, left bottom, from(#feaad6), to(#fac083));
	background: -moz-linear-gradient(top,  #feaad6,  #fac083);
	background: -o-linear-gradient(top,  #feaad6,  #fac083);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feaad6', endColorstr='#fac083');
}
