@CHARSET "UTF-8";

#content {
	letter-spacing: 0.015em;
	margin: 0;
	width: 978px;
	height: 450px;
}
#content.two_column {
	background:transparent url(../img/content_bar.gif) repeat-y scroll 634px 0;
}

#content.two_column #main {
	float: left;
	padding: 15px 0 0 20px;
}
#content.two_column #rightbar {
	float: right;
	padding-left: 0;
	padding-right: 0;
	width: 344px;
}
#rightbar h4 {
	color: #F3A50A;
	font-size: 14px;
	padding: 15px 15px 11px 20px;
}
#rightbar ul {
	margin: 0 0 0;
	padding: 0;
}
#rightbar ul li {
	font-size: 13px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
}
#rightbar ul li:hover {
	background-color: #def3f6 !important;
}
#rightbar ul li a {
	border-bottom: 1px solid #EFEFEF;
	color: #555555;
	display: block;
	font-size: 12px;
	font-weight: bold;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 20px 20px 20px 80px;
	text-decoration: none;
}
#rightbar ul li a div.description {
	font-size: 11px;
	font-weight: normal;
	color: #777777;
	margin: 4px 0 0 !important;
	padding: 0 !important;
}
#rightbar li.information_icon {
	background: url(../img/info.png) no-repeat scroll 20px center;
}
#rightbar li.product_icon {
	background: url(../img/product.png) no-repeat scroll 20px center;
}
#rightbar li.history_icon {
	background: url(../img/history.png) no-repeat scroll 20px center;
}
#rightbar li.faq_icon {
	background: url(../img/faq.png) no-repeat scroll 20px center;
}
#rightbar li.contact_icon {
	background: url(../img/contact.png) no-repeat scroll 20px center;
}

#slider {
   width: 600px; /* important to be same as image width */
   height: 400px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#sliderContent {
   width: 60px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 374px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
}
.sliderImage span.left {
	height: 400px;
	left: 0;
	top: 0;
	width: 110px !important;
}
.sliderImage span.right {
	top: 0;
	height: 400px;
	right: 0;
	width: 110px !important;
}
.sliderImage span.top {
	left: 0;
	top: 0;
	padding-top: 10px;
	width: 600px;
}
.sliderImage span.bottom {
	bottom: 0;
	left: 0;
	width: 600px;
}

.clear {
   clear: both;
} 
