@charset "utf-8";
/* CSS Document */


/* This is for the product options hints */
.hint {
   	display: none;
    position: absolute;
    right: -250px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(pointer.gif) no-repeat -10px 5px;
}

 #fader{ position: relative; }
	
	#header {
		height:200px;
		width:918px;margin-left:-46px;
	}
	
    #fader li{
        position: absolute; 
        top:0; left:0;
        width: 918px;
           background-position: 0 0;
		height:200px;
		list-style:none;		
		
    }
	
	#quoteBuilder {
		width:180px;
		height:190px;
		border: 2px solid #D90000;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;	
		padding:5px;
	}