/* CSS Document */
body { 
  background: #a1a292;
  padding: 0;
  margin: 0;
}
div, td, p { 
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}



a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F47B1F;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F47B1F;
	font-weight: lighter;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #404039;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #F47B1F;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #f57b1f;
}

#contact  {
	position: relative;
  width: 376px;
  height: 110px;
  background: url(images/contact.jpg) no-repeat 0 0;  
}#contact div{ 
	font-size: 10px;
	padding-top: 50px;
}#contact span{ 
	font-size: 10px;
	color: #a0a0a0;
}#contact p{ 
	margin-top: 0px;
	margin-right: 30px;
	text-align: right;
  z-index: 10;
}

#welcome  {
	position: relative;
  width: 443px;
  height: 301px;
  background: url(images/welcome.jpg) no-repeat 0 0;
  
}#welcome div{ 
	font-size: 11px;
	padding: 55px 80px 0px 80px;
}


#current  {
	position: relative;
  width: 760px;
  height: 87px;
  text-align:right;
  background: url(images/current.jpg) no-repeat 0 0;
  
}
a.btnmore  {
  display: block;
  width: 41px;
  height: 16px;
  z-index:5;
  background: url(images/btnmore.jpg) no-repeat 0 0;
}
a.btnmore:hover { 
  background-position: 0 -16px;
}

a.plus  {
  display: block;
  width: 16px;
  height: 14px;
  z-index:5;
  background: url(images/plus.png) no-repeat 0 0;
}
a.plus:hover { 
  background-position: 0 -14px;
}



