header #mini-nav{	

}
header #mini-nav li{
	list-style: none;
	float: right;
	margin-left: 10px;
	white-space: nowrap;
}
header #mini-nav li a{
	position:relative;
	text-align:center;
	display: inline-block;
	font-size: 12px;
	line-height: 28px;
	font-weight: bold;
	color: #fff;
	text-transform: capitalize;
	padding: 0px 15px;
	margin-top: -3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	background: url(img/btn.png) repeat-x top left;
} 
header #mini-nav li #login{
	
	background: url(img/btn_login_h.png) repeat-x top left;
} 

header #mini-nav li a:hover{
	background: url(img/btn_h.png) repeat-x top left;
}
header #mini-nav li #login:hover{
	background: url(img/btn_login.png) repeat-x top left;
}
header #social-icons{
	margin-top: 25px;
}
header #social-icons li{
	margin-left: 10px;
}
header #search-bar{
	margin-top: 25px;
	width: 150px;
	border: 1px solid #ccc;
	border-radius: 15px;
	height: 25px;
	background: #fff;
	position: relative;
	z-index: 3;
	box-shadow: inset 1px 1px 3px rgba(0,0,0,.3);
}
header #search-bar #srch-field{
	width: 100px;
	height: 25px;
	font-size: 12px;
	display: inline-block;
	border: 0px none;
	background: transparent;
	z-index: 1;
	outline: none;
	box-shadow: inset 0px 0px 0px rgba(0,0,0,0);
	margin: 0px;
	padding: 0px;
	font-style: italic;
}
header #search-bar #srch-btn{
	border: 0px none;
	width: 25px;
	height: 15px;
	line-height: 25px;
	display: inline-block;
	background: url(img/srch-icon.svg) no-repeat 41% 42%;
	z-index: 3;
	outline: none;
	box-shadow: inset 0px 0px 0px rgba(0,0,0,0);
	margin: 4px 0px 0px 0px ;
	padding: 0px;
	cursor:pointer;
	opacity: .3;
}
header #logo{
	
	margin-bottom: 15px;
	padding-left: 0px;

}
header #logo a{
	display: inline-block;

}
header #tag_line{
	color: #999;
	font-weight: normal;
	font-style: italic;
	text-transform: capitalize;
	font-size: 13px;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	
}

header #main-nav {
	width: 100%;
	background-color: #EFEFF0;
	height: 40px;
}

header #main-nav  .nav-bar{
	margin-bottom: 0px !important;
}

header #main-nav .row {
	display: table;
}
header #main-nav #nav-items{
	display:table-row; 
	width: 100%;
	margin-right: auto;
	margin-left: auto;

}
header #main-nav .has-flyout > a{
	display: table-cell; 
	text-align: right; 
	width: auto;
	vertical-align: sub;
	color: #666;
	font-size: 11px;
	text-transform: uppercase;
	text-shadow:1px 1px 1px #fff;
	line-height: 4.4;

}
header #main-nav .has-flyout > a:hover{
	color: #FF5E00;
}
.flyout:before, .flyout.last:before{
	content: "";
	position: absolute;
	top: -20px;
	left: 5%;
	height: 0px;
    width: 0px;
	border:10px solid;
	border-color: transparent transparent #ccc transparent;
}
.flyout.beforelast:before{
	left: 80% !important;
}
.flyout.last:before{
	left: 68% !important;
}
header #main-nav #nav-items #left-item {	
	display: table-cell; 
	text-align: left; 
	width: 20px; 
	white-space:nowrap;
}

header #main-nav .flyout .ul a{
	display: list-item;
	
	color: #0271B8;
	list-style: none;
	
}
header #main-nav .flyout .ul a:hover{
	
	text-decoration: underline;
}
header #main-nav .flyout .ul .ul a{
	color: #566176;
	margin-left: 17px;
	list-style: circle;
}
header #breadcrumb{
	background: #e3e3e3;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #D5D5D5;
	box-shadow: inset 0px -1px 1px white;
	padding-top: 5px;
	padding-bottom: 5px;
}
header #breadcrumb #page_title{
	font-size: 21px;
	line-height: 1;
	margin-top: 0px;
	margin-left: -2px;
	color: #666;
	text-shadow:0px 1px 1px #fff;
}
header #breadcrumb #page_title:first-letter{
	text-transform: capitalize;
}
header #breadcrumb #bc, header #breadcrumb #bc li{
	margin-bottom: 3px;
	margin-top: 5px;
	
}
header #breadcrumb #bc li{
	background: url("img/pixel-arrow.png") no-repeat 100% center;
	padding-right: 20px;
}
header #breadcrumb #bc li:last-child{
	background: none;
}
header #breadcrumb #bc li a{
	font-size: 16px;
	color: #333;
	text-transform: capitalize;

}
header #breadcrumb #top_add{
	
}
header #breadcrumb #top_add h5{
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
}
header #breadcrumb #top_add a{
	text-transform: capitalize;
	padding: 10px 10px 11px;
}

#main{
	min-height: 300px;
	margin:35px auto 35px;
}

#content{
	padding-left: 0px;
	height: 100%;
}
article{
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
article .article_title{
	color: #C55719;
	margin-top: 0px;
}
form label{
	text-transform: capitalize;
	
}
article .gray_out{
	color: gray;
}
.pp_caption{
	text-align: center;
	line-height: 1.5;
}
select{
	padding: 5px !important;
}
#slider_wrap{
	background-color: #FFFFFF;
	width: 100%
}
.slider { 
	background: url(js/fo/images/foundation/orbit/loading.gif) no-repeat center center #000; 
	height: 297px !important; 
}
.slider .freeT { display: none; }
.slider .money_back{ display: none; }
.slider.orbit { 
	background: none; 
	margin-bottom: 0px;
}
.slider.orbit img { 
	display: block; 

}
.orbit-bullets{
	background: #ECECEC;
	padding:7px 15px !important;
	bottom: -20px !important; 
	border-radius: 5px 5px 0px 0px;
}
.timer{
	display: none;
}

.money_back{
	background: url(img/slider/qyuickbooks-crm-integration-software.jpg) no-repeat center center;
	height: 297px !important;
	position:relative;
	text-align:left;
}

.money_back .h1{
	font-size: 38px;
	color: #009900;
	margin-left: 0%;
	margin-top: 8%;
	font-weight: normal;
	margin-bottom: 5px;
	
}

.money_back .h2{
	
	font-size: 26px;
	color: #3366CC;
	margin-left: 15%;
	font-weight: normal;
	margin-top: 10px;
	
}
.money_back .h2 span{
	color: #F6831D;
}

.money_back .btn{	
	margin-top:10px;
	display:inline-block;
}

.money_back img{
	display:inline-block !important;
}
 
.sales_management{
	background: url(img/slider/qyuickbooks-crm-integration-software-f.jpg) no-repeat center center;
	height: 297px !important;
	position:relative;
	text-align:left;
}

.sales_management .h1{
	font-size: 38px;
	color: #009900;
	margin-left: 0%;
	margin-top: 8%;
	font-weight: normal;
	margin-bottom: 5px;
	
}

.sales_management .h2{
	
	font-size: 26px;
	color: #3366CC;
	margin-left: 0%;
	font-weight: normal;
	margin-top: 10px;
	
}
.sales_management .h2 span{
	color: #F6831D;
}
.sales_management .h3{
	font:tahoma;
	font-size: 30px;
	color: #cb6516;
	text-shadow:0px 5px 5px #000;
}

.sales_management .btn{	
	margin-top:10px;
	display:inline-block;
}

.sales_management img{
	display:inline-block !important;
}
  
 
.freeT{
	background: url(img/slider/qyuickbooks-crm-integration-software-f.jpg) no-repeat center center;
	height: 297px !important;

}

.freeT .h1{
	font-size: 38px;
	color: #fff;
	margin-left: 0%;
	margin-top: 8%;
	font-weight: normal;
	margin-bottom: 5px;
	text-shadow:0px 5px 5px #000;
}

.freeT .h2{
	font-size: 26px;
	color: #fff;
	margin-left: 0%;
	font-weight: normal;
	margin-top: 10px;
	text-shadow:0px 5px 5px #000;
}
.freeT .h2 span{
	color: #F6831D;
}

.freeT .btn{

	font-size: 14px;
	text-shadow:0px 2px 4px #000;
	font-weight: bold;
	line-height: 39px;
	
	display: block;
	color: #4EABE9;
	
	width: 132px;
	height: 39px;
	margin-left: 0%;
	margin-top: 0px;
	text-align: center
background: url(img/call_action_btn.png);
}
.freeT .link{
	font-size: 14px;
	font-weight: bold;
	color: #6F82A2;
	text-decoration: underline;
	display: block;
	margin-left: 16%;
	margin-top: 20px;
}
.freeT{
	
}




.circle_img{
	border-radius: 50em;
}
.arrow_list{
	list-style-image: url(img/bullet.png);
}
.arrow_list a{
	color: #566176;
}
.arrow_list a:hover{
	color: #aaafb7;
}


.call_to_action{
	background: #ECECEC;	
	width: 100%;
	padding: 10px 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	
}
.call_to_action h5,.call_to_action h6{
	color: #333;
	font-weight: normal;
	text-shadow:1px 1px 1px #fff;
	margin: 0px;
	line-height : 2;    
    vertical-align : middle;
    padding-top: 5px;
}
.call_to_action h5{
	font-size: 18px;
	line-height: 1.4;
	vertical-align : middle;
}
.call_to_action .button{
	background: url(img/btn3.png) repeat-x top left;
	border:none;
	font-size: 13px;
	line-height: 36px;
	padding: 0px 30px;
}
.call_to_action .lili{	
	background: url(img/btn2.png) repeat-x top left;
	border: none;
}

#sidebar{
	padding-right: 0px;
	height: 100%;
}
#sidebar .inner_aside{
	border: 1px solid #ccc;
}
#sidebar section{
	
}
#sidebar .side_title{
	width: 100%;
	
	padding-left: 15px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: -15px;
	text-transform: capitalize;
	font-size: 14px;
	color: #333;
	/*background: #e9e3d6;  Old browsers */
/* SVG fallback(Opera 11.10-, IE9) */
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2JhKDIzNiwyMzYsMjM2LDEpOyIgLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0eWxlPSJzdG9wLWNvbG9yOnJnYmEoMjA0LDIwNCwyMDQsMSk7IiAvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IGZpbGw9InVybCgjZ3JhZGllbnQpIiBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIiAvPjwvc3ZnPg==);

/* Opera 11.10+ */
background: -o-linear-gradient(top, rgba(236,236,236,1), rgba(204,204,204,1));

/* Firefox 3.6+ */
background: -moz-linear-gradient(top, rgba(236,236,236,1), rgba(204,204,204,1));

/* Chrome 7+ & Safari 5.03+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(236,236,236,1)), color-stop(1, rgba(204,204,204,1)));

/* IE5.5 - IE7 */
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFECECEC,EndColorStr=#FFCCCCCC);

/* IE8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFECECEC,EndColorStr=#FFCCCCCC)"
}
#sidebar .side_body{
	padding-left: 15px;
}
#sidebar .side_body .side_list li{
	list-style: none;
	padding-left: 20px;
	background: url("img/bullet.png") no-repeat 0px center;

}
#sidebar .side_body .side_list a{
	color: #333;
	vertical-align: text-top;
	
}
#sidebar .side_body .side_list a:hover{
	color: #C55719;
	
}
.inline{
	display: inline-block !important;
}
footer{
	box-shadow: inset 0px 1px 1px #fff;
	border-top: 1px solid #ccc;
	background: #ECECEC;
	width: 100%;
	padding: 20px 0px 0px;
	min-height: 200px;
}
footer a{
	color: #0F5799;
	font-size: 12px;
}
footer h1{
	font-size: 14px;
	color: #555;
}
footer ul{
	margin-left: 15px;
}
footer #copyright{
	background: #dddddd;
	padding: 10px 0px;
}
footer #copyright p{
	font-size: 9px;
	padding: 0px;
	margin-left: 20px;
}
#loginmodel p{
	font-size: 12px;
}
