* { margin: 0; padding: 0; } img { border: none; } .floatr { float: right; } .floatl { float: left; } .center { text-align: center; } .left { text-align: left; } .right { text-align: right; } .noborder { border: none !important; } .clr { display: block; clear: both; } ul { list-style: none; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


body {
	/*background: #000 url("../images/body_bg.jpg") no-repeat top center;*/
	background-color: #000;
	font: 11px/18px arial, sans-serif;
	color: #6c6c6c;
	background-repeat: no-repeat;
	background-position: top center;
}
body#home_art {
	background-image: url("../images/body_art_bg.jpg");
}
body#home_memory {
	background-image: url("../images/body_memory_bg.jpg");
}
body#home_passion {
	background-image: url("../images/body_passion_bg.jpg");
}
body#about {
	background-image: url("../images/body_about_bg.jpg");
}
body#custom {
	background-image: url("../images/body_custom_bg.jpg");
}
body#wedding {
	background-image: url("../images/body_wedding_bg.jpg");
}
body#jewelry {
	background-image: url("../images/body_jewelry_bg.jpg");
}
body#jewelrys {
	background-image: url("../images/jewelry_search_bg.jpg");
}
body#contact {
	background-image: url("../images/body_contact_bg.jpg");
}

#bg_container {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#bg_container-appear {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	
input, select, textarea {
	font: 1em arial, sans-serif;
}
p {
	margin: 10px 0;
}
.img_r {
	float: right;
	margin: 0 0 15px 15px;
}
#container {
	display: block;
	width: 940px;
	margin: 0 auto;
}
#header {
	display: block;
	width: 940px;
	height: 142px;
	margin: 0 auto;
	position: relative;
}
	#header h1 a {
		display: block;
		width: 310px;
		height: 39px;
		position: absolute;
		top: 35px;
		left: 25px;
		background: transparent url("../images/logo.gif") no-repeat;
	}
		#header h1 a:hover {
			background: transparent url("../images/logo.gif") no-repeat 0 -39px;
		}
		#header h1 span {
			display: none;
		}
	#topnav {
		display: block;
		width: 375px;
		height: 35px;
		position: absolute;
		top: 12px;
		right: 0;
	}
		#topnav ul {
			margin: 0;
			text-align: right;
		}
		#topnav ul li {
			display: inline;
			margin: 0 15px;
		}
		#topnav a {
			color: #696969;
			text-decoration: none;
		}
		#topnav a:hover {
			color: #fff;
		}
	#nav {
		display: block;
		width: 940px;
		height: 53px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
		#nav ul {
			margin: 0;
		}
		#nav ul li {
			display: inline;
		}
		#nav a {
			display: block;
			float: left;
			width: 235px;
			height: 53px;
			font: 17px/53px "Times New Roman", Times, serif;
			color: #848484;
			text-decoration: none;
			text-align: center;
		}
		#about #nav #nav-about,
		#custom #nav #nav-custom,
		#wedding #nav #nav-wedding,
		#jewelry #nav #nav-jewelry {
			color: #fff;
		}
		
		#nav a:hover {
			color: #dcd252;
		}
		
	#nav1 {
		display: block;
		width: 940px;
		height: 53px;
		position: absolute;
	}
		#nav1 ul {
			margin: 0;
		}
		#nav1 ul li {
			display: inline;
		}
		#nav1 a {
			display: block;
			float: left;
			white-space:normal;
			height: 53px;
			font: 15px/53px "Times New Roman", Times, serif;
			color: #848484;
			text-decoration: none;
			text-align: center;
		}
		#engagement #nav1 #nav1-engagement { width:130px; color: #fff; }
		#bands #nav1 #nav1-bands { width:70px; color: #fff; }
		#fashion #nav1 #nav1-fashion { width:100px; color: #fff; }
		#precious #nav1 #nav1-precious  { width:100px; color: #fff; }
		#semiprecious #nav1 #nav1-semiprecious { width:100px; color: #fff; }
		#pendants #nav1 #nav1-pendants  { width:70px; color: #fff; }
		#earrings #nav1 #nav1-earrings  { width:70px; color: #fff; }
		#bracelets #nav1 #nav1-bracelets  { width:70px; color: #fff; }
		#necklaces #nav1 #nav1-necklaces  { width:70px; color: #fff; }
		
		#nav1 a:hover {
			color: #dcd252;
		}
				
#content {
	margin: 240px 30px 30px 320px;
	position:relative;
	z-index:9999;
}
	body#home #content, 
	body#home_art #content,
	body#home_memory #content,
	body#home_passion #content {
		margin: 0;
	}
	#content h2 {
		display: none;
	}
	#content h3 {
		font: 30px Georgia, "Times New Roman", Times, serif;
		color: #fff;
		margin: 30px 0 10px 0;
	}
	#content h4 {
		font: 20px Georgia, "Times New Roman", Times, serif;
		color: #aaa;
		margin: 30px 0 10px 0;
	}
	#content table td {
		padding: 6px;
	}
	#content table td a img {
		border: 2px solid #666;
		border: 8px solid #1b1b1b;
		padding: 0;
	}
	#content table td a:hover img {
		border: 2px solid #fff;
		border: 8px solid #dcd252;
	}
	#content strong {
		color: #aaa;
	}
	#content a {
		color: #aaa;
		font-weight: bold;
	}
	#content a:hover {
		color: #fff;
	}
	#content ul.list {
		list-style: disc;
		padding: 15px 35px;
	}
.submit_btn {
	border: 3px double #999;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #333;
	padding: 5px 15px;
	background: #ccc;
}
	.submit_btn:hover {
		color: #000;
		background: #aaa;
		cursor: pointer;
	}
	
	

#photos_container {
	display: block;
	width: 940px;
	height: 119px;
	margin: 344px 0 0 0;
	overflow: hidden;
	position: relative;
}
#photos_nav li a {
	display: block;
	width: 20px;
	height: 119px;
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -9999px;
	overflow: hidden;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 10;
}
#photos_nav li a:hover {
	background-color: #111;
}
#photos_nav_prev {
	left: 0;
	background-image: url("../images/prev.gif");
}
#photos_nav_next {
	right: 0;
	background-image: url("../images/next.gif");
}
#photos_in {
	display: block;
	width: 888px;
	height: 119px;
	position: absolute;
	top: 0;
	left: 26px;
}
#photos {
	display: block;
	width: 9999px;
	height: 119px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
#photos li {
	display: inline;
}
	#photos li a {
		display: block;
		float: left;
		width: 195px;
		height: 119px;
		margin: 0 36px 0 0;
		overflow: hidden;
	}
	#photos li.last a {
		margin: 0;
	}
	#photos li a img {
		border: 8px solid #1b1b1b;
	}
	 #photos li a img {
		/*margin: -300px -200px 0 0;*/
	 }
	#photos li a:hover img {
		border: 8px solid #dcd252;
	}
	

#socialmedia{
	display: block;
    height: 35px;
    position: absolute;
    right: 0;
    top: 50px;
    width: 175px;
	float:right;
}

#socialmedia ul li#footer_tools-facebook a {
    background: url("/images/footer-facebook.png") no-repeat scroll 0 0 transparent;
    height: 24px;
    width: 24px;
	width:115px;
	text-align:right;
}
#socialmedia ul li#footer_tools-facebook a:hover {
    background: url("/images/footer-facebook_hover.png") no-repeat scroll 0 0 transparent;
    height: 24px;
    width: 24px;
	width:115px;
	color:#eee;
}
#socialmedia ul li a {
    display: block;
    float: right;
    height: 17px;
    margin: 0 10px 0 0;
    overflow: hidden;
    width: 115px;
	padding-left:30px;
	color:#666;
	text-align:right;
}

#socialmedia a {
    color: #D3DBE5;
    font-weight: bold;
    text-decoration: none;
}
