@charset "utf-8";
/* CSS Document */
body{
margin:0;
background:#3c6788;

/*


background:#C8E7FF;
background:url(../imgs/b.jpg);

*/
font-size:11px;
font-family:Tahoma;
color:#000;
}

h1,h2,h3,h4,p{
margin:0;	
}

#system{
width:960px;
margin:0 auto;
}

#divTop{
width:30px; height:30px; 
background:url(../imgs/Top.png) center center no-repeat; 
position:fixed; 
z-index:7700; 

-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
margin-left:920px; 
/*
margin-top:590px; 
*/
cursor:pointer; 
display:none; 
}


#divTop:hover{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90);
-moz-opacity: 0.9;
-khtml-opacity: 0.9;
opacity: 0.9;

}

#back{
width:840px;
margin:0 auto;
background:#FFF;

/*
-moz-box-shadow: 1px 1px 20px #999;
box-shadow: 1px 1px 20px #999;
*/
}

#header{
width:840px;
height:190px;
text-align:justify;
margin:0 0 0 0;
}

#header #banner{
width:250px;
height:60px;
position: absolute;
background:url(../imgs/banner.png) no-repeat;
margin:19px 0 0 26px;
}

#header #title{
width:804px;
height:51px;
font-size:14px;
position: absolute;
background:#e77817;
color:#FFF;
font-family:calibri;
margin:130px 0 5px 5px;
padding:11px 0 0 25px;
display:block;
}

#header #title b{
font-size:14px;
font-weight:normal;
}

#navMenu{
width:500px;
height:45px;
position: absolute;
margin:34px 0 0 320px;
}

#navMenu ul{
	margin:0;
 	padding:0;
	float:right;
	line-height:33px;
}
#navMenu li{
	margin:0;
 	padding:0;
	height:45px;
	list-style:none;
	float:left;
	position:relative;
}
#navMenu ul li a{
	text-align:left;
	display: block;
	margin-bottom:0px;

	text-align:center;
	width: 80px;
	padding-top:18px;
	height:27px;
	background-position:0px -35px;
	overflow:hidden;
	font-family:Tahoma;
	font-size: 11px;
	font-weight: normal;
	cursor:pointer;
	color:#495677;
	text-decoration:none;	
}

#navMenu ul li span{
	
	text-align:left;
	display: block;
	margin-bottom:10px;
	text-align:center;
	width: 1px;
	height: 35px;
	padding-top:4px;
	background:#CCC;
	overflow:hidden;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	cursor:pointer;
	color:#09F;
	text-decoration:none;	


}
#navMenu ul ul{
	z-index:2000;
	position:absolute;
	padding-top:5px;
	visibility:hidden;
	width:160px;
	top:30px;
	
}

#navMenu ul li ul li a{
	width:150px;
	text-align:left;
	padding-left:10px;
	position:relative;
	z-index:2000;
	border:solid 1px #CCC;
	color:#FFF;
	background:url(../images/backShow.png);
	}

#navMenu ul li:hover ul{
	visibility:visible; 
	text-align:left;
	width:160px;
	
	

}
/********************/

#navMenu li:hover{
	color:#FFF;
}

#navMenu ul li:hover ul li a:hover{
	display:block;
	color:#FF0;
	background:url(../images/backShow_hover.png);
	text-decoration:underline;
}

#navMenu a:hover{
color:#59AADB;
text-decoration:underline;
}


#Slider{
width:828px;
height:210px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
margin:5px 0 0 5px;
display:block;
overflow:hidden;


/*
-moz-box-shadow: 1px 1px 14px #999;
box-shadow: 1px 1px 14px #999;
*/

}

#Slider #lOut{
width:828px;
height:210px;
display:block;
position:absolute;
float:left;
overflow:hidden;
margin-left:0;
margin-top:0;
}





#Slider .Items{
width:830px;
height:210px;
display:none;
margin-left:0;
margin-top:0;
position:absolute;
float:left;
z-index:15;
}

#s6_back{
width:1660px;
height:210px;
margin-left:-830px;
margin-top:0;
position:absolute;
float:left;
z-index:14;
background:url(../imgs/s6.jpg) center center no-repeat;
display:none;
}

#Slider #lOut #Slider_lOut_path{
width:180px;
height:23px;
padding:8px 0 0 31px;
display:block;
position:absolute;
background:url(../imgs/fb.png) left top no-repeat;
background-position:0px 7px;
background-size:20px 20px;
float:left;
text-decoration:none;
color:#333;
font-size:15px;
font-family:calibri;
margin-left:16px;
margin-top:167px;
z-index:18;
}

#Slider #lOut #Slider_lOut_path:hover{
	text-decoration:underline;
}

#preloader{
width:100px;
height:50px;
display:block;
margin-left:360px;
margin-top:90px;
background:url(../imgs/lodding.gif) center center no-repeat;
z-index:20;
position:absolute;
}

#preloader h4{
margin:0;
text-align:center;
font-family:Tahoma;
font-size:11px;
color:#666;
}

#preloader div{
text-align:center;
display:block;
font-family:Tahoma;
font-size:26px;
color:#EEE;
}

#preloader #prograss{
text-align:center;
display:block;
font-family:Tahoma;
width:170px;
position:absolute;
opacity:0.5;
margin-top:35px;

height:10px;
}

#preloader #prograssFill{
width:0%;
background:#FFAC59;
opacity:0.5;
height:10px;
}

#body{
width:835px;
margin:0 0 0 5px;
}


#home{
width:834px;
margin-top:4px;
}

#home #products{
width:831px;

}

#home #products h1{
width:170px;
/*
border-top-left-radius:10px;
*/
margin:0 0 1px 0px;
padding:7px 7px 4px 12px;
height:20px;
display:block;
border-bottom:solid 1px #CCC;
border:none;
/*background:url(../imgs/products.png) left top no-repeat;
78b44a
padding-left:38px;
*/
font-weight:normal;
font-family:Calibri;
background:#414141;
color:#FFF;
font-size:14px;
}

#home #ProductMenu{
width:195px;
margin-left:0px;
overflow:hidden;
height:365px;
float:left;
}


#home #ProductMenu a{
width:170px;
margin:0 0 1px 0px;
font-family:Tahoma;
text-align:left;
display:block;
font-size:11px;

font-weight:normal;
padding:7px 9px 8px 10px;
background:#E6E6E6;
text-decoration:none;
z-index:500;
}


#home #ProductMenu1{
width:195px;
margin-left:0px;
overflow:hidden;
height:370px;
float:left;
}


#home #ProductMenu1 a{
width:170px;
margin:0 0 1px 0px;
font-family:Tahoma;
text-align:left;
display:block;
font-size:11px;
color:#7a6666;
font-weight:normal;
padding:7px 9px 8px 10px;
background:#E6E6E6;
text-decoration:none;
z-index:500;
}

#home #ProductMenu1 a:hover{
background:#666666;
color:#FFF;
}




#home #ProductDisplay{
width:620px;
float:right;
margin-right:2px;
}

#home #About{
width:570px;
float:right;
margin-right:2px;
padding-right:30px;
padding-top:19px;
height:450px;
}

#home #About .Contents{
width:539px;
float:right;
margin-right:2px;
margin-bottom:0;
padding-right:30px;
padding-top:0px;
}


#home #About h1{
	margin:0;
	padding:0;
	background:none;
	color:#333;
	display:block;
	font-size:17px;
	margin-bottom:7px;
	margin-top:10px;;
	padding-bottom:5px;
	font-weight:bold;
	border:none;
	height:18px;
	font-family:calibri;
	width:400px;
}


#home #Content{
width:570px;
float:right;
margin-right:2px;
padding-right:30px;
padding-top:19px;
height:110px;
}

#home .Contents{
font-family:Tahoma;
font-size:12px;
text-align:left;
display:block;
margin-bottom:9px;
}


#home #Content h1{
	margin:0;
	padding:0;
	background:none;
	color:#333;
	font-size:17px;
	margin-bottom:5px;
	padding-bottom:5px;
	font-weight:bold;
	border:none;
	height:18px;
	font-family:calibri;
	width:400px;
}





#home #clientBase{
width:570px;
float:right;
margin-right:2px;
padding-right:30px;
height:230px;

}

#home #clientBase h1{
	margin:0;
	padding:0;
	background:none;
	color:#333;
	font-size:17px;
	margin-bottom:2px;
	padding-bottom:5px;
	font-weight:bold;
	border:none;
	height:18px;
	font-family:calibri;
	width:400px;
}

#home #clientBase .Client{

height:70px;
/*
border:solid 1px #CCC;
*/
float:left;
margin:0 20px 0 0;
}

#home #clientBase p{
	margin:0;
	padding:0;
	background:none;
	color:#333;
	font-size:13px;
	margin:0 0 10px 0;
	font-weight:normal;
	border:none;
	height:18px;
	font-family:Tahoma;

}

#home #frame{
width:620px;
height:330px;

}

#home #ProductDisplay #loader{
	width:70px;
	height:20px;
	padding:5px 0 0 20px;
	font-family:tahoma;
	font-size:13px;
	margin-left:230px;
	margin-top:100px;
	position:absolute;
	background:url(../imgs/loader.gif) left center no-repeat;
	display:none;
	
}

#pd1{
width:640px;
height:450px;
}

#pd1 #pdHeader{
width:520px;
float:left;
padding-left:20px;
margin:12px 0 0 0;
display:block;
}

#pd1 #pdHeader h1{
margin:0;
padding:0;
background:none;
color:#333;
font-size:17px;
margin-bottom:2px;
margin-top:8px;
padding-bottom:5px;
font-weight:bold;
border:none;
height:18px;
font-family:calibri;
width:400px;

}

#pd1 #pdHeader h2{
margin:0;
padding:0;
background:none;
color:#333;
display:block;
font-size:15px;
font-weight:bold;
border:none;
margin-bottom:5px;
height:18px;
font-family:calibri;
width:400px;

}

#pd1 #pdHeader p{
margin:0;
color:#333;
font-size:12px;
border:none;
font-family:tahoma;
margin-top:6px;
}


#pd1 #PdctPreview{
width:300px;
height:200px;
position:absolute;
margin:30px; 0 0 80px;
}

#PathManager{
width:100%;
height:100%;
position:fixed;
background:#333;
opacity:0.3;
display:none;
z-index:7000;
}

#PathLoad{
width:42px;
height:42px;
position:fixed;
background:url(../imgs/loader.gif) center center no-repeat;
display:none;
z-index:7100;
}



/*
.Products{
width:700px;

margin-bottom:20px;

}

.Products h2{
width:600px;
height:20px;
font-size:17px;
font-family:calibri;
margin-left:100px;
}

.Products p{
width:600px;
font-size:13px;
text-align:justify;
line-height:16px;
color:#616161;
font-family:tahoma;
display:block;
margin:2px 0 0 100px ; 
}


.Products a{
width:600px;
height:15px;
font-size:12px;
font-weight:bold;
line-height:16px;
color:#EA6322;
display:block;
font-family:calibri;
margin:10px 0 0 100px ; 
border-bottom:solid 1px #CACACA;
text-decoration:underline;
}
*/

#Home_Clients{
width:830px;
height:115px;
display:block;
display:block;
margin:5px 0 0 5px;
overflow:visible;

background-position:0 55px;
/*background:#F3F3F3;
background:url(../imgs/client/everest.jpg) left top no-repeat;
*/
}




#Home_Clients h1{
width:184px;
/*border-top-left-radius:10px; */
margin:0 0 1px 10px;
padding:8px 7px 4px 12px;
height:20px;
display:block;
font-family:"Segoe Condensed";
border-bottom:solid 1px #CCC;
font-weight:bold;
display:block;
border:none;
/*
padding-left:38px;
background:#F9BB3C;
*/



color:#333;
font-family:tahoma;
font-size:17px;
}


#Home_Clients .ClientItems{
	margin-top:15px;
	width:110px;
	height:100px;
	border:solid 1px #999;
}


.ToolTipManager{
width:310px;
height:61px;
position:absolute;
margin-left:50px;
margin-top:50px;
z-index:6780;
display:none;
}

.ToolTipManager #Tooldescription{

height:43px;
background:#FFF;

border-radius:5px;
background:#FCFAFA url(../imgs/client/ico.png) left top no-repeat;
background-position:12px 16px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90);
-moz-opacity: 1;
-khtml-opacity:1;
opacity: 1;
border:solid 1px #999;
color:#333;
  position:absolute;
display:block;
z-index:6920;
border:solid 1px #CECECE;
padding:5px 16px 5px 0;
}


.ToolTipManager #Tooldescription #toolHeader{
height:17px;
padding:7px 0  0 45px;
font-weight:normal;
font-size:12px;
color:#333;
}

.ToolTipManager #Tooldescription h2{
color:#FFF;
font-family:calibri;
padding:0px 0  0 15px;
font-weight:normal;
font-size:15px;
margin:0;
}

.ToolTipManager #Tooldescription h3{
margin:0;
/*width:245px;*/
height:10px;
padding:0px 0  0 45px;
font-weight:normal;
333color:#FFF;
font-family:calibri;
margin-top:-3px;
font-size:13px;
}

.ToolTipManager #Tooldescription p{
margin:0;
width:260px;
height:59px;
padding:3px 0  0 7px;
display:block;
margin-top:3px;
font-weight:normal;
color:#FFF;
font-family:calibri;
font-size:12px;
}


.ToolTipManager #pointer{

position:absolute;
width:25px;
height:15px;
margin-left:20px;
margin-top:54px;
background:url(../imgs/client/pointer.png) left top no-repeat;
display:block;
z-index:6950;



}



#contact{
width:800px;
margin-top:18px;
}

#contact #products{
width:800px;

}

#contact #products h1{
margin: 0 0 0 0;
width:202px;
border-top-left-radius:10px;
border-top-right-radius:10px;
height:25px;
display:block;
font-weight:bold;
float:left;
/*
border-top-right-radius:10px;
background:url(../imgs/products.png) left top no-repeat;
padding-left:38px;
*/
background:#666;
padding:8px 7px 4px 12px;
color:#FFF;
font-family:tahoma;
font-size:17px;
}


#contact #form{
width:800px;
height:100%;
color:#1A64D2;
margin: 0 5px 0 10px;
float:left;
font-family:tahoma;
font-size:17px;
background:#FFF;
}

#contact #info{
width:425px;
height:100px;
margin: 25px 0 0 168px;
padding:5px 0 0 70px;
float:left;
font-size:11px;
font-family:Tahoma;
color:#000;
background:url(../imgs/mail.png) no-repeat;
background-position:13px 29px;
border:solid 1px #AAAAAA;
border-radius:5px;
}


#contact #info h1{
width:400px;
height:17px;
margin: 0 0 0 0;
font-size:14px;
background:none;
font-family:Tahoma;
display:block;
font-weight:bold;
text-align:left;
padding:15px 0 0 0;
border:none;
color:#333;
}

#contact #info p{
width:400px;
height:12px;
text-align:left;
margin: 0 0 5px 0;
font-size:12px;
padding-left:0px;
padding-top:0;
font-family:Tahoma;
font-weight:normal;
display:block;
}

#contact #info span{
font-size:11px;
font-family:Tahoma;
font-weight:normal;
color:#448ADF;
}

#fotter{
width:840px;
height:51px;
display:block;
/*background:#CCE6F9;*/
color:#FFF;
background:#e77817;
}

#fotter #des{
width:400px;
height:20px;
float:left;
font-size:11px;
text-align:left;
display:block;
font-family:Tahoma;
margin:6px 15px 0 6px;
}

#fotter a{
color:#FFF;
font-family:Tahoma;
font-size:11px;
text-decoration:underline;
}

#fotter a:hover{
text-decoration:none;
}

.ProductItems{
	padding:5px 5px 5px 25px;
	display:inline-block;
	font-family:tahoma;
	width:550px;
	font-size:12px;
	background:url(../imgs/product_bullet.jpg) no-repeat;
	background-position:5px 8px;
	margin:0 0 7px 0;
}

#blinder{
	width:100%;
	height:100%;
	position:fixed;
	background:#FFF;
	opacity:0.4;
	display:none;
	z-index:7800;
}

#Error{
	width:470px;
	height:150px;
	/*
	background:#1A73D8;
	*/
	position:fixed;
	display:none;
	overflow:hidden;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	/*
	border:solid 1px #1A73D8;
	*/
	z-index:7900;
}

#Error #Er_head{
	width:437px;
	height:26px;
	text-align:left;
	font-size:13px;
	background:#DAA163;
	color:#FFF;
	font-family:tahoma;
	padding:9px 0 0 34px;
	font-weight:normal;
	margin-bottom:2px;
}

#Error #Er_body{
	width:470px;
	margin:0 0 0 0;
	height:145px;
	background:#E6E6E6;
}

#Error #Er_body #Er_body_Text{
	width:250px;
	margin:0 0 0 35px;
	height:35px;
	font-family:Tahoma;
	font-size:13px;
	padding-top:16px;
}


#Error #Er_body #Er_body_Exit{
	width:350px;
	margin:0 0 0 8px;
	height:24px;
	padding-top:8px;
}

#Error #Er_btn{
	width:80px;
	margin:0 0 0 190px;
	text-align:center;
	padding-top:2px;
	cursor:pointer;
	font-size:14px;
	font-family:Tahoma;
	height:22px;
	border:solid 1px #B1B1B1;
	border-radius:6px;
}


#Error #Er_Close{
	width:21px;
	position:absolute;
	margin-right:5px;
	height:21px;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	padding-top:2px;
	background:url(../imgs/error.png) left center no-repeat;
	margin:5px 7px 0 8px;
}

#liveChat{
	width:220px;
	/*height:240px;*/
	height:30px;
	background:#FFF;
	position:fixed;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	font-family:Tahoma;
	font-weight:bold;
	color:#F5F5F5;
	font-size:11px;
	z-index:7990;
	display:none;
	border:solid 1px #E0E0E0;
}

#liveChat #chatHome{
	width:220px;
	height:30px;
	cursor:pointer;
	background:#FFF;
	position:absolute;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	font-family:Tahoma;
	font-weight:bold;
	color:#F5F5F5;
	font-size:13px;
	border-bottom:solid 1px #E0E0E0;
	display:block;
}

#liveChat #chat_Title{
	width:120px;
	height:14px;
	font-family:Tahoma;
	float:left;
	font-weight:normal;
	color:#333;
	padding:5px 0 0 0;
	margin:2px 0 0 5px;
	font-size:13px;
}

#liveChat #chat_Icon{
	width:22px;
	height:22px;
	float:left;
	margin:5px 0 0 5px;
	font-family:Tahoma;
	font-weight:bold;
	background:url(../imgs/ajax3.gif) center center no-repeat;
	color:#F5F5F5;
	font-size:11px;
}

#liveChat #chat_Icon2{
	width:22px;
	height:22px;
	float:right;
	margin:5px 5px 0 0;
	font-family:Tahoma;
	font-weight:bold;
	background:url(../imgs/up.png) center center no-repeat;
	color:#F5F5F5;
	font-size:11px;
}

#liveChat #chat_Area{
	width:220px;
	height:260px;
	margin-top:0px;
}

#liveChat #chat_Manager{
	width:220px;
	height:195px;
	margin-top:25px;
	display:block;
}

#liveChat #chat_who{
	width:200px;
	display:block;
	text-align:center;
	margin:77px 0 0 8px;
	border:solid 1px  #CDCDCD;
	border-radius:5px;
	/*
	background:#933;
	*/
}

#liveChat #chat_who #chat_who_header{
	width:190px;
	height:35px;
	text-align:center;
	margin:4px 0 0 4px;
	border:solid 1px  #CDCDCD;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	background:#ECECEC;
}
#liveChat #chat_who #chat_who_header #chat_who_header_icon{
	width:22px;
	height:22px;
	float:left;
	margin:6px 0 0 6px;
	font-family:Tahoma;
	font-weight:bold;
	background:url(../imgs/chat_who.png) center center no-repeat;
	color:#F5F5F5;
	font-size:11px;
}

#liveChat #chat_who #chat_who_header #chat_who_header_text{
	width:150px;
	height:20px;
	float:left;
	color:#585858;
	font-weight:normal;
	text-align:left;
	margin:8px 0 0 4px;
	font-size:14px;
}


#liveChat #chat_who #chat_who_body{
	width:200px;
	height:73px;
	text-align:center;
	margin:5px 0 0 0;
	padding-top:14px;
	border-top:solid 1px  #CDCDCD;
}


#liveChat #chat_who p{
	margin:4px 0 2px 0;
	color:#333;
	text-align:center;
	font-size:10px;
}


#liveChat #chat_Manager #chat_Reciever{
	width:204px;
	height:175px;
	background:#F8F8F8;
	color:#57A9D5;
	margin:38px 5px 2px 6px;
	padding:4px 0 0 4px;
	overflow: auto;
    overflow-y: auto;
    overflow-x: none;
}

/*
#liveChat #chat_Manager #chat_Reciever div{
	width:220px;
	padding:2px 0 2px 0;
	font-size:11px;
	font-weight:normal;

}
*/

#liveChat #chat_Manager .txtSend{
	width:204px;
	height:30px;
	font-family:Tahoma;
	font-size:12px;
	border:solid 1px #D6D6D6;
	margin:5px 0 0 5px;;
    resize:none;
}

.chatAdmin{
	color:#333;
	font-size:12px;
	width:177px;
	padding:3px 0 3px 3px;
	font-weight:normal;
}

.chatAdmin_header{
	color:#F77D35;]
}

.chatDefault_header{
	color:#333;
	font-size:11px;
	width:177px;
	padding:3px 0 5px 3px;
	font-weight:normal;
}
.chatoffline_header{
	color:#F8501F;
	font-size:11px;
	width:177px;
	padding:3px 0 5px 3px;
	font-weight:normal;
}


.chatClient{
	color:#333;
	font-size:12px;
	width:177px;
	padding:3px 0 3px 3px;
	font-weight:normal;	
}


.chatClient_header{
	color:#06C;
}


.chatSeperate{
	color:#06C;
	width:175px;
	height:1px;
	background:#DADADA;
	margin:4px 0 4px 3px;
}



.chatList{
	font-size:13px;
	color:#036;
	text-align:left;
	cursor:pointer;
	margin:4px 0 4px 0;
}



.chatDisplay{
	font-size:13px;
	color:#CCC;
	cursor:pointer;
	margin:3px 0 3px 0;
}


#testimonial{
	margin:89px 0 0 4px;;
	width:819px;
	float:left;
	height:200px;
	border:solid 1px #E7E7E7;
	display:block;
	overflow:hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

#testimonial #testimonial_head{
	width:780px;
	float:left;
	font-family:Calibri;
	font-size:17px;
	font-weight:normal;
	background:url(../imgs/testimonials.png) left center no-repeat;
	background-position:10px 8px;
	background-size:22px 22px;
	padding:9px 0 0 44px;
	height:30px;
	border-bottom:solid 1px #E7E7E7;
}

#testimonial #testimonial_body{
	width:736px;
	height:165px;	
	float:left;
	overflow:hidden;
	background:#FCFCFC;
}

#testimonial #testimonial_body:hover{
	background:#F7F7F7;
	cursor:url(../imgs/view.cur), pointer;
}

#testimonial #testimonial_body .testimonial_body_list{
	width:2100px;
	height:152px;
	float:left;
	margin-left:0px;
}

#testimonial #testimonial_body .testimonial_body_list .testimonial_body_tts{
	width:700px;
	height:152px;
	float:left;
	/*margin-right:1px;*/
	display:inline;
}


#testimonial #testimonial_body .testimonial_body_list .testimonial_body_tts .testimonial_body_msg{
	width:650px;
	height:72px;
	padding-top:24px;
	margin:0 0 0 40px;
	font-family:tahoma;
	font-size:13px;
	font-weight:normal;
}

#testimonial #testimonial_body .testimonial_body_list .testimonial_body_tts .testimonial_body_who{
	width:650px;
	float:left;
	height:48px;
	margin:0 0 0 40px;
}

#testimonial #testimonial_body .testimonial_body_list .testimonial_body_tts .testimonial_body_who p{
	width:650px;
	float:left;
	font-family:tahoma;
	font-size:13px;
	margin:0;
	font-weight:bold;
}

#testimonial #testimonial_body .testimonial_body_list .testimonial_body_tts .testimonial_body_who span{
	width:650px;
	float:left;
	font-family:tahoma;
	font-size:13px;
	font-weight:normal;
}


#testimonial #testimonial_nav{
	width:83px;
	float:right;
	height:162px;
	background:#E6E6E6;
}


#testimonial #testimonial_nav #testimonial_nav_Next{
	width:82px;
	float:left;
	height:40px;
	background:#E9E9E9 url(../imgs/next.png) no-repeat;
	background-position:35px 22px;
	text-align:center;
	padding:40px 0 0 0px;
	font-family:tahoma;
	font-size:13px;
	font-weight:normal;
}

#testimonial #testimonial_nav #testimonial_nav_Next:hover{
	width:82px;
	float:left;
	height:40px;
	background:#D8D8D8 url(../imgs/next.png) no-repeat;
	background-position:35px 22px;
	text-align:center;
	padding:40px 0 0 0px;
		cursor:pointer
}

#testimonial #testimonial_nav #testimonial_nav_previous{
	width:82px;
	float:left;
	height:40px;
	background:#E9E9E9 url(../imgs/previous.png) no-repeat;
	background-position:35px 22px;
	background-size;
	text-align:center;
	padding:40px 0 0 0px;
	font-family:tahoma;
	font-size:13px;
	font-weight:normal;
}

#testimonial #testimonial_nav #testimonial_nav_previous:hover{
	width:82px;
	float:left;
	height:40px;
	background:#D8D8D8 url(../imgs/previous.png) no-repeat;
	background-position:35px 22px;
	background-size;
	text-align:center;	
	cursor:pointer
}
