body {
	background:#fffbeb;
	font-family:arial, helvetica, sans-serif;
	font-size:9pt;
	margin:0;
	padding:0;
	background-image: url(../images/background_1.jpg);
	background-repeat:repeat-y;
	background-position: center;
}

#container {
	width:940px;
	/*background-image: url(../images/background_1.jpg);
	background-repeat:repeat-y;*/
	padding: 0;
	/*padding:10px;*/
	margin: 0px auto 10px auto;
}

#header {
	/*background:url(images/header.jpg) top left no-repeat #fff;*/
	text-align: center;
	width:940px;
	/*height:100px;*/
	height:180px;
	margin:0;
	padding:0;
}

#nav {
	margin:10px 0 0 0;
	padding:0 21px 0 21px;
	height:49px;
	width:940px;
	background:url(../images/nav_bg_1.jpg) top left no-repeat;
}

#nav li {
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}

#nav li a {
	color:#fff;
	font-weight:bold;
	font-size:18pt;
	text-decoration:none;
	padding:0 14px 0 14px;
	display:block;
	margin:0;
	line-height:49px;
	overflow:hidden;
	float:left;
}
#nav li.navdiv{
    width: 2px;
	height: 49px;
	padding:0 2px 0 2px;
	display:block;
	margin:0;
	line-height:49px;
	overflow:hidden;
	float:left;
	background-image: url(../images/nav_div1.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#nav li a:hover {
	background:url(../images/nav_hover.jpg) top left repeat-x;
}

#content {
	margin-top:10px;
	padding: 0 50px 20px 50px;
}


#content h2 {
	font-size:22pt;
	color:#f6502e;
	font-family:georgia, times, serif;
	font-weight:normal;
	margin:0;
	padding:0;
}

#footer {
	color:#074b6e;
	margin-top:10px;
	padding:10px;
	text-align:center;
	font-size:8pt;
}

a {
	color:#074b6e;
}

a:hover {
	color:#74acd1;
}

#ebaylisting_container{
  display: block;
  margin-top: 50px;
  width: 463px;
  background-image:url(../images/ebaylister_middle.jpg);
  background-repeat:repeat-y;
  float: right;
}
#ebaylisting_top{
  display: block;
  width: 463px;
  height: 32px;
}
#ebaylisting_bottom{
  display: block;
  width: 463px;
  height: 30px;
}
#ebaylisting_content{
  padding: 20px;
}

.clearboth {
  clear: both;
}


/********************************** Products ******************************************/
.product {
  width:  840px;
  font-family: arial, Helvetica, sans-serif;
}
.product .buynow{
  float: right;
}
.product h1{
  font-size: 30px;
  margin-bottom: 0;
  color: #074b6e;
}
.product h3{
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  color: #74acd1;
}
.product .leftcol{
  display: block;
  width:  400px;
  float: left;
}
.product .middlecol{
  display: block;
  width:  50px;
  float: left;
  text-align: center;
  color: #CCCCCC;
  font-weight: bold;
}
.product .rightcol{
  display: block;
  width:  300px;
  float: left;
  margin-right: 70px;
  clear: right;
}
.product .rightcol h1{
  text-align: right;
  font-size: 34px;
}

.product .rightcol .proddesc{
  display: block;
  width: 250px;
  padding-left: 50px;
  text-align: left;
  
}

.proddesc2{
  margin-right: 70px;
  margin-top: 15px;
}

.prodlistdiv{
  clear: both;
  display: block;
  margin: 10px 1px 20px 1px;
}
.prodlistitem{
  margin: 10px 1px 10px 1px;
}
.prodlistitem .listthumb{
  display: block;
  float: left;
  margin-bottom: 20px;
  width: 85px;
}
.prodlistitem .listinfo{
  display: block;
  float: left;
  width: 740px;
}
.prodlistitem .listinfo h1{
  margin: 0;
}
.prodlistitem .listinfo p{
  margin: 0;
}
.enlargelink{
  
  margin-bottom: 15px;
}
.enlargelink a{
  padding-left: 17px;
  text-decoration: none;
  background:url(../images/enlarge1.gif) top left no-repeat;
}

