/*
Theme Name:     Business lite
Theme URI:      http://appsaxis.com/
Description:    Child theme for the business lite 
Author:         Mir Hashmi
Template:       business-lite
*/

@import url("../business-lite/css/style.html");


/* Light */

#header {
	border-top: none !important;	
	border-bottom: 4px solid #e1e1e1;
	min-height: none !important;	
	background: white;
}

/* Header  */

#subheader {
	background:#8a4f8b;/*url(../images/subheaderdark.png);*/
}

#logo {margin-bottom: 0px;margin-top:5px;line-height: 40px;}

/* Nav  */
#nav {
     margin-top: 0px;
 }

#nav #nav_menu > li > a {
	background: none;
	
        border: none; 
   }

#nav #nav_menu > li:hover > a {
    background: none;
    border-top: none; /*1px solid #666666;*/
    border-bottom: none;
    border-left: none;
    border-right: none;
   
}

#afterfooter {
background-color:#8a4f8b;
}