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

/************************* left Css *************************/
#leftnavinside {
	width:178px;
	height:445px;
	float:left;
	background: url(../images/bg_left01.gif) repeat-y;
}

#leftnavinside ul{
}

#leftnavinside ul li{
	list-style:none;
}

/************************* right Css *************************/
#right-brand, #right-contact, #right-retailers, #right-panel, #right-pearl {
	width:572px;
	height:445px;
	float:right;
	text-align:right;
}

#right-brand {
	background: url(../images/brand/img01.jpg) no-repeat top left;
}

#right-contact {
	background: url(../images/contact/img01.jpg) no-repeat top left;
}

#right-retailers {
	background: url(../images/retailers/img01.jpg) no-repeat top left;
}

#right-pearl {
	background: url(../images/pearl/img01.jpg) no-repeat top left;
}

#right-panel{
	background: url(../images//line01.gif) no-repeat top left;
} 

/************************* collection Css *************************/
#right-content{
	width: 520px;
	float:right;
	text-align:left;
	padding: 40px 25px 0 0;
}

#right-content ul{
}

#right-content ul li{
	width: 105px;
	height: 110px;
	float:left;
	list-style:none;
	display:block;
	padding: 0 25px 10px 0;
}
.description{
	width: 104px;
	float:left;
	text-align:center;
}
/************************* collection subnav Css *************************/
#subnav{
	height:88px;
}

#subnav a{
color:#666666;

}

#subnav ul{
}

#subnav li{
font-size:11px;
	width: 152px; 
	height: 17px;
	display:block;
	padding-right:23px;
	text-align:right;
	background: url(../images/dot01.gif) no-repeat 158px 50%;
}
.over{
	width: 152px; 
	height: 17px;
}	
#subnav li over a {
	width: 152px; 
	height: 17px;
}	

#subnav li over a:hover, #subnav li over a:active {
	background: url(../images/dot02.gif) no-repeat 158px 50%;
}
/************************* collection border color change Css *************************/
.bordersolid {
border: 2px solid #CCCCCC;
} 

a:hover img.bordersolid {
border: 2px solid #999999;
}

/************************* Content Css *************************/
#main-content{
	width: 200px;
	float:right;
	text-align:left;
	padding: 40px 25px 0 0;
}

#title{
	padding-bottom:5px;
}
