body { background-color: #d4ced5; }
#container { background: #d4ced5 url(../img/motherandbump/wrap_bg.gif) scroll repeat-y center center; }

div#logo { background-image: url(../img/motherandbump/header_bg.png); }
div#logo h1, div#logo h1 a { height: 62px; width: 316px;}
div#logo h1 { top: 6px; }
div#logo h1 a { background-image: url(../img/motherandbump/logo.png); }
div#logo h2 { display: none; }
p#details {
  display:block;
}

ul#nav { background-image: url(../img/motherandbump/nav_bg.gif); }
ul#nav li a:hover { background-image: url(../img/motherandbump/nav_li_bg.gif); }
ul#nav li.active a { background-image: url(../img/motherandbump/nav_li_bg.gif); }

#subnav li a { background-color: #746076; }

.content p a,
.content li a,
h1, h2, h3, h4 {
  color: #746076;
}

ul#nav li.active a {
  color: #ffffff;
}

#footer { background-image: url(../img/motherandbump/footer_bg.gif); height: 60px; }
#footer p, #footer p a { color: #ffffff; }

/* mailform */

form {  width:400px;
    height:auto;
        padding:0px;
        padding-top:15px;
        padding-bottom:15px;
        border:none;
}

                
label {  width:130px;
         display:block;
         color:#646466;
         borde:thin solid;
         padding-left:0px; 
     margin-bottom:10px; 
     margin-left:0px;
     margin-right:0px;
     float:left;
         text-align: left;
     borde:thin solid;
            } 
                 
input {  display:block;
         border:solid 1px #d1cccc;
         width:220px;
     background-color:#ffffff;
         margin-bottom:10px; 
         height:17px;
     color: #646466; 
         }
                      
textarea { display:block;
           border:solid 1px #d1cccc;
           width:220px;
       background-color:#ffffff;
           margin-bottom:0px;                
       color: #646466;
           }  
input.csc-mailform-submit, 
input[type=submit]
        {   width:70px;
        height:25px;
            background-color:#ffffff;
            border:solid 1px #d1cccc;
            color:#fecd28;
            padding-bottom:20px;
            padding-top:3px;
            color: #646466;  
            margin-left:130px;
            margin-top:20px;
             } 
