/* 
    Document   : index
    Created on : May 9, 2011, 12:32:23 PM
    Author     : Michael
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


#indexContainer {
	position:absolute;
	width:900px;
	height:700px;
	z-index:2;
	padding:0px;
        left:135px;
        top:240px;
}
#indexContainer2 {
	position:absolute;
	width:900px;
	height:700px;
	z-index:2;
	padding:0px;
        left:180px;
        top:230px;
}
#indexBrands1 {
	position:absolute;
	width:280px;
	height:100px;
	z-index:2;
	padding:0px;
        left:110px;
        top:530px;
}
#indexBrands2 {
	position:absolute;
	width:140px;
	height:100px;
	z-index:2;
	padding:0px;
        left:490px;
        top:530px;
}
#indexBrands3 {
	position:absolute;
	width:120px;
	height:110px;
	z-index:2;
	padding:0px;
        left:150px;
        top:730px;
}
#indexBrands4 {
	position:absolute;
	width:126px;
	height:126px;
	z-index:2;
	padding:0px;
        left:470px;
        top:730px;
}
#indexBrands5 {
	position:absolute;
	width:130px;
	height:100px;
	z-index:2;
	padding:0px;
        left:690px;
        top:500px;
}
img.transparant
{
opacity:1;
filter:alpha(opacity=100);
}

.smaller{
    font-size: 14px;
}