@charset "ISO-8859-1";
@import url(base.css);

/* @group topImg */
#topImg{
	width: 750px;
	margin: 0 -5px 4px;
	padding: 11px 10px 10px;
	background: url(../img/mainimg_bg.gif) no-repeat;
}
#topImg p{
	margin: 0;
}

/* @end */

/* @group topIndex */
#topIndex{
	background: url(../img/bg_topIndex.gif) repeat-x;
	padding: 20px 10px;
}
div#tiLeft,
div#tiRight{
	width: 355px;
	margin: auto;
}
div#tiLeft{
	float: left; 
}
div#tiRight{
	float: right;
}

#topIndex ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#topIndex ul ul{
	margin: 5px 0 20px;
}
#topIndex ul ul li{
	background: url(../sharedimg/arr_02.gif) no-repeat 0 3px;
	padding-left: 8px;
	margin-bottom: 6px;
}
#DisclaimerWarranty{
	border-top: 1px solid #c4c4c4;
	padding-top: 10px !important;
}


#topIndex a:link{
	color: #333;
}
#topIndex a:visited{
	color: #996699;
}
#topIndex a:hover,
#topIndex a:visited:hover{
	text-decoration: none;
	color: #fc0000;
}

/* @end */