/* Created by Boiko Oleg (http://special.net.ua) � 2007. All rights reserved */

html, body{
    min-height: 100%;
	height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #fff;
	background-image: url(../img/main_bg.png);
	background-position: top center;
 	background-repeat: repeat-y;
	font-family: Arial;
    font-size: 14px;
	color: #333333;
	cursor: default;
	behavior: url(../special/csshover.htc);
}

a{text-decoration: none; color: #777777; font-weight: normal;}
a:hover{text-decoration: none; color: #E36E25; font-weight: normal;}

p, h1, h2, h3, h4{padding: 0px; margin: 0em 0em 1em 0em;}
h1{font-size: 16px;}
h2{font-size: 14px;}
h3{font-size: 13px;}
h4{font-size: 12px;}
h5{text-decoration: font-size: 12px; vertical-align: top; padding: 0px; margin: 0em 0em 0em 0em; border: 0px;}
 

form{margin: 0px;}

/*bkt: Extra style*/
.bBody{
	min-height: 100%;
	_height: 100%;
}

.bParent{
	width: 940px;
	margin: 0px;
}

.bClear{
	clear: both;
}

.bEmpty{
	height: 50px;
    clear: both;
}

.bBottom{
	height: 10px;
    margin-top: -50px;
    position: relative;
}

.bCopyRights {
	padding-top: 20px;
    text-align: center;
    font-size: 10px;
	font-family: Verdana;
    color: #888;
}

.bServiceLine {
    text-align: center;
    font-size: 9px;
	font-family: Verdana;
    color: #888;
}


/*bkt: ENDOF Extra style*/

/*bkt: Special block style*/

.bLogo{
	float: left;
}

.bSlogan{
	float: right;
}

.bPageTop{
	height: 75px;
}

.bTopMenu, .bMiddlePanel{
	height: 27px;
	padding: 6px 6px 6px 25px;
	background-image: url(../img/panel_bg.gif);
	background-repeat: repeat-x;
}

.bMiddlePanel{
	height: 21px;
	padding: 6px 6px 0px 25px;
}

.bSlimPanel{
        border: 0px;
        height: 18px;
	padding: 0px 0px 0px 0px;
        background-image: url(../img/panel_bg.gif);
	background-repeat: repeat-x;
}

#bToday, .bLocaleSelect{
	float: right;
	padding: 7px 25px 0px 0px;
	font-family: Verdana;
	font-size: 13px;
	white-space: nowrap;
}

.bLocaleSelect{
	font-weight: bold;
}

.bLocaleSelect a{
	color: #333333;
}

.bLocaleSelect a:hover{
	color: #777777;
	text-decoration: none;
}

.bMiddlePanel img{
	margin: 0px 12px 0px 12px;
}

.bMiddlePanel h4{
	float: left;
	margin: 0px;
	font-size: 13px;
}

.bSlideHolder, #bSlide_0, #bSlide_1, #bSlide_2, #bSlide_3, #bSlide_4{
	display: block;
	width: 940px;
	height: 270px;
	background: #fff;
	background-image: url(../img/presentation/slide_empty.jpg);
}

#bSlide_0{
	display: block;
	background-image: url(../img/presentation/slide_0.jpg);
}

#bSlide_1{
	display: none;
	background-image: url(../img/presentation/slide_1.jpg);
}

#bSlide_2{
	display: none;
	background-image: url(../img/presentation/slide_2.jpg);
}

#bSlide_3{
	display: none;
	background-image: url(../img/presentation/slide_3.jpg);
}

#bSlide_4{
	display: none;
	background-image: url(../img/presentation/slide_4.jpg);
}

.bSimpleTop, .bSimpleTopAudit, .bSimpleTopDD, .bSimpleTopAccountancy, .bSimpleTopPayroll, .bSimpleTopTax, .bSimpleTopBTax, .bSimpleTopInventory, .bSimpleTopIT{
	width: 940px;
	height: 100px;
	background: #fff;
	background-image: url(../img/simple_top_0.jpg);
}

.bSimpleTopAudit{
	background-image: url(../img/simple_top_audit.jpg);
}

.bSimpleTopDD{
	background-image: url(../img/simple_top_dd.jpg);
}

.bSimpleTopAccountancy{
	background-image: url(../img/simple_top_accountancy.jpg);
}

.bSimpleTopPayroll{
	background-image: url(../img/simple_top_payroll.jpg);
}

.bSimpleTopTax{
	background-image: url(../img/simple_top_tax.jpg);
}

.bSimpleTopBTax{
	background-image: url(../img/simple_top_btax.jpg);
}

.bSimpleTopInventory{
	background-image: url(../img/simple_top_inventory.jpg);
}

.bSimpleTopIT{
	background-image: url(../img/simple_top_it.jpg);
}

.bPageContent{
	padding: 18px 25px 25px 25px;
	background-image: url(../img/right_panel_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.bPageContent p, .bPageContent h2, .bPageContent ul{
	text-align: justify;
	margin-right: 180px;
}

.bPageContent a{
	text-decoration: underline;
}

.bComment{
	margin: 0px 15px 10px 15px;
	padding: 10px;
}

.bComment2{
	margin: 0px 15px 10px 15px;
	padding: 10px;
        font-size: 11px;
}

.bComment3{
        font-size: 11px;
}


.bTable{
        margin: 0px;
        margin-right: 0px;
        padding: 0px;
        padding-right: 0px;
        font-size: 11px;
	font-family: Verdana;
}


/*bkt: Special Clients list style*/
.bClients li{
	margin-bottom: 35px;
}

.bClients h2{
	margin: 0px;
}

.bClients p{
	margin: 0px;
	width: 535px;
	text-align: right;
}

.bClients img{
	position: relative;
	margin: 0px 10px 0px 0px;
	top: 7px;
}

/*bkt: ENDOF Special Clients list style*/

/*bkt: Special Quote style*/
#bQuote{
	float: right;
	width: 246px;
	height: 110px;
	margin: 0px 0px 10px 15px;
	padding: 20px 22px 20px 22px;
	background: url(../img/quote_box.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

#bQuote h3{
	margin-bottom: 0px;
	font-size: 13px;
	text-align: left;
}

#bQuote h2{
	margin-right: 0px;
	text-align: left;
	font-family: Verdana;
	font-size: 13px;
	color: #000088;
}

/*bkt: ENDOF Special Quote style*/

/*bkt: Special Login style*/
#bLogin{
	float: right;
	width: 125px;
	height: 140px;
	margin: -181px 0px 10px 15px;
	padding: 25px;
	background: url(../img/login_box.png);
	background-repeat: no-repeat;
}

#bLogin p{
	margin: 0px;
}

#bLogin h4{
	text-align: left;
	margin: 0px 0px 8px 0px;
	font-size: 12px;
}

.bEdit{
	margin: 2px 0px 5px 0px;
	width: 119px;
	font-size: 10px;
}

.bSubmit{
	margin-top: 8px;
	width: 78px;
}

/*bkt: ENDOF Special Login style*/

/*bkt: Special menu style*/
.bTopMenu{
	padding: 0 0 0 8px;
    height:auto;
}

.bTopMenu:after{
    content: '';
    display: table;
    clear: both;
}
.bTopMenu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.bTopMenu ul li {
	position: relative;
	float: left;
}

.bTopMenu ul li a{
	display: block;
	padding: 6px 18px 6px 17px;
	font-weight: bold;
    font-size: 12px;
	color: #333333;
	background-image: url(../img/panel_split.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.bTopMenu ul li a:hover{
	text-decoration: none;
}

.bTopMenu li ul {
	display: none;
	position: absolute;
	left: -1px;
	top: 100%;
	background: #fff;
	border: 1px solid #b0bab0;
	border-top: none;
}

.bTopMenu li:hover ul {
	display: block;
}

.bTopMenu li:hover{
	background-image: url(../img/panel_bg_hover.gif);
}

.bTopMenu li ul li{
	padding: 0px;
	clear: both;
	margin: 0px;
	white-space: nowrap;
}

.bTopMenu li:hover a{
	background-image: url(../img/panel_split.gif);
	background-position: right;
	background-repeat: no-repeat;
	color: #333;
}

.bTopMenu li:hover ul li a{
	display: block;
	width: 155px;
	background: #fff;
	padding: 4px 6px 4px 6px;
}

.bTopMenu li ul li a:hover{
	background-image: url(../img/panel_bg_hover.gif);
	background-position: top;
	text-decoration: none;
	border: none;
}

/*bkt: ENDOF Special menu style*/