/* background color & customer logo */
#main{
	background:url(images/bg-main.gif) no-repeat;
}
.toptext-logo{
	background:url(images/main-logo.jpg) no-repeat;
}

/* color main text */
.toptext-c p{
	color:#AE875A;
	font-family: verdana, arial, geneva, sans-serif;
}

/* color right links */
.link-container ul li.gray a span{
	color:#074f1e;
}
.link-container ul li.white a span{
	color:#074f1e;
}

/* contact information color */
.contacts ul{
	color:#095322;
}
a{
	color:#095322;
}

