/*  shelllike.css */

/*div { border:1px solid #f6f8ed; }*/
body { position:relative; background-color:#f6f8ed; font-family:Futura, Arial, Helvetica, sans-serif; }
a { color:#600; }
img { border:0; }

#containest { position:relative; margin-left:auto; margin-right:auto; width:750px; height:600px; text-align:center; top:30px;}

#logo, .movie { position:relative; top:70px; }
#foot { position:absolute; left:0; bottom:0; width:100%; height:150px; }

/*  main page section links */
#group-a { position:absolute; left:0; top:0; text-align:left; width:350px; }
#group-b { position:absolute; right:0; top:0; text-align:right; width:350px; }
#group-a a { display:block; height:40px; margin:5px 30px 0; padding:30px 80px; }
#group-a a { background-image:url(pic/mic-left-small.gif); background-repeat:no-repeat; background-position:top left; }
#group-b a { display:block; height:40px; margin:5px 30px 0; padding:30px 80px; }
#group-b a { background-image:url(pic/mic-right-small.gif); background-repeat:no-repeat; background-position:top right; }
#group-a a:hover { background-image:url(pic/mic-left-big.gif); }
#group-b a:hover { background-image:url(pic/mic-right-big.gif); }

/*  footer legal company text */
#legal { font-size:70%; }

/*  request form */
#request { position:absolute; left:20px; top:100px; }
#request td { valign:top; padding:10px; text-align:left; }
#request label { display:block; width:7em; }
#request input[type=text] { width:15em; }
#request textarea { width:15em; height:5em; }

/*  the shelllike logo on other pages */
#home-nav { float:right; margin:80px 10px 0 0; width:174px; height:208px; }

/*  page content on other pages */
#content { text-align:left; font-size:0.9em; width:500px; height:330px; padding:0.5em; overflow:auto; }
#content p { margin:0.5em; }
/*#content { border:1px dotted #00f; } */

.title { font-style:italic; }
a:hover { text-decoration:underline; }

/*  The title cards and embedded sound file on showreel pages */
.sound { margin:0; padding:0; text-align:center; background-color:#000; color:#fff; width:320px; height:200px; }
.sound { line-height:2em; }

