body {
    margin: 0;
}

.hidden {
	display: none;
}

#logo {
    position: relative;
    float: left;
    height: 67px;
    width: 387px;
    background: url(../img/armstrong_logo.png);
}

#layout {
    position: relative;
    float: left;
    width: 100%;
}

.left_menu {
    border: 0;
    border-right: #ffffff 1px dashed;
    width: 200px;
    background: #327327;
    color: #ffffff;
    font-family: Arial;
    font-size: 10pt;
}

.banner_box {
	text-align: center;
}

.content {
	    
}

#contact_link a {
	float: right;
	position: relative;
	width: 92px;
	height: 56px;
	/*border: 1px solid #000000;*/
	background: url(../img/contact.jpg);
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#top_bar {
    background: #89B881;
    width: 100%;
    height: 40px;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    padding-left: 10px;
    padding-right: 10px;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
}

.menu_item {
    border: 0;
    border-bottom: #ffffff 1px solid;
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
    width: 200px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #ffffff;
}

.menu_item a {
    text-decoration: none;
    color: #ffffff;
}

.menu_item a:hover {
    text-decoration: underline;
}

.menu_subitem {
    border: 0;
    border-bottom: #ffffff 1px solid;
    font-family: Arial;
    font-size: 8pt;
    font-weight: normal;
    width: 200px;
    padding-left: 25px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #ffffff;
}

.menu_subitem a {
    text-decoration: none;
    color: #ffffff;
}

.menu_subitem a:hover {
    text-decoration: underline;
}

#bottom_bar {
    position: relative;
    float: left;
    width: 100%;
    height: 48px;
    background: #89B881 url(../img/bottom_bar.png) repeat-x;
}

#header_bar {
    width: 100%;
    font-family: Arial;
    font-size: 10pt;
}

.view {
    font-family: Arial;
    font-size: 10pt;
    padding-bottom: 20px;
    line-height: 150%;
}

.page_title {
    font-family: Arial;
    font-size: 14pt;
    font-weight: bold;
}

.address {
    padding-right: 10px;
    font-size: 8pt;
}

.content_spacer {
    position: relative;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: Arial;
    font-size: 10pt;
    width: 100%;
    border: 1px dashed;
}

#product {
    width: 100%;
}

.product_image {
    position: relative;
    float: left;
    height: 225px;
    width: 300px;
    background: #FFFFFF;
    margin-right: 20px;
}

.product_brand_image {
    width: 200px;
    float: left;
    position: relative;
}

.product_image_link {
    border: 0;
}

.product_image_link img {
    border: 0;
}

.product_image_icon a {
    font-family: Arial;
    font-size: 8pt;
}

.product_layout {
    margin-top: 20px;
}

h2 {
    color: #BF6C37;
    margin-top: 20px;
}

.list_link a {
    color: #40220F;
    text-decoration: none;
}

.list_link a:hover {
    text-decoration: underline;
}

.decoda_list {
    line-height: 8px;
}

li {
   margin-bottom: 10px;
}

.banner {
    width: 145px;
    height: 75px;
    border: 1px dashed;
}

.no_top_margin {
    margin-top: 0px;
}

.alternated {
	background: #dbffd1;
}

