/* CSS Document */

body {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	background-color:#FFFFFF;
}
td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #red ;
  text-decoration: underline;
}

h1 {
color:#000000;
font-size:12px;

}


.ColorText1 {
	color:#FFFFFF;
}
.ColorText2 {
	color:#FFFFFF;
}
.ColorText3 {
	color:#2c2c2c;
}
.ColorText4 {
	color:#013e51;
}
.ColorText5 {
	color:#333333;
}
.ColorText6 {
	color:#333333;
}
.ColorTextBLACK {
	color:#000000;
	font-size: 10px;
}
.Caps {
	text-transform:uppercase;
}
.SmallText {
	font-size:9px;
}
.medText {
	font-size:16px;
}
.MenuLink {
	font-size:10px;
	color:#666666;
	text-transform:uppercase;
	text-decoration:none;
}
.MenuLink:hover {
	font-size:10px;
	color:#182F4D;
	text-transform:uppercase;
	text-decoration:none;
}


TR.headerNavigation {
  background: #FFFFFF;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-color: #274975;
  
}
TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  
  line-height: 1.5;
   color: #091B27;

}

A.headerNavigation { 

  text-decoration: underline;
}

A.headerNavigation:hover {

  text-decoration: none;
}

A.headerNavigation1 { 

  text-decoration: none;
}

A.headerNavigation1:hover {

  text-decoration: underline;
}


.boxText { font-size:10px;

	text-transform:uppercase;
	text-decoration:none; }

.boxText:hover { font-size:10px;
	

	text-transform:uppercase;
	text-decoration:none; }


.boxCat13 { 	font-size:10px;
	color:#666666;

	text-transform:uppercase;
	text-decoration:none; }

.boxCat13:hover { 	font-size:10px;
	color:#182F4D;
	
	text-transform:uppercase;
	text-decoration:none; }


.ColorText13{
	color:#FFFFFF;
}


.Link {
	text-decoration:none;
	font-size:11px
	
}
.Link:hover {
	text-decoration:underline;
	font-size:11px
}
.LinkUL {
	text-decoration:underline;
}
.LinkUL:hover {
	text-decoration:none;
}
.Padding2 {
	padding:2px;
}
.Padding5 {
	padding:0px;
}
.Padding10 {
	padding:10px;
}
.PaddingTB {
	padding-bottom:5px;
	padding-top:5px;
}


.ColorText44 {
	color:#8a070c;
	font-size:10px;
	font-weight:bold;
	
}

.headerNavigation { 	font-size:11px;
	color:#000000;
	
	text-decoration:none; }

.headerNavigation:hover { 	font-size:11px;
	color:#FFFFFF;
	
	text-decoration:none; }
	
.TopMenu2 {
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	}
.TopMenu2:hover {
	text-decoration:none;
	color:#a81b1b;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	}
	
.BottomMenu {
	text-decoration:none;
	color:#FFFFFF;

	font-size:9px;
	font-weight:bold;
	}
.BottomMenu:hover {
	text-decoration:none;
	color:#a81b1b;

	font-size:9px;
	font-weight:bold;
	}
		
.BgColor4 {
	background-color:#edebec;
	}
.BgColor5 {
	background-color:#152B62;
	}
.TopSearch {
	text-decoration:none;
	color:#1c5686;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	}
.TopMenu3 {
	text-decoration:none;
	color:#ffffff;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	}
.TopMenu3:hover {
	text-decoration:none;
	color:#828181;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	}
	.LeftMenu {
	text-decoration:none;
	color:#163761;
	background-image:url('http://www.jewelryandco.com/images/bullet.gif');
	background-repeat:no-repeat;
	background-position: 20px center;
	font-size:10px;
	font-weight:bold;
	display:block;
	height:14px;
	text-transform:uppercase;
	padding-left:32px;
	padding-top:3px
	
}
.LeftMenu:hover {
	text-decoration:none;
	color:#a81b1b;
	background-image:url('http://www.jewelryandco.com/images/bullet.gif');
	background-repeat:no-repeat;
	background-position: 20px center;
	font-size:10px;
	font-weight:bold;
	display:block;
	height:14px;
	text-transform:uppercase;
	padding-left:32px;
	padding-top:3px
	
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.slidedoormenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 182px; /* width of menu (don't forget to add border with below!) */
border-left: 8px solid #6c6c6c; /* thick left border of menu */

}

.slidedoormenu li{
border-bottom: 1px solid #885b5c; /* Gray border beneath each menu item */
}

.slidedoormenu li a{
background: white url(/images/vstrip.gif) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: black;
width: auto;
border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
padding: 7px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
}

.slidedoormenu li a:visited, .slidedoormenu li a:active{
color: black;
}

.slidedoormenu li a:hover{
background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: black;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{
padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}

</style>

<style type="text/css">
.slidedoormenu li a{ /* Menu link width value for IE */
width: 100%;
}


#ddblueblockmenu{
border: 0px solid black;
border-bottom-width: 0;
font-size:14px;
width: 100%;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 110% 'Lucida Grande", "Trebuchet MS", Verdana';
}

#ddblueblockmenu li a{
display: block;
font-size:14px;
padding: 3px 0;
padding-left: 20px;
width: 163px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: Black;
background-color: #d6d6d6;
border-bottom: 1px solid #FFFFFF;
border-left: 7px solid #909090;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 205px; /*IE 5*/
w\idth: 190px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #8f8f8f;
border-left-color: #af090a;
color: white;
font-size:14px;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: black;
font-size:14px;

font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: af090a;
	text-decoration: none;
	font-weight: bold;
}
