/*

Template:  Resta resturant tempalte
Version: 1
Design and Developed by: Hastech

NOTE: This is color stylesheet of Color Scheme.

*/

/*************************
		General
*************************/


/** selection **/

*::-moz-selection {
    background: #004395;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #004395;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #004395;
    color: #fff;
    text-shadow: none;
}




/** Color **/

a:hover, a,  .separator i, button{
    color: #004395;
}