/*
    File Name: rose-style.css
*/

/* Top Bar */
    #top_bar{
        background:url(../images/rose-style/top_bar_background.png) repeat-x;
    }
    
/* Navigation */
    #navigation{
    }

    /* drop down links hover */
    #navigation ul ul li:hover{ 
    }
   
    /* drop down style */
    #navigation ul li ul{ 
    }

    #navigation ul ul li{
    }

    #navigation ul li span{
        color:#9C8A8F;
    }   

/* Banner Bar */
    .banner{ 
        background:url(../images/rose-style/banner_background.png) center top no-repeat;
        color:#BFA8AF; 
    }

    /* banner button */
    a.banner_button{
        color:#fff !important; 
        background:url(../images/rose-style/big_button.png) 0 0  no-repeat;
    }

    a.banner_button:hover{
        color:#fff !important; 
        background:url(../images/rose-style/big_button.png)  0  -60px  no-repeat;
    }
	
	    a.banner_buttong{
        color:#fff !important; 
        background:url(../images/rose-style/big_buttong.png) 0 0  no-repeat;
    }

    a.banner_buttong:hover{
        color:#fff !important; 
        background:url(../images/rose-style/big_buttong.png)  0  -60px  no-repeat;
    }


/* buttons */
    a.small_button{
        color:#fff; 
        background:url(../images/rose-style/small_button.png) top  no-repeat;
    }

    a.small_button:hover{
        color:#fff; 
        background:url(../images/rose-style/small_button.png)  0  -28px  no-repeat;
    }


/* Footer Forms */
    #footer input, #footer select{ 
        background:transparent url(../images/rose-style/footer_form_text_field.png) left top no-repeat;	 
    }
    
    #footer textarea{
        background:url(../images/rose-style/footer_form_textarea.png) left top no-repeat; 
    }

    #footer .submitbutton{
        background:transparent url(../images/rose-style/footer_form_button.png) left top no-repeat; 
    }
    
    #footer .submitbutton:hover{
        background:transparent url(../images/rose-style/footer_form_button.png) 0  -27px  no-repeat;
    }
    

/* Footer Background Color */
    #footer{	
        background:#59496D;
        color:#BFA8AF;
		border-top: 8px solid #DFAFD1;
    position: relative;
    z-index: 999;
    }

/* Foooter Links */
    #footer a{
        color:#BFA8AF;
    }
    
    #footer a:hover{
        color:#fff;
    }
    
     #footer .row.footer .box ul a{
        color:#A4C481;
    }    
    
     #footer .row.footer .box ul a:hover{
        color:#fff;
    }
    

/* Footer Lists */
    .row.footer .box li{
		border-bottom: 1px solid #695B7B;
    }

/* second footer */
    .second_footer{
        background-color:#32293D;
        /*border-top:1px solid #32293D;*/
        color:#BFA8AF;
    }
    
    

/* Form Button */
    /* active state */
    .content form .button{
        background:url(../images/rose-style/small_button.png) top  no-repeat;
    }

    /* hover state */
    .content form .button:hover{
        background:url(../images/rose-style/small_button.png)  0  -28px  no-repeat;
    }   