@charset "utf-8";
/* CSS Document */
html, body {
    margin: 0; border: 0; padding: 0; background-color: b8b8b8;


}

body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
	background-color: #b9b9b9;
	background-image:url(../img/bg_top1.png);
	background-repeat: repeat-x;
	
    
	
}
body.home_page {

	
	
}
#site_wrapper {
    width: 920px;
    margin: 0 auto;
	height: auto;
}
#header {
	width: 920px;
	height: 80px;
	background-image:url(../img/bg_header_img2.png);
	background-repeat: no-repeat;
	background-position: top;
	
}
#head1 {

}
#site_navigation {
	/*background-color: #a59b82;*/
	color: #FFFFFF;
    height: 23px;
    padding: 0 0 5px 25px; /* padding-left shouldn't be fixed, but there is no way to make this flexible. so change it as often as you change anything inside #site_navigation to center menu items */
	margin-top: -40px;
	/*margin-right: 50px;*/
    overflow: hidden;
	/*width: 600px;*/
	float: right;
	list-style-type: none;
	
	
}
#site_navigation {
    position: absolute;
    top: 72px;
	color: #FFFFFF;
}
    #site_navigation ul {
        margin: 0; padding: 0;
        white-space: nowrap;
		margin-left: 240px;
    }
        #site_navigation li {
            list-style-type: none;
			color: #FFFFFF;
            display: inline;
            border-left: 1px solid;
            margin-left: -1px;
            padding: 0 5px 1px 7px;
            zoom: 1;
		
        }
        #site_navigation li.first {
            border-left: none;
        }
            #site_navigation li a {
                text-decoration: none;
                text-transform: uppercase;
                font-family: Helvetica, Arial, sans-serif;
                font-weight: bold;
				color: #FFFFFF;
				padding: 5px 2px 5px 5px;
            }
            #site_navigation li a:hover {
                color: white;
				background-color: #003366;
				
            }

#main_content {
	width: 890px;
	height: Auto;
	/*margin-left: 15px;*/
}
#topshadow {
	width: 920px;
	height: 34px;
	/*margin-left: 15px;*/
	background-image:url(../img/top_shadow_bg.png);
	background-position:top;
	background-repeat:no-repeat;
	margin-top: 1px;
}
#topshadow_fp {
	width: 920px;
	height: 34px;
	/*margin-left: 15px;*/
	background-image:url(../img/top_shadow_bg_white.png);
	background-position:top;
	background-repeat:no-repeat;
	margin-top: 1px;
}
#body {
	width: 840px;
	height: auto;
	/*margin-left: 15px;*/
	background-image: url(../img/bg_center.png);
	background-repeat: repeat-y;
	padding: 1px 40px 25px 40px;
}
#body_fp {
	width: 840px;
	height: auto;
	/*margin-left: 15px;*/
	background-image: url(../img/bg_center_white.png);
	background-repeat: repeat-y;
	padding: 1px 40px 25px 40px;
}
#leftColumn {
width: 200px;
height: auto;
float: left;

}
	#locatorMenu a{
	color: #FFFFFF;
	text-decoration: none;
	list-style: none;
	list-style-type: none;
	}
	#locatorMenu li{
	list-style: none;
	list-style-type: none;
	margin-left: -39px;
	} 
#rightColumn {
width: 585px;
height: auto;
float: right;
}
	#productItem {
width: 167px; 
padding-top: 20px;
margin-right: 20px; 
float: left;
display:block;
}
	#productItem2 {
width: 167px; 
padding-top: 20px;
padding-bottom: 20px;
margin-right: 20px; 
float: left;
display:block;
}
	#productDetails {
width: 288px; 
height: 421px;
margin-top: 20px;
margin-right: 2px; 
float: left;
display:block;
}
	#productDetails2 {
width: 288px; 
height: 421px;
background-image: url(../img/shade_vert.png);
background-repeat: repeat-x;

margin-right: 2px; 
margin-top: 20px;
float: left;
display:block;
}

#bottomshadow {
	width: 920px;
	height: 12px;
	/*margin-left: 15px;*/
	background-image: url(../img/bg_shadow_btm.png);
	background-position:top;
	background-repeat:no-repeat;
	margin-top: 0px;
}
   #footer a {
        color: white;
        text-decoration: none;
    }
    #footer a:hover {
        text-decoration: none;
    }
#footer {
	width: 727px;
	height: 89px;
	background-image: url(../img/bg_footer.png);
	background-repeat: no-repeat;
	margin-left: 15px;
	padding-left: 163px;
	padding-top: 62px;
	padding-bottom: 0px;
	position: relative;
}
    #footer ul.menu {
        margin: 0 20px 0 0; padding: 0;
        float: left;
        font-size: .9em;
		color: white;
    }
        #footer ul.menu li {
            list-style-type: none;
			color: #FFFFFF;
        }
		#copyright {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFFFF;
		float: right;
		padding: 38px 52px 0 0;
		
		}
