/* CSS Document */
/* v1.0 | 20080212 */

/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}*/
/************************ STRUCTURE & STYLES ************************/
body {
	background: #EFECE0;
	margin: 0;
	padding: 0;
  	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: .80em;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 0px;
	margin: 6px 0;
}
h1 {
  	font-size: 180%;
}
h2 {
 	 font-size: 160%;
}
h3 {
  	font-size: 140%;
}
h4 {
  	font-size: 120%;
}
a img {
  	border: none;
}
a, a:link, a:visited, a:active {
	text-decoration: underline;
	color: #000;
	outline: none;
}
a:hover, a:focus {
	text-decoration: none;
	color: #000;
}
#container {
	width: 962px;
	margin-left:auto;
	margin-right: auto; 
}
#wrapper {
	width: 950px;
	background: #fff;
	border: 6px solid #000000;
}
/************************ ACCESSIBILITY STYLES ************************/
.accessibility  {
	left:-999em;
	position:absolute;
	top:-999em;
}

/************************ HEADER ************************/
#header {
	width: 950px;
	padding: 0px;
	border-bottom: 4px solid #000000;

}
/************** Logo **************/
#logo {
	height: 103px;
	width: 596px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1002;
	padding: 0 8px 9px 9px;
	background:url(images/bb-logo.gif) no-repeat;
	margin:0 auto;
	display:block;
}
#logo h1 {
	height: 103px;
	width: 596px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
#logo h1 a {
	height: 103px;
	width: 596px;
	display: block;
}
#logo span {
	display:none;
} 
/************** End Logo **************/

/************************ NAVIGATION ************************/
/*************** Menus are style in hmenu.css ***************/
#navigation {
	width: 920px;
	height: 50px;
	position: relative;
	z-index: 1001;
	margin: 10px auto;
}


/************************ CONTENT ************************/
#content {
	width: 910px;
	margin: 0;
	float: left;
	padding: 20px 20px 10px 20px;
}
.top_content{
	width: 910px;
	padding-bottom:20px;
	float:left;
}
.bottom_content{
	width: 910px;
	border-top: 2px #000000 solid;
	padding-top:20px;
}

/************************ Home Page ************************/
#midCont {
	width: 930px;
	padding: 28px 0 19px 0;
	color: #000;
}
#mcWrapper {
	width: 930px;
}
.mid_col {
	width: 250px;
	padding: 0 30px;
	float: left;
	min-height: 128px;
}
h2.mcHead {
	color: #000;
	font-size: 140%;
	line-height: 37px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	padding: 0 0 3px 50px;
	font-weight: normal;
}
.mcDesc {
	line-height: 1.3;
	padding: 0 5px;
}
.mcDesc p {
	padding: 0;
	margin: 0 0 12px 0;
}            


/************************ Articles ************************/
#artCont {
	width: 870px;
	padding: 0 20px;
	float:left;
	min-height: 510px;
}
#artCont_with_side{
	width: 660px;
	padding: 0 20px;
	float:left;
	min-height: 510px;
}
#product_list{
	width:910px;
	margin-bottom: 20px;
}
h2.artHead {
	color: #000;
	font-size: 140%;
	text-transform: uppercase;
	margin: 0px 0 23px 0;
	padding: 0;
	font-weight: normal;
}
.artDesc {
	line-height: 1.3;
	padding: 0;
}
.artDesc p {
	padding: 0;
	margin: 0 0 20px 0;
}                     


/************** Summary Pages **************/
blockquote.summaryPageTitle {
	font-weight: bold;
	margin: 0 0 2px;
	padding: 0;
	font-size: 110%
}
blockquote.summaryPageDescription {
	margin: 0 0 20px;
	padding: 0;
}

/************************ FOOTER ************************/

.clear {
	clear: both;
}
#footer {	
	width: 910px;
	padding: 20px 0 0 0;
	font-size: 80%;
	color: #000;
	text-align:center;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	text-decoration: underline;
	color: #000;
	outline: none;
}
#footer a:hover, #footer a:focus {
	text-decoration: none;
	color: #000;
}
