
#index-bottom
{
	clear:both;
}

.index-product
{
	float:left;
	width:204px;	
	margin-top:0;
	height:177px;
	border-right:solid 1px #fff;
}

.index-product a
{
	display:block;
	text-decoration:none;
	background:#666 none repeat scroll 0 0;
}

.index-product a:hover
{
	
	background:#39B635 none repeat scroll 0 0;
}

.index-product-right
{
	border-right:none;
	width:205px
}

.index-product span
{
	color:#fff;
	display:block;
	font-size:100%;
        background-image:url(files/arrow-white.gif);
        background-repeat: no-repeat;
        background-position: 0 50%;
        padding: 4px 0 4px 15px;
	margin:0px 0 2px 0;
}

#index
{
	background:url(files/index.jpg) no-repeat;
	cursor:pointer;
	position:relative;
	text-decoration:none;
	height:192px;
	width:575px;
	margin:0;
}

#index h1
{
	color:#fff;
	position:absolute;
	top:20px;
	left:20px;
	font-size:190%;
}

#index h2
{
	color:#fff;
	position:absolute;
	top:60px;
	left:20px;
	font-size:135%;
}

#index span
{
	color:#fff;
	font-size:100%;
}

#index:hover span
{
	text-decoration:underline;
}

