@charset "UTF-8";


/* -------------------------redefinition of common tags------------------------- */


h1 {
	color: #4E4948;
}

h2 {
color: #4E4948;
}



/* -----------------------classes----------------------------- */

.callout {
	margin-right:0px;
	font-size:1.1em;
	line-height:1.5em;
	font-weight: bolder;
	color: #4E4948;
}

.leftNavDiv {
	background-color: #252322;
}



/* this is a unique background for all interior pages - differnt from the home page backgroud */
body {
	
	background-image: url(../images/backgrounds/gray_interior_main_backgrd.jpg);
}


/* -----------------------header image classes----------------------------- */

.headerImage001 {
	background-image: url(../images/headers/wall_panels_overview.jpg);
	background-repeat: no-repeat;
}

.headerImage002 {
	background-image: url(../images/headers/wall_panels_insulated.jpg);
		background-repeat: no-repeat;

}

.headerImage003 {
	background-image: url(../images/headers/wall_panels_decorative.jpg);
		background-repeat: no-repeat;

}
