/* colors: 

3E2208 dk brown
CBEFF7 lt blue
836938 lt brown

*/

body {
	background: #F7FCFD url(images/body-bg.jpg) top center repeat;
	margin: -20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3E2208;
	font-size: 12px;
	}
	
#page_JEWELRY {
	background: #F7FCFD url(images/body-bg.jpg) top center repeat;
	margin: -20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3E2208;
	font-size: 12px;
	}
	
h1 {
	font-weight: bold;
	}

h2 {
	font-weight: bold;
	}

h3 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	}
	
p {
	line-height: 140%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

a:link, a:visited {
	color: #3E2208;
	text-decoration: none;
	border-bottom: 1px #3E2208 dashed;
	}
	
a:hover, a:focus, a:active {
	color: #000;
	border-bottom: 1px #000 dashed;
	}
	
	
	
	
/*-----MAIN CONTAINERS-----*/	
	
#container {
	width: 820px;
	position: relative;
	margin: 0px auto;
	background: url(images/container-bg.jpg) repeat-y center 864;
	padding-left: 11px;
	}
	
#header {
	background: url(images/header-bg.jpg) no-repeat;
	height: 239px;
	width: 762px;
	position: relative;
	margin: 0px auto;
	}
	
#logo {
	
	}
	
#outercontent2 {
	background: #F7F7EC url(images/outercontent2-bg.jpg) no-repeat top center;
	width: 762px;
	position: relative;
	margin: 0px auto;
	}
	
#outercontent {
	background-image: url(images/upper-content-bg.jpg);
	background-repeat: repeat-y;
	background-position: 220px;
	}
	
#content {
	background: url(images/content-bg.jpg) no-repeat bottom center;
	margin-left: 220px;
	position: relative;
	width: 464px;
	min-height: 500px;
	z-index: 1;
	padding: 0px 20px;
	}

#prefooter {
	clear: both;
	}
	
#footer {
	height: 20px;
	}
	
	
	
	
/*-----LEFT SIDE NAVIGATION-----*/
#leftnav {
	width: 184px;
	height: 100%;
	float: left;
	background: url(images/leftnav-bg.jpg) no-repeat bottom left;
	position: relative;
	margin-left: 25px;
	z-index: 1000;
	min-height: 500px;
	}
	
#navbox {
	
	}
	
#leftnav a:link, #leftnav a:visited {
	color: #CBEFF7;
	text-decoration: none;
	}
	
#leftnav a:hover, #leftnav a:focus, #leftnav a:active {
	color: #FFF;
	border-bottom: 0px;
	}
	
#leftnav ul {
	width: 143px;
	position: relative;
	margin: 0px auto;	
	border-bottom: 1px #FFF dashed;
	}

#leftnav ul li {
	border-top: 1px #FFF dashed;
	list-style: none;
	padding: 10px 0px 10px 15px;
	text-align: left;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	
	
/*-----SUB NAVIGATION-----*/	
	


.subnav
{
	margin: 1px;
	display: none;
	position:absolute;
	z-index:10000;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color:#836938 !important;
}

ul.subnav
{
	position:absolute;
	z-index:10000;
	background-color:#836938 !important;
	margin-top:0px !important;
	padding-top:0px !important;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;

}

.subnav li a
{
	text-decoration:none;
	list-style:none;
	color:#000000;
	font-size:10px !important;
	padding:0px 5px 0px 5px;
}

.subnav li a:link, .subnav li a:active, .subnav li a:visited
{
	text-decoration:none;
}


	
	
	
	
	
	

/*----------GALLERY------------*/
/* colors: 

3E2208 dk brown
CBEFF7 lt blue
836938 lt brown

*/


#main_image_gallery_image /*actually the container for the main image and related text*/
{
	width: 330px;
}

#main_image_gallery_image img /*just the image*/
{
	display: block;
	border: thin solid #3E2208;
	max-width: 325px;
}

#image_gallery_image img a
{
border:none !important;
} 

.main_image_gallery_title
{
	font-size: 15px;
	color: #3E2208;
	letter-spacing: 0.3em;
	display: inline-block;
}

.main_image_gallery_desc
{
display:block;
padding-bottom:10px;
}

.main_image_gallery_designer a
{
	color: #000 !important;
	text-decoration: none !important;
	padding-top:15px;
	border:none !important;
}

.main_image_gallery_designer a:hover
{
	color: #836938 !important;
}

.main_image_gallery_designer::before
{
   content: "Designed by: ";
}

.main_image_gallery_subcat
{
	display: none;
}



/*for the maller thumbnail pics of other items in the same gallery*/

#image_gallery_wrapper
{
	
margin-bottom:100px;
padding-bottom:50px;
width:350px;
	
}

.image_gallery_image /*actually the container for the image and related text*/
{
	float: left;
	height: 170px;
	border:none !important;
	width: 90px;
	padding:5px;
	overflow: hidden;
}

.image_gallery_image img /*just the image*/
{
	max-width: 90px;
	width:expression(document.body.clientWidth > 91? "90px": "auto" );
	border:none !important;
}

.image_gallery_title
{
	
}

.image_gallery_desc
{
	
}

.image_gallery_designer
{
	display: none;
}

.image_gallery_subcat
{
	display: none;
}




/*--------------------EXTRA NAVIGATION FOR GALLERY AREA-----------------------------*/

#image_gallery_categories
{
	float:right;
	list-style-type:none;
	position:absolute;
	right:15px;
	text-align:left;
	top:-5px;
	width:150px;
	line-height: 175%;
}

#image_gallery_categories a:link, #image_gallery_categories a:visited {
	color: #3E2208;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	}
	
#image_gallery_categories a:hover, #image_gallery_categories a:focus, #image_gallery_categories a:active {
	color: #836938;
	}
	
#image_gallery_categories ul li {
	list-style: none;
	float:left;
	width: 110px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	}

#image_gallery_subcategories
{	

}

#image_gallery_subcategories a:link, #image_gallery_subcategories a:visited {
	
	}
	
#image_gallery_subcategories a:hover, #image_gallery_subcategories a:focus, #image_gallery_subcategories a:active {

	}
	
#image_gallery_subcategories ul li {

	}




#content input
{
	border: thin solid #3E2208;
	background-color: #CBEFF7;
}

#content textarea
{
	border: thin solid #3E2208;
	background-color: #CBEFF7;
}

td {
background-color: transparent !important;
}






