.stepcarousel{
position: relative; /*leave this value alone*/
_border: 10px solid #000;
overflow: scroll; /*leave this value alone*/
width: 800px; /*Width of Carousel Viewer itself*/
height: 350px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0px;
	top: 0px;
}

.stepcarousel .panel{
float: none; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
_margin: 10px; /*margin around each panel*/
width: 800px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
/*-------------end  for flip menu oni--------------------------------------------------------------  */

a:link, a:visited {
	text-decoration: none;
	color: #432503;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image:url(images/page_bg-x-y.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #432503;
}

.price_tag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
}


td#transparent_box {
	background-image: url(images/cover_bg_transbox.png);
	background-repeat: repeat;	
}


.normal_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #432503;
}

td#page_header{
	background-image: url(images/page_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

td#menu_button {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	padding-left: 10px;
	padding-right: 10px;
}



td#cover_bg{
	background-image: url(images/cover_image1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 410px;
}

td#menu_button a, td#menu_button a:visited{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 14;
	font-weight: bold;
	text-decoration:none;
	padding-left: 10px;
	padding-right: 10px;
	text-shadow: #000000 2px 2px 8px;
}

td#menu_button a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color: #d98600;
	font-size: 14;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

.product_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFF00;
	text-shadow: #000000 2px 2px 8px;
}
.normal_txt_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000CC;
}
.normal_txt_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

table#footer_txt_white a, 
table#footer_txt_white, 
table#footer_txt_white a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

table#footer_txt_white a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFF00;
}
.normal_txt_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

