
/* --------------------------------------------/ UNIVERSAL CLASSES \-------------------------------------------- */

/* --------------------------------------------*/




/* --------------------------------------------/ BROWSER INITIALIZATION \-------------------------------------------- */

	* { margin : 0; padding : 0; }
	h1,h2,h3,h4,h5,h6 { font-size : 100%; }
	ol,ul { list-style : none; }
	table { border-collapse : collapse; border-spacing : 0; }
	fieldset,img { border : 0; }
	caption,th { text-align : left; }
	
	body { 
	text-align:left; 
	color:#000; 
	font-family:"Trebuchet MS", sans-serif;
	font-size:12px;
	background:url(../images/bg.jpg) center no-repeat fixed;
	margin:auto; 
	}

/* --------------------------------------------*/




/* --------------------------------------------/ BOX MODEL CLASS \-------------------------------------------- */

	.box { position:relative; float:left; width:100px; height:100px; margin:10px; background-color:#000; overflow:hidden; }

/* --------------------------------------------*/


/* --------------------------------------------/ HEADER \-------------------------------------------- */

	#container_header { width:100%; height:100%;  }
		
		#header { 
		position:relative; 
		width:950px;
		height:190px;
		margin:auto;
		background-image:url(../images/header.jpg); 
		}
		
		#header h1{ color:#FFFFFF; font-size:14px; text-align:center; position:relative; top:70px;}
		
		#header h2{ color:#a20f0f; font-size:16px; text-align:center; position:relative; top:80px;}

/* --------------------------------------------*/


/* --------------------------------------------/ NAV \-------------------------------------------- */

	#nav { 
	position:relative;
	float:left;
	width:200px;
	height:100%;
	margin:auto;
	background-image:url(../images/left-content.jpg);
	}
	
		.nav-min-holder { float:left; width:1px; height:400px;  }

		#nav li { position:relative; float:left;  }

		/*  
		To Find "#nav a width" :
			Step 1 - change the "#nav a padding" so that the menu item covers the entire nav area from top to bottom.
			Step 2 - compute the "#nav a width" with the equation below  
			
			  (#nav width) - (2 * (#nav a padding)) - (#min-holder width) = #nav a width 
			  (    150   ) - (2 *        13       ) - (        1        ) = 123
		*/

		#nav a { display:block; padding:10px 20px; width:159px; text-align:right; font-size:14px; font-weight:bold; text-decoration:none; color:#fff; border-bottom:1px solid #185c0f; }
		
		#nav a:hover { color:#000000;}

/* --------------------------------------------*/

 
/* --------------------------------------------/ CONTENT \-------------------------------------------- */

#container_content { width:100%; }

	#content { 
		position:relative;  
		width:950px;
		height:100%;
		margin:auto;
		background-image:url(../images/content-bg.jpg); }

		#middle-content { 
		position:relative; 
		float:left;
		width:750px; /* (#content width) - (2 * (#middle-content padding) */
		height:100%;
		margin:auto;
		background-image:url(../images/right-content.jpg);
	    }
		
		#middle-content li{ position:relative; float:left;} 
		
		#middle-content h3{ color:#205e19; font-size:18px; text-align:center; position:relative; margin-top:10px;}
		
		#middle-content h4{ color:#000; font-size:18px; position:relative; margin-bottom:15px; left:50px;}
		
		#middle-content h5{ color:#fff; font-size:18px; position:relative; padding-top:18px; padding-bottom:45px; text-align:center;}
		
		.top-row a{ color:#a30f0f; text-align:center; text-decoration:none; font-weight:bold; font-size:14px; } 
		
		.top-row a:hover{ color:#205e19;}
		
		.top-row li{ padding:0px 45px; }
		
		.bottom-row a{ color:#a30f0f; text-align:center; text-decoration:none; font-weight:bold; font-size:14px; }
		
		.bottom-row a:hover{ color:#205e19;} 
		
		.bottom-row li{ padding:0px 40px; }
		
		.top-box a{ text-align:center; display:block; height:92px; width:122px; } 
		
		.top-box li{ padding:0px 30px; position:relative; float:left; }
		
		.bottom-box a{ text-align:center; display:block; height:92px; width:122px; }
		
		.bottom-box li{ padding:0px 28px; position:relative; float:left; }
		
		#carvings-box{ padding-right:0px;}
		
		#pendants{ padding-right:58px;}
		
		#bangles{ padding-right:48px;}
		
		#rings{ padding-right:58px;}
		
		#bracelets{ padding-right:46px;}
		
		#carvings{ padding-right:0px;}
		
		#middle-content ul.top-row{ text-align:center; position:relative; top:14px; left:80px;}
		
		#middle-content ul.top-box{ text-align:center; position:relative; top:20px; left:80px;}
		
		#middle-content ul.bottom-row{ text-align:center; position:relative; top:48px; }
		
		#middle-content ul.bottom-box{ text-align:center; position:relative; top:54px; }
		
		
		
		
		

			.min-holder { float:left; width:1px; height:400px;  }
	
			.clear {clear:both; height:1px; overflow:hidden; background-image:url(../images/footer.jpg);}

/* --------------------------------------------*/




/* --------------------------------------------/ FOOTER \-------------------------------------------- */

#container_footer { clear:both; width:100%; height:100%; }
	
	#footer { 
	position:relative; 
	width:950px;
	height:102px;
	margin:auto;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	color:#000; 
	}

		#footer ul { position:relative; float:right; margin-top:90px; right:290px; margin-bottom:30px; }

		#footer li { position:relative; float:left; margin-left:10px; }

		#footer a { text-decoration:none; color:#fff; }

		#footer a:hover { color:#6eb16e; }

/* --------------------------------------------*/




/* --------------------------------------------/ JSE LINK \-------------------------------------------- */

#container_jseLink { width:100%; height:100%; }
	
	#jseLink { 
	position:relative; 
	width:600px;
	height:40px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px; 
	}
	
		#RLInk1 { display:block; height:40px; padding:5px 0 0 311px; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none; font-weight:bold; font-size:10px;
			color:#111; background-image:url(../images/jseLink-black.gif); }
		 /* color:#FFF; background-image:url(../images/jseLink-white.gif); } */

		#RLInk2 { display:block; display:none; width:235px; position:absolute; top:0px; left:0px; padding:5px 0 0 365px; height:40px; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none; font-weight:bold; font-size:12px;
			color:#111; background-image:url(../images/jseLink-black-over.gif); }
		 /* color:#FFF; background-image:url(../images/jseLink-white-over.gif); } */


/* --------------------------------------------*/



