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

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

body {

	background: #9a9a9a;
	
}


h1 {

	margin-bottom: 10px;
	
	font-family: "Trebuchet MS";
		
	color: #FFFFFF;
	
}

h2 {

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

p {

	margin-bottom: 10px;
	
	
}

img { display:block; }


/* 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/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/leftbg.png') no-repeat;*/
	
}

	/* Left Tabs */
	#left_col_tab {

		margin-top: 167px;			
		/*margin-left: 129px;*/
		
		width: 29px;
		height: 95px;
			
	}
	
	.lighting { width:29px; height: 95px; background: url('../images/leftlighting.png') no-repeat; }
	.news { width: 29px; height: 95px; background: url('../images/leftnews.png') no-repeat; }
	.mirrors { width: 29px; height: 95px; background: url('../images/leftmirrors.png') no-repeat; }
	.contact { width: 29px; height: 95px; background: url('../images/leftcontact.png') no-repeat; }
	.about { width: 29px; height: 95px;	background: url('../images/leftabout.png') no-repeat; }
	.map { width: 28px; height: 160px; background: url('../images/leftmap.png') no-repeat; }
	
	
#right_col {

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

	/* Navigation */	
	#navigation_container {
	
		width: 899px;
		height: 70px;
		
		background:url('../images/navbg.png') no-repeat;
		
	}
	
	#navigation {
	
		margin-left: 448px;
		
			/*background: green;*/
			
	}
	
		.navigation { list-style: none; }
		.navigation li { float: left; text-indent:-3000px; overflow:hidden; }
		.navigation li a { border: 0px; }
		.home_button a { display:block;  width: 62px; height: 70px; background:url('../images/buttons/home.png');}
		.lighting_button a{ display:block; width: 78px; height: 70px; background: url('../images/buttons/lighting.png');}
			.lighting_button_up a { display:block; width: 78px; height: 70px; background: url('../images/buttons/lightingup.png');}
		.mirrors_button a { display:block; width: 78px; height: 70px; background: url('../images/buttons/mirrors.png');}
			.mirrors_button_up a { display:block; width: 78px; height: 70px; background: url('../images/buttons/mirrorsup.png');}		
		.about_button a { display:block; width: 65px; height: 70px; background: url('../images/buttons/about.png');}
			.about_button_up a { display:block; width: 65px; height: 70px; background: url('../images/buttons/aboutup.png');}		
		.contact_button a { display:block; width: 156px; height: 70px; background: url('../images/buttons/contact.png');}
			.contact_button_up a { display:block; width: 156px; height: 70px; background: url('../images/buttons/contactup.png');}		
	
	/* Top Box */
	#top_box_container {
	
		width: 899px;
		height: 97px;
		
		background: url('../images/topbg.png') no-repeat;
		
	}
	
	#top_box_container_mirrors {
	
		width: 899px;
		height: 97px;
		
		background: url('../images/topbg-mirrors.png') no-repeat;
		
	}
	
	#top_box_container_trad {
	
		width: 899px;
		height: 97px;
		
		background: url('../images/topbg-trad-lighting.png') no-repeat;
		
	}
	
	
	/* Content */
	#content_container {
	
		padding-top: 17px;
		
		width: 899px;
		min-height: 405px;
		
		background:url('../images/contentbgstrip.png') no-repeat;
		background-position: top;
		
	}
	
	#content {
		
		width: 899px;
		min-height: 290px;
		
		/*background: url('../images/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: 5px;
			
			width: 559px;
			
				/*background: blue; /* DEBUG */
				
		}
	
/* Footer */
#footer_container {

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

#footer_container_mirrors {

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

#footer_container_trad_light {

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

/* Below Footer */
#bottom_footer {

	clear: both;
		
	width: 928px;
	
	padding-top: 10px;
	
	font-size: 75%;
			
	color: #b9b8b8;
	
		/*background: red;*/
	
}

	/* Bottom Footer Left */
	#bottom_footer_left {
	
		float: left;
		
		margin-left: 29px;

		
	}
	
	#bottom_footer_right {
	
		float: right;
		
	}
	
	
/* Classes */
.excerpt {

	color: #b9b8b8;
	
}

.text_13 {

	font-size: 13px;
	
	color: #777575;
	
}

.form_label {

	font-weight: bold;
	font-size: 81.25%;

	float: left;
	
	display:block;
	
	width: 100px;

	color: #b9b8b8;
	
}

.form_element { width: 300px; }

.form_field input[type="text"],input[type="submit"],textarea {

	margin-bottom: 10px;
	
	border: 1px solid #494949;
	
	color: #000000;
	
	font-size: 13px;
	
	/*background: black !important;*/
	
}


.float_left { float: left; }

/* xmas sale */
#xmas_sale_inner_cont {

	margin-left: 68px;
	padding-top: 10px;
	
	width: 141px;
	height: 100px;
	
}

	#xmas_sale_inner {
	
		width: 141px;
		height: 100px;
		
		background: url('../images/sale-inner.png') no-repeat;
		
	}
	
	
