/*-----------------------------------------------------------------------------
Primary meta styles for 2008-06-19 redesign

author:     Morgan O'Neal 
email:      moneal@alpineinternet.com 
website:    http://www.alpineinternet.com
-----------------------------------------------------------------------------*/


/* Reset Styles - Eric Meyer (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/* vertical-align: baseline; */
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #604b31;
	background: #fff;
    font-family: Arial, Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    min-width: 1025px;

}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* /reset */

/* General Styles */
em {
    font-style: italic;
}

strong {
    font-weight: bold;
}
a img { 
    border: 0;
}
h2 { font-size: 166%}
h3 { font-size: 150%}
h4 { font-size: 133%}
h5 { font-size: 115%}

ol,ul { padding-left: 15px;}
p { line-height: 150%}
.clear {
    clear: both;
}
#headerGrade {
    height: 26px;
    padding-top: 23px;
    background: #fff url(/assets/20080619_redesign/images/header_grade.gif) repeat-x;
}
#headerGrade div.pande {
    width: 1025px;
    margin: auto;
    position: relative;
    text-align: right;
}


#headerGrade ul {
    display: inline;
}
#headerGrade li {
    display: inline;
    margin-right: 20px;
}
#headerGrade li a {
    text-decoration: none;
    color: #a47546;
    text-transform: capitalize;
}
#p {
    border: 1px solid #c8bc96;
	width: 150px;
}
#search {
    color: #a47546;
    background-color: #e8d7c0;
    border: 0;

}
#header {
    height: 69px;
    border-top: 1px solid #9da181;
    border-bottom: 1px solid #9da181;
    background: #fff;
	/*background: #fff url(/assets/20080619_redesign/images/header_leaves.gif) 50% 50% no-repeat;*/
}
#header div.logo {
    width: 1025px;
    margin: auto;
    position: relative;
}

#header div h1 {
    display: block;
    text-indent: -9999px;
    height: 69px;
    width: 194px;
    background: #fff url(/assets/20080619_redesign/images/logo.gif) right 50% no-repeat;
}

#containerWrap {
    border-top: 7px solid #eedac4;
    border-bottom: 7px solid #eedac4;
}
#container {
    width: 1025px;
    background: #f00;
    margin: auto;
}
#container div.left{
    float: left;
    padding: 47px 18px;
    /* 156 - (18 * 2) = 152 */
    width: 120px;
    overflow: hidden;
}
#container div.left a {
color: #C99876;
}
#container div.left a li {
color:#D6E6C6;
font-size:13px;
font-weight:bold;
text-decoration:none;
} 
#container div.right{
    background: #fff;
    float: right;
    padding: 23px;
    /* 869 - (23 * 2) = 823 */
    width: 823px;
    overflow: hidden;
    min-height: 400px;
}
body.architect_np #container div.right,
body.distributor_np #container div.right,
body.homeowner_np #container div.right {
    padding: 0;
    width: 790px;
    background: transparent;
}
body.architect_np #container div.left,
body.distributor_np #container div.left,
body.homeowner_np #container div.left {
    /* 231 - (18 * 2) = 195 */
    width: 195px;
}
/* Has a tan bottom */
#footerNavWrap {
    height: 29px;
    min-width: 1025px;
    background-color: #fff;
    border-top: 1px solid #a8b9a8;
    border-bottom: 1px solid #f8ede0;
    text-align: center;
}
#footerNav ul li{
    display: inline;
    line-height: 29px;
}
#footerNav ul li a {
    text-decoration: none;
    color: #604b31;
    margin: 0 11px;
    font-size: 12px;
}
#footerNav ul li a:hover {
    text-decoration: none;
    color: #95391e;
    font-weight: bold;
}
#footerWrap {
    border-top: 1px solid #a3ae94;
    background: #fff url(/assets/20080619_redesign/images/footer_grade.gif) repeat-x;
    height: 227px;
}
#footer {
    padding: 7px 29px;
    /* 1025 - (29 * 2) = 894 */
    width: 967px;
    margin: auto;
    color: #14475b;
    font-size: 12px;
}
/* /general */

/* Nav styles */
div#topNav {
    position: absolute;
    left: 239px;
    top: 35px;
}
div#topNav ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
div#topNav ul li.hide {
    display: none;
}
div#topNav ul li {
    float: left;
    /*height: 25px;*/
    padding: 0;
    margin: 0;

    position: relative;
}
div#topNav ul li a {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px;
    margin: 0 17px 0 0;
    border: 1px solid #fff;
    border-bottom: 0;
    position: relative;
    color: #b79876;
/*
    background-color: #fff;
*/
    z-index: 30;
}
div#topNav ul li a:hover {
    color: #95391e; 
    border: 1px solid #a2b88d;
    border-bottom: 0;
    background-color: #fff;
}
div#topNav ul ul {
    position: absolute;
    /*top: 15px;*/
    left: -9999px;
    background: #fff url(/images/.design/nav_bg.gif)  bottom repeat-x;
    margin-top: -1px;
    border: 1px solid #a2b88d;
    

}
div#topNav ul ul li {
    z-index: 80;
    float: none;
    margin: 0;
    padding: 0;
    padding: 4px 10px 4px 11px;
}

div#topNav ul ul ul {
	display: none;
}
div#topNav ul ul li a {
    font-size: 12px;
    font-weight: normal;
    color: #745c3d;
    border: 0;
    background: transparent;
    text-transform: none;
    margin: 0;
    padding: 0;
}
div#topNav ul ul li a:hover {
    border: 0;
}
div#topNav li:hover ul,
div#topNav li.sfhover ul {
    z-index: 50;
    left: auto;
}
div#topNav li:hover a,
div#topNav li.sfhover a{
    color: #95391e; 
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border: 1px solid #a2b88d;
    border-bottom: 0;
    z-index: 150;
    
}
div#topNav li:hover li a,
div#topNav li.sfhover li a{
    color: #745c3d;
    border: 0;
}
div#topNav li:hover li a:hover,
div#topNav li.sfhover li a:hover {
    color: #2a1f10;
}
div#topNav ul li:hover, div#topNav ul li.hover {
    position:static;
}
div.cover {
    /*
    position: absolute;

    background: #00f;
    z-index: 100;
    height: 100px;
    display: block;
    width: 100%;
    top: -5px;
    left: 0;
    margin-bottom: -50px;
*/
}
div#topNav li:hover a div.cover, div#topNav li.sfhover a div.cover {
    /*
    background-color: #f00;
    height: 4px;
    width: 100%;
    /*
    position: absolute;
    top: 17px;
    left: 0;
    z-index: 100;
    */
}
div#breadcrumbs {
    margin-bottom: 12px;
}
div#breadcrumbs li {
    display: inline;
    background: #fff url(../images/bread_sep.gif) 100% 5px no-repeat;
    padding-right: 11px;
}
div#breadcrumbs a {
    color: #b79876;
    text-decoration: none;
}
div#breadcrumbs li.current, li#breadLast {
    background-image: none;
}
div#breadcrumbs li.current a, li#breadLast a {
    color: #604b31;
    background-image: none;
}

div#subNav {

}
div#subNav li {
    margin: 12px 0 ;
    padding-left: 23px;
}
div#subNav li a {
    color: #d6e6c6;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
}
#container div#subNav li a {
    color: #d6e6c6;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
}
d
div#subNav li.on a {
    color: #fff;
}
div#subNav ul ul {
    padding-left: 14px;
}
div#subNav2 li a {
    color: #fff;
}
/* /nav */
