

/* Overall
-------------------------------------------------- */

body {
	background:url(../images/layout/bg.png) #949c50 top left repeat-x;
	color: #444444;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
body#home li#home a, 
body#aboutus li#aboutus a, 
body#ourproducts li#ourproducts a, 
body#ourlocations li#ourlocations a, 
body#contactus li#contactus a, 
body#galleryI li#galleryI a, 
body#galleryII li#galleryII a {
	background: #434d3e;
	color: #ffffff;
}

/* -- Headings -- */

h1,h2,h3 {
	font-size: 18px;
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
}
h1,h2,h3,h4,h6 { font-weight: bold; }

h1 sub, h2 sub, h3 sub { display: block; font-size: 10px; vertical-align: baseline; }

h4 {
font-size: 24px;
}

h5 {
margin: 1em 0 0 0;
font-size: 18px;
font-style: italic;
}


/* -- Text -- */

p { margin:1em 0 0 0; line-height: 24px; }
b, strong { font-weight:bold; }
i, em { font-style:italic; }


/* -- Links -- */

a:link, a:visited,
a:hover, a:focus  { color:#434d3e; text-decoration: none; }
a:link			  { color:#434d3e; text-decoration: none; }
a:visited		  { color:#434d3e; text-decoration: none; }
a:hover			  { color:#000000; text-decoration: none; }
a:focus			  {  }




/* Layout
-------------------------------------------------- */

#wrapper {
width: 814px;
margin: 0 auto;
}
#header {
background: url(../images/layout/header.png) top left no-repeat;
width: 814px;
height: 167px;
}
#main {
background: url(../images/layout/mainbg.png) #f5f5ee top left no-repeat;
border: 5px #78804a solid;
width: 764px;
margin: 15px 0 0 0;
padding: 25px;
}
#footer {
}
.footLeft {
margin:0;
padding:8px;
float:left;
}
.footRight {
margin:0;
padding:8px;
float:right;
}
#nav {
padding:146px 0 0;
text-align:center;
}
#nav li {
display:inline;
font-size:14px;
}
#nav a {
outline:none;
padding:5px 20px 4px 20px;
}
#nav a:hover {
background: #434d3e;
color: #ffffff;
}

