/* Brainshark CSS */

/* -------------------------------------------------------- */
/* -- GLOBAL ---------------------------------------------- */
/* -------------------------------------------------------- */
flag {color:#ff0000;}
flag img {outline:1px solid #ff0000;}

* {margin: 0px; padding: 0px; border: none;}

a:link {color: #007cc2; text-decoration: underline;}
a:visited {color: #007cc2; text-decoration: none;}
a:hover {color: #26b5ff; text-decoration: none;}
a:active {color: #007cc2; text-decoration: none;}


div.clear {clear: both;}

a.with_arrow {
	background-image: url(../../images/arrow_right.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 5px 0px;
	font-weight: normal;
	color: #007cc2;
	text-align: left;
	}
	
	a.with_arrow:link {text-decoration: none;}
	a.with_arrow:visited {text-decoration: none;}
	a.with_arrow:hover {color: #26b5ff; text-decoration: none;}
	a.with_arrow:active {text-decoration: none;}
	



body {
	background-color: #E1E1E1;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	position:relative
	}
	
.container {
	width: 940px;
	margin: 0px auto 0px auto;
	}
	
/* -------------------------------------------------------- */
/* -- HEADER - Common ------------------------------------- */
/* -------------------------------------------------------- */

.header {
	position: relative;
	margin: 0px 0px 0px 0px;
	height: 87px;
	}
	
/* -------------------------------------------------------- */
/* -- HEADER - Top of the page ---------------------------- */
/* -------------------------------------------------------- */

.header .top_nav {
	position: absolute;
	top: 8px;
	right: 0px;
	width: 360px;
	height: 24px;
	background-image: url(../images/top_header_nav_bg.gif);
	background-repeat: no-repeat;		
	}
	
.header .top_nav ul {
	margin: 0px 2px 0px 5px;
	}

.header .top_nav ul li {
	display: inline;
	float: left;
	padding: 2px 0px 0px 0px;
	text-align: center;
	width: 115px;
	}
	
.header .top_nav ul li a {
	font-size: .7em;
	}

.header .top_nav ul li a:link {color: #7d7d7d; text-decoration: none;}
.header .top_nav ul li a:visited {color: #7d7d7d; text-decoration: none;}
.header .top_nav ul li a:hover {color: #000000; text-decoration: none;}
.header .top_nav ul li a:active {color: #7d7d7d; text-decoration: none;}
.header .top_nav ul li a.selected {color: #000000; text-decoration: none;}
	
/* -------------------------------------------------------- */
/* -- HEADER - Logo --------------------------------------- */
/* -------------------------------------------------------- */

.header .logo {
	position: absolute;
	bottom: 11px;
	left: 14px;
	background-image: url(../images/brainshark_logo.gif);
	width: 277px;
	height: 44px;
	}
	
.header .logo a {
	display: block;
	width: 277px;
	height: 44px;
	}

.header .logo a i {
	display: none;
	}
	
/* -------------------------------------------------------- */
/* -- HEADER - Nav on the Right --------------------------- */
/* -------------------------------------------------------- */

.header .search_nav {
	position: absolute;
	bottom: 10px;
	right: 0px;
	}

.header .search_nav ul {
	font-size: .7em;
	float: left;
	margin: 3px 8px 0px 0px;
	}
	
.header .search_nav ul li {
	display: inline;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #d1d1d1;
	}
	
.header .search_nav ul .last {
	padding: 0px 5px 0px 5px;
	border-right: none;
	}
	
.header .search_nav ul li a {}
	
.header .search_nav ul li a:link {color: #007cc2; text-decoration: none;}
.header .search_nav ul li a:visited {color: #007cc2; text-decoration: none;}
.header .search_nav ul li a:hover {color: #26b5ff; text-decoration: none;}
.header .search_nav ul li a:active {color: #007cc2; text-decoration: none;}
	
.header .search_nav form {
	float: left;
	}
		
input.generic_text_input {
	vertical-align:top;
	height:15px;
	font-size: .7em;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #d1d1d1;
	padding: 2px 3px 2px 3px;
	}

select.generic_text_input {
	vertical-align:top;
	height:20px;
	font-size: .9em;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #d1d1d1;
	padding: 2px 3px 2px 3px;
	}

input.generic_html_button {
	vertical-align:top;
	font-size: .7em;
	color: #007cc2;
	background-color: #d1d1d1;
	background-image: url(../images/search_button_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	border: 1px solid #d1d1d1;
	margin: 0 0 0 -1px;
	padding: 1px 5px 3px 5px;
	cursor: pointer;
	}

/* -------------------------------------------------------- */
/* -- NAV - Pulldown -------------------------------------- */
/* -------------------------------------------------------- */
.pulldown {
	width: 100%;
	background-color: #007cc2;
	background-image: url(../images/nav_corners_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	overflow: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: .75em;
	}

.pulldown ul {
	list-style: none;
	border-left: 1px solid #47a8f1;
	margin: 0px 0px 0px 10px;
	overflow: auto;
	}

.pulldown li {
	display: block;
	float: left;
	text-transform: capitalize;
	border-right: 1px solid #47a8f1;
	}

.pulldown li#selected a {
	background-color: #47a8f1;
	}
	
.pulldown a {
	float: left;
	color: #ffffff;
	background-color: #007cc2;
	padding: 1px 8px 3px 8px;
	font-weight: bold;
	text-decoration: none;
	}

.pulldown a span {
	float: none;
	display: block;
	padding: 4px 8px 2px 7px;
	}

.pulldown a:hover {
	background-color: #47a8f1;
	}

.pulldown a:hover span {
	background-color: #47a8f1;
	}

.pulldown .selected a, #ddcolortabs .selected a span { /*currently selected tab*/
	background-color: #47a8f1;
	}

.submenu {
	position: absolute;
	top: 0px;
	background-color: #a4d5fa;
	width: 135px;
	border-top: none;
	border-left: 1px solid #47a8f1;
	border-bottom: none;
	border-right: 1px solid #47a8f1;
	font-size: .75em;
	line-height: 18px;
	z-index: 100;
	visibility: hidden;
	margin: -1px 0px 0px -1px;
	}


.submenu a {
	width: auto;
	display: block;
	border-bottom: 1px solid #47a8f1;
	padding: 2px 15px 2px 15px;
	text-decoration: none;
	color: #000000;
	}

.submenu a:hover {
	background-color: #47a8f1;
	color: #ffffff;
	}
	

/* -------------------------------------------------------- */
/* -- NAV - Pop-Up Tabs ----------------------------------- */
/* -------------------------------------------------------- */

.tabs {
	position: relative;
	bottom: 0px;
	width: 100%;
	}
	
.tabs ul li {
	display: block;
	float: left;
	width: 234px;
	height: 30px;
	margin: 0px 1px 0px 0px;
	}

.tabs ul li.current {
/*	background-color: transparent; */
	}

.tabs ul li + li + li + li + li {
	width: 235px;
	margin: 0px 0px 0px 0px;
	}

.tabs ul li.hidden {
	display: none;
	}
	
.tabs ul li a {
	position: absolute;
	bottom: 0px;
	display: block;	
	width: 198px;
	color: #ffffff;
	font-weight: bold;
	font-size: .75em;
	text-decoration: none;
	padding: 8px 18px 9px 18px;
	background-image: url(../images/nav_images_bg.png);
	background-position: 0px 0px;
	background-repeat: repeat;
	background-color: transparent;
	}
	
.tabs ul li a.current {
	height: 50px;
	}

.tabs ul li + li + li + li + li a {
	width: 199px;
	}

.tabs ul li a span {
	display: block;
	margin: -8px -18px -7px -18px;
	padding: 8px 18px 7px 18px;
	background-color: transparent;
	background-image: url(../images/arrow_up.png);
	background-position: 207px 8px;
	background-repeat: no-repeat;
	}
	
.tabs ul li a.current span {background-image: none;}

/* -------------------------------------------------------- */
/* -- CONTENT - Common ------------------------------------ */
/* -------------------------------------------------------- */

.content_bg {
	background-color: #ffffff;
	background-image:none
	}

.embed {
	padding: 10px 10px 10px 10px;
	display:block;
	float:left;
	width:800px
	background-image:none
	}
	
.copy {
	padding: 10px 0px 0px 10px;
	display:block;
	float:left;
	width:500px
	}
	
.copy p{
	padding: 10px 0px 0px 0px;
	margin:0;
	width: 400px
	}
	
.preso {
	padding: 0px;
	margin: 10px 10px 0 0;
	display:block;
	float:left;
	width:241px;
	background-image:url(/images/bg-preso.jpg);
	background-repeat:no-repeat
	}
	
.myB {
	margin: 20px 20px 20px 10px;
	width: 433px;
	height: 240px;
	background-image:url(/images/myB-box.png);
	float:left;
}

.ent {
	margin: 20px 0px 20px 0px;
	width: 433px;
	height: 240px;
	background-image:url(/images/ent-box.png);
	float:left;
}
	

.myB h1, .ent h1{
	margin: 0px !important;
	padding: 20px 0px 5px 80px !important;
	font-size: 120% !important;
	font-weight:bold !important;
	color: #000 !important;
	
}

.myB h2,  .ent h2{
	margin: 0px !important;
	padding: 0px 0px 5px 80px !important;
	font-size: 110% !important;
	font-weight:bold !important;
	color:#007cc2 !important;
	border: none !important;
	
}

.myB p, .ent p{
	margin: 0px !important;
	padding: 0px 25px 5px 80px !important;
	font-size: 100% !important;
	
}

.myB a img, .ent a img{
	margin: 25px 0px 0px 80px !important;
	padding: 0px 0px 0px 0px !important;
	font-size: 100% !important;
	
}

.content {
	background-color: #ffffff;
	background-image:url(/images/swoosh-old.jpg);
	background-repeat: no-repeat !important;
	padding: 0px 16px 20px 16px;
	margin: 0px 0px 6px 0px;
	font-size: .8em;
	line-height: 1.2em;
	}
	
.content ul{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	}
	
.content ul li{
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 75px;
	}
	
.logosCompany {
	text-align:center; 
	padding-top:10px;
	clear:both
}

.content h1 {
	color: #000;
	font-size: 200%;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	line-height:100%
	}
	
.content h2 {
	color: #007cc2;
	font-size: 120%;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	line-height:100%
	}
	
.content h3 {
	color: #000;
	margin: 10px 0px 10px 0px;
	font-weight: normal;
	font-size: 100%;
	width: 400px
	}
	
.content h4 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 1.1em;
	}

.content h5 {
	margin: 20px 0px 0px 0px;
	font-weight: bold;
	font-size: 1.1em;
	}
	
.content_bottom {
	background-color: #ffffff;
	background-image: url(../images/content_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 6px;
	margin: 0px 0px 10px 0px;
	}

