/* CSS Document */
body { 
	background-color: #f7f6f6; 
	margin: 0px auto; 
	background-image:url(img/pgbkg.jpg); 
	background-repeat:repeat-x;
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #868a8b; 
	font-size: 12px; 
}

a:link {
	color: #666; 
	text-decoration: none;
}
a:visited {
	color: #666; 
	text-decoration: none;
}
a:hover {
	color: #ff9000; 
	text-decoration: none;
}
a:active {
	color: #ff9000; 
	text-decoration: none;
}
.po a:link {
	color: #ff9000; 
	text-decoration: none;
}
.po a:visited {
	color: #ff9000; 
	text-decoration: none;
}
.po a:hover {
	color: #18a9c6; 
	text-decoration:none;

}
.po a:active {
	color: #ff9000; 
	text-decoration: none;
}
.container {
	margin: 0px auto; 
	width: 980px;
}
.top {
	height:105px;
	padding-left:30px;
}
.logo {
	background-image:url(img/logo.jpg);
	height:67px;
	width:162px;
	margin-top:38px;
	position:absolute;
}
.nav {
	height:27px;
	width:255px;
	position:absolute;
	margin-top:60px;
	margin-left:200px;
}
.img1 {
	background-image:url(img/hello.jpg);
	background-repeat:no-repeat;
	height:315px;
	width:516px;
}
.img2 {
	background-image:url(img/mayi.jpg);
	background-repeat:no-repeat;
	height:139px;
	width:403px;
	padding-top:145px;
}
.img3{
	background-image:url(img/plan.jpg);
	height:85px;
	width:868px;
		background-repeat:no-repeat;
}
.img4 {
	background-image:url(img/planbot.jpg);
	height:96px;
	width:868px;
		background-repeat:no-repeat;
}
.img5 {
	background-image:url(img/about.jpg);
	height:357px;
	width:922px;
		background-repeat:no-repeat;
}
.img6 {
	background-image:url(img/map.jpg);
	height:84px;
	width:84px;
	margin-left:65px;
		background-repeat:no-repeat;
}
.img7 {
	background-image:url(img/services.jpg);
	height:400px;
	width:833px;
	margin:0px auto;
		background-repeat:no-repeat;
}
.img8 {
	background-image:url(img/inbox.jpg);
	height:518px;
	width:384px;
	background-repeat:no-repeat;
}
.content {
	padding-left:30px;
	padding-right:30px;
}
.padr {margin-right:25px;}
.p1 {
	line-height:28px;
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
	
}.p2 {
	line-height:24px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;	
	font-size: 11px;
	color:#727576;
}
.subfoot {
	background-color:#1e1e1e;
	width:100%;
	height:200px;
	margin: 0px auto;
}
.footer {
	background-color:#0f0f0f;
	height:50px;
	width:100%;
	margin:0px auto;
	color:#3c3c3c;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}

.footer a:link {
	color: #929292; 
	text-decoration: none;
}
.footer a:visited {
	color: #929292; 
	text-decoration: none;
}
.footer a:hover {
	color: #adadad; 
	text-decoration: none;
}
.footer a:active {
	color: #adadad; 
	text-decoration: none;
}
.copy {	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
}
.copy2 {	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;

}
.header1 {
	color:#ff9000;
	font-size:18px;
	font-weight:bold;
}
.header2 {
	color:#119eb7;
	font-size:18px;
	font-weight:bold;
}
.header3 {
	color:#119eb7;
	font-size:16px;
	
}
.blue {color:#119eb7;}
.contactinfo {
	margin-top:205px;
	margin-left:50px;
}
.size11 {
	font-size:12px;
}
.line {border-bottom:#AAAAAA 1px dotted;
width:900px; margin:0px auto;
}
.borderport { border:1px solid #e7e6e6; background-color:#FFFFFF;}
.form1 {background-color:#FFF;
border:#dfdede 1px solid;
height:20px;
width:270px;
font-size:14px;
padding:8px;
color:#069;
}
.form2 {background-color:#FFF;
border:#dfdede 1px solid;
height:150px;
width:270px;
font-size:14px;
padding:8px;
color:#069;
font-family:Arial, Helvetica, sans-serif;
}

.port {
	
	width:100%;
	margin: 0px auto;
}

.infiniteCarousel {
  width: 810px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 730px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 105px;
  margin: 0 40px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 2px solid #f7f6f6;
}

.infiniteCarousel .wrapper ul {
	width: 840px; /* single item * n */
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
	top: 0;
	left: -1px;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 85px;
  width: 85px;
}

.infiniteCarousel ul li img {
    -webkit-transition: border-color 400ms;
}

.infiniteCarousel ul:hover li img {
  border-color: #f7f6f6;

}

.infiniteCarousel ul:hover li:hover img {
  border-color: #d0d0d0;  border:2px solid;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(http://www.designistic.com/web/images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
  outline: 0;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
  color: transparent;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}
