/*Start Global CSS for Humantouch*/
body {
    font-family: Tahoma,Verdana;
    background: #ffffff;
    margin: 0;
    padding: 0;
}

div#outerDiv {
    width: 960px;
    margin: 0 auto;
}

/* ===== TopNav ===== */
ul#topnav {
	margin:20px 0 0 0;
	padding: 0;
	width: 960px;
	height:30px;
	list-style: none;
	position: relative;
	background:#d1d3d4;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 2px solid #FFF;
}
ul#topnav li a {
	padding: 10px 6px;
	display: block;
}
ul#topnav li:hover { background:#bbbdc0; height:30px; }
ul#topnav li span {
	float: left;
	margin:0; padding:0;
	position: absolute;
	left: 0; top:30px; 
	display:none;
	width: 960px;
	background:#bbbdc0;
}
ul#topnav li:hover span { display: block; background:#bbbdc0; width:630px; height:33px;}
ul#topnav li span a { padding:0; display: inline; text-decoration:none; background:#bbbdc0;  height:30px;}
ul#topnav li span a:hover {text-decoration:none; height:30px; }

.home a{background-image:url(../images/nav/01-home.png);
background-repeat:no-repeat;
width: 90px; height:28px;}

.home a:hover{background-image:url(../images/nav/01-home-off.png); 
background-repeat:no-repeat;
width: 90px; height:28px;}

.about a{background-image:url(../images/nav/01-about.png);
background-repeat:no-repeat;
width: 90px; height:28px;}

.about a:hover{background-image:url(../images/nav/01-about-off.png); 
background-repeat:no-repeat;
width: 90px; height:28px;}


.product a{background-image:url(../images/nav/02-product.png); 
background-repeat:no-repeat;
width: 90px; height:28px;} 

.product a:hover{background-image:url(../images/nav/02-product-off.png); 
background-repeat:no-repeat;
width: 90px; height:28px;} 

.news a{background-image:url(../images/nav/03-news.png); 
background-repeat:no-repeat;
width: 90px; height:28px;}

.news a:hover{background-image:url(../images/nav/03-news-off.png); 
background-repeat:no-repeat;
width: 90px; height:28px;} 

.design a{background-image:url(../images/nav/04-design.png); 
background-repeat:no-repeat;
width: 90px; height:28px;} 

.design a:hover{background-image:url(../images/nav/04-design-off.png); 
background-repeat:no-repeat;
width: 90px; height:28px;} 

.store a{background-image:url(../images/nav/05-store.png); 
background-repeat:no-repeat;
width: 142px; height:28px;} 

.store a:hover{background-image:url(../images/nav/05-store-off.png); 
background-repeat:no-repeat;
width: 142px; height:28px;} 

.buy a{background-image:url(../images/nav/06-buy.png); 
background-repeat:no-repeat;
width: 105px; height:28px;}

.buy a:hover{background-image:url(../images/nav/06-buy-off.png); 
background-repeat:no-repeat;
width: 105px; height:28px;}

/*==== main content====*/

div#mainContent {
    margin: 0;
    padding:0;
	height:400px;
}


div#righter{
  position:absolute;
  margin-top:60px;
  padding:0 0 0 500px;
  width: 400px;
  height: 320px;
}

/*======flash content======*/
div#flashcontent{
  margin:40px 40px 0 30px;
  height:350px;
 
}


/* ===== Scroller ===== */
#Scroller { 
  margin: 40px 0px 10px 90px;
  position:absolute;
  overflow: hidden;
  width: 400px;
  height: 320px;
}

#Scroller h4{
  margin: 0;
  padding-top:10px;
  font-family: Tahoma,Verdana;
  font-size: 12px;
  letter-spacing:0.2em;

}
#Scroller p {
  margin: 0;
  padding: 6px 18px 0 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align:justify;
 
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
  top: 100px; left:240px;
}
.Scrollbar-Down {
  cursor: pointer;
  position:absolute;
  top: 380px; left: 240px;
}




/* ===== itunesfeature ===== */
.itunesfeature {
	margin-top:10px;
    width: 450px;
    height: 300px;
    position: relative;
    display: none;
    overflow: hidden;
    font-family:  Verdana, Tahoma, "Lucida Sans";
    font-size: 9pt;
    font-weight: normal;
}

.itunesfeature #transparentGlass {
    width: 400px;
    height: 300px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1000;
    cursor: pointer;
}

.itunesfeature #billboardone,
.itunesfeature #billboardtwo {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 300px;
    width: 450px;
    z-index: -1;
}

.itunesfeature #paneltwo {
    opacity : 0.0;
    z-index: -2;
}

.itunesfeature #carrousel {
    margin-left: 250px;
    position: relative;
    padding: 0px;
    z-index: 0;
    list-style: none;
}

.itunesfeature #carrousel li{
    width : 200px;
    height: 100px;
    overflow: hidden;
}

.itunesfeature .downarrow {
    height: 32px;
    width: 32px;
    cursor: pointer; 
    background: url(downarrow.png) no-repeat;
    z-index: 1000;
    position: absolute;
    top: 250px;
    left: 685px;
}

.itunesfeature .featuretitle {
    position: absolute;
    bottom: 10px;
    left: 20px;
    background: url(bg.png);
    color: #FFF;
    padding: 3px 6px;
    z-index: 100;
}

.itunesfeature .downarrowIE6 {
    background: url(downarrow.gif);
}

.itunesfeature .featuretitleIE6 {
    background: #000;
}

/* ===== footer nav ===== */
ul#bottomnav {
    margin:20px 0 0 0;
	float: left;
	width:960px;
	height:30px;
	list-style: none;
	background:#d1d3d4;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
}
ul#bottomnav li {
	float: right;
	margin: 0; padding: 0;
	border-right: 2px solid #FFF;
}
ul#bottomnav li a {
	padding: 10px 6px;
	display: block;
}
ul#bottomnav li:hover { background:#bbbdc0; height:30px; }
ul#bottomnav li span {
	float: left;
	margin:0; padding:0;
	position: absolute;
	left: 0; top:30px; 
	display:none;
	width: 960px;
	background:#bbbdc0;
}
ul#bottomnav li:hover span { display: block; background:#bbbdc0; width:389px; height:33px;}
ul#bottomnav li span a { padding:0; display: inline; text-decoration:none; background:#bbbdc0;  height:30px;}
ul#bottomnav li span a:hover {text-decoration:none; height:30px; }

.press a{background-image:url(../images/footer/05-Press-off.png); 
background-repeat:no-repeat;
width: 141px; height:28px;} 

.press a:hover{background-image:url(../images/footer/05-Press.png);
background-repeat:no-repeat;
width: 141px; height:28px;} 

.retailer a{background-image:url(../images/footer/04-Retailer-off.png); 
background-repeat:no-repeat;
width: 107px; height:28px;} 

.retailer a:hover{background-image:url(../images/footer/04-Retailer.png);
background-repeat:no-repeat;
width: 107px; height:28px;} 


.job a{background-image:url(../images/footer/03-Job-off.png);
background-repeat:no-repeat;
width: 74px; height:28px;}

.job a:hover{background-image:url(../images/footer/03-Job.png);
background-repeat:no-repeat;
width: 74px; height:28px;} 

.contact a{background-image:url(../images/footer/02-Contact-off.png);
background-repeat:no-repeat;
width: 107px; height:28px;} 

.contact a:hover{background-image:url(../images/footer/02-Contact.png); 
background-repeat:no-repeat;
width: 107px; height:28px;}

.comment a{background-image:url(../images/footer/01-Comment-off.png);
background-repeat:no-repeat;
width: 97px; height:28px;}

.comment a:hover{background-image:url(../images/footer/01-Comment.png);
background-repeat:no-repeat;
width: 97px; height:28px;}

/* ===== calendar ===== */

#calendar { 
  margin: 0px 0px 10px 400px;
  position:relative;
  overflow: hidden;
  width: 550px;
  height: 380px;
}


/* ===== footer ===== */
div#footer {
	position:relative;
	font-family:verdana,tahoma;
	font-size:11px;
    height: 28px;
}


