html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	border:none;
	vertical-align:top;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	outline:none;
	background-color:#999999;
}
a{
	outline:none;
}
.container{
	margin-left:auto;
	margin-right:auto;
	width:798px;
	background-color:#FFFFFF;
}
.mininav{
	margin: 0px;
	clear: both;
	float: none;
	height: 20px;
	width: 798px;
	background-image:url(img/top_menu_bg.jpg);
	background-repeat:repeat-y;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 11px;
	color: #000000;
	outline:none;
}
ul.panel{
	margin:5px 0px 0px 0px;
	text-indent:-20px;
	position:relative;
	/*left:-25px; */
}
li.panel{
	list-style:disc;
	list-style-position:outside;
	margin-left:0px;
	padding-left:0px;
	text-indent:0px;
}
a.mininav:link, a.mininav:visited, a.mininav:active {
	color: #000000;
	text-decoration:none;
	background:none;
}
a.mininav:hover {
	color: #000000;
	text-decoration:underline;
	background:none;
}

a.money_back:link, a.money_back:visited, a.money_back:active {
	font-size:12px;
	color: #666666;
	text-decoration:none;
}
a.money_back:hover {
	font-size:12px;
	color: #333333;
	text-decoration:underline;
}

/* just for home page */
.slogan {
	line-height:30px;
	text-align:left;
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	color:#0068e7;
	font-size:20px;
	font-weight:bold;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	letter-spacing:normal;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	word-spacing:normal;
	position:relative;
	bottom:175px;
	left:20px;
	border:none;
	outline:none;
}
.product_block {
	width:550px;
	text-align:left;
	padding:0px 0px 0px 10px;
	border:#000000 solid 1px;
	padding:10px;
	margin-top:10px;
	margin-left:10px;
	float:left;
}
.product_name{
	color:#CC0000;
	font-weight:bold;
	font-size:14px;
}
.product_name_line {
	color:#000000;
	font-weight:bold;
	font-size:14px;
}
.product_description {
	color:#000000;
	font-size:12px;
	font-weight:normal;
}
.product_pic{
	float:right;
}
.product_video {
	border:none;
	float:right;
	padding:10px 10px 0px 0px;
}

/* end home page */


/* box */
.box{
	width:710px;
	height:450px;
}
.boxtop{
	height:19px;
}
.box_tl{
	width:19px;
	height:19px;
}
.box_tr{
	width:19px;
	height:19px;
}
.box_t{
	height:19px;
	background-image:url(img/box_t.gif);
	background-repeat:repeat-x;
}
.box_l{
	height:19px;
	background-image:url(img/box_l.gif);
	background-repeat:repeat-y;
}
.box_r{
	height:19px;
	background-image:url(img/box_r.gif);
	background-repeat:repeat-y;
}
.box_bl{
	width:19px;
	height:19px;
}
.box_br{
	width:19px;
	height:19px;
}
.box_b{
	height:19px;
	background-image:url(img/box_b.gif);
	background-repeat:repeat-x;
}
.box_content{
	padding:21px 40px 0px 15px;
	text-align:left;
}
.box_image{
	width:220px;
	padding-left:21px;
	padding-top:21px;
	padding-bottom:21px;
}

/* image overlay */
div.info_overlay { 
     
    /* growing background image */ 
   background-image:url(/includes/ir/img/444x364.jpg);
   
         
    /* dimensions after the growing animation finishes  */ 
    width:444;
   /* height:364;*/
     
    /* initially overlay is hidden */ 
    display:none;
     
    /* some padding to layout nested elements nicely  */ 
    padding:20px; 
} 

/* default close button positioned on upper right corner */ 
div.info_overlay div.close { 
	background-image:url(/includes/ir/img/overlay_close.gif); 
	position:absolute; 
	left:455px; 
	top:-10px;
	cursor:pointer; 
	height:23px; 
	width:23px; 
} 