

body, form{

	margin			: 0px;
	padding			: 0px;
	display			: inline;
}

body, table, select, input{

	font-family		: tahoma;
	font-size		: 8pt;
}

body{

	width				: 100%;
	height				: 100%;
	background-color	:#250702;
}

/* DIV tag used to line a container. Allows margins/padding without affecting the BOX model */
div.liner{
	
	margin				: 5px;
}

/* ************************************************************************************** */
/* HORIZONTAL LINES                                                                       */
/* ************************************************************************************** */
	div.HR1{
		height			: 1px;
		border-style	: none;
		font-size		: 1px;
	}
	
	div.HR2{
		height			: 2px;
		border-style	: none;
		font-size		: 1px;
	}
	
	div.HR3{
		height			: 3px;
		border-style	: none;
		font-size		: 1px;
	}



/* ************************************************************************************** */
/* HORIZONTAL MENU                                                                        */
/* ************************************************************************************** */
	#tdTopNav{
		
		background-color	: #370D06;
		padding-top			: 4px;
		padding-bottom		: 4px;
	}

	#dvBannerMenu{

		position			: relative;
		display				: inline;
		margin				: 0px;
		padding				: 0px;
		list-style-type		: none;
		
		left				: 520px;
		top					: 0px;
	}

	#dvBannerMenu li{

		margin				: 0px;
		margin-left			: 15px;
		padding				: 0px;	
		display				: inline;
	}

	#dvBannerMenu li a{

		margin				: 0px;
		padding				: 0px;
		text-decoration		: none;
		
		font-size			: 1em;
		font-weight			: normal;
		color				: #cbb265;
		border-right		: 1px solid #cbb265;
		padding-right		: 15px;
	}
	
	.btnViewCart{
	
		border-style		: none;
		background-color	: transparent;
		text-decoration		: none;
		margin				: 0px;
		cursor				: pointer;
		display				: inline;
		
		font-size			: 1em;
		font-weight			: normal;
		color				: #cbb265;
	}



	
/* ************************************************************************************** */
/* NAVIGATION MENU                                                                        */
/* ************************************************************************************** */
	#trNavigation{
		
		height				: 100px;
	}
	
	#trNavigation td{
	
		background-image	: url(../images/bg_Gradient_gr1.jpg);
		border				: 1px solid #870403;
	}
	
	.dvNavBlock {
	
		margin			: 5px; 
		margin-left		: 15px; 
		padding			: 5px; 
		color			: #fbd65d; 
		border			: 1px none #6a0201; 
		height			: 69px; 
		width			: 105px; 
		_height			: 82px; 
		_width			: 115px; 
		float			: left;
	}
	
	.dvNavBlock span.spNavBlockTitle {
		
		font-weight		: bold;
	}
	
	.dvNavBlock div{
		
		margin-top			: 5px;
	}
		
	.dvNavBlock div a{
	
		color				: #e65d03;
		text-decoration		: none;
		margin-left			: 5px;
	}
		
	.dvNavBlock div a:hover{
	
		color				: #ff934c;
	}
	
	
	
	
/* ************************************************************************************** */
/* MAIN LAYOUT TABLE                                                                      */
/* ************************************************************************************** */
	#tblMainLayout{
		
		table-layout		: fixed; 
		width				: 100%; 
		height				: 100%; 
		background-color	: #370D06; 
		border-left			: 1px solid #7E220A; 
		border-right		: 1px solid #7E220A;
	}
	
	
	
	
/* ************************************************************************************** */
/* FOOTER STYLES                                                                          */
/* ************************************************************************************** */

	tr.footerMargin{
		height				: 20px;
	}

	tr.footerMargin td{
		color				: #8a3e0c;
		font-family			: tahoma;
		font-size			: 8pt;
	}


	tr.footerBannerPanel{
		height				: 75px;
	}
	
	tr.footerBannerPanel td{
		background-color	: #8a3e0c;
		color				: #d46a25;
	}
	
	tr.footerBannerPanel td div.dvLiner{
		margin-top			: 5px;
		margin-left			: 10px;
	}
	
	tr.footerBannerPanel table.footerBanner{
		border				: 0px none #000000;
		width				: 300px;
		_display			: inline;
	}
	tr.footerBannerPanel table.footerBanner a{
		text-decoration		: none;
		color				: #cbb265;
		
	}
	
	
	
	