body {
	margin: 0;
	padding: 0;
	font-size: 95%;
	font-family: georgia, times, "times new roman", serif;
	color: #000;
	background-color: #fff;
	background-image: url(../images/leather_bg.gif);
}

div#wrapper {
	width: 892px;
	margin-left: auto;
	margin-right: auto;
	border-left: thin solid black;
	border-bottom: thin solid black;
	border-right: thin solid black;
	background-color: white;
}

#menu { 
  background: #4c1212 none;
  height: 30px;
	font: small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-top-width: 2px;
	border-top-color: #767676;
	border-bottom-width: 2px;
	border-bottom-color: black;
	clear: both;
}#menu ul{
	padding: 1px;
	display: inline;
} #menu li{ float: left;   margin: 0px;   padding: 0px;  list-style: none;
  }#menu li a { display: block;  float: left;  height:24px;  text-decoration: none;   padding: 6px 19px 0;  border-right: thin solid #767676;  font-weight: bold;
  color: white;
  bottom: 12px;
}#menu li a:hover { 
 border-color: #767676;
 color: white;
 background-color: #884e1c;
}

div#banner {
	border-bottom: 1px solid #000;
	height: 344px;
	background: #333 url(../images/homepage.jpg) no-repeat;
	clear: both;
}

div#innerbanner {
	border-bottom: 1px solid #000;
	height: 100px;
	background: #333 url(../images/banner.jpg) no-repeat;
	clear: both;
}



div#container {
	background-image: url(../images/nav_col_base.jpg);
	background-repeat: repeat-y;
}

div#container2 {
	background-image: url(../images/more_col_base.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

div#navigation {
	float: left;
	width: 150px;
	padding-top: 2em;
}

div#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div#navigation ul li {
	margin-top: 4px;
}

#navigation ul li a {
	display: block;
	width: 135px;
	padding: 3px 5px 3px 10px;
	text-decoration: none;
	color: #000;
	background-image: url(../images/nav_base.jpg);
	background-repeat: repeat-y;
}

#navigation ul li a:hover {
	color: #fff;
	background-color: #ccc;
	background-image: url(../images/nav_base2.jpg);
	background-repeat: repeat-y;
}

div#more {
	float: right;
	width: 160px;
	margin: 0;
	padding: 2em 10px 0 0;
	color: #fff;
}

div#more h3 {
	margin-top: 0;
	color: #fff;
	padding: .2em;
	background-image: none;
	background-position: right;
	background-repeat: repeat-y;
}

div#content {
	margin-left: 190px;
	margin-right: 200px;
	background-color: white;
}

div#content h2 {
	font-size: 2em;
	color: #036;
	margin: 0;
	padding-top: 1em;
	font-weight: normal;
}

div#content {
	line-height: 150%;
}

#cleardiv {
	clear: both;
	height: 1em;
}

.photograph {
	border: thin none silver;
	padding: 10px;
	float: left;
}

.product {
	float: none;
	border-style: none;
}

.productDesc {
	font-size: 13px;
}

#footer a:link {
	color: #036;
	text-decoration: none;
}

#footer  a:visited {
	color: #066;
}

div#footer {
	clear: both;
	padding: .5em 1em;
	border-top: 1px solid #999;
	text-align: left;
	text-decoration: none;
	font-size: 12px;
}

#footer a:hover, a:active {
	color: #fff;
	background-color: #036;
}