/* CSS Document */

/*##############################################
  Eric Meyer's Reset.css (includes Baseline)
##############################################*/ 

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        line-height: 1;
        font-family: inherit;
        text-align: left;
        vertical-align: baseline;
}
a img, :link img, :visited img {border: 0}
table {border-collapse: collapse; border-spacing: 0}
ol, ul {list-style: none}
q:before, q:after,
blockquote:before, blockquote:after {content: ""}

/*#######################
  Element Styles 
#######################*/

body {font-size:12px; font-family:Arial, Verdana, Helvetica, sans-serif; color:#fff; background:#433835 url(../images/body_bg.jpg) left top repeat-x}
a {outline:none; text-decoration:none; color:#86c8fa}
        a:hover {text-decoration:underline}
p {line-height:1.25em}
em {font-style:italic}

h1 {margin-top:8px; font-size:2.25em; font-family:Georgia, Times, "Times New Roman", serif}
h2 {margin-bottom:15px; font-size:2em; color:#fff; font-family:Georgia, Times, "Times New Roman", serif}
h3 {font-size:1.75em; color:#fff}

/*#######################
  Layout Styles 
#######################*/
 
#wrapper {width:960px; overflow:hidden; margin:0 auto; background:#433835 url(../images/body_bg.jpg) left top repeat-x}
        #header {position:relative; float:left; display:inline; padding:0 17px; width:926px; height:128px; color:#5f4816}
                #store_info {float:left; display:inline; padding-top:1px; width:580px}
                        #store_info img {float:left; display:inline; margin-right:15px}
        
                #search_form {margin-top:15px}
                        #search_form p {float:left; margin-top:5px}
                                #search_form input {width:260px; padding:2px 2px; font-style:italic}
                                #search_form .search_button {margin:3px 0 0 5px; background: url(../images/button.jpg) left top no-repeat}
                                        #search_form .search_button a {display:block; padding:8px 15px; text-align:center; font-weight:bold; text-decoration:none; color:#fff}
                                                #search_form .search_button a:hover {background:url(../images/button_hover.jpg) left top no-repeat}                     
                                                        
                                #navigation {position:absolute; bottom:0; right:0; float:right; display:inline; text-align:center}
                        #navigation li {float:left; display:inline; margin-right:5px; width:130px; text-align:center; background:#2C2929 url(../images/navigation_button.jpg) 50% top no-repeat }
                                #navigation li a {display:block; padding:13px 0}
                                                                        
                        #navigation .dropdown_link {position:relative; background:#2C2929 url(../images/navigation_button.jpg) 50% top no-repeat}               
                                #navigation li a {display:block; width:100%; height:100%; text-align:center; font-size:1.25em; color:#fff; text-decoration:none}

                                /* Drop-Down Menu */            
                                #dropdown {position:absolute; top:auto; left:-999em; width:130px; background-color:#2C2929}
                                #navigation li:hover #dropdown, #navigation li.sfhover #dropdown {left:0}
                                        #dropdown li {width:125px; margin:0; padding:5px; text-transform:none; font-size:.8em; background:none}
                                                #navigation #dropdown li a {display:block; padding:0; text-align:left; text-decoration:none; color:#fff; background:none}
                                                        #navigation #dropdown li a:hover {text-decoration:underline; border:none}
                
                #content {clear:both; float:left; display:inline; padding:40px 17px; width:926px}
                        #content p {margin:15px 0; line-height:1.5em}
                        #content img {float:right; display:inline; margin:0 0 15px 15px}
                        
                        /* Form Styles */
                        #content input, textarea {width:350px}  
                        #content input#submit {width:auto; font-weight:bold}                                                                                                            

                                #footer {clear:both; padding:10px 17px; width:926px; margin:60px 0 0 0; line-height:none; font-size:.9em; background-color:#433835}             
                                #footer a {color:#fff; text-decoration:underline}
                                        #footer a:hover {text-decoration:none}
