

/* Overall
-------------------------------------------------- */

body {
	background: #687849;
	color: #6f6f6f;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
body#home li#home a, 
body#about li#about a, 
body#products li#products a, 
body#shop li#shop a, 
body#our li#our a, 
body#retail li#retail a, 
body#contact li#contact a {
	background: url(../images/layout/navbgover.png) top left repeat-x;
}		

/* -- Headings -- */

h1,h2,h3 {
	font-size: 18px;
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
}
h1,h2,h3,h5,h6 { font-weight: bold; }

h1 sub, h2 sub, h3 sub { display: block; font-size: 10px; vertical-align: baseline; }

h4 {
font-size: 18px;
font-family: Georgia;
text-align: center;
color: #444;
background: #ececde;
padding: 10px 0;
}

/* -- Text -- */

p { margin:0 0 1em 0; line-height: 18px; }
b, strong { font-weight:bold; }
i, em { font-style:italic; }


/* -- Links -- */


a:link, a:visited,
a:hover, a:focus  { color:#a1372d; text-decoration: none; }
a:link			  { color:#a1372d; text-decoration: none; }
a:visited		  { color:#a1372d; text-decoration: none; }
a:hover			  { color:#5d1a1a; text-decoration: none; }
a:focus			  {  }




/* Layout
-------------------------------------------------- */

#wrapper {
background: #fff;
width: 834px;
margin: 0 auto;
}
#header {
background: url(../images/layout/header.png) top left no-repeat;
color: #686868;
width: 817px;
height: 236px;
font-size: 11px;
text-align: right;
margin-right: 17px;
padding-top: 10px;
line-height: 17px;
}
#main {
background: #f5f5f6;
margin: 0 17px;
width: 800px;
}
#footer {
background: #fff;
color: #adadb0;
text-align: center;
font-size: 10px;
margin: 0 17px;
width: 800px;
height: 26px;
padding-top: 13px;
}#footer a {color: #adadb0;}
#footer2 {
color: #fff;
text-align: left;
font-size: 10px;
margin: 0 auto;
width: 800px;
height: 26px;
padding-top: 13px;
}#footer2 a {color: #b7d281;}
 #footer2 a:hover {color: #fff;}
#homebg {
background: url(../images/layout/home.jpg) top left no-repeat;
width: 684px;
height: 404px;
padding: 78px 0 0 115px;
}
#homebg p {
font-size: 14px;
width: 400px;
line-height: 28px;
color: #7c7c7c;
}
#interiorbg {
background: url(../images/layout/interiorbg.jpg) bottom left no-repeat;
padding: 60px 0 0 60px;
}
#interior {
background: #fff;
width: 684px;
overflow: hidden;
}


/* Navigation
-------------------------------------------------- */

#nav {
background: url(../images/layout/navbg.png) top left repeat-x;
margin: 0 17px;
width: 800px;
height: 34px;
}
#nav li {	
float: left;
list-style: none;
}
#nav li a {
display: block;
text-decoration: none;
padding: 9px 15px 0;
height: 25px;
color: #fff;
outline: none;
}*html #nav li a {display: inline-block; padding: 9px 16px 0;}
#nav li a:hover {
background: url(../images/layout/navbgover.png) top left repeat-x;
}







