/* CSS Document */

.randall-region-1{
background:#999900;
}

.randall-region-2{
background:#996666;
}

.randall-region-3{
background:#CC9900;
}


body{
margin:0;
padding:0;
}











#skin-container{
width:998px;
height:658px;

margin:0;
}
.bottom{/* iframe bottom container */
width:998px;
height:206px;
}
#bottom{/* Iframe */
width:998px;
height:206px;
margin:0;
padding:0;

/* dont work on IE6, so, i need to use scrolling="no" frameborder="0" */
border:none;
overflow:hidden;
}




.a1{/* Iframe a1 container */
width:430px;
height:403px;
}
#a1{/* Iframe */
width:430px;
height:403px;
margin:0;
padding:0;

/* dont work on IE6, so, i need to use scrolling="no" frameborder="0" */
border:none;
overflow:hidden;
}
#a1-submenu{
width:430px;
height:49px;
}

.b1{/* Iframe b1 container */
width:562px;
height:422px;

padding-right:2px;
background:url(../images/centerDivision.gif) no-repeat right bottom;
}
#b1{/* Iframe */
width:562px;
height:422px;
margin:0;
padding:0;

/* dont work on IE6, so, i need to use scrolling="no" frameborder="0" */
border:none;
overflow:hidden;
}

.pricetab{
width:562px;
height:30px;
/* background:'images/Skin-modification-top-leftg.gif' */
}


/* POSITIONING */

#skin-container{
position:relative;
}
.bottom{/* iframe bottom container */
position:absolute;
bottom:0;
}
.a1{
position:absolute;
top:49px;
right:2px;
}
#a1-submenu{
position:absolute;
top:0;
right:2px;
}
.b1{
position:absolute;
left:2px;
top:30px;
}

.pricetab{
position:absolute;
top:0;
left:2px;
}

