@charset "utf-8";
/* CSS Document */
body{
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#000000;
	padding:0px;
	margin:0px;
	padding-bottom:20px;
	font: 80% "Trebuchet MS", Verdana, Arial;
	color:#FFFFFF;
	line-height:18px;
	}
	
h2{
	font-size:18px;
	font-family:"Trebuchet MS", Verdana, Arial;
}

#wrapper {
	width: 978px;
	margin: 0px auto;

}
#header{
	position:relative;
	width:977px;
	height:85px;
	height:auto;
	
}
h1 a {
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:72px;
	text-indent:-900%;
	position: absolute;
	top: 13px;
	}

/*Navigation*/
#menu {
	list-style:none;
	padding: 0;
	margin: 0;
	width: 751px;
	height: 85px;
	position: absolute;
	display:inline;
	top: 0px;
	text-indent:-900%;
	right: 0px;
}

#menu ul{list-style:none;}

#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}

#menu .home {
  width: 82px;
  height: 36px;
  background: url(images/home.gif) no-repeat;
  left: 0px;
  top: 49px;
}
#menu .home_current {
  width: 82px;
  height: 36px;
  background: url(images/home.gif) no-repeat;
  background-position: left bottom;
  left: 0px;
  top: 49px;
}

#menu .about {
  width: 96px;
  height: 36px;
  background: url(images/about.gif) no-repeat;
  left: 82px;
  top: 49px;
}
#menu .about_current {
  width: 96px;
  height: 36px;
  background: url(images/about.gif) no-repeat;
  background-position: left bottom;
  left: 82px;
  top: 49px;
}

#menu .expertise {
  width: 96px;
  height: 36px;
  background: url(images/expertise.gif) no-repeat;
  left: 178px;
  top: 49px;
}
#menu .expertise_current {
  width: 96px;
  height: 36px;
  background: url(images/expertise.gif) no-repeat;
  background-position: left bottom;
  left: 178px;
  top: 49px;
}
#menu .portfolio {
  width: 194px;
  height: 36px;
  background: url(images/portfolio.gif) no-repeat;
  left: 274px;
  top: 49px;
}
#menu .portfolio_current {
  width: 97px;
  height: 36px;
  background: url(images/portfolio.gif) no-repeat;
  background-position: left bottom;
  left: 274px;
  top: 49px;
}
/*#menu .gallery {
  width: 97px;
  height: 36px;
  background: url(images/gallery.gif) no-repeat;
  left: 371px;
  top: 49px;
}
#menu .gallery_current {
  width: 97px;
  height: 36px;
  background: url(images/gallery.gif) no-repeat;
  background-position: left bottom;
  left: 371px;
  top: 49px;
}
*/
#menu .video{
  width: 80px;
  height: 36px;
  background: url(images/video.gif) no-repeat;
  left: 467px;
  top: 49px;
}
#menu .video_current{
  width: 80px;
  height: 36px;
  background: url(images/video.gif) no-repeat;
  background-position: left bottom;
  left: 467px;
  top: 49px;
}
#menu .testimonials {
  width: 96px;
  height: 36px;
  background: url(images/testimonial.gif) no-repeat;
  left: 547px;
  top: 49px;
}
#menu .testimonials_current {
  width: 96px;
  height: 36px;
  background: url(images/testimonial.gif) no-repeat;
  background-position: left bottom;
  left: 547px;
  top: 49px;
}
#menu .contact {
  width: 106px;
  height: 36px;
  background: url(images/contact.gif) no-repeat;
  left: 643px;
  top: 49px;
}
#menu .contact_current {
  width: 106px;
  height: 36px;
  background: url(images/contact.gif) no-repeat;
  background-position: left bottom;
  left: 643px;
  top: 49px;
}

/*content */
#content{
	width:978px;
	height:auto;
	position:relative;
	top:103px;
}
#top_banner{
	width:978px;
	height:auto;
	left: 0px;
}

.flashbanner{
	border: thin solid #FFFFFF;
}

#content_{
	position:relative;
	width:751px;
	width: 751px;
	margin-top: 20px;
	margin-bottom: 20px;
	left: 227px;
}

.inside1{
	width:570px;
	margin-left:5px;
}
/*Footer*/
#footer {
	position: relative;
	width: 978px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 50px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	
}

/*Expertise menu*/
dl, dt, dd, ul, li {
margin : 0;
padding : 0;
list-style-type : none;
}
#menu_s {
width : 184px;
padding : 0;
}
#menu_s dt {
color: white;
cursor : pointer;
margin : 0px 0;
height : 28px;
line-height : 28px;
text-align : center;
font-weight : bold;


}
#menu_s dt span {
width : 188px;
background-repeat : no-repeat;
background-position : 95% center;
display : block;
color: white;


}
#menu_s dd {

}
#menu_s li {
text-align : center;

}
#menu_s li a, #menu dt a {
color: white;
text-decoration : none;
display : block;
border : 0 none;
height : 28px;
}
#menu_s dt a:hover, #menu dt:hover {

}
#menu_s li a:hover {
background-color : #e0ebef;
color: #333333
}


#menus{
	position:absolute;
	width: 188px;
	margin-top: 20px;
}
.img {
	border: 1px solid #FFFFFF;
}
.testi {
	width: 550px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	font-size: 11pt;
}
