/*http://local.b2-studios.com/b2/b2_v1.3/js/jcarousel/lib/jquery.jcarousel.css*/
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
/*http://local.b2-studios.com/b2/b2_v1.3/js/jcarousel/skins/b2/skin.css*/
.jcarousel-skin-b2 .jcarousel-container {
}

.jcarousel-skin-b2 .jcarousel-container-horizontal {
    width: 100%;
}

.jcarousel-skin-b2 .jcarousel-clip-horizontal {
    width:  100%;
}

.jcarousel-skin-b2 .jcarousel-item {
    width: 100%;
	height: 1000px; /* overridden by resizeJcarousel */
}

.jcarousel-skin-b2 .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-b2 .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-b2 .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-b2 .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-b2 .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-b2 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-b2 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-b2 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-b2 .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-b2 .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-b2 .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-b2 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-b2 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-b2 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 * Additional styles for the controls.
 */
.jcarousel-control {
	height: 25px;
	margin: 10px auto 0 auto;
	padding: 3px;
	clear: both;
	position: absolute;
	top: 10px;
}

.jcarousel-control a {
    text-decoration: none;
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	padding: 10px;
}

.jcarousel-control a:focus,
.jcarousel-control a:active {
    outline: none;
}

.jcarousel-control a:hover div {
	background-color: #800;
}

.jcarousel-control a div {
	background-color: #333;
	width: 100%;
	height: 100%;
}

#jcarousel-next,#jcarousel-prev {
    cursor: pointer;
    margin-bottom: -10px;
    text-decoration: underline;
    font-size: 11px;
	position: absolute;
	top: 45%;
}
#jcarousel-next img, #jcarousel-prev img {
	width: 40px;
	position: absolute;
}
#jcarousel-next {
	right: 55px;
}
#jcarousel-prev {
	left: 15px;
}
/*http://local.b2-studios.com/b2/b2_v1.3/js/jscrollpane/jScrollPane.css*/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	/*background: #aaa;*/
}
.jScrollPaneDrag {
	position: absolute;
	/*background: #666;*/
	background: #800;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/*http://local.b2-studios.com/b2/b2_v1.3/css/b2.css*/
* {
	outline: 0;
	font-family: "Helvetica Neue",arial,helvetica,sans-serif;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
body {
	/*background: #090909 url(../img/b2_birds-trans.png) -400px -200px no-repeat;*/
	background: #090909 url(../img/b2_birds.gif) -400px -200px no-repeat;
	font-size: 11pt;
	color: #333;
	line-height: 150%;
	min-width: 600px;
	min-height: 500px;
}
img, body, table, tr, td {
	padding: 0; margin: 0; border: none;
}
::-moz-selection {
	background: #900;
	color: #000;
}
::selection {
	background: #900;
	color: #000;
}

#book {
	margin-top: 50px;
}
#book > li {
	list-style-type: none;
}

.vidlinks a {
	display: block;
	padding-right: 5px;
	font-weight: 200;
	font-size: 42px;
}
.vidlinks, .vidlinks a {
	text-transform: uppercase;
	line-height: 0.9em;
	letter-spacing: -3px;
}
.vidlinks a span.network {
	color: #999;
}
.overlay{
	display: none;
}

h1,h2,h3,h4 {
	color: #800;
	font-weight: 500;
	font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
}

h2 {
	text-transform: uppercase;
	padding-left: 5px;
	margin: 0;
	line-height: 1em;
	font-size: 45pt;
	letter-spacing: -3px;
	margin-bottom: 10px;
}

h5 {
	color: #aaa;
	font-weight: 200;
	font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	padding-left: 5px;
	margin: 0;
	line-height: 1em;
	font-size: 30pt;
	letter-spacing: -3px;
	margin-bottom: 10px;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #888888;
}

#footer {
	position: fixed;
	bottom: 5px;
	left: 0;
	text-align: right;
	text-transform: uppercase;
	width: 100%;
	min-width: 780px;
}
#footer img {
	margin-bottom: -5px;
}
#footer a {
	padding-right: 10px;
}
#footer a span {
	margin-left: -10px;
}

#company, #address {
	z-index: 1;
	position: fixed;
	right: 0.5em;
}

#jnext,#jprev,#jnext div,#jprev div {
    cursor: pointer;
	display: block;
	overflow: hidden;
	width: 38px;
	height: 80px;
	position: fixed;
	top: 50%;
	margin-top: -40px;
	background: url(../img/sprite.gif) no-repeat;
}
#jprev,#jprev div {
	left: 15px;
	background-position: -372px 0;
}
#jprev div {
	opacity: 0;
	background-position: -296px 0;
}
#jnext,#jnext div {
	right: 15px;
	background-position: -410px 0;
}
#jnext div {
	opacity: 0;
	background-position: -334px 0;
}

#company, #company div {
	display: block;
	overflow: hidden;
	width: 296px;
	height: 40px;
	background: url(../img/sprite.gif) 0 0 no-repeat;
	bottom: 1.75em;
}
#company div {
	background-position: 0 -40px;
}
#address {
	bottom: 0.25em;
	width: 500px;
	text-align: right;
}

#facebook {
	position: relative;
	float: left;
	left: 0%;
	bottom: 1.00em;
}

#facebook_text {
	position: relative;
	float: left;
	left: 1%;
	bottom: 0.50em;
}


.scroll {
	color: #aaa;
}

.bullet {
	color: #aaa;
	font-size: 20px;
}

.scroll2 {
	color: #aaa;
	font-size: 12px;
}

#google-map {
	width: 100%;
	height: 360px;
}
	
#sb-title-inner, #sb-info-inner, div.sb-message {
	font-family: "Helvetica Neue",arial,helvetica,sans-serif;
	text-transform: uppercase;
}
#sb-body{ background: #090909 url(../img/b2_birds_small_red-trans.png) 50% 50% no-repeat; }
#sb-loading { display: none }

/* 2 COLUMN LAYOUT http://www.pagecolumn.com/2_col_generator.htm */
.mask{
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	width: 100%;
}
.header{
	float: left;
	width: 100%;
}
.colleft{
	position: relative;
	width: 100%;
	right: 30%;
}
.col1{
	position: relative;
	overflow: hidden;
	float: left;
	width: 28%;
	left: 101%;
}

.col2{
	position: relative;
	overflow: hidden;
	float: left;
	width: 68%;
	left: 3%;
}

.col3{
	position: relative;
	overflow: hidden;
	float: left;
	width: 68%;
	left: 3%;
}

.col4{
	position: relative;
	overflow: hidden;
	float: left;
	width: 28%;
	left: 101%;
}



.footer{
	float: left;
	width: 100%;
}
body {
	padding: 0 80px;
	margin: 0px;
}
/* END 2 COLUMN LAYOUT */
		
		
#cwrap {
	border: 1px solid #666;
	width: 640px;
	/*height: 480px;*/
	height: 100%;
	margin: auto;
}
#cplayer {
	display: block;
	background-color: #090909;
	width: 100%;
	height: 100%;
}
.cmask {
	width: 100%;
	margin: auto;
	position: absolute;
}
.ccol1 {
	float: right;
	width: 15em;
	text-align: left;
}
.ccol1 div {
	padding-left: 20px;
}
.ccol1 a {
	border-bottom: 1px solid #999;
	color: #999;
}
.ccol1 p {
	margin: 0;
}
.ccol2 {
	margin-right: 15em;
}

.ccol3 {
	margin-right: 15em;
}


#toc {
	width: 100%;
	color: #333;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 30px;
	vertical-align: middle;
}
#toc div.tooltips {
	display: block;
	float: left;
	width: 500px;
}
#toc div span {
	position: absolute;
	margin-left: 5px;
	opacity: 0;
}
