/* Style Reset */
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 { 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; }

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,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-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/* Basic elements */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#cccccc;
	background-color:#000000;
	overflow-y:scroll;
	cursor:default;
}

iframe { margin:0; padding:0;	border-style:none; overflow:hidden; }

img { border-style:none; outline-style:none; }

table { font-size:0.85em;width:540px; }

tr { height:50px; }

td { height:50px; }

a { border-style:none; outline-style:none; }

/*a:link, a:visited { text-decoration:none; color:#666666; }

a:hover { text-decoration:underline; color:#000099; }

a:active { color:#666666; }*/

h1 {
	font-size:1.75em;
}

h2 {
	font-size:1.25em;
	padding:0 0 20px 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */

#overlogo {
	display:block;
	position:absolute;
	background-color:#000000;
	width:100%;
	z-index:99;
}

#mainlogo {
	display:block;
	position:relative;
	background-image:url(../images/bds_logo_on_black.png);
	background-repeat:no-repeat;
	background-position:center center;
	width:560px;height:200px;
	margin:140px auto 0 auto;
}

#marker {
	display:block;
	position:absolute;
	top:60px;left:444px;
	width:16px;height:16px;
}

#underlogo {
	display:block;
	position:absolute;
	bottom:10px;
	width:100%;
	z-index:1;
}

.footer {
	font-size:0.75em;
	width:520px;height:16px;
	margin:0 auto 24px auto;
}

#browzlist {
	display:inline-block;
	width:120px;height:16px;
	vertical-align:middle;
}

.browzlink {
	display:inline-block;
	background-position:center center;
	background-repeat:no-repeat;
	width:24px;height:16px;
}

.browztext {
	display:inline-block;
	vertical-align:middle;
}

#copytag {
	display:block;
	font-size:0.75em;
	/*text-align:center;*/
	width:520px;
	margin:0 auto;
}

/* Text classes */
.btxt {
	font-weight:bold;
}

.itxt {
	font-style:italic;
}

/* Spacer classes */
.sixteenx1 {
	display:inline-block;
	width:16px;height:1px;
}




