body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
}

#framecontentTop, #framecontentBottom{
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
/*height: 110px; /*Height of top frame div*/
/*overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/

color: black;

}
#framecontentTop{
background:white;
z-index:999;
height:160px;
font-weight:bold;
letter-spacing:-0.8px;
text-transform:uppercase;
}

#framecontentBottom{
top: auto;
bottom: 0; 
height: 40px; /*Height of bottom frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background:white;
color: black;
z-index:998;
text-transform:uppercase;
}

#maincontent{
position: fixed; 
margin:0;
padding:0;
top: 160px; /*Set top value to HeightOfTopFrameDiv*/
left: 0;
right: 0;
bottom: 40px; /*Set bottom value to HeightOfBottomFrameDiv*/
overflow: hidden; 
z-index:-999;/*ie6fix-21/11*/
background: url(http://www.cleob.com/images/stockists.jpg);
background:white;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 160px 0 40px 0; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

#stretch {
position:absolute;
top:0px;
left:0px;
right:0px;
bottom:0px;
z-index:-1;
}
.atextleft {
width:250px;
min-height:250px;
z-index:99;
margin-right:18px;
float:left;
}

.atextleft p {
padding:3px 0;
}

#iefixo {
padding:25px 30px;
}

/*********************************** body styling ****************************************/
#innertubetop img {
margin:15px 0 0 35px;
}

#innertubetop ul {
padding:10px 0 0 35px;
}

#tr {
position:absolute;
right:35px;
top:15px;
}

.innertubebtm ul{
margin:10px 0 0 35px;
}
.innertubebtm ul li {
display:inline;
list-style-type: none;
padding-right: 10px;
font-size:12px;
color:black;
}
.innertubebtm ul li a:link, .innertubebtm ul li a:active, .innertubebtm ul li a:visited {
color:black;
padding-right: 10px;
}

/*********************************** top stuff styling ****************************************/
.white {
background:white;
padding:5px;
font-size:12px;/*10*/
text-transform:uppercase;
}

.toppng {
height:14px;
background-image:url(../images/middle.png);
position:relative;
padding:0;
margin:0;
}
.fl {
float:left;
padding:0;
margin:0;
}

.rt {
float:right;
padding:0;
margin:0;
}

/*********************************** links styling ****************************************/
a:link, a:active, a:visited {
color: #000;
text-decoration:none;
}
a:hover {
color:#000;
text-decoration:none;
}

/*********************************** headings styling ****************************************/
h1, h2 {
font-size:16px;
font-weight:bold;
letter-spacing:-0.8px;
line-height:20px;
padding-bottom:12px;
text-transform:uppercase;
}

#boutique li {
	margin:3px 0;
}

.turq {
color:#00c6e1;
}
/*********************************** homepage specific styling ****************************************/
.homepagebg {
background:#ededed url(images/shoes2.jpg) center repeat-x;
}

.htextleft {
clear:both; width:250px; position:absolute; bottom:15px; left:30px;
}