/* --------------------------------------------------------------

    theme.css

    Author: 
    Date: 

    This is the main stylesheet 
    
    +top

--------------------------------------------------------------

    +Default Styles

-------------------------------------------------------------- */

body { 
	background-color:#fff;
	color: #333;
	}



#top 		{ background-color:#fff; }
#shell 	{ background-color:#fff; width:949px; }
#header { border-bottom:1px solid #d7d7d7; margin-bottom:5px; }

/* --------------------------------------------------------------

    +Typography + Headings

-------------------------------------------------------------- */

/* Headings -------------------------------------------------- */

h1, h2, h3, h4, h5 {
	color: #333;
	}
	
h2 { font-family:arial, sans-serif; font-size: 2.0em; font-weight:normal; margin-bottom: 0.8em; }

#header h1 	{ background:url(/structure/masthead2.gif) no-repeat; }


/* --------------------------------------------------------------

    +Tables

-------------------------------------------------------------- */

/* --------------------------------------------------------------

    +Forms

-------------------------------------------------------------- */

/* --------------------------------------------------------------

    +Navigation

-------------------------------------------------------------- */

#nav { background-color:#f0f0f0; }
#nav ul li a:hover { background-color:#fff; }
#nav h3 { clear:both; border-top:1px solid #d7d7d7; padding-top:10px; }

/* --------------------------------------------------------------

    +Search

-------------------------------------------------------------- */

#search { background-color:#f0f0f0; }

ul#results li,
ul#controls,
.pager a { background-color:#f0f0f0; }

form#quicksearch { background-color:#666666; color:#fff; }
form#quicksearch h3 { color:#fff; }

form#advsearch { background-color:#f0f0f0; }

/* --------------------------------------------------------------

    +Brochure

-------------------------------------------------------------- */

#images { background-color:#f0f0f0; }

/* --------------------------------------------------------------

    +Homepage

-------------------------------------------------------------- */

#feature { background-color:#f0f0f0; }

#new-items { background-color:#fff; }

#map { background-color:#fff; width:305px; border:1px solid #d7d7d7; }

#company-overview { background-color:#f0f0f0; }

/* --------------------------------------------------------------

    +Footer

-------------------------------------------------------------- */

#footer 	{ background-color:#fff; }
#footer-inner 	{ border-top:1px solid #d7d7d7; }

