@charset "UTF-8";
/* CSS Document */

#maskedContent {
position: absolute;
top: 0px;
left: 0px;
width:9000px;
height:400px;
overflow: hidden;

}

#Mask {
position:relative;
width:950px;
height:400px;
overflow: hidden;
top:100px;
left:10px;

}

.slide {
font-size:14px;
width:940px;
height:375px;
float:left;
margin-right:260px;
background:url(../_img/whiteBG.png) no-repeat center;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:12px;
position:relative;
}

.arrowLeft {
position:absolute;
left:50%;
margin-left:-510px;
top: 415px;
height:32px;
width:32px;
padding-top:7px;
}

.arrowRight {
position:absolute;
left:50%;
margin-left:467px;
top: 415px;
height:32px;
width:32px;
padding-top:7px;
z-index:50;
cursor:pointer;
}

.tourIcon{
float:left;
margin-right:10px;
}

#tourButton
{
  display: block;
  width: 148px;
  height: 36px;
  background: url(../_img/btnTour.png) no-repeat 0 0;
  margin-left:5px;
  margin-top:5px;
position:absolute;
right:110px;
top:40px;
}

#tourButton:hover
{ 
  background-position: -148px 0px;
}

#tourButton span
{
  display: none;
}

.tourMenu {
font-weight:bold;
font-size:13px;
color:#333;
}

a.tourMenu{
text-decoration:none;
}

a.tourMenu:hover {
	text-decoration:underline;
}

#cleanStorage {
width:460px;
padding:10px;
margin-top:15px;
margin-left:25px;
}

#worryFree {
width:460px;
padding:10px;
margin-top:5px;
margin-left:25px;
}

#officeServices {
width:460px;
padding:10px;
margin-top:5px;
margin-left:25px;
}

#security {
width:460px;
padding:10px;
margin-top:5px;
margin-left:25px;
}

#sideBar {
width:350px;
height:320px;
position:absolute;
top:25px;
left:570px;
padding-left:10px;
border-left:2px dashed #CCC;
}

.tourSlide {
width:400px;
padding:15px;
margin-top:50px;
margin-left:25px;
}

.tourSlide ul{
list-style:none;
margin-top:10px;
}

.tourSlide li{
	padding-top:3px;
}

.tourSlideIcon {
height:300px;
width:80px;
float:left;
}

.tourSlideImage {
	position:absolute;
	top:35px;
	left:475px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	width:420px;
}


