/* ----- !!! INDEX !!! ----- */

@charset "utf-8";
/* --- Build --- */

body {
	background-color: #b8b6af;
	text-align: center;}
	
#wrapper {
	margin: 35px auto;
	width: 970px;
	background-image: url(images/bg.jpg);}
	
#header {
	width: 970px;
	height: 149px;}
	
#i_menu {
	margin: 60px 26px 25px 34px;
	height: 100px;
	text-align: center;}
	
#credit {
	width: 860px;
	height: 30px;
	background: url(images/creditbg.jpg) 50% 0 no-repeat;
	font-size: 12px;
	color: #7d8262;
	text-align: center;
	line-height: 30px;
	margin: 30px 54px 15px 56px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;}
	
#bottom {
	width: 970px;
	height: 37px;}
	

/* Content */

#content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #50543b;
	text-align: left;
	letter-spacing: 0.1px;}
	
#tl {
	margin: 30px 44px 0 46px;
	background: url(images/tl.jpg) #fff 0 0 no-repeat;}

#tr {
	background: url(images/tr.jpg) 100% 0 no-repeat;
	padding: 13px 35px 8px 35px;}

#i_bl {
	margin: 0 44px 20px 46px;
	background: url(images/index_bl.jpg) 0 100% no-repeat;}

#i_br {
	height: 50px;
	background: url(images/index_br.jpg) 100% 100% no-repeat;
	text-align: right;
	padding-right: 40px;
}
	
	
/* --- General --- */

h1 {
	margin: 0;
	margin-bottom: 28px;
	color: #914916;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 21px;
	text-transform: capitalize;}
	
p {
	margin: 22px 0;
	padding: 0;}
	
a {
	color: #50660f;
	text-decoration: none;
	border-bottom: 1px #50660f dashed;}
	
img {
	border: 0 none;}
	
img.imgleft {
	
}


/* --- Menu --- */

div#i_menu ul {
	margin: 0;
	margin-left: 10px;
	padding: 0;
	list-style-type: none;}

div#i_menu li {
	display: inline;}
	
div#i_menu a {
	display: block;
	width: 280px;
	height: 100px;
	margin: 0 10px;
	padding: 0;
	float: left;
	border: 0 none;}
	
div#i_menu a:hover { 
	background-position: 0 -100px;}

div#i_menu a span {
	display: none;}

a#i_menu1 {
	background: url("images/index_menu1.jpg") no-repeat 0 0;}
	
a#i_menu2 {
	background: url("images/index_menu2.jpg") no-repeat 0 0;}
	
a#i_menu3 {
	width: 260px;
	background: url("images/index_menu3.jpg") no-repeat 0 0;}


/* --- Custom --- */

.clear {
	font-size: 1px;
	height: 0px;}
	
.green {
	color: #50660f;}
	
#i_br a {
	border: 0 none;}
	