@charset "utf-8";
/* CSS Document */

/*Index Specific Divs ---------------------------------------------------------------------START-- */	

#downloadsMain {
width:894px;
height:440px;
background-color:#FFF;
}

#downloadsTopmenuLeft {
	position: absolute;
	top: 4px; 
	left: 5px; 
	width: 164px; 
	height: 18px; 
	z-index: 4;
}


#downloadsMain a{
color:#999999;
}

#downloadsMain a:hover{
color:#d7439c;
}


/* Standard Size For small buttons */

#downloadsMini {
width:61px;
height:34px;
}

#downloadsMini1 {
width:61px;
height:33px;
}

/* Smaller Size For small buttons */

#downloadsMinia {
width:60px;
height:34px;
}

#downloadsMinia1 {
width:60px;
height:33px;
}







#downloadsHeader {
position:relative;
text-align: center;
background-color: #FFFFFF;
width: 100%;
height: 32px;
}	

#downloadsBlock{
	float:left;
	height:101px;
	width:215px;
	padding: 4px;
	margin-bottom:1px;
	margin-right:1px;
	background-color:#000;
	}

#downloadsBlock:hover{
	background-color:#d7439c;
}

#downloadsBlock1{
	float:left;
	height:101px;
	width:214px;
	padding: 4px;
	margin-bottom:1px;
	margin-right:0px;
	background-color:#000;
	
}

#downloadsBlock1:hover{
background-color:#d7439c;
	
}

#downloadsMain img{
float:left;
}

/*Index Specific Divs -----------------------------------------------------------------------END-- */	