/*  Fillmore Seeds
------------------------------
Author: Omni Studios Inc
Contact: info@omnistudios.com
Website: http://omnistudios.com/
------------------------------
*/

@import url(reset.css);

body, html { background: #845b34 url(images/bg.png) top left repeat-x; }

#wrapper { background: url(images/header.png) top center no-repeat; width: 100%; margin: 0 auto; }

#header { margin: 0 auto; text-align: center; padding-top: 80px; margin-bottom: 16px; }
#header h1 a { display: block; background: url(images/logo.png) top center no-repeat; text-indent: -9999px; width: 428px; height: 173px; padding-bottom: 75px; }

#nav { width: 700px; height: 42px; margin: 0 auto; margin-bottom: -56px; }
#nav li { float: right; margin-right: 5px; margin-top: -40px; }
#nav li a { display: block; width: 131px; height: 42px; text-indent: -9999px; }
#nav li a.home { background: url(images/nav_home.png) top left no-repeat; }
#nav li a.contact { background: url(images/nav_contact.png) top left no-repeat; }
#nav li a.products { background: url(images/nav_products.png) top left no-repeat; }

#contentTop { background: url(images/content_top_bg.png) top left no-repeat; width: 832px; height: 39px; margin: 0 auto; }
#content { background: url(images/content_bg.png) top left repeat-y; width: 832px; margin: 0 auto; }
#content p { padding: 0px 36px 20px 36px; font-size: 14px; line-height: 20px; text-align: justify; }
#content span { padding-left: 36px; font-size: 16px; font-weight: bold; }
#content ul { margin-left: 60px; list-style: disc; }
#content ul li { padding-top: 10px; font-size: 14px; padding-right: 32px; line-height: 20px; }
#content img { float: right; margin-right: 35px; margin-left: 20px; }
#contentBottom { background: url(images/content_bottom_bg.png) top left no-repeat; width: 832px; height: 39px; margin: 0 auto; }

#footer { margin: 0 auto; width: 190px; text-align: center; }
#footer ul { width: 195px; }
#footer ul li { float: left; margin-right: 5px; }
#footer ul li a { background: #43220C; padding: 5px; font-size: 10pt; color: #c28851; }
#footer ul li a:hover { color: white; }
#footer span { display: block; width: 200px; margin-top: 10px; margin-bottom: 10px;  margin-left: -5px; text-align: center; color: white; font-size: 7pt; }
