@charset "utf-8";
/* CSS Document */

body	{
	background-color: #d3cabd;
	font-family: Verdana, Geneva, sans-serif;
	color: #3e3935;
}

body a	{
	color: #3e3935;
}

.header	{
		border: solid #998b78 1px;
}

.header1	{
	background-color: #e7e1d9;
	height: 20px;
}

.header2	{
	background: no-repeat  url(../images/banner.png);
	height: 135px;
}

.menu	{
	padding-top: 74px;
}

#home	{
  display: block;
  width: 116px;
  height: 42px;
  background: url(../images/b-home.png) no-repeat 0 0;
  float: right;
}

#home:hover	{ 
  background-position: 0 -42px;
}

#home span	{
  display: none;
}

#services	{
  display: block;
  width: 116px;
  height: 42px;
  background: url(../images/b-services.png) no-repeat 0 0;
  float: right;
}

#services:hover	{ 
  background-position: 0 -42px;
}

#services span	{
  display: none;
}

#portfolio	{
  display: block;
  width: 115px;
  height: 42px;
  background: url(../images/b-portfolio.png) no-repeat 0 0;
  float: right;
}

#portfolio:hover	{ 
  background-position: 0 -42px;
}

#portfolio span	{
  display: none;
}

#pricing	{
  display: block;
  width: 98px;
  height: 42px;
  background: url(../images/b-pricing.png) no-repeat 0 0;
  float: right;
}

#pricing:hover	{ 
  background-position: 0 -42px;
}

#pricing span	{
  display: none;
}

#contact	{
  display: block;
  width: 108px;
  height: 42px;
  background: url(../images/b-contact.png) no-repeat 0 0;
  float: right;
}

#contact:hover	{ 
  background-position: 0 -42px;
}

#contact span	{
  display: none;
}

.header3	{
	background-color: #e7e1d9;
	height: 25px;
	
}

img	{
	border: none;
}

.content	{
	background-color: #fcfaf7;
	border: solid #998b78 1px;
	border-top: none;
	padding: 4px;
}

.footer	{
	background-color: #fcfaf7;
	border: solid #998b78 1px;
	border-top: none;
	height: 70px;
}

.footer2	{
	background-image: url(../images/footer.png);
	height: 45px;
	width: 1024px;
	text-align: center;
	font-size: 10px;
}

.flash	{
	text-align: center;
}