* { border: 0; margin: 0; padding: 0;}

body {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background: #ffffff;
	text-align: center;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:href{color: #ffc600;}
ul { list-style: none; }
img {
	border:0;
}

#top, #main2, #main, #footer{
	margin: 0 auto;
	width: 100%;
	min-width: 400px;
	max-width: 1000px;
	position: relative;
	clear: both;
	display: block;
	text-align: left;
	overflow: hidden;
  padding: 0;
}

.clr { clear: both; }
h1 {font-size: 22px;color: #4f4e4e;font-weight: normal;font-family: Tahoma;}
h2,h3,h4 {font-size: 14px;font-weight: normal;}
.tmph1 {font-size: 11px;}
/*** TOP ***/
#logo {
  position: absolute;
  top: 0;
  left: 40px;
  z-index: 1000;  
}
#menu {
width: 100%;
min-width: 400px;
max-width: 1000px;
  margin-top: 50px;
  float: left;
  background: url(images/bg_menu.png) no-repeat top center; 
  height: 108px;   
}
#menu ul {
  float: right;
  margin: 15px 50px 0 0;
}
#menu ul li {
  float: left;
  margin: 20px;
}
#menu ul li a {
  color: #363636;
  font-weight: bold;
  font-size: 15px;
}
/*** /TOP ***/
/*** MAIN ***/
#main {
	width: 100%;
	min-width: 400px;
	max-width: 1000px;
  background: url(images/bg_main.png) top center no-repeat;      
}
.block {
  padding: 20px;
  width: 160px;
  text-align: center;
  color: #4a4a4a;
  float: left;
}
.block img {
  margin: 20px auto;
}
.block a, .block p {
  font-size: 11px !important;
  color: #4a4a4a;
}
.block span {font-size: 11px;}
.title {
  font-size: 22px;
  color: #4f4e4e;
  margin-top: 30px;
  float: left;
}
.desc a{color: #4f4e4e;}
.desc {
  padding: 20px 20px;
  line-height: 28px;
  text-align: justify;
}
.desc input, .desc textarea {border: 1px #4f4e4e solid;}

#customers {
  margin-top: 20px;
  background: url(images/bg_customers.png) no-repeat top left;
  padding-left: 50px;
}
#customers img {
  float: left;
  margin: 20px 12px 50px 12px;
}
/*** /MAIN ***/
/*** FOOTER ***/
#footer_bg {
  background: #282828; 
  border-top: 1px #ffb400 solid;
}
#footer_left {float: left;}
#footer_right {
  float: right;
  padding: 40px 20px;
  text-align: right;
}
#footer_left ul {
  width: 80px; 
  float: left; 
  margin: 40px 20px;"
}
#footer_left a {
  font-size: 10px;
  color: #717171;
}
#footer_right {
  color: #ffffff;
  font-size: 11px;
}
/*** /FOOTER ***/


	@media all and (max-width:1000px) { 
		#customers{background: none;}
	}
	@media all and (max-width:850px) { 
		#logo img{height: 60px;}
	}
	@media all and (max-width:520px) { 
		#menu {background-size: cover;height: 208px;}
		#menu ul li {margin: 25px 35px 20px;}
	}