﻿*
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body
{
    background-color: #9eb6d1;
    font-family: Times New Roman, Georgia, Serif;
    font-size: 1em;
    color: #313131;
    line-height: 1.6em;
    letter-spacing: .1em;
    word-spacing: .1em;
    text-align: justify;
}

/* HEAD */
#header_wrapper
{
    width: 100%;
    height: 236px;
    background-image: url(http://lindenmalden.com/images/body/head_bg.gif);
    background-repeat: repeat-x;
    background-position: top;
    border-bottom: solid 4px #ffffff;
}

#header
{
    width: 960px;
    height: 236px;
    margin: 0 auto 0 auto;
}

#logo
{
    position: absolute;
    float: left;
    margin: 32px 0 0 10px;
}

#company_name_top
{
    position: absolute;
    margin: 30px 0 0 330px;
    color: #2f3e7c;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 18px;
    vertical-align: top;
    font-variant: small-caps;
    line-height: 40px;
}

#company_name_bottom
{
    font-size: 28px;
    letter-spacing: 18px;
}

#contact_info_top
{
    position: absolute;
    width: 960px;
    text-align: right;
    /* Regular Hours
    margin-top: 143px;*/
    /* Winter Hours */
    margin-top: 135px;
    color: #2f3e7c;
    font-size: 21px;
    letter-spacing: 16px;
    vertical-align: top;
    font-variant: small-caps;
}

#contact_info_bottom
{
    position: absolute;
    width: 960px;
    text-align: right;
    margin-top: 158px;
    color: #2f3e7c;
    font-size: 14px;
    letter-spacing: 4px;
    margin-right: 14px;
}

#winter_hours
{
    /* display: none; */
    position: absolute;
    width: 960px;
    text-align: right;
    margin-top: 175px;
    color: #ff0000;
    font-size: 12px;
    letter-spacing: 4px;
    margin-right: 14px;
}

/* NAVIGATION */
#navigation
{
    position: relative;
    float: right;    
    vertical-align: middle;
    text-align: right;
    margin: 206px 10px 0 0;
}

ul#nav li
{
    display: inline;
}

.navlinks
{
    text-decoration: none;
    font-variant: small-caps;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 21px;
    letter-spacing: 1.75px;
    margin-left: 12px;
}

a.navlinks:link, a.navlinks:visited
{
    text-decoration: none;
    color: #ffffff;
    display: inline;
}

a.navlinks:hover, a.navlinks:active
{
    text-decoration: none;
    color: #2f3e7c;
}

/* CONTENT */
#content_wrapper
{
    clear: both;
    width: 100%;
    min-height: 700px;
    background-image: url(http://lindenmalden.com/images/body/body_bg.gif);
    background-repeat: repeat-x;
    background-position: top;
    border-bottom: solid 2px #ffffff;
}

#content
{
    clear: both;
    overflow: auto;
    width: 960px;
    min-height: 700px;
    margin: 0 auto 0 auto;
    background-color: #ffffff;
}

.column
{
    float: left;
    width: 293px;
    margin: 0 0 0 20px;
}

.narrow_column
{
    float: left;
    width: 220px;
    margin: 0 0 0 20px;
}

.column_span2
{
    float: left;
    width: 680px;
    margin: 0 0 0 20px;
}

.about_column
{
    float: left;
    width: 450px;
    margin: 0 0 0 20px;
}

.divider
{
    background-color: #ffffff;
}

.product_column
{
    float: left;
    width: 125px;
    margin: 0 0 0 20px;
    text-align: left;
}

h1
{
    color: #2f3e7c;
    font-size: 24px;
    margin: 5px 0 5px 0;
    font-variant: small-caps;
    font-weight: normal;
    letter-spacing: .25em;
}

.page_title
{
    text-align: center;
    color: #2f3e7c;
    margin-bottom: 5px;
}

p.body_text
{
    text-indent: 30px;
}
  
/* BOXES */
.box
{
    background-color: #9eb6d1;
    width: 273px;
    padding: 0px 10px 0 10px;
    margin-bottom: 10px;
}

.box_top
{
    background-color: #9eb6d1;
    background: url(http://lindenmalden.com/images/body/bg_corner_tr.png) no-repeat right top;
    width: 293px;
    height: 10px;
    margin-left: -10px;
}

.bg_corner_tl
{
    margin-top: 0;
    margin-left: 0;
}

.box_bottom
{
    background-color: #9eb6d1;
    background: url(http://lindenmalden.com/images/body/bg_corner_br.png) no-repeat right bottom;
    width: 293px;
    height: 10px;
    margin-left: -10px;
}

.bg_corner_bl
{
    margin: 5px 0 0 0;
}

.box_title
{
    color: #2f3e7c;
    font-variant: small-caps;
    font-size: 1.25em;
    margin-bottom: 5px;
}


.box_span2
{
    background-color: #9eb6d1;
    width: 660px;
    padding: 0px 10px 0 10px;
    margin-bottom: 5px;
}

.box_top_span2
{
    background-color: #9eb6d1;
    background: url(http://lindenmalden.com/images/body/bg_corner_tr.png) no-repeat right top;
    width: 680px;
    height: 10px;
    margin-left: -10px;
}

.box_bottom_span2
{
    background-color: #9eb6d1;
    background: url(http://lindenmalden.com/images/body/bg_corner_br.png) no-repeat right bottom;
    width: 680px;
    height: 10px;
    margin-left: -10px;
}
  
/* FOOTER & SUB-FOOTER */
#footer_wrapper 
{
    clear: both;
    width: 100%;
    height: 30px;
    background-color: #2f3e7c;
    border-bottom: solid 2px #ffffff;
}

#footer
{
    clear: both;
    width: 960px;
    height: 30px;
    margin: 0 auto 0 auto;
    text-align: center;
    color: #9eb6d1;
    padding-top: 2px;
    font-variant: small-caps;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 14px;
    letter-spacing: 6px;
}

#footer a:link, a:visited
{
    text-decoration: none;
    color: #9eb6d1;
}

#footer a:hover, a:active
{
    text-decoration: none;
    color: #ffffff;
}

#sub_footer_wrapper 
{
    clear: both;
    width: 100%;
    height: 30px;
}

#sub_footer
{
    clear: both;
    width: 960px;
    height: 30px;
    margin: 0 auto 0 auto;
    text-align: center;
    color: #2f3e7c;
    padding-top: 6px;
    font-variant: small-caps;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    letter-spacing: 4px;
}

#sub_footer a:link, a:visited
{
    text-decoration: none;
    color: #2f3e7c;
}

#sub_footer a:hover, a:active
{
    text-decoration: none;
    color: #ffffff;
}

.footer_text
{
    margin: 0 20px 0 20px;
}

/* HOME */
#home_photo
{
    width: 960px;
    height: 240px;
}

#left_photo
{
    float: left;
}

#center_photo
{
    float: left;
}

#right_photo
{
    float:left;
    width: 355px;
    height: 240px;
    background-image: url(http://lindenmalden.com/images/home/right_photo.jpg);
}

ul#photo_nav
{
    float: right;
    list-style: none;
    text-align: right;
    margin-top: 5px;
}

.photo_nav_link
{
    display: block;
    width: 260px;
    height: 36px;
    margin: 0 2px 2.5px 0;
    padding-right: 10px;
    font-family: Arial, Verdana, Sans-Serif;
    font-variant: small-caps;
    font-size: 26px;
    background-repeat: repeat;
    background-position: 0 80%;
}

a.photo_nav_link:link, a.photo_nav_link:visited
{
    color: #ffffff;
    text-decoration: none;   
    background-image: url(http://lindenmalden.com/images/home/photo_link_bg_dblue.png);
}

a.photo_nav_link:hover, a.photo_nav_link:active
{
    color: #ffffff;
    text-decoration: none;   
    background-image: url(http://lindenmalden.com/images/home/photo_link_bg_lblue.png);
}

.view_more
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: .8em;
}

a.view_more:link, a.view_more:visited
{
    color: #2f3e7c;
    text-decoration: none;
}

a.view_more:hover, a.view_more:active
{
    color: #9eb6d1;
    text-decoration: none;
}    

/* CALCULATOR */
.calc_btn
{
    color: #ffffff;
    background-color: #2f3e7c;
    margin: 3px 0 3px 0;
    height: 22px;
    border-right: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
}

.calc_field
{
    display: inline;
    background-color: #ffffff;
    margin: 3px 0 3px 0;
    height: 22px;
}

.calc_results
{
    color: #ffffff;
}

/* CONTACT */
#contact_info
{
    float: left;
    width: 375px;
    margin: 20px 10px 20px 20px;
}

.contact_title
{
    font-weight: bold;
    color: #2f3e7c;
}

.located
{
    font-style: italic;
}

#contact_form
{
    float: left;
    width: 450px;
    margin: 20px 20px 20px 10px;
}

#email_column_left
{
    float: left;
    width: 80px;
}

#email_column_right
{
    float:left;
    width: 300px;
}

#email_submit
{
    clear:both;
    width: 360px;
    height: 22px;
    padding-left: 80px;
}

.field_title
{
    display: block;
    height: 22px;
    margin: 3px 0 3px 0;
    vertical-align: top;
}

.text_field
{
    display: block;
    background-color: #9eb6d1;
    margin: 3px 0 3px 0;
    height: 22px;
}

.message_field
{
    display: block;
    background-color: #9eb6d1;
    margin: 3px 0 3px 0;
}

.hp_field
{
    display: none;
}


.submitbtn
{
    color: #ffffff;
    background-color: #2f3e7c;
    margin: 3px 0 3px 0;
    height: 22px;
    width: 100px;
}


.lblmessage
{
    display: block;
    height: 22px;
    color: #cc0000;
    margin: 3px 0 3px 0;
}

#map
{
    clear: both;
    width: 375px;
    margin: 20px 10px 20px 20px;
}

#toll_free
{
    font-size: .8em;
    font-style: italic;
}

/* LINKS */

.vendor_link a:link, .vendor_link a:visited
{
    text-decoration: none;
    color: #ffffff;
}

.vendor_link a:hover, .vendor_link a:active
{
    text-decoration: none;
    color: #2f3e7c;
}

.vendor_link_border
{
    border-bottom: #9eb6d1;
}

/* PRODUCTS & GALLERY */
.product_list
{
    list-style: none;
    font-variant:small-caps;
    font-weight: bold;
    font-size: 21px;
    line-height: 1.7em;
    margin-top: 25px;
    text-align: left;
}

a.product:link, a.product:visited
{
    font-family: Arial, Verdana, Sans-Serif;
    text-decoration: none;
    color: #2f3e7c;
}

a.product:hover, a.product:active
{
    font-family: Arial, Verdana, Sans-Serif;
    text-decoration: none;
    color: #9eb6d1;
}

.product_area
{
    overflow: auto;
}

.product_photo
{
    width: 193px;
}

.product_vendor
{
    width: 193px;
    font-weight: bold;
    margin-bottom: -5px;
    text-align: left;
}

.product_name
{
    width: 193px;
    margin-bottom: -5px;
    text-align: left;
}

a.product_use:link, a.product_use:visited
{
    text-decoration: none;
    color: #ffffff;
    font-size: .8em;
    text-align: left;
}

a.product_use:hover, a.product_use:active
{
    text-decoration: none;
    color: #2f3e7c;
    font-size: .8em;
    text-align: left;
}

#coming_soon
{
    text-align: center;
}

li.products
{
    font-size: .8em;
}

h2
{
    font-size: .8em;
}

/* SITEMAP */
a.sitemap:link, a.sitemap:visited
{
    text-decoration: none;
    color: #2f3e7c;
}

a.sitemap:hover, a.sitemap:active
{
    text-decoration: none;
    color: #9eb6d1;
}

.treeview
{
    margin-left: 20px;
}

/* ABOUT */
.about_video
{
    margin-top: 5px;
}
