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


* {
padding:0;
margin:0;
}

body {
padding:0;
margin:0;
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
background:#070707;

}

#wrapper {
padding:0;
margin:0 auto;
width:1000px;
height:auto;
overflow:hidden;
}

* html #wrapper {
padding:0;
margin:0 auto;
width:1000px;
height:auto;
overflow:hidden;
}

#contents {

width:1000px;
height:600px;
background:#0e0e0e;
margin:20px  auto;

}

* html #contents {

width:1000px;
height:600px;
background:#FFF;
margin:20px  auto;

}


#panel {
float:right;
background: #000000 url(../images/missylogo.jpg) no-repeat top  right;
position: relative;
height:600px;
width:260px;
z-index:1px;
}


* html #panel {
float:right;
background: #141414 url(../images/missylogo.jpg) no-repeat top  right;
position: relative;
height:600px;
width:260px;
z-index:1px;

}

#missystores {
	padding:0;
	margin:500px 0 0 25px;
	float:left;
	width:210px;

}


* html #missystores {
padding:0;
margin:520px 0 0 25px;
float:left;
width:200px;
}

#stores {
display:block;
text-align:center;
padding:0px;

}

#stores li {
list-style:none;
display:inline;
font-size:16px;
font-weight:normal;
color:#FFF;
padding:0 0 0 5px;
}

#collections {
float:left;
height:600px;
position: absolute;
width:740px;

}



* html #collections {
float:left;
height:600px;
position: absolute;
width:730px;

}

/*items*/

#product{
float:left;
height:600px;
width:240px;

}

#product1 {
float:left;
height:600px;
width:230px;

}

#product2 {
float:left;
height:600px;
width:220px;

}

#collectionbar {

height:600px;
width:30px;
float:left;

}

img {
border:0;
padding:0;
margin:0;
}


* html #product{
float:left;
height:600px;
width:240px;

}

* html  #product1 {
float:left;
height:600px;
width:230px;

}

* html  #product2 {
float:left;
height:600px;
width:220px;

}

* html  #collectionbar {

height:600px;
width:30px;
float:left;


}

#footer {
color:#999999;
width:1000px;
font-size:10px;
font-family: Arial, Helvetica, sans-serif;
float:left;
margin-bottom:20px;
}


#copyright {
font-size:12px;

}

.linksite a {
color:#999999;
text-decoration:none;
}
.linksite a:hover{
color:#FF6600;
text-decoration:none;
}

#design {
color:#999999;
font-size:10px;
font-family: Geneva, Arial, Helvetica, sans-serif;
float:left;
position:absolute;
z-index:100;
margin-left:790px;
letter-spacing:0pt;
}

/*tooltip*/


.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

#bayolink {
float:left;
text-align:right;
width:1000px;
position:absolute;
padding:5px 0px;
margin:0 auto;
}

.bayolink a {
text-decoration:none;
color:#ccc;
font-size:10px;

}
.bayolink a:hover {
color:#FF0066;
}

