﻿
.CetrineBar
{
    background:#8d9799 url(http://img.cetrine.net/project_bg_gradient.gif);
    height:31px; 
    float:left;
    width:100%;
    color:#FFF;
    
}

.CetrineBar .panel
{
 
    width: 94%;
    min-width:960px;
    
    margin-left: auto;
    margin-right: auto;
    margin-top:6px;
    
}

/* ================================================= */

.CetrineBar .Services
{
    float:left;
}

.CetrineBar a
{
    font-weight:bold; 
    font-size:14px; 
    text-decoration:none !important;
    border-bottom:1px dotted #fff;  
    margin-right:10px;
    color:White !important;

}

.CetrineBar .Services a:hover
{
     text-decoration:none;   
     color:Black; 
     border-bottom:1px dotted black;  
}

/* ================================================= */

.CetrineBar .panel .AccountServices span
{
     font-weight:bold; 
     font-size:14px; 
     float:right;
}

.CetrineBar .panel .AccountServices a
{
     margin-right:0px;
     margin-left:10px;
     float:right;
}

.CetrineBar .AccountServices a:hover
{
     text-decoration:none;   
     color:Black; 
     border-bottom:1px dotted black;  
}

/* ================================================= */

#Footer
{
  	Z-INDEX: 1; 
	POSITION: absolute; 
	WIDTH: 100%; 
	BOTTOM: 0px; 
	HEIGHT: 50px;
    background:#8d9799 url(http://img.cetrine.net/project_bg_gradient.gif);
}

#Footer #Inner
{
	WIDTH: 94%; 
	margin-top:15px;
	margin-left:3%;
	color:White;
}

#Footer a{
    margin-right:10px;
    color:White;
}

