body, h1, h2, h3, h4, h5, h6, blockquite, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/mouse_cord1.gif);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 14px;
	line-height: 23px;
	color: #777;
}

p.reference_name{
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	line-height: 0px;
}

p.reference_title{
	font-size: 12px;
	line-height: 39px;
}

#body_wrapper{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 960px;
	text-align: left;
}

#header{
	float: left;
	height: 118px;
}

#splash{
	float: left;
	height: 318px;
}

#navigation{
	float: left;
	text-align: center;
	width: 960px;
	height: 39px;
	background-image: url(../images/bg_nav.gif);
}


#navigation .nav_left{
	float: left;
}

#navigation .nav_menu{
	padding: 0 45px 0 45px;
	text-decoration:none;
	border: 0;
	outline: none; 
}

#navigation a{
	outline: none; 
}

#navigation .nav_right{
	float: right;
}

#welcome{
	float: left;
	padding: 9px 9px 0 0;
	width: 314px;
	height: 379px;
}

#welcome .welcome_content{
	padding: 0 30px 0 30px;
	background-image: url(../images/bg_1_3.gif);
	height: 282px;
}

#reference{
	float: left;
	padding: 9px 0 0 0;
	width: 314px;
	height: 379px;
}

#reference .reference_content{
	background-image: url(../images/bg_reference.gif);
	height: 275px;
	font-style: italic;
}

#reference .reference_dots{
	background-image: url(../images/bg_1_3.gif);
	height: 7px;
	text-align: center;
}

#reference .reference_dots .dot_images{
	border: 0;
}

#reference .reference_dots a{
	outline: none;
}

#mouse{
	float: left;
	padding: 9px 0 0 9px;
	height: 379px;
	background-image: url(../images/mouse_cord2.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}

#portfolio{
	float: left;
	margin: 9px 0 9px 0;
	height: 577px;
	width: 960px;
	background-image: url(../images/bg_3_3.gif);
}

#portfolio .portfolio_content{
	float: left;
	width: 960px;
	padding: 0 0 0 30px;
}

#portfolio .portfolio_content .portfolio_images{
	border: 0;
}

#portfolio .portfolio_content a{
	outline: none;
}

#services{
	float: left;
	margin: 0 9px 0 0;
	width: 637px;
	height: 485px;
}

#services .services_content{
	height: 388px;
	padding: 0 30px 0 30px;
	background-image: url(../images/bg_2_3.gif);
}

#services .services_content p.title{
	font-weight: bold;
}

#services .services_content .amper{
	font-family: Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
	font-size: 130%;
	font-style: italic;
	font-weight: normal;
}

#about{
	float: left;
	width: 314px;
	height: 485px;
}

#about .about_content{
	height: 388px;
	padding: 0 30px 0 30px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 14px;
	color: #777;
	background-image: url(../images/bg_1_3.gif);
}

#footer{
	float: left;
	text-align: center;
	margin: 0;
	padding: 39px 0 0 0;
	width: 100%;
}

#footer .footer_content{
	padding: 0;
	height: 174px;
	background: #000;
	
}

#footer .footer_content img{
	border: 0;
}

#footer .footer_content a{
	outline: none;
}

.infiniteCarousel {
  width: 395px;
  position: relative;
}
 
.infiniteCarousel .wrapper {
  width: 314px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 275px;
  margin: 0;
  position: absolute;
  top: 0;
}
 
.infiniteCarousel .wrapper ul {
  width: 252Px; /* single item * n */
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}
 
.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 0 30px 0 30px;
  width: 252px;
  height: 275px;
}
 
.infiniteCarousel .arrow {
  display: block;
  width: 8px;
  height: 17px;
  background: url(../images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 115px;
  cursor: pointer;
  outline: 0;
}
 
.infiniteCarousel .forward {
  background-position: 0 0;
  right: 91px;
}
 
.infiniteCarousel .back {
  background-position: 0 -34px;
  left: 10px;
}
 
.infiniteCarousel .forward:hover {
  background-position: 0 -17px;
}
 
.infiniteCarousel .back:hover {
  background-position: 0 -51px;
}
