@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	background-image:url(../images/background-rep.jpg);
	background-repeat:repeat-x;
	background-color:#343434;
	color: #000;
	
}
#black-bar{
	background-color:#000;
	height:20px;
	width:100%;
	color: #FFF;
}
#greygrad-bar{
	background-color:#333;
	background-image:url(../images/background_top_rep.jpg);
	background-repeat:repeat-x;
	height:76px;
}
#wrapper{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;

}

#black-box{
	width:900px;
}
#nav-con{
	background-color:#8F8F8F;
	height:25px;
	z-index: 200;
}
.textWrap2{
	width:550px;
	margin-left:auto;
	margin-right:auto;
}
.textWrapWide2{
	width:480px;
	margin-left:auto;
	margin-right:auto;
}
#yellow-bar{
	/*font-size: 1.2em;
	color: #333333;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;*/
	width:900px;
	height:68px;
	/*line-height:60px;
	text-indent:23px;*/
	background-image:url(../images/yellow_rep_top_message.jpg);
	background-repeat:repeat-x;
}
.centerDiv{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align: right;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	padding:4px;
}
.centerDivtop{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align: right;
	height:65px;
	background-image:url(../images/bwcom-logo-text.jpg);
	background-position:center left;
	background-repeat:no-repeat;
}
.text-body{
	background-image:url(../images/background_yellow_rep.jpg);
	background-repeat:repeat-x;
	width:880px;
	padding:10px;
	padding-top:50px;
	padding-bottom: 50px;
}
#leftCol{
	width:575px;
	float:left;
}
#leftColWide{
	width:530px;
	float:left;
}
#rightCol{
	width:276px;
	float:right;
}
#rightColtem2{
	width:276px;
	float:left;
}
#leftColtem2{
	width:576px;
	float:right;
}

#rightColBox576px{
	width:556px;
	background-image:url(../images/yellow-grad-box-576pxwide.jpg);
	padding: 10px 10px 10px 10px;
}

.boxRightfloat{
	background-image:url(../images/yellow-grad-box.jpg);
	width:276px;
	background-repeat:no-repeat;
	float:right;
}
.boxLeftfloat{
	background-image:url(../images/yellow-grad-box.jpg);
	width:276px;
	background-repeat:no-repeat;
	float:left;
	height:100%;
}
.boxLeftfloatWide{
	background-image:url(../images/yellow-grad-box-296x326.jpg);
	width:326px;
	background-repeat:no-repeat;
	float:left;
	height:100%;
}

/*video*/

.videoleftCol{
	width: 330px;
	float: left;
}

.videorightCol{
	width: 206px;
	padding: 0 0 0 20px;
	float:right;
}

.videoBox576px{
	width:556px;
	background-image:url(../images/yellow-grad-box-576pxwide.jpg);
	padding: 10px 10px 10px 10px;
}

/*end video */

/*ebrochure page*/

.ebro {
	width:576px;
	padding-bottom: 40px;
}

.ebroLeftCol {
	width: 214px;
	padding-right: 20px;
	float:left;
}

.ebroRightCol {
	float:right;
	width: 342px;
}

/* one column */

#oneColumn {
	width:860px;
	padding: 0 10px 20px 10px;
}

/* footer */

.footer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align:center;
}
