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


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

	
body{
	background-color: #fce7de;
	}
	
.canvas {
position: relative;
visibility: inherit;
z-index: 1;
margin-left: auto;
margin-right: auto;
Top: 0px;
height: 600px;
width: 900px;
background-image:url(../images/background2.jpg);
background-repeat:no-repeat;
} 
	
#header{
position: absolute;
visibility: inherit;
z-index: 2;
left: 80px;
Top: 0px;
height: 92px;
width: 532px;
}


/********* NAVIGATION *******/


#nav{
	width: 445px;
	float: left;
	margin-left: 40px;
	font-size: 12px;
	margin-top:50px;
	cursor:pointer;
	}
	
	#nav ul{
		list-style: none;
		margin-top: 85px;
		margin-left:63px;
		padding-bottom: 15px;
		width:475px;
		}
		
		#nav li{
			display: inline;
			font-family:Georgia, "Times New Roman", Times, serif;
			margin-right:45px;
			}
		#nav li last{
			margin-right:10px;	
		}
			
			#nav li a{
				color: #bb6512;
				text-decoration: none;
				}
				
				#nav li a:hover{
					color: #bb6512;
					text-decoration: none;
					}
					
				#nav li a.current{
					color:#000;
					text-decoration: underline;
					}
	
	
	
/********* GENERAL CONTENT *******/

#content{
	float:left;
	display:block;
	width: 400px;
	margin-left: 102px;
}

#content a{
				color: #bb6512;
				text-decoration:underline;
				}

#content h1{
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	padding-bottom: 15px;
	}
	
#content p{
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding-bottom: 15px;
	}
	
#content p.locations{
	width:400px;
	float:left;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding-bottom: 5px;
	}
	
#content p.locations a{
				color: #bb6512;
				text-decoration:underline;
				}
	
p img{
	float:left;
	padding-right:15px;
}
	
#content ul{
	margin-left:20px;
	padding-bottom: 15px;
	width:400px;
	}
	
	#content ul li{
		list-style: circle;
		width:400px;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#000;
		font-size:12px;
		padding-bottom:10px;
	}



/********* JEWELRY *******/

#jewelry_content{
	float:left;
	display:block;
	width: 400px;
	margin-left: 102px;
}

#jewelry_content h1{
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	padding-bottom: 15px;
	}

#jewelry_content p{
	width:400px;
	float:left;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	}

#jewelry_content ul li{
	display:block;
	float: left;
	padding: 10px 10px 0px 0px;
}

#jewelry_content ul li.hide{
	display:none;
}

/********* WATCHES *******/

#watches_content{
	float:left;
	display:inline-block;
	width: 400px;
	margin-left: 102px;
}

#watches_content ul li{
	display:block;
	float: left;
	padding: 10px 10px 0px 0px;
}

/********* FOOOTER *******/

#footer{
	font-size:10px;
	margin-left:100px;
	width: 800px;
	padding-top: 3px;
		
	}
	
	#footer p a{
		text-decoration: underline;
		color:#000;
	}
	
	



	/* ======== Clearfix ======== */
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}
