/*
-----------------------------------------------
Style Sheet

Site: hotrockjewelry.com
Author:   aaryn.com
Version:  2007.11
----------------------------------------------- */


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }


/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }

/* Remove inconsistent (among browsers) default padding or margin */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl { margin:0; padding:0; }



/* global elements
 * ------------------------------------------------------------------------- */

/* Default font size in IE and FireFox is 16px. Default for Safari is 14px. */
html {
	font-size:100% /* IE has problems scaling text in ems. Using a percentage makes for better text rendering when scaled. */
	}

body {
	background: #fff;
	font-size:.75em; /* Read by IE only. - 75% of 16px = 12px */
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin:10px 0;
	color:#000;
	}

html>body {
	font-size:12px; /* overrides the font-size above in all browsers except IE. These browsers can resize text that is specified in px so this is ok. */
	}

a:link, a:visited {
	color:#ee2945;
	}
	
a:hover, a:active {
	color:#871727;
	}
	

/* Classes
 * ------------------------------------------------------------------------- */

.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.pic_left {
	margin:0 10px 2px 0;
	float:left;
	}

.pic_right {
	margin:0 0px 2px 10px;
	float:right;
	}

.hr {
	background:#ccc;
	color:#ccc;
	width:100%;
	height:1px;
	overflow:hidden;
	margin:16px 0;
	}

.product_table_hr {
	background:url(../images/product_table_hr.gif) repeat-x;
	width:100%;
	height:1px;
	overflow:hidden;
	margin:5px 0;
	}

.maintext {
	font-size:.92em;
	text-align:left;
	float:left;
	line-height:17px;
	color:#4F4A4A;
	}
	
.maintextred {
	font-size:1.1em;
	text-align:left;
	float:left;
	line-height:17px;
	color:#EE2945;
	}

/* Layout
 * ------------------------------------------------------------------------- */

#container {
	width:980px;
	margin:0 auto;
	text-align:left;
	}

#header {
	background:url(../images/logo.gif) no-repeat 27px 0px;
	width:980px;
	height:104px;
	position:relative;
	}
	
	#header_home_link {
		width:245px;
		height:83px;
		display:block;
		text-indent:-5000px;
		outline:none;
		margin-left:27px;
		}

#homepage_content {
	width:980px;
	background:url(../images/homepage_content_bg.gif) repeat-y;
	margin:20px 0px;
	}

#home_column_left {
	width:546px;
	margin:0 15px 0 27px;
	float:left;
	display:inline;
	}
	
	#home_column_left p {
		font-variant:small-caps;
		line-height:1.5em;
		font-size:12px;
		}

#welcome_title {
background:url(../images/welcome_title.gif) no-repeat;
width:366px;
height:18px;
text-indent:-5000px;	}

.product_title {
	background:url(../images/bottom_bar_bg.gif) repeat-x;
	color:#ee2945;
	font-weight:bold;
	font-size:11px;
	}
	
	.product_title a {
		text-decoration:none;
		}

#home_column_right {
	width:347px;
	margin-left:18px;
	float:left;
	padding-top:30px;
	display:inline;
	}

#footer {
	background:url(../images/bottom_bar_bg.gif) repeat-x;
	height:18px;
	width:980px;
	color:#999;
	font-size:.85em;
	}
	
	#footer p {
		padding:3px 0 0 10px;
		}

#footer ul {
    	margin: 3px 0px 0px 0;
   		padding: 0;
		float:right;
    	}

 	#footer li {
    	margin: 0;
    	padding: 0 5px 0 7px;
    	display: inline;
    	border-left: 1px solid #999;
    	font-size: .92em;
    	line-height:1.4em;
    	background: none;
		color:#000;
    	}

	#footer li.first { 
    	border: none;
    	}

	#footer a:link, #footer a:visited{
		color:#999;
		text-decoration:none;
		}

	 #footer a:hover, #footer a:active {
	 	color:#ee2945;
		text-decoration:none;
		}
		
#sidebar b {
	padding-left: 10px;
	font-size:11px;
	font-weight:bold;
	background: transparent url(../images/bullet.gif) 0px 3px no-repeat;
	line-height:18px;
	}

#sidebar a:link, #sidebar a:visited {
	
	padding-left: 10px;
	font-size:11px;
	background: transparent url(../images/bullet.gif) 0px 3px no-repeat;
	line-height:18px;
	font-weight:bold;
	text-decoration:none;
	}

#sidebar a:hover, #sidebar a:active {
	color:#000;
	}

.cat_display {
	margin:0;
	padding:0;
	}

.cat_display a img, .cat_display a:link img, .cat_display a:visited img {
	border:1px solid #ccc;
	padding:2px;
	margin:0;
	}


/* Forms
 * ------------------------------------------------------------------------- */
#search_form {
	float:right;
	width:215px;
	margin-top:65px;
	}
	
#search_form input {
	border:1px solid #aaa;
	padding-left:2px;
	}

#search_button {
	background:url(../images/search.gif) no-repeat;
	width:37px;
	height:18px;
	border:none;
	text-indent:-5000px;
	cursor:pointer;
	margin-left:10px;
	}

#search_button:hover {
 	background-position: 0 -18px;
	}
 









	



/* Contact Form
 * ------------------------------------------------------------------------- */

#contact_form fieldset {
	margin:10px 0 0 0;
	padding:0px 0 0 0;
	}
	
	

#contact_form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

#contact_form br {
	clear:left;
	}

#contact_form label {
	font-size:.92em;
	font-weight:bold;
	margin-right:10px;
	width:130px;
	text-align:left;
	float:left;
	}

#contact_form input, #contact_form select,  #contact_form textarea {
	float:left;
	background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #414141;
	color:#000;
	width:215px; /* 7 pixels smaller than form width !important */
	margin-bottom:12px; /* sets vertical spacing between fields */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	}

#contact_form textarea {
	font-size:1.0em;
	}

#contact_form textarea {
	overflow:auto; /*prevents vertical scrollbar in IE */
	}


#contact_form select {
 width:222px; padding:0; font-size:.92em; } /* same width as form - !important */


	

#submit_button {
	background:url(../images/submit.gif) no-repeat;
	width:51px;
	height:20px;
	border:none;
	text-indent:-5000px;
	cursor:pointer;
	}

#submit_button:hover {
 	background-position: 0 -20px;
	}


	#contact_form #submit_button {
		margin:0 0 0 140px;
		padding:0;
		}








/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/navnew.gif") no-repeat; 
	width:980px; 
	height:28px; 
	margin:0;
	padding:0; 
	position:relative;
	z-index: 5;
	}

#nav span { display: none; }

#nav li, #nav a { height:28px; display:block; outline:none; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:absolute; }

#nav-01 { width: 41px; left: 19px;}
#nav-02 { width: 117px; left: 60px; }
#nav-03 { width: 113px; left: 177px; }
#nav-04 { width: 130px; left: 290px; }
#nav-05 { width: 74px; left: 420px; }
#nav-06 { width: 80px; left: 494px; }
#nav-07 { width: 54px; left: 574px; }
#nav-08 { width: 87px; left: 628px; }
#nav-09 { width: 50px; left: 715px; }
#nav-10 { width: 62px; left: 765px; }
#nav-11 { width: 43px; left: 827px; }
#nav-12 { width: 69px; left: 908px; }


/*-------------- (-79px) X position of button / (-28px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/navnew.gif") -19px -28px no-repeat; }
#nav-02 a:hover { background:url("../images/navnew.gif") -60px -28px no-repeat; }
#nav-03 a:hover { background:url("../images/navnew.gif") -177px -28px no-repeat; }
#nav-04 a:hover { background:url("../images/navnew.gif") -290px -28px no-repeat; }
#nav-05 a:hover { background:url("../images/navnew.gif") -420px -28px no-repeat; }
#nav-06 a:hover { background:url("../images/navnew.gif") -494px -28px no-repeat; }
#nav-07 a:hover { background:url("../images/navnew.gif") -574px -28px no-repeat; }
#nav-08 a:hover { background:url("../images/navnew.gif") -628px -28px no-repeat; }
#nav-09 a:hover { background:url("../images/navnew.gif") -715px -28px no-repeat; }
#nav-10 a:hover { background:url("../images/navnew.gif") -765px -28px no-repeat; }
#nav-11 a:hover { background:url("../images/navnew.gif") -827px -28px no-repeat; }
#nav-12 a:hover { background:url("../images/navnew.gif") -908px -28px no-repeat; }




/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position:relative;
	left:-9999px;
	text-align:left;
	float:left;
	z-index:5;
	margin-top:28px;
	}

#nav li ul li { 
    position:relative;
	height:22px; 				/* Height of each drop down nav item */
	border:1px solid #fff;
	font-weight:bold;
	font-size:.85em;
	border-top:none;
	background-color:#eee; /* Put background here! Not in the ul!!*/
	left:-1px; /*Optional - Makes drop-down line up even with the dividing line in primary nav (instead of 1px to the right) */
	
	}	

#nav li ul li a {
    position:relative;
	width:100%;
	height:22px;				/* Height of each drop down nav item, should match above */
	line-height:22px;			/* Height of each drop down nav item again, should match above */
	
	}

#nav li ul li a span {
    position:relative;
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:.92em;
	color:#ee2945;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left:0; }

/* Hover styles for drop down items */
#nav-01 ul a:hover { 
	background-image:none;
	background-color:#ee2945;
	color:#fff;
	text-decoration:none;
	cursor:pointer; 
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-01 ul, #nav-01 li { width:90px; }	

#nav-01 ul ul {
	margin-left:91px;
	margin-top: -22px;
	visibility: hidden;
}




#nav-01 ul ul li a					{ border-right: none;  display: inline-block; color: #EE2945; z-index:6;
									 } 


/* 
	LEVEL THREE
*/
#nav-01 ul ul ul ul a					{ left: 100%; top: 0; background-color: #eee; }
#nav-01 ul li:hover > ul 			{ visibility: visible; }


/* Cat Tree */



/* width of drop down nav - choose width that allows items to display on one line */
ul#cat_nav, ul#cat_nav li { width:120px; position: relative; z-index: 3;}	

ul#cat_nav li {
	height: 20px;}
	
#sidebar li:hover a {
	color: #000000;}

#sidebar li:hover ul li a {
	color: #EE2945;}


ul#cat_nav ul {
	left:120px;
	top: -8px;
	visibility: hidden;
	background-color:  #eee;
	width: 70px;
	height: 48px;
	padding-top: 10px;
	position: absolute;

}




ul#cat_nav ul li a					{ border-right: none;  display: inline-block; color: #EE2945; z-index:6;
									 } 

ul#cat_nav ul li a:hover {
	color: #000;}


/* 
	LEVEL THREE
*/
ul#cat_nav ul ul ul a					{ left: 100%; top: 0;  }
ul#cat_nav li:hover > ul 			{ visibility: visible; }



ul#cat_nav li ul {
	visibility: hidden;}



/* subpage horizontal navigation
 * ------------------------------------------------------------------------- */

#subnav { background:url("../images/subnav.gif") no-repeat; width:800px; height:20px; position:relative; margin-top:1px; }
#subnav li { position:absolute; top: 0; }
#subnav li, #subnav a { height:20px; display:block; }
#subnav span { display:none; }

#subnav-01 { width: 29px; left:27px; }
#subnav-02 { width: 42px; left: 80px; }
#subnav-03 { width: 47px; left: 147px; }
#subnav-04 { width: 50px; left: 219px; }
#subnav-05 { width: 21px; left: 294px; }
#subnav-06 { width: 68px; left: 337px; }


#subnav-01 a:hover { background: transparent url("../images/subnav.gif") -27px -20px no-repeat; }
#subnav-02 a:hover { background: transparent url("../images/subnav.gif") -80px -20px no-repeat; }
#subnav-03 a:hover { background: transparent url("../images/subnav.gif") -147px -20px no-repeat; }
#subnav-04 a:hover { background: transparent url("../images/subnav.gif") -219px -20px no-repeat; }
#subnav-05 a:hover { background: transparent url("../images/subnav.gif") -294px -20px no-repeat; }
#subnav-06 a:hover { background: transparent url("../images/subnav.gif") -337px -20px no-repeat; }







#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");   /* Path to overlay.png must be relative to HTML page, not the CSS file */
	}
	
/* Twitter Feed
 * ------------------------------------------------------------------------- */
 
 #twitter {
 	margin-top:10px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
 	padding:10px;
	height:85px;
	width:530px;
	text-transform: uppercase;
	font-size:12px;
	background: url(../images/twitter_bkg.jpg) no-repeat;
	}

 #twitter_update_list {
 	margin-top:5px;
	height:auto;
	}
.tweets {
	color:#FF0000;
	font-size:16px;
	}
	
	

ul#catlevel {  
list-style-type:none;  
margin-left:0;  
padding-left:0;  
font-weight:bold;  

}  
  
ul#catlevel li a {  
display:block;  

font-size:1.1em;  
}  
  
ul#catlevel1, ul#catlevel2, ul#catlevel3, ul#catlevel4 {  
list-style:none;  
margin:5px 0;  
padding:5px 0; 

}  
  
ul#catlevel li ul li, ul#catlevel li ul ul li, ul#catlevel li ul ul ul li{  
padding:2px 0 2px 5px;

  
}  
  
ul#catlevel li ul a, ul#catlevel li ul ul a, ul#catlevel li ul ul ul a {  
border:none; 

 
}  
   
li.thiscat a {  
color: black;  
}  

ul#slide {
	height: 518px;
	width: 347px;}

ul#slide img {
	vertical-align: middle;}
	
	
div.earrings li#earrings a, div.rings li#rings a, div.bracelets li#bracelets a, div.necklaces li#necklaces a, div.pins li#pins a, div.sets li#sets a, div.mensjewelry li#mens a, div.misc li#misc a, div.loosegemstones li#gems a,
div.fine_earrings li#earrings a, div.fashion_earrings li#earrings a, div.fine_rings li#rings a, div.fashion_rings li#rings a, div.fine_bracelets li#bracelets a, div.fashion_bracelets li#bracelets a, div.fine_necklaces li#necklaces a, div.fashion_necklaces li#necklaces a, div.fine_pins li#pins a, div.fashion_pins li#pins a, div.fine_sets li#sets a, div.fashion_sets li#sets a, div.fine_misc li#misc a, div.fashion_misc li#misc a

  {
	color: #000;}
	

	
 
