/* default themes
color: #A58747 - gold
color: #102D7B - blue
font-family: Garamond, Georgia, serif;
*/


/* html tags */
html
{	
	margin: 0;
	padding: 0;
	height: 110%;
}

body
{
	margin: 0;
	padding: 0;
	text-align: center;	
	font-family: Garamond, Georgia, serif;
	color: #A58747;
	font-size: 90%;
	letter-spacing: 1px;
}

a,
a:link,
a:visited,
a:hover,
a:focus,
a:active
{ 
	color: #A58747;
}

label 
{
	display: block;
	width: 60px;
	float: left;
	margin-bottom: 14px; 
	text-align: right;
	vertical-align: top;
	padding-right: 10px; 
}

/* page container */
#pagecontainer
{	
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	text-align: left;
	padding: 16px 0 16px 0;
}

#header
{
	height: 76px;
}

/* Logo */
#logo
{
	float: left;
	width: 200px;
	margin: 0 20px 0 0;
}

#logo img
{
	border: 0;
}


/* Menu */
#menucontainer
{	
	padding-top: 59px;
	white-space: no-wrap;
}

#menucontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menucontainer ul li 
{ 
	float: left;
	position: relative;
	padding: 0 20px 0 0;
}

#menucontainer a 
{ 
	/* room for turtle image */
	padding: 0.5em 0 0 20px;
	text-decoration: none;	
	color: #A58747;
	display: block;	
}

#menucontainer a:link,
#menucontainer a:visited
{ 
	color: #A58747;
}

#menucontainer #selectedmenu
{ 
	color: #102D7B;
	background: url(../_images/turtle.gif) no-repeat center left;
}

#menucontainer a:hover,
#menucontainer a:focus,
#menucontainer a:active
{
	color: #102D7B;
}

#menucontainer li ul 
{
	display: none;
	position: absolute;
}

#menucontainer li:hover ul
{ 
	display: block; 
}

.nestedlist li
{
	clear: both;
	line-height: 2em;
	background-color: #FFFFFF;
}

#nestedselectedmenu
{ 
	color: #102D7B;
}

#jewelrysubmenu
{
	width: 100%;
	margin: 0.5em 0 0.5em 0;
}

#jewelrysubmenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#jewelrysubmenu ul li 
{ 
	float: left;
	padding: 0 0 0 0.5em;
}

#jewelrysubmenu a 
{ 
	/* room for turtle image */
	padding-left: 20px;
	text-decoration: none;	
	color: #A58747;	
	display: block;
	height: 30px;	
}

#jewelrysubmenu a:link,
#jewelrysubmenu a:visited
{ 
	color: #A58747;
}

#jewelrysubmenu a:hover,
#jewelrysubmenu a:active,
#jewelrysubmenu a:focus,
#jewelrysubmenu #selectedsubmenu
{
	color: #102D7B;
}

.jewelry a:link,
.jewelry a:visited
{ 
	text-decoration: none;	
	color: #A58747;
}

.jewelry a:hover,
.jewelry a:active,
.jewelry a:focus,
.jewelry #selectedsubmenu
{
	color: #102D7B;
	
}

/* content */
#content
{
	width: 840px;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2em;
	text-align: justify;	
}

.watermark
{
	background: url(../_images/watermark.gif) no-repeat 35% 150px;
}

#content dt
{
	font-size: 130%;
	padding: 1em 0 0 0;
}

#content dd
{
	padding: 0.5em 0 0.5em 0;
}

#loreimage
{
	width: 100%;
	text-align: center;
	height: 400px;
}

#loretitle
{
	font-size: 1.5em;
	padding: 0 0 0 0;
}

#loresubtitle
{
	font-size: 1.2em;
	padding: 0 0 0.3em 0;
}

#lore1
{	
	position: relative;
	top: -320px;
	left: 0;
	width: 250px;
      	display:inline; 
      	float:left;
      	height:0px;
}


#lore2
{
	position: relative;
	top: -370px;
	left: 600px;
	width: 250px;	
      	display:inline; 
      	float:left;
      	height:0px;
}

#lore3
{
	position: relative;
	top: -220px;
	left: 600px;
	width: 250px;	
      	display:inline; 
      	float:left;
      	height:0px;
}


#contactus
{
	margin: 3em 0 0 250px;	
}

#contactus img
{
	border: 0;
	margin: 0;
	padding: 0;
}

#contacttitle
{
	visibility: hidden;
}

#contacttitle a
{	
	text-decoration: none;
}

#contactus a
{
	color: #A58747
}

#facebook_link
{
	position: relative;
	top: 1em;
	text-decoration: none;
}

.forminput
{
	width: 400%;
	clear: left;
	margin: 0.2em 0 0.2em 0;
}

#contactformcontainer
{
	margin: 3em 0 0 180px;	
}

#contactformintro
{
	color: #A58747; 
	position: relative;
	left: 70px;
}

#submitbtn
{
	font-size: 0.85em;
}

/* gallery */

#gallery
{
	clear: left;
}

#gallerytitle
{
	font-size: 150%;
	margin: 0;
	padding: 0 0 1em 1em;
}
#gallerydescription{
	padding: 0 0 10px 23px;

}

.jewelrygallerylist
{
	float: left; 
	width: auto; 
	height: auto; 
	padding: 0;

}

.jewelrygallerylist ul
{	
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.jewelrygallerylist li
{	
	padding: 0px 2px 2px 2px;
}


.jewelrygallerylist img
{
	width: 105px;
	height: 105px;
	border:#A58747 1px solid;
	padding: 1px;
	border-collapse:collapse;
}

#jewelrygalleryimage
{
	float: left;
}

#jewelrygalleryimage img
{
	width:450px;
	height: auto;
	border:#A58747 1px solid;
}

#imagedesc
{
	width:450px;
	text-align:center;
}

/* footer */
#footer 
{
	margin: 100px 0 20px 0;
	text-align: center;
	clear: left;
} 

#footer a
{
	color: #A58747;
}

.pressimage img {
	border: 3px solid #a58747;
}

td {
	padding: 5px 5px 5px 5px;
}

tr {
	padding: 5px 5px 5px 5px;
}