/**********************************************************
*  Master CSS file for Silver Sparkle	                  *
**********************************************************/

html {
	height: 100%;
	margin-bottom: 2px;
    }

body {
    background: #ECECED url(../images/bg/flower.jpg) no-repeat 50% 335px;
    overflow: scroll;
    color: #333333;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 76%;
    text-align: center;
    width: 100%;
    }

td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
    }

/**********************************************************/
.error { color: #aa0000; }

form .unit {
    font-size: 0.9em;
    }
form .label {
    line-height: 1.3em;
    }

.but {
    margin: 0 1px 1px 0;
    border: none;
    h: expression( onmouseover=new Function("this.style.margin='1px 0 0 1px';"),
    		  onmouseout=new Function("this.style.margin='0 1px 1px 0';") );
    
    }
.but:hover {
    margin: 1px 0 0 1px;
    }
    
/****** MAIN FRAME ****************************************/
#mainframe {
    width: 769px;
    margin: 10px auto 0;
    }


#banner {
    width: 769px; 
    background: url(../images/bg/banner.jpg) no-repeat;
    text-align: left;
    }  
    
#mainframe2 {    
    width: 769px; 
    text-align: left;
    border-left: 3px solid #E9EAEA;
    }
        
#contentbox {
    width: 766px; /* 755 */
    min-height: 420px;
    background: #ffffff url(../images/bg/borderR.gif) repeat-y right;
    }
    
#borderB {
    width: 769px;
    height: 30px;
    background: url(../images/bg/borderB.gif) no-repeat;
    }    
    
#footer {
    height: 50px;
    }
    

/****** TOP MENU ****************************************/
#cartmenu {
    float: left;
    list-style: none;
    padding: 30px 10px 0 20px;
    }

#cartmenu li { 
    display: inline;
    padding-left: 5px;
    }
    
#cartmenu img {
    vertical-align: top;
    }

#topmenu {
    background: url(../images/bg/borderR.gif) repeat-y right;
    float: right;
    padding: 30px 15px 5px 15px;
    list-style: none;
    text-align: right;
    overflow: hidden;
    }    

#topmenu li {
    display: inline;
    padding: 10px;
    }
    
#topmenu li a:link,
#topmenu li a:visited {
    color: #555555;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    }
    
#topmenu li a:hover {
    color: #6A86EE;
    }
    
/****** FOOTER ****************************************/
#footer {
    padding: 0 15px;
    text-align: right;
    color: #777777;
    font-weight: bold;
    font-size: 0.8em;
    }   
    
#footer li {
    list-style: none;
    display: inline;
    }
    
#footer a:link,
#footer a:visited {
    color: #777777;
    text-decoration: underline;
    }
    
#footer a:hover {
    color: #6A86EE;
    }

