@charset "UTF-8";
/* CSS whole body */

html { 
	min-width: 740px;
	 }
 

body{
	color: #4d4d4d;
	margin: 0px;
	padding: 0px;
	background: #cccccc url(images/bg_grad.jpg);
	font: small Arial, Helvetica, sans-serif;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #971b1e;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% "Hoefler Text", Garamond, Georgia, serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
	font: bold 114% "Hoefler Text", Garamond, Georgia, serif;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	word-spacing: 5px;	
}

h3{
	font: "Lucida Grande", Geneva, Tahoma, Verdana, sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	font-size: 12px;	
}

h4{
 font: "Hoefler Text", Garamond, Georgia, serif;
 color: #333333;
 font size:12px;
 margin: 0px;
 padding: 0px;
}

h5{
 font: small "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}



/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em "Lucida Grande", Geneva, Tahoma, Verdana, sans-serif;
 color: #334d55;
}
				
input{
font-family: "Lucida Grande", Geneva, Tahoma, Verdana, sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 111px;
	width:740px;
	background-color: #ffffff;
}


#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: auto;	
	background-image: url(../images/tl_curve_white.gif);
}

#tr {
	position:absolute;
	top: -1px;
	position-right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: auto;	
	background-image: url(../images/tr_curve_white.gif);
}

#masthead{
    margin: 10px auto;
	align:right;
	position: absolute;
	top: auto;
	width:740px;
	left: 3%;
	right: 2%;
	z-index: auto;	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: Verdana,sans-serif;
	font-size: 11px;	
	
}
/* CSS menu you are here */
body#current a#menu-current,
body#ring a#menu-ring,
body#bracelet a#menu-bracelet,
body#necklace a#menu-necklace,
body#earring a#menu-earring,
body#other a#menu-other
	{
	color: #21536A;
	background-color: #DDEEFF;
	background-image: none;
	display: block;
	font-size: 11px;
}

#content{
	padding: 5px 30px 20px 30px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
	font: small/25px Verdana, sans-serif;
	color: #4d4d4d;
	text-align: 1;
}
#contentSecond{
	padding: 20px 30px 20px 30px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
	color: #4d4d4d;
	font-size: 10px;
	font-style: "Lucida Grande", Geneva, Tahoma, Verdana, sans-serif;
	line-height: 1.5em;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/********* pageName styles **********/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% "Hoefler Text", Garamond, Georgia, serif;
	color: #971b1e;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 740px;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:  url(images/glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
	background-image: url(../images/gblnav_left.gif);
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
	background-image: url(../images/glbnav_right.gif);
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: auto;	
	width: 597px;
}


a.glink, a.glink:visited{
  	font-size: 12px;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url(images/glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/******* subglobalNav styles *********/
#subglobal2{
   position: absolute;
   top: 86px;
   height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color:   #ffffff;
   left: 92px;
}   
#subglobal3{
   position: absolute;
   top: 86px;
   height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color:   #ffffff;
   left: 181px;
}   
#subglobal4{
   position: absolute;
   top: 86px;
   height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color:   #ffffff;
   left: 283px;
}   
#subglobal5{
   position: absolute;
   top: 86px;
   height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color:   #ffffff;
   left: 360px;
}   

   
.subglobalNav{
	position: absolute;
	top: 86px;
	
	/*width: 100%;*/
	
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color:   #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 50%;
	font: bold 100% "Lucida Grande", Geneva, Tahoma, Verdana, sans-serif;
	color:  #971b1e;
}

.subglobalNav a:hover{
	color: #cccccc;
}



/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: xsmall Verdana,sans-serif;
	color: #aaaaaa;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 9pt;
	color: #4d4d4d;
	font-family: Times New Roman, Times, serif;
}



.story p {
	padding: 0px 0px 10px 0px;
}


.story a.capsule{
	font-family: 62.5% "Hoefler Text", Garamond, Georgia, serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 10px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
	font: "Lucida Grande", Geneva, Tahoma, Verdana, sans-serif;
	font-size: 12px;	
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url(images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
	font-size: 11px;	
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;	
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-size: 11px;	
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/
