/* CSS
Author: Eric Barao
Modified: 07-08-09
*/

/* Global Elements
=====================================================================*/

html { overflow-x: auto; height:100%;}
	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

body 
{
	background: url(http://www.wilshiremfg.com/images/home_background.jpg) no-repeat scroll 50% 0;
	background-color:#344454;
	text-align: center;
	line-height: 1.6em;
}

/* Grid
=====================================================================*/

#house
{
	margin: 0 auto 0 auto;
	text-align: left;
	/* re_aligns text to left second part of two part MSIE centering workaround */
	width: 960px; 	/* Total width */
	background: transparent;
	/*background-image: url(http://www.wilshiremfg.com/images/invisi.gif);*/
}

#header,
#content,
#bottom {
	width: 960px;
	margin: 0 auto;
	position: relative;
}


#content
{	
	width: 960px;
	margin: 0 auto;
	background: #fff url(http://www.wilshiremfg.com/images/invisi.gif) repeat-x;
}


#transparent
{	
	width: 960px;
	margin: 0 auto;
	background: transparent;
}


#bodytable_light
{	
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF url(http://www.wilshiremfg.com/images/home_content_bkgnd_light_blue.jpg) repeat-x;
}


#lightbox_row
{	
	width: 100%;
	margin: 0 auto;
}


#bodytable_dark
{	
	width: 960px;
	margin: 0 auto;
	background: #0B1D2E url(http://www.wilshiremfg.com/images/sub_background_dark.jpg) repeat-x;
}



#footer
{	
	width: 960px;
	margin: 0 auto;
	background: #344454 url(http://www.wilshiremfg.com/images/home_footer_bkgnd.jpg) repeat-x;
}