/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

body {background: #e1e1e1 url(../img/page-bg-gray.gif) repeat;}
section#main-body {background: none !important;}
#main-body {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
	border-radius: 0 0 10px 10px;
}
#main-body .container {background: #fff;padding: 1.5em !important;}

#header {
	background: #06c url(../img/head-bg-blue.gif) repeat-x !important;
}
.top-nav a {color: #fff !important;}
.top-nav a:hover {color: #f90 !important;}

ul.top-nav>li.primary-action>a.btn {background-color: #666 !important;}
ul.top-nav>li.primary-action>a.btn:hover {background-color: #f90 !important; color: #fff !important;}

#nav {
	
	background-color: #666 !important;
}

section#footer p {
	margin: 0 !important;
	border-top: none !important;
}

.navbar-main .navbar-nav > li > a:hover, .navbar-main .navbar-nav > li > a:focus, .navbar-main .navbar-nav > .active > a, .navbar-main .navbar-nav > .active > a:hover, .navbar-main .navbar-nav > .active > a:focus, .navbar-main .navbar-nav > .open > a, .navbar-main .navbar-nav > .open > a:hover, .navbar-main .navbar-nav > .open > a:focus {
	background: #f90 !important;
	color: #fff !important;
}

.navbar-main .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: #06c !important; color: #fff !important;
}

.navbar-main, h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans",Verdana,Tahoma,serif !important;
}

section#footer .back-to-top i:hover {background-color: #f90 !important; color: #06c !important;}