/* Global Reset */
html, body, p, div, span, ul, li, h1, h2, h3, h4, h5, img {

	margin:0px;
	padding: 0px;
	
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 1em;
	
}

body {

	background: #9a9a9a;
	
}


p {

	margin-bottom: 10px;
	
	
}

img { display:block; }

h2 {

	font-family: "Trebuchet MS";
	font-size: 81.25%;
		
	color: #ce8329;
	
}


/* Main Container */
#main_container {

	width: 100%;
	
	/*background: #9a9a9a;	*/
	background: url('../../images/mainbg.jpg') no-repeat;
	
}

/* Inner Container */
#inner_container {

	margin:auto;
	
	width:1056px;
	
}

/* Header */
#header_container {

	width: 1056px;
	height: 31px;
	
	/*background: url('../../images/F9EC78/headerbg.png') no-repeat;*/
	
}

/* Body area */
#body_container {

	width: 1056px;
	/*min-height: 872px;*/
	
}

#left_col {

	float: left;
	
	width: 29px;
	/*min-height: 872px;*/
	
	/*background: url('../../images/F9EC78/leftbg.png') no-repeat;*/
	
}

	/* Left Tabs */
	#left_col_tab {

		margin-top: 311px;			
		/*margin-left: 129px;*/
	
		width: 29px;
		height: 61px;
		
		background: url('../../images/F9EC78/buttons/lefthome.png') no-repeat;
		
	}
	

#right_col {

	float: left;
	
	width: 899px;
	/*min-height: 872px;*/
	
	background: #9a9a9a;
	
}

	/* Navigation */	
	#navigation_container {
	
		width: 899px;
		height: 70px;
		
		background:url('../../images/F9EC78/navbg.png') no-repeat;
		
	}
	
	#navigation {
	
		margin-left: 448px;
		
			background: green;
			
	}
	
		.navigation { list-style: none; }
		.navigation li a { border:0px; }
				
		.navigation li { float: left; text-indent:-3000px; overflow:hidden; }
		.home_button a { display:block;  width: 62px; height: 70px; background:url('../../images/F9EC78/buttons/home.png');}
			.home_button_up a { display:block;  width: 62px; height: 70px; background:url('../../images/F9EC78/buttons/homeup.png');}
		.lighting_button a{ display:block; width: 78px; height: 70px; background: url('../../images/F9EC78/buttons/lighting.png');}
		.mirrors_button a { display:block; width: 78px; height: 70px; background: url('../../images/F9EC78/buttons/mirrors.png');}
		.about_button a { display:block; width: 65px; height: 70px; background: url('../../images/F9EC78/buttons/about.png');}
		.contact_button a { display:block; width: 156px; height: 70px; background: url('../../images/F9EC78/buttons/contact.png');}
	
	/* Top Box */
	#top_box_container {
	
		width: 899px;
		height: 302px;
		
		background: url('../../images/F9EC78/topbg.png') no-repeat;
		
	}
	
	/* Content */
	#content_container {
	
		padding-top: 18px;
		
		width: 899px;
		min-height: 405px;
		
		background:url('../../images/F9EC78/contentbgstrip.png') no-repeat;
		background-position: top;
		
	}
	
	#content {
		
		width: 899px;
		min-height: 220px;
		
		/*background: url('../../images/F9EC78/contentbg.png') no-repeat;*/
		background: #1f1f1f;		
		
	}
	
		#content_left {
		
			float: left;
			
			margin-left: 12px;
			
			padding-top: 8px;
			
			width: 286px;
			
				/*background: green; /* DEBUG */
				
		}
		
		#content_right {
		
			float: left;
			
			margin-left: 30px;
			
			padding-top: 22px;
			
			width: 559px;
			
				/*background: blue; /* DEBUG */
				
		}
		

/* Footer */
#footer_container {

	clear: both;
	
	width: 899px;
	height: 167px;
	
	background: url('../../images/F9EC78/footerbg.png') no-repeat;
	
}

/* Below Footer */
#bottom_footer {

	clear: both;
	
	padding-top: 10px;
	
	text-align: center;
	
	color: #b9b8b8;
	
}

/* sale area - xmas */
#xmas_sale_cont {

	margin-left: 723px;
	padding-top: 136px;
	
	width: 176px;
	height: 166px;
	
	
}

	#xmas_sale {
	
		width: 176px;
		height: 166px;
	
		background: url('../../images/sale-home.png') no-repeat;
	
	}
		