* {
 margin: 0px;
 padding: 0px;
}

html, body {
  background:#fff;
  margin: 0;
  padding: 0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#666666;
  width:100%;
  text-align:center;
}
img { border:none;}
.clear { clear:both; line-height:0; font-size:0;}
a { text-decoration:underline; color:#333333;}
a:hover { text-decoration:none;}
td { vertical-align:top;}
h1 { text-transform:uppercase; font-size:20px; }
.hr { height:1px; line-height:0px; font-size:0; margin:10px 0 0 0; background:#8796A3}

#all {
	width:1150px;
	margin:0 auto;
}

#home_all {
	width:1150x;
	height:592px;
	margin:0 auto;
	background:url(../images/bg_home.jpg) no-repeat;
	text-align:left;
}

#header {
	width:1150x;
	height:35px;
	margin:0 auto;
	text-align:left;
	font-size:11px;
	font-weight:normal;
}
#content {
	width:1150x;
	height:522px;
	margin:0 auto;
	text-align:left;
}
#footer {
	width:1150x;
	margin:20px auto 0 auto;
	line-height:59px;
	text-align:left;
	padding-left:347px;
}

.active_button {
	background:#FFFFFF;
	color:#333333;
	cursor:pointer;
	border:#333333 1px solid;
	font-size:11px;
	font-weight:bold;
	height:20px;
	margin:5px;
	width:116px;
}

.unactive_button {
	background:#FFFFFF;
	color:#CCCCCC;
	border:#CCCCCC 1px solid;
	font-size:11px;
	font-weight:bold;
	height:20px;
	margin:5px;
	width:116px;
}

.item_cell {
	width:116px !important;
	height:58px !important;
}

#big_img_holder {
	width:454px;
	vertical-align:bottom;
}
#big_img_holder img {
	border:0;
}

#products_text {
	height:100px;
	font-weight:normal;
}


/* scroller */
.Container {
  position: relative;
  top: 0px; left: 0px;
  width: 448px;
  height: 522px;
  text-align:left;
  background: #FFFFFF;
  border-left:1px solid #bac3c2;
  border-right:1px solid #bac3c2;
}
#Scroller-1 { 
  position: relative;
  overflow: hidden;
  top: 0px; left: 2px;
  width: 446px;
  height: 522px;
}
/* HACK FOR IE (ONLY IE READS THIS) */
* html #Scroller-1
{
	left:2px;
}
#Scroller-1 p {
  margin: 0; padding: 0;
  padding-left:10px;
  font-family:"Courier New", Courier, mono;
  font-size: 11px;
  text-align:left;
  color:#333333;
}
.Scroller-Container {
  position: absolute;
  width:426px;
  top: 0px; left: 0px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
  top: -10px; left: -40px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 187px; left: -40px;
}
