body
	{ 
		background-color: #FFFFFF;
		clear:both;
	}
.top_container
	{
	background-image: url('images/top_background.jpg');
	background-repeat: repeat-y;
	position:absolute;
	background-color: #C1CCAF;
	margin-left: -5px;
	margin-top: -16px;
	width: 990px;
	height: 14px;
	}
.main_container
	{
		position:relative;
		width: 996px;
		height: 572px;
		margin-left: -5px;
	}
.flash_container
	{
	float: left;
	width: 786px; /*Width of left column in pixel*/
	height: 422px;
	margin-left: -5px; /*Set margin to that of -(MainContainerWidth)*/
	margin-top:60px;
	background: #FFFFFF;
	}
.product_locator_container
	{
	float: right;
	width: 196px; /*Width of left column in pixel*/
	margin-left: 8px; /*Set margin to that of -(MainContainerWidth)*/
	margin-top: 0px;
	height: 482px;
	background: #45443C;
	}
.search_box_container
	{
		margin-left: 2px; /*Set margin to that of -(MainContainerWidth)*/
		margin-top: 58px;
		height: 10px;
	}
.locator_container
	{
		width: 180px; /*Width of left column in pixel*/
		margin-left: 6px; /*Set margin to that of -(MainContainerWidth)*/
		margin-top: 50px;
		height: 194px;
		background-color:#FFFFFF;
		border-color:black;
		border-style:solid;
		border-width: 1px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:70%;
		font-style:oblique;
		text-align:center;
	}
.go_reset
	{
		margin-left: 85px; /*Set margin to that of -(MainContainerWidth)*/
		margin-top: 5px;
	}
.chromestyle
	{
		position:absolute;
		top: 0px;
		left: 258px;
		width: auto;
	}
.dropmenudiv
	{
		position:absolute;
		top: 50px;
		left: 250px;
	}
.logo_container
	{
		position:absolute;
		top: 5px;
		left: 0px;
		width: auto;
	}
a img
	{
		border:none;
	}
.bottom
	{
	position:relative;
	width: 990px; /*Width of left column in pixel*/
	margin-left: -5px; /*Set margin to that of -(MainContainerWidth)*/
	height: 20px;
	top: 2px;
	padding-top: 3px;
	background: #C1BE9F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	font-weight:bold;
	text-align:center;
	z-index: -10;
	float: left;
	}

