/* SITE SPECIFIC LAYOUT */    

a:link {
	font-weight: 600;
	}
a:visited {
	color: #6A8347;
	}
a:hover {
	color: #fff;
	}
a:active {
	font-weight: 600;
	}



body {
        padding: 0;
	margin: 0;
	background-color: #b2bcae;
        text-align: center;
    }

div#page {
	width: 780px;
	margin:  0px auto 0;
	padding: 0;
	text-align: center;
	border-top: 5px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
    }

/* HEADER */
div#header {
        margin: 0;
        padding: 0;
        background: #d3e0cd;
	text-align: left;
    }

div#branding {
        float: left;
        margin: 0;
        padding: 0;
        text-align: left;
    }
/* END HEADER */

/* CONTENT */
div#content {
	background-color:#d3e0cd;
    }

/* MAIN */
div#main {
    }
/* END MAIN */

/* SUB */
div#sub {
    }
/* END SUB */

/* END CONTENT */

/* FOOTER */
div#footer {
	color: white;
	background-color: black;
    }

div#footer p {
	font-size: 0.8em;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 8px;
    }
/* END FOOTER */
/* END LAYOUT */

/* UL.SUBNAV */
ul.subnav {
        margin: 0;
        padding: 0;
        
font-size: 0.8em;
        list-style: none;
    }

ul.subnav li {
	margin: 0 0 1em 0;
        padding: 0;
        list-style: none;
    }

ul.subnav li a, ul.subnav li a:link, ul.subnav li a:visited, ul.subnav li a:active {
	text-decoration: none;
        font-weight: bold;
        color: #6A8347;
    }

ul.subnav li a:hover {
	text-decoration: underline;
    }

ul.subnav li strong {
	padding: 0 0 0 12px;
        background: url("../i/subnav-highlight.gif") left top no-repeat transparent;
    }

ul.subnav li strong a, ul.subnav li strong a:link, ul.subnav li strong a:visited, ul.subnav li strong a:active {
	color: white;
        background-color: black;
    }
/* END UL.SUBNAV */

#lilltlepic {
	position: absolute;
	top: 160px;
	left: 600px;
	width: 120px;
	text-align: center;
    }

#lilltlepic p {
	font-size: .80em;
	margin: 0px;
	padding: 0px;
    }


/* HORIZONTAL NAVIGATION */
li.inline {
	display: inline;
	padding-left: 3px;
	padding-right: 7px;
	border-right: 1px dotted #066;
    }

li.last {
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
	border-right: 0px;
  } 
/* END HORIZONTAL NAVIGATION */

/* RETAILER BOXES */


.box_left, .box_right {
  width:160px;
  height:160px;
  text-align: center;
  float:left;
  margin-bottom:10px;
  padding:10px;
  margin-right:10px;
}
.box_left {
  clear:left;
  margin-right:10px;
}

.clear {
    clear:both;
}



