/* --------------------------------------------/ UNIVERSAL CLASSES \-------------------------------------------- */

/* --------------------------------------------*/




/* --------------------------------------------/ BROWSER INITIALIZATION \-------------------------------------------- */

	* { margin : 0; padding : 0; }
	h1,h2,h3,h4,h5,h6 {
	font-size : 24px;
	color: #c73012;
	font-family: "Trebuchet MS", Arial;
	font-weight: normal;
	text-indent: 0px;
}
	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:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#794e00;
	background-image: url(../bg.jpg);
	background-repeat:repeat-x;
	}

/* --------------------------------------------*/




/* --------------------------------------------/ 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%;
	margin-top:0px;
}
		
		#header {
	position:relative;
	width:800px;
	height:140px;
	margin:auto;
	background-image: url(../images/headerbg.jpg);
	background-repeat: no-repeat;
		}

/* --------------------------------------------*/


/* --------------------------------------------/ NAV \-------------------------------------------- */

#container_nav { width:100%; height:100%; }
	
	#nav {
	position:relative;
	width:800px;
	height:55px;
	margin:auto;
	background-image:url(../images/navbg.jpg);
	background-repeat:no-repeat;
	}
	
		#nav ul{ position:relative; left:15px; top:15px}
		
		#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) / (# of menu items)) - (2 * (#nav a padding)) = #nav a width 
			  (    800      /         6        ) - (2 *        13       ) = 107.333 = 107 
		*/

		#nav a {
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	padding:0px 15px 0px 15px;
	height: 29px;
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	font-weight:bold;
}

#nav a:hover { color:#000000;}

/* --------------------------------------------*/

 
/* --------------------------------------------/ CONTENT \-------------------------------------------- */

#container_content { width:100%; }

	#content { 
		position:relative;  
		width:800px;
		height:100%;
		margin:auto; 
		}

		#left-content {
	position:relative;
	float:left;
	width:460px; /* (#content width) - (2 * (#middle-content padding) */
	height:100%;
	margin:auto;
	padding:20px;
	background-image: url(../images/leftbg.jpg);
	background-repeat: repeat-x;
	background-color:#e4e3e1;
		}
		
		#right-content {
	position:relative;
	float:left;
	width:260px; /* (#content width) - (2 * (#middle-content padding) */
	height:100%;
	margin:auto;
	background-image: url(../images/rightbg.jpg);
	font-weight: normal;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-color: #A09965;
		}
		#phonenumbers {
	text-align: center;
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	width: 260px;
	left: 20px;
	top: 200px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
		}
		#mailinglist {
	position: absolute;
	top: 25px;
	left: 40px;
	width: 140px;
	text-align: center;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial;
	font-weight: normal;
	height: 100%;

		}

			.min-holder {
	float:left;
	width:1px;
	height:420px;
}
	
			.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	background-image: url(../images/footerbg.jpg);
	background-repeat: no-repeat;
}

/* --------------------------------------------*/




/* --------------------------------------------/ FOOTER \-------------------------------------------- */

#container_footer { clear:both; width:100%; height:100%; }
	
	#footer {
	position:relative;
	width:800px;
	height:55px;
	margin:auto;
	color:#FFFFFF;
	background-image: url(../images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: "Trebuchet MS", Arial;
	}

		#footer ul {
	position:relative;
	float:left;
	margin-top:20px;
	left: 0px;
}

		#footer li { position:relative; float:left; margin-left:10px; }

		#footer a {
	text-decoration:none;
	color:#FFFFFF;
}

		#footer a:hover {
	color:#FFFFFF;
}



	#footer-store {
	position:relative;
	width:800px;
	height:55px;
	margin:auto;
	color:#FFFFFF;
	background-image: url(../images/storefooterbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: "Trebuchet MS", Arial;
	}

		#footer-store ul {
	position:relative;
	float:left;
	margin-top:20px;
	left: 0px;
}

		#footer-store li { position:relative; float:left; margin-left:10px; }

		#footer-store a {
	text-decoration:none;
	color:#FFFFFF;
}

		#footer-store a:hover {
	color:#FFFFFF;
}

/* --------------------------------------------*/




/* --------------------------------------------/ 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); } */



		#left-content-store {
	position:relative;
	float:left;
	width:800px; /* (#content width) - (2 * (#middle-content padding) */
	height:100%;
	margin:auto;
	padding:0px;
	background-image: url(../images/storebg.jpg);
	background-repeat: repeat-x;
	background-color:#000000; /*#e4e3e1;*/
		}
		
		#right-content-store 
		{
    visibility:hidden;
	position:relative;
	float:left;
	width:0px; /* (#content width) - (2 * (#middle-content padding) */
	height:100%;
	margin:auto;
	background-image: url(../images/rightbg2.jpg);
	font-weight: normal;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-color: #A09965;
		}

/* --------------------------------------------*/
