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

.gallery {
	width: 750px;
	margin: 0 auto;
	border: 3px solid black;
}
img {
	border: 0px none;
	
}
.gallery-thumbs {
	margin: 10px auto 0 auto;
	text-align: center;
	border-bottom: 2px solid #c0c0c0;
}
.gallery-thumbs img {
	padding: 3px;
}
.gallery-blowup {
	text-align: right;
	
position: relative;
top: 6px;
margin: 0 0 10px 4px;
width: 300px;
	
}
.gallery-text {
	background-color: #666666;
	padding: 0px;
	float: right;
	position: relative;
	right: 25px;
	top: 6px;
	width: 400px;
}
.gallery-info {
	margin: 0px auto;
}
.gallery-text   p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 10px 0 10px 10px;
}
.gallery-text   h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #FFFFFF;
	color: #FFFFFF;
	text-align: center;
	margin: 5px 0 0 0;
}

.smallcaps {
	font-size: 11px;
	text-transform: uppercase;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	background-image: url(images/jewelry-nav-bg.jpg);
	padding: 10px 5px;
	font-size: 15px;
}
.nav a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 10px 3px;
}

.nav a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 10px 3px;
}



.nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(images/jewelry-nav-bg_on.jpg);
	background-repeat: repeat-x;
text-decoration: none;
}

.topnav a:link
{background-image:none;
padding: 0px;
}

.topnav a:visited
{background-image:none;
padding: 0px;
}

.topnav a:hover
{background-image:none;
padding: 0px;
}

.topnav a:active
{background-image:none;
padding: 0px;
}

.bottomnav a:link
{background-image:none;
padding: 0px;
}

.bottomnav a:visited
{background-image:none;
padding: 0px;
}

.bottomnav a:hover
{background-image:none;
padding: 0px;
}

.bottomnav a:active
{background-image:none;
padding: 0px;
}
.testimonial {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #3366CC;
}
