/* CSS Document */


body { background-color:#000;}
/* Normalizes margin, padding */
body, ul, li, h3, p { margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h3 { font-size : 100%; }

/* Removes list-style from lists */
ul { list-style : none; }

/* Removes border from fieldset and img */
img { border : 0; }

html 	{ text-align : justify; }

body 	{ 
width : 1000px; 
margin : 0 auto;
padding : 40px 0; 
background-color : #000000; 
font : 60%/1.2 "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
color : #fff;
 }

ul { 
position : absolute;
float : left;
width : 300px;
margin-right : 20px; 
margin-top : 10px;
padding : 10px 10px 10px 530px; 
background-color : #000000; 
border : 0px solid #ffffff; }

li, h3, p { display : inline; text-align : justify;}
li p { color : #ccc; }

h3 img { 
position : absolute; 
padding : 1px;
height : 150px; 
width : 150px;
outline : 0px solid #ccc; } 

li#expo h3 img { top : 10px; left : 10px; }
li#tunes h3 img { top : 10px; left : 165px; }
li#baby h3 img { top : 10px; left : 320px; }
li#organic h3 img { top : 165px; left : 10px; }
li#middle h3 img { top : 165px; left : 165px; }
li#toys h3 img { top : 165px; left : 320px; }
li#books h3 img { top : 320px; left : 10px; }
li#films h3 img { top : 320px; left : 165px; }
li#games h3 img { top : 320px; left : 320px; }

a:hover img { 
z-index : 100; 
width : 240px; 
height : 240px; 
padding : 5px; 
background-color : #000; 
border : 1px solid #fff; }

li#expo h3 a:hover img { top : -39px; left : -39px; }
li#tunes h3 a:hover img { top : -39px; left : 116px; }
li#baby h3 a:hover img { top : -39px; left : 266px; }
li#organic h3 a:hover img { top : 116px; left : -39px; }
li#middle h3 a:hover img { top : 116px; left : 116px; }
li#toys h3 a:hover img { top : 116px; left : 266px; }
li#books h3 a:hover img { top : 266px; left : -39px; }
li#films h3 a:hover img { top : 266px; left : 116px; }
li#games h3 a:hover img { top : 266px; left : 266px; }

a:link, a:visited, a:active { 
text-decoration : underline; 
color : #fff; }
a:hover {
text-decoration : underline; 
color : #33CCFF;}

body,td,th {
	color: #FFFFFF;
}
