html, body {

	margin:0;
	padding:0;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	font-size:11px;
	text-align:center;


}

.ProductTitle {
  font-weight:bold;
  font-size:14px;
}

h1,h2,h3,h4,h5,h6,p,form,ul,ol,li { margin:0; padding:0; }

p { margin-bottom:10px; }

body {
	background: #87241F url(static/bg.jpg) repeat-x top left;

}

a { color: #87241F; }

#clr {
	clear:both;
	height:0;
}

#wrapper {
	width: 750px;
	margin:0px auto;
	text-align:left;
	background: #fff url(static/bg2.gif) repeat-y top left
}

#header {
	
	background: #abc;
	height:91px;

}



#header img {
	
	display: block;

}

#navbar {

	background: #000;
	height:25px;

}

#navbar #menu {

	float:left;
	display:inline;
	height:25px;
	width:510px;
	
	
}

#navbar input {
	font-size:10px;
	border: 1px solid #663300;
	background: #BFAD75;
	color: #000;
	width:100px;
}

#navbar #menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	float: left;
	height:25px;
}

#navbar #menu ul li {
	padding:0;
	margin:0;
	float:left;
	width:100px;
	border-right:1px solid #555;
	text-align:center;
	
}

#navbar #menu a {
	color: #fff;
	font-weight:bold;
	line-height:25px;
}

#navbar a, #footer {
	color:#fff;
}

#navbar #search {
	float:left;
	display:inline;
	padding-top:3px;
	width:150px;
	
}

#content {


}

#left {
	background: #BFAD75;
	width: 200px;
	float: left;
	margin: 0px;
	display:inline;

}

#right {

	background: #fff;
	width:530px;
	float:left;
	margin:10px;
	display:inline;
	overflow: hidden;
}

#footer {

	background: #000;
	
	padding: 10px;
	line-height:19px;

}

#footer a {
  color: #fff;
}

#left #box {

	margin-bottom:10px;
	

}

#left a {
	color: #39100E;
	text-decoration:none;
}

#left #categs {

	margin:-10px;
	margin-top:-15px;

}

#left #box #boxcontent{
	padding:10px;
}

#left #box h1 {
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
	border-bottom;
	background: #9F8A4A;
	padding:3px;
	margin-bottom:5px;
}

#left #box ul {
	list-style-type: none;
	border-top: 1px solid #9F8A4A;
}

#left #box ul li {
	padding:5px;
	border-bottom: 1px solid #9F8A4A;
}

#right h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:0px;

}

#right h1 {
	font-size:16px;
	font-weight: bold;
	border-bottom:1px solid #ddd;
	margin-top:20px;
	margin-bottom:10px;

}

td.Button {
	background: url(static/b2.gif) repeat-x top left;
	color: #fff;
	font-size:10px;
	font-weight:bold;
}

#right ul {
  list-style-type: circle;
  padding-left:2em;
  line-height:1.8em;
}

td.thumb img {
  height:70px;
  
}

td.thumb {
padding-right:10px;
  
}

