/* N4hACs5*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#1a1a1a;
	}
	
	.wrap{margin:auto; width:880px; height:auto; padding-bottom:20px; background-color:#FFF;}
	.wrap2{margin:auto; width:880px; height:auto; padding-bottom:30px; background-color:#FFF;}
	
	.head{margin:0 auto;width:801px; height:78px;}
	.logo{width:165px; height:78px; float:left;}
	.menu{width:420px; height:20px; float:right; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#b5acad;
	      padding-top:40px; font-weight:bold; text-align:right;}
		  .menu2{width:320px; height:10px; float:right; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#cecece;
	       text-align:right;}
     .line{width:801px; height:5px; margin:0 auto;}
	 .line2{width:801px; height:5px; margin:0 auto; padding-top:4px;}
	 
	 .homecontent{margin: 0 auto; width:801px; height:531px; padding-top:5px;}
	 .homecontent1{margin: 0 auto; width:801px; height:310px;}
	 .homecontent2{margin: 0 auto; width:801px; height:280px;}
	 .content{margin: 0 auto; width:801px; height:532px; padding-top:5px;}
	 
	 .footer{ width:880px; height:20px; margin:auto;}
	 .left{width:200px; height:20px; font-family:Arial, Helvetica, sans-serif; color:#666; font-size:11px; float:left; padding-top:5px;}
	 .right{width:70px; height:18px; float:right;}
	 
	 
	 .about{width:801px; height:247px; margin:0 auto;}
	 .sideleft{float:left; width:305px; height:264px;}
	 .sideright{float:right; width:495px; margin-bottom:3px;
	            padding-top:13px; text-align:justify;
				font-family:Arial, Helvetica, sans-serif; font-size:11.5px; color:#333333;
				line-height:1.3;
				}
				
				
	 .sideleft1{float:left; width:472px; height:264px;
	            padding-top:17px; text-align:justify;
				font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333;
				line-height:1.6;			
	 
	            }
	 .sideright1{float:right; width:321px; margin-bottom:3px;
	            padding-top:13px; text-align:justify;
				font-family:Arial, Helvetica, sans-serif; font-size:11.5px; color:#333333;
				
				}
          

a.navcol2:link {
	text-decoration: none;
	color: #b5acad;

}
a.navcol2:visited {
	text-decoration: none;
	color: #b5acad;
	
}
a.navcol2:hover {
	text-decoration: none;
	color: #ec0609;
	
}

a.navcol2:active {
	text-decoration: none;
	color: #b5acad;
	
}









/*preload classes*/
.svw {width: 50px; height: 20px; background: #fff;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer { 
position: relative;
overflow: hidden; 
/*border: 5px solid #ff0000;  */
margin: 0 0 1px 0;
}
.stripViewer ul { /* this is your UL of images */
margin: 0;
padding: 0;
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
}
.stripViewer ul li { 
float:left;
}
.stripTransmitter {
overflow: auto;
width: 1%;
}
.stripTransmitter ul {
margin: 0;
padding: 0;
position: relative;
list-style-type: none;
float:right;
}
.stripTransmitter ul li{
width: 20px;
float:left;
margin: 8px 1px 1px 0;
}
.stripTransmitter a{
font: bold 10px Verdana, Arial;
text-align: center;
line-height: 22px;
background: #cecece;
color: #fff;
text-decoration: none;
display: block;
}
.stripTransmitter a:hover, a.current{
background: #fff;
color: #ff0000;
}

/*tooltips formatting*/
.tooltip
{
padding: 0.5em;
background: #fff;
color: #000;
border: 5px solid #dedede;
}
#prev {
	background:url(../IMG/previous.png) no-repeat;
	height:36px;
	width:34px;	
	margin-top:243px;
	margin-left:-2px;
	position:absolute;
}
#next {
	background:url(../IMG/next.png) no-repeat;
	height:36px;
	width:34px;	
	position:absolute;
	margin-left:769px;
	margin-top:243px;
}

