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

html, body{
	height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #fafafa;
	font: 12px Verdana, Arial, sans-serif;
	color: #333333;
	cursor: default;
}

a {color: #003399; text-decoration: none}
a:hover {text-decoration: underline}
a img{border: none;}

p {margin: 1.5em 0;}

h1, h2, h3{font-weight: normal;}

h1 {font-size: 36px;}
h2 {font-size: 24px;}
h3 {font-size: 18px;}

/*bkt: extra styles*/

.bBody{
	display: table;
	height: 100%;
    width: 100%;
}

.bMain{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
    width: 100%;
	min-height: 600px;
}

.bSpecial{
	height: 500px;
	width: 880px;
	padding: 50px;
	background: #fafafa url(/images/space.jpg) top left no-repeat;
}

.bContent{
	position: relative;
	top: -2px;
	float: left;
	height: 498px;
	width: 672px;
	overflow: auto;
}

.bContent .bLogo{
	margin-top: 138px;
}

.bRight{
	float: left;
	width: 185px;
	padding: 15px 10px 0;
	font-size: 18px;
}

.bClear{
	clear: both;
	margin: 0;
	height: 0;
	overflow: hidden;
}

.bInfo{
	position: absolute;
	z-index: 113;
	margin: -100px 0 0 680px;
	font-size: 11px;
	color: #fff;
}

.bInfo a{
	color: #fff;
}

.bInfo p{
	margin: 1em 5px;
}

/*bkt: ENDOF extra styles*/

/*bkt: right side*/
.bRight ul{
	margin: 88px 0 0;
	padding: 0;
	list-style: none;
}

.bRight h1{
	margin: 0 0 0.75em;
}

.bRight p{
	margin: 0;
	padding: 1em 0 0;
}

.bRight a{
	display: block;
	width: 169px;
	padding: 5px 8px;
	color: #777777;
	font: 18px verdana;
}

.bRight a:hover{
	padding: 4px 7px;
	background: #fefefe;
	border: 1px solid #cccccc;
	text-decoration: none;
	color: #ff3333 !important;
}

.bRight h1 a{
	display: block;
	width: 169px;
	padding: 5px 8px;
	font-size: 24px;
}

.bRight .bNavigation{
	padding-top: 1em;
}

/*bkt: portfolio*/
.bPortfolio{
	padding: 30px 0 0 30px;
}

.bPortfolio a, .bPortfolio span{
	display: block;
	float: left;
	margin: 0 30px 30px 0;
	height: 172px;
	width: 250px;
	padding: 15px;
	overflow: hidden;
	text-align: center;
	font: bold 11px verdana;
	color: #777777;
	background: #fafafa;
	border: 1px solid #cccccc;
}

.bPortfolio a:hover{
	color: #ff3333;
	text-decoration: none;
}

.bPortfolio a:hover{
	border: 1px solid #ff9999;
	cursor: pointer;
}

.bPortfolio a img, .bPortfolio span img{
	border: 1px solid #cccccc;
	margin-bottom: 5px;
}

.bDisplay{
	margin-top: 18px;
	padding: 30px;
}

.bDisplay img{
	border: 1px solid #cccccc;
}

.bDisplay h2{
	font-size: 18px;
	color: #777777;
	margin-bottom: 0;
}

