@charset "utf-8";

a{
text-decoration:none;
}

body{
background-color:#dcdcdc;
font-family:"Goudy Old Style", "Georgia", Courier, monospace;
font-size:12px;
}


#nav{
background-color:#000000;
}

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

#coming-soon{
background:url(../images/work-in-progress.png) left top no-repeat;
}

#nav a, #nav li{
font-size:15px;
color:#FFFFFF;
}

#nav li{
font-size:15px;
color:#000000;
}	

#nav a{
background-color:#000000;
}
/*
#nav-home{
background-color:#a186be;
}

#nav-register{
background-color:#bd8cbf;
}

#nav-contact{
background-color:#f49ac1;
}

#nav-store-locator{
background-color:#f5989d;
}
*/

#nav li{
background-color:#fff;
color:#000;
}

#nav-register{
background-color:#ffffff;
color:#000;
}

#nav-contact{
background-color:#ffffff;
color:#000;
}

#nav-store-locator{
background-color:#ffffff;
color:#000;
}




#register-form input.text{
font-family:inherit;
/*border:1px solid #636363;
border-top:2px solid #a3a3a3;*/
background-color:transparent;
border:0;
border-bottom:1px solid #999999;
}

#register-form input.submit{
background:url(../images/submit_btn.gif) left top no-repeat;
cursor:pointer;
border:0;
}

.content a:focus, .content a:active{
	outline:none;
}

ul.list-column li{
list-style-type:none;
}

ul.list-column a{
color:#000000;
text-decoration:none;
}

ul.list-column a.active, ul.list-column a:hover{
font-weight:bold;
}


#stores p{
text-transform:lowercase;
}

#philosophy-content a{
	color:#969696;
}

#collection-content a{
	color:#000;
	font-weight:bold;
}

.content a{
	color:#969696;
}

.content a:hover{
	color:#000;
}

.tip-wrap {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tip-title {
	font-weight: bold;
	font-size: 13px;
	margin: 0;
	color: #FFFFFF;
	padding: 8px 8px 4px;
        width:234px;
	background: url(http://www.rmbythedesignerrolandmouret.com/images/tooltip_bg.png) top left no-repeat;
}
 
.tip-text{
	font-size: 11px;
	padding: 4px 8px 8px;
        width:234px;
	background: url(http://www.rmbythedesignerrolandmouret.com/images/tooltip_bg.png) bottom left no-repeat;
}

#collection-content li, #store-locator-menu li{
     margin-right:10px;
     border-left: 1px solid #000000;
     padding-left:10px;
}

#collection-content li:first-child, #store-locator-menu li:first-child{
     border:0;
     padding-left:0;
}
 

#collection-content li a, #store-locator-menu a{
     padding:5px 0;
    font-weight:normal;
    color:#969696;
}

#collection-content li a:hover, #store-locator-menu a:hover{
   color:#000000;
}

#collection-loading-text{
    width:784px;
    height:60px;
    margin:0;
   text-align:center;
   position:absolute;
    top:190px;
    left:0;
    display: none;
}

 #store-locator-menu a{
font-size:14px;
}

#collections-menu a.active, .collections_links a.active, #collection-content a.active{
color:#000;
}