﻿body 
{
    margin:0;
    padding:0;
    font-family:Verdana,Arial;
    font-size:9pt;
}

h1{font-size:x-large;color:#666;margin-left:-10px;}
a {color:#0084cd;text-decoration:none;}
a:hover {color:#0084cd;text-decoration:underline;}

#container_outer
{
    width:987px;margin:auto;
    background-image:url(_images/bubbles.gif);
    background-repeat:repeat-y;
    background-position:20px 444px;
    overflow:auto;
    height:100%;
}
#menu{float:left;width:200px;height:624px;}
#header
{
    float:right;
    width:787px;
    height:200px;
    background:url(_images/logo.gif) no-repeat;
}

#container_inner
{
    float:left;
    width:600px;
    margin-top:-35px; 
}

#content
{
    width:600px;
    margin-bottom:20px;
    padding:0 20px 0 20px;
    line-height:1.8em;
    color:#999;
    text-align:justify;
}

#footer
{
    clear:both;
    margin:auto;
    width:640px;
    text-align:center;
    border-top:solid 1px #999;
}

#footer ul
{
    list-style:none;
    background-color:#e2e3e3;
    margin:0;
    padding:5px;
}
#footer li
{
    padding-left:12px;
    padding-right:10px;
    margin:0;
    display:inline;
    border-right:solid 1px #CCC;   
}
#footer ul li.last{border-right:none;}

#footer ul li a {color:#999;text-decoration:none;}
#footer ul li a:hover {color:#0084cd;text-decoration:none;}

#copyright
{
    margin:10px 0 10px 0;
    color:#AAA;
    font-size:x-small;
}


ul.grapes_large
{
    list-style:none;
    margin:0px;
    margin-left:20px;
    margin-right:20px;
}

ul.grapes_large li
{
    background:url(_images/grapes_large.gif) no-repeat;   
    padding-left:40px;
    margin-bottom:20px;
}
ul.grapes_small
{
    list-style:none;
    margin:0px;
    margin-left:35px;
    margin-right:20px;
}

ul.grapes_small li
{
    background:url(_images/grapes_small.gif) no-repeat;   
    padding-left:25px;
    margin-bottom:20px;
    font-weight:bold;
}

.partner
{
    padding-top:20px;
    border-top:solid 1px #CCC;
    text-align:center;
}

.partner img{border:none;}

table.casestudies td
{
    text-align:center;
    vertical-align:middle;
    height:100px;
}