/* group elements */

#logosticker {
	background:url(../img/logosticker.png);
	position: absolute;
	height: 139px;
	width: 102px;
	top: 10px;
	left: 50%;
	margin-left: 280px;
	z-index: 5;
}

#sticker {
	background:url(../img/sticker.png);
	float:right;
	
	height: 137px;
	width: 138px;
	
	margin-top: -50px;
	margin-left: 150px;
	
	z-index: 6;
}

.clear{
	clear:both;
}

/*basic*/
body {
	margin:0;
	padding:0;

	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;
	background-image:url(../img/bkr_main.png);
	background-position:top;
	background-repeat:no-repeat;
	
	background-color:#FFF;
	
}

/* navigation */

.menutabs{
	width: 780px;
	overflow: hidden;

}

.menutabs ul{
	margin: 0px auto;
	padding: 0;
	padding-left: 0px; /*offset of tabs relative to browser left edge*/
	padding-top:0px;
	font-size: 150%;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	list-style-type: none;
	color:#FFFFFF;
}

.menutabs li{
	display: inline;
	margin: 0px;
}

.menutabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 8px 8px; /*padding inside each tab*/
	/*border-right: 1px solid white; right divider between tabs*/
	color: #336633;
	background: #none; /*background of tabs (default state)*/
}

.menutabs li a:visited{
	color: #336633;
}

.menutabs li a:hover, .menutabs li.selected a{
	text-decoration:none;
	color:#fff;
	background: #336633; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

/* wrappers'n stuff */

#wrapper{
	float:inherit;
	width:810px;
	margin: 0px auto;
	background-color:#FFFFFF;
	
}

#header{
	width:100%;
	height:38px;
	
	background-color:#FFFFFF;
	background-image:url(../img/top_shade.png);
	background-position:bottom;
	background-repeat:no-repeat;
	
}

#content{
	width:100%;
}

#banner{
	position:relative;
	width:800px;
	z-index:1;
	/* padding-left:10px;
	margin-left:-6px;
	background-image:url(../img/banner_bkr.png);
	background-position:center;
	background-repeat:no-repeat;*/

}

.bannercontent{
	margin-left:8px;
	margin-top:5px;
}

.colOne{
	float:left;
	
	width:250px;
	margin-left:10px;
	margin-right:0px;
	
	/*background-image:url(../img/col_bg.png);
	background-position:bottom;
	background-repeat:repeat-x;*/
}

.colTwo{
	float:left;
	
	width:400px;
	margin-left:30px;
	margin-right:5px;
	
	/*background-image:url(../img/col_bg.png);
	background-position:bottom;
	background-repeat:repeat-x;*/
}

/* FAQ */
#faqbox{
	width:500px;
	height:auto;
	
	background-image:url(../img/bkr_faqbox.png);
	background-position:bottom;
	background-repeat:no-repeat;
	
	margin-top:15px;
	margin-left:-5px;
	padding-bottom:10px;

}

#guestion{
	text-align:left;
	width:400px;
	height:30px;
	
	background-image:url(../img/Q.png);
	background-position:left;
	background-repeat:no-repeat;
	
	padding-left:30px;
	
	margin-left:1px;
	margin-bottom:10px;
	margin-top:2px;
}

#answer{
	text-align:left;
	width:400px;
	height:auto;
	min-height:45px;
		
	background-image:url(../img/A.png);
	background-position:top left;
	background-repeat:no-repeat;
	
	padding-left:30px;
	padding-bottom:5px;

	margin-left:3px;
	margin-bottom:2px;
}

#answer p{
	size:100%;
	width:400px;
}	

/* product content */	
#productBox{
	float:left;
	width:500px;
	background-image:url(../img/bkr_productbox.png);
	background-position:bottom;
	background-repeat:no-repeat;
	margin:10px 0px;
	padding:3px;
	
	}
	
#productImg{
	float:left;
	width:125px;
	height:175px;
	
	padding-left:23px;
	padding-top:23px;
		
	background-image:url(../img/bkr_prodpic.png);
	background-position:center;
	background-repeat:no-repeat;
	}
	
#pdf{
	float:left;
	width:250px;
	height:20px;
	
	margin-top: 10px;
	
	padding-top: 10px;
	padding-left:18px;
		
	background-image:url(../img/pdf-icon.gif);
	background-position:left;
	background-repeat:no-repeat;
	}	

#productImg a{
	text-decoration:none;
	color:none;
}	
		
#productTxt{
	float:left;
	margin-left:10px;
	
	width:300px;
	}			

#productImg img{
	border:0px
}

/*typo*/		

#content p{
	width:350px;
	font-size:120%;
	margin:0px;
	
	}

h2{
	font-size:150%;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#FF3399;
	margin-top:1px;
	margin-bottom:4px;
}

h3{
	font-size:120%;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#FF3399;
	margin-top:10px;
	margin-bottom:4px;
	width: 350px;
}

h5{
	font-size:130%;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#FF3399;
	margin-top:0px;
	margin-bottom:0px;
}

h6{
	font-size:120%;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-style:oblique;
	color:#000;
	margin-top:-1px;
	margin-bottom:3px
}

#productTxt h5{
	font-size:120%;
	color:#FF3399;
	margin-top:20px;
}

#productTxt h6{
	font-size:150%;
	font-weight:bold;
	color:#666666;
	
	margin-top:5px;
}

#productTxt p{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-style:italic;
	line-height:110%;
	
	margin-top:0px;
	margin-bottom:1px;
	
	color:#333333;
	}

#content a{
	color:#000000;
	text-decoration:underline;

}

#content a: hover{
	color:#000000;
	text-decoration:none;
}

/* footer */

#footer{
	float:left;
	width:810px;
	height:250px;
	margin-top:35px;
	margin-bottom:5px;
	margin-left:0px;
	
	background-image:url(../img/footer_bkr.png);
	background-position:bottom;
	background-repeat:no-repeat;	
}


#footer_content{
	float:left;
	width:400px;
	
	margin-left:25px;
	margin-top:25px;
}	

#footer h6 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	
	font-size: 110%;
	font-weight:bold;
	color:#FF3399;
	
	margin-top:5px;
	margin-bottom:2px;
}


#footer p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	
	font-size: 110%;
	font-weight:bold;
	color:#FFFFFF;
	
	margin-top:0px;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a: hover {
	color:#888888;
	text-decoration:underline;
}



