body {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	overflow-y: scroll;
}

body, table, input, button, textarea {
	font-family: Verdana;
	font-size: 11px;
	color: #808284;
}

a {
	text-decoration: none;
	color: #808284;
}

a img {
	border: 0;
}

img.align_left {
	margin: 0px 5px 10px 0;
}

h1, h2, h3, h4, h5, h6, p, ul, hr {
	margin: 0 0 10px 0;
}

h1, h2 {
	font-family: georgia;
	font-size: 21.5px;
	font-weight:normal;
	
}

h1 {
	color: #E42618;
}

h2 {
	color: #FFFFFF;
}

h3 {
	font-size: 13px;
	color: #6C6E70;
}

hr {
	clear: both;
	color: black;
	height: 1px;
	border: 0;
	border-bottom: 1px dashed black;
}

.wrapper:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0.0;
}

* html .wrapper { display: inline-block; }

/* no ie mac \*/

* html .wrapper { height: 1%; }

.wrapper { display: block;}

/* */


.active, .active a, div#head span strong, a:hover {
	color: #E42618;
}

.active, .active a, div#content a {
	font-weight: bold;
}

.border {
	border: 1px solid #636363;
}

.clear {
	clear: both;
}

div.teaser {
	z-index: 99;
	height: 300px;
	width: 209px;
	float: left;
	margin: 15px 20px 0px 0px;
	position: relative;
	cursor: pointer;
	background: url(/braincom/images/bg_teaser.png) no-repeat left top;
	padding: 14px 5px 0px 5px;
}
div.teaser_dark {
	background-image: url(/braincom/images/bg_teaser_dark.png);
}
div.teaser_active {
	background-image: url(/braincom/images/bg_teaser_active.png);
}
div.teaser_dark h2 {
	color: white;
}
div.teaser img {
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin: 0px;
}
div#content div.teaser p, div#content div.teaser a {
	color: #221E1F;
}
div#content div.teaser_dark a, div#content div.teaser_dark p {
	color: #FFFFFF;
}

div.teaser_small {
	height: 49px;
	width: 189px;
	background: url(/braincom/images/bg_teaser_small.png) no-repeat left top;
	position: relative;
	float: left;
	margin: 12px 20px 0px 0px;
	padding: 8px 15px;
	cursor: pointer;
	z-index: 0;
}
div.teaser_small h3 {
	color: #E42618;
	margin-bottom: 1px;
}
div.teaser_small div {
	display: none;
	background: url(/braincom/images/bg_teaser_small_expand.png) no-repeat left top;
	height: 252px;
	width: 189px;
	padding: 8px 15px 0px 15px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
div.teaser_small div img {
	position: absolute;
	top: 65px;
	left: 0px;
}
div.teaser_small div a {
	position: absolute;
	bottom: 5px;
	left: 10px;
}

div#container {
	width: 1000px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	padding: 0px 0px 100px 0px;
}

div#nav_top {
	/*width: 176px;*/
	/*height: 200px;*/
	font-size: 8pt;
	padding: 12px; 
	margin-bottom: 5px;
}
div#nav_top p.contact {
	position: absolute;
	bottom: 12px;
	left: 12px;
	margin: 0px;
}
div#nav_top ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
div#nav_top ul li {
	padding: 1px 0px;
}
div#nav_top ul li.active a {
	text-decoration: underline;
}
div#nav_top, div#nav_top a {
	color: #58595B;
}

div#header {
	margin: 0px 0px 5px 200px;
	padding: 0px;
	position: relative;
	line-height: 15px;
}
div#headerbanner{
	margin:0;
	padding:0;
}
div#headerbanner p {
	padding: 1px 0 2px 0px;
	font-family: georgia;
	margin-bottom: 0px;
	text-align: right;
	cursor: default;
	font-size:17px;
}
div#header p strong {
	color: #E42618;
	font-weight: normal;
	padding-right: 5px;
}

div#head {
	width: 795px;
	padding: 0px;
	margin: 0 0 0 205px;
	overflow: hidden;
}

a#logo {
	position: absolute;
	top: 0px;
	right: 19px;
}

ul#nav_main {
	margin: 0px 20px 0px 0px;
	padding: 10px 0;
	list-style: none;
	height: 30px;
}
ul#nav_main li {
	display: inline;
	padding: 0px 20px 2px 0px;
	font-size:13px;

}

div#content-container {
	position:relative;
}

div#content-container #head-caption {
	position: absolute;
	top: 2px;
	right: 0;
	font-family: Georgia;
	font-size: 1.4em;
}

div#col_left, div#content {
	display: inline;
	float: left;
}

div#col_left {
	width: 210px;
	background: url(/braincom/images/bg_nav_sub.png) repeat-x left top;
	min-height: 200px;
}

div#nav_sub {
	positon: relative;
	width: 176px;
	padding: 45px 12px;
}

div#nav_sub ul {
	margin: 0px 0px 80px 0px;
	padding: 0px;
	list-style: none;
}
div#nav_sub ul li {
	margin: 0 0 5px 0;
	color: #58595B;
	padding: 0 0 0 13px;
	background: url(/braincom/images/navbullet.png) no-repeat left center;
	height: 15px;
}
div#nav_sub ul li.active {
	background-image: url(/braincom/images/nav_bullet_active.png);
}

div#nav_sub div#buttons {
	font-family: Arial;
}
div#buttons a {
	display: block;
	padding: 15px 0px 15px 55px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 35px;
}
div#buttons a.button_brand {
	background-image: url(/braincom/images/btbrand.png);
}
div#buttons a.button_publish {
	background-image: url(/braincom/images/btpublish.png);
}
div#buttons a.button_web {
	background-image: url(/braincom/images/btweb.png);
}
div#buttons a.button_digi {
	background-image: url(/braincom/images/btdigi.png);
}

div#content {
	width: 740px;
	/*margin: -40px 0px 20px 205px;*/
	padding: 0px 0px 0px 45px;
	margin-top:80px;
	color: #58595B;
	float:right;
	/*z-index: 11;*/
/*	line-height: 12pt;*/
}
div#content h1 {
	clear: both;
	margin: 0px 45px 15px 0px;
}
div#content h2 {
	font-size: 19px;
}
div#content h3 {
	margin-right: 45px;
}
div#content p {
	line-height: 18px;
	margin-right: 45px;
}
div#content div h3, div#content div p {
	margin-right: 0px;
}
div#content a {
	color: #58595B;
}
div#content a:hover {
	color: #E42618;
}
div#content ul {
	background: url(/braincom/images/ul_background.gif) repeat-y;
	padding: 10px 0 10px 30px;
}
a.block, a.download, div.teaser a {
	display: block;
	margin-bottom: 5px;
	padding-left: 12px;
	background: url(/braincom/images/navbullet.png) no-repeat left center;
	height: 15px;
}
div.teaser_dark a {
	background-image: url(/braincom/images/navbullet_white.png);
}

div.entry {
	clear: both;
	padding: 35px 60px 0px;
	border-bottom: 1px dashed black;
	margin-right: 45px;
}
div#content div.entry h1 {
	clear: none;
	margin: 0 0 5px 0;
	font-size: 18px;
}
div.entry p {
	margin-left: 220px;
}
div.entry div.img {
	float: left;
	width: 200px;
	background-repeat: no-repeat;
	background-position: center 30px;
	margin: -12px 20px 0px 0px;
}
p.redbold {
	font-weight: bold;
	color: #E42618;
}

div#footer {
	margin: 45px 0px 0px 0px;
	padding: 2px 12px;
	height: 51px;
	font-size: 9.5px;
	background: url(/braincom/images/bg_footer.png) repeat-x left top;
}
div#footer ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
div#footer ul li {
	margin: 0;
	padding: 0;
	display: inline;
}
div#footer ul li a {
}


div#fw_presenter {
	width: 1100px;
	height: 604px;
}
div#popup {
	width: 1000px;
	height: 504px;
	color: #58595B;
	background-color: #FFFFFF;
	position: absolute;
	top: 52px;
	left: 52px;
}
div#popup_background {
	background: url(/braincom/images/bg_presenter.png) no-repeat;
	width: 1100px;
	height: 604px;
	position: absolute;
	top: 0px;
	left: 0px;
}
div#popup div.pcontent {
	text-align: left;
	margin: 85px 705px 0px 30px;
}
div#popup h1 {
	font-size: 18px;
}
div#popup div#slides {
	position: absolute;
	top: 12px;
	right: 15px;

	height: 480px;
	width: 675px;
}
div#popup div#pbuttons {
	position: absolute;
	left: 30px;
	bottom: 35px;
}
div#popup div#pbuttons img {
	margin: 13px 0px 0px 0px;
}
div#popup div#slides img {
	margin: 0px;
}
div#popup ul#slides_paging {
	position: absolute;
	bottom: 12px;
	right: 705px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div#popup ul#slides_paging li {
	float: left;
	padding: 0px;
	border: 1px solid #808284;
	color: #808284;
	margin: 0px 0px 0px 3px;
	width: 15px;
	height: 15px;
}
div#popup ul#slides_paging li.active {
	border: 1px solid #58595B;
	color: #FFFFFF;
	background-color: #808284;
	font-weight: normal;
}
div#popup a#popup_close {
	background: url(/braincom/images/button_close.png) no-repeat left top;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 33px;
	height: 33px;
}
div#popup a#popup_close span {
	display: none;
}

img.website_image_popup {
	border: 10px solid white;
}

