@charset "utf-8";

/* ------------------------------ Common rules ------------------------------ */
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #737373;
}

.invisible_span {
	position: absolute;
	top: -10000px;
}
.floatLeft {
	float: left;
	margin-right: 10px;
}
.alignVerticalMiddle {
	vertical-align:middle;
}
.clearFloat{
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}

.container {
	width: 916px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.vcard{
	font-size: 8pt;
	color: #afaeae;
}
.label{
	font-size: 9pt;
	color: #73a6e5;
	text-transform: capitalize;
}
.oblique{
	font-style: oblique;
}

/* ------------------------------ Header Module ------------------------------ */
#Header {
	background-image: url(images/Header_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 80px;
	padding-top: 15px;
	padding-bottom: 5px;
}
#HeaderLeft {
	float: left;
}
#HeaderLeft img{
	border: none;
}
#HeaderRight {
	float: right;
	text-align: right;
}
#HeaderRight p {
	font-size: 12px;
	color: #1F2D50;
	padding-top: 25px;
	font-weight: bold;
}

#Header ul{
	font-family: Verdana;
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
}
#Header ul li{
display: inline;
}
#Header ul li a{
	text-decoration: none;
	background-image: url(images/Header_ul.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #989898;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
#Header li a:hover{
	color: #1A1A1A;
	}

#Header ul li a#Header_lastli{
	background-repeat: no-repeat;
	background-image: url(images/empty.gif);
}


/* ------------------------------ Content ------------------------------ */
#Content {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
#Content_container {
	width: 916px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/ContentHome_bg.jpg);
	background-repeat: no-repeat;
}


/* - ContentMainMenu - */
#ContentMainMenu ul{
	font-family: Verdana;
	font-size: 13px;
	text-transform: capitalize;
	padding-top: 8px;
	padding-bottom: 18px;
	font-weight: bold;
	text-align: left;
	background-image: url(images/ContentMainMenu_ul_bg.gif);
	background-repeat: repeat-x;
}
#ContentMainMenu li{
display: inline;
}
#ContentMainMenu li a{
	text-decoration: none;
	color: #F5F5F5;
	padding-right: 39px;
	padding-left: 39px;
	padding-top: 8px;
	padding-bottom: 7px;
}
#ContentMainMenu li a:hover{
	background-image: url(images/ContentMainMenu_ul_bg_hover.gif);
	background-repeat: repeat-x;
	}
#ContentMainMenu li a#ContentMainMenu_SelectLi {
	color: #101B38;
	padding-left: 41px;
	padding-bottom: 16px;
	background-image: url(images/ContentMainMenu_SelectLi.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


/* --------------- ContentLeftColumn --------------- */
#ContentLeftColumn {
	float: right;
	width: 580px;
	margin-right: 30px;
}

/* --------------- ContentRightColumn --------------- */
#ContentRightColumn {
	float: right;
	width: 300px;
}



/* ------------- CallOut ------------- */

#CallOut{
	padding-left: 95px;
}

/* - CallOutLeft - */
#CallOutLeft{
	float: left;
	background-color: #EBEBEB;
	border: 1px solid #FFFFFF;
	margin-top: 35px;
	opacity:0.75;
	filter:alpha(opacity=75);
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#CallOutLeft ul{
	list-style-image: url(images/CallOutLeft_list.jpg);
	list-style-position: inside;
	margin-top: 20px;
}
#CallOutLeft ul li{
	margin-top: 3px;
}
#CallOutLeft ul li a{
	text-decoration: none;
	color: #11182D;
	text-transform: capitalize;
	font-weight: bold;
	padding-left: 5px;
}
#CallOutLeft ul li a:hover{
	color: #334888;
}

/* - CallOutRight - */
#CallOutRight{
	float: left;
	margin-top: 110px;
	margin-left: 35px;
	width: 215px;
}
#CallOutRight_p1{
	font-size: 15px;
	color: #8cd5fb;
	font-weight: bold;
	text-transform: capitalize;
}
#CallOutRight_p2{
	font-size: 12px;
	color: #e5e5e6;
	text-transform: capitalize;
	margin-top: 5px;
}
#CallOutRight span{
	font-style: oblique;
	font-weight: bold;
}
#CallOutRight_p3{
	font-size: 12px;
	color: #e5e5e6;
	margin-top: 5px;
}
#CallOutRight_p3 a{
	text-decoration: none;
	color: #e5e5e6;
}
#CallOutRight_p3 a:hover{
	color: #1a1a1a;
}
#CallOutRight_p3 img{
	border: none;
}


/* ------------- Abstract ------------- */
#Abstract{
	margin-top: 40px;
	margin-bottom: 45px;
	padding-left: 30px;
	font-size: 14px;
	color: #1f2d50;
	font-style: oblique;
	font-weight: bold;
}
#Abstract ul{
	list-style-type: square;
}
#Abstract ul li{
	margin-top: 10px;
	margin-bottom: 10px;
}


/* ------------- Order ------------- */
#Order{
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
}
#Order img{
	border: none;
}
#Order_p1{
	font-size: 12px;
	color: #17254a;
	margin-bottom: 7px;
}
#Order_p1 span{
	font-size: 14px;
	font-weight: bold;
}
#Order_p2{
	font-size: 12px;
	color: #868686;
	margin-top: 5px;
}




/* ------------- Article ------------- */
#Article{
	padding-top: 5px;
}

/* - ArticlePanel - */
#ArticlePanel{
	background-color: #f0f0f0;
	border-top-style: dotted;
	border-top-color: #afaeae;
	border-top-width: 1px;
}

/* - ArticleArticle - */
#ArticleArticle{
	margin-top: 10px;
}
#ArticleArticle h3,h4,h5{
	color: #1f2d50;
	font-weight: bold;
	display: block;
}
#ArticleArticle h3{
	font-size: 15pt;
}
#ArticleArticle h4, h5{
	font-size: 10pt;
}
#ArticleArticle h5{
	margin-top: 10px;
}
#ArticleArticle p{
	font-size: 10.5pt;
	text-align: justify;
	margin-top: 20px;
}
#ArticleArticle ul{
	margin-left: 20px;
	font-size: 10.5pt;
	text-align: justify;
	list-style-image: url(images/Article_FAQcheckMark.gif);
}
#ArticleArticle ul li{
	margin-top: 15px;
}
#ArticleArticle img{
	border: none;
}
#ArticleArticle a{
	color: #1f2d50;
	text-decoration: none;
}
#ArticleArticle a:hover{
	color: #8cd5fb;
}

/* ------------- ContactUs ------------- */
#ContactUs{
	font-size: 10.5pt;
	margin-left: 10px;
}
#ContactUs table,#ContactUs th,#ContactUs td {
	border-width: 0px;
	text-align: left;
	vertical-align: top;
}
#ContactUs table{
	margin-top: 20px;
}
#ContactUs th,#ContactUs td{
	padding-right: 20px;
	text-transform: capitalize;
	padding-bottom: 7px;
}
#ContactUs .posta,#ContactUs .phone{
	background-repeat: no-repeat;
	background-position: left top;
}
#ContactUs .posta{
	background-image: url(images/ContactUs_postaBg.gif);
	padding-left: 25px;
}
#ContactUs .phone{
	background-image: url(images/ContactUs_phoneBg.gif);
	padding-left: 15px;
}
#ContactUs span{
	font-size: 9pt;
	color: #b6b6b6;
}




/* ------------- Video ----------------- */


.VideoThumbnail {
	display: block;
	background-repeat: no-repeat;
	padding: 14px;
	background-image: url(images/video_bg.png);
	background-position: center center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	border: none;
}

/* ------------- Accordion ------------- */
#Accordion{
	height: 447px;
}
.AccordionContent1, .AccordionContent2{
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #efefef;
	height: 160px;
	width: 270px;
}
.AccordionContent2{
	margin-top: 1px; 
}
#Accordion img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#Accordion h4 a{
	font-size: 10pt;
	color: #17254a;
	text-decoration: none;
	font-weight: bold;
}
#Accordion h4 a:hover{
	color: #73a6e5;
}

#Accordion p{
	font-size: 9pt;
	color: #777777;
	clear: left; 
}

.AccordionTitle, .AccordionContent, .AccordionContainer
{
  position:relative;
}

.AccordionTitle
{
	width:240px;
	height:25px;
	overflow:hidden;
	cursor:pointer;
	font-size:11pt;
	font-weight:bold;
	vertical-align:middle;
	background-repeat:no-repeat;
	-moz-user-select:none;
	color: #ffffff;
	padding-top: 7px;
	padding-left: 60px;
}
#AccordionTitle1{
	background-image: url(images/AccordionTitle_bg_pressRelease.jpg);
}
#AccordionTitle2{
	background-image: url(images/AccordionTitle_bg_studiesReports.jpg);
}
#AccordionTitle3{
	background-image: url(images/AccordionTitle_bg_inTheNews.jpg);
}

.AccordionContent
{
	width:300px;
	height:0px;
	overflow:hidden;
	display:none;
}

.AccordionContainer
{
	width: 300px;
/*
  border-top: solid 1px #C1C1C1;
  border-bottom: solid 1px #C1C1C1;
  border-left: solid 2px #C1C1C1;
  border-right: solid 2px #C1C1C1;
*/
}




/* ---------------- News ---------------- */
#News{
}
#News table, #News th, #News td {
	border-width: 0px;
	text-align: left;
	vertical-align: center;
}
#News table{
	margin-top: 20px;
}
#News tr{
	background-image: url(images/News_tdBg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#News th, #News td{
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted; 
	border-bottom-color: #dedddd;  
}

#News th{
	font-size: 8pt;
	color: #afaeae;
	vertical-align: middle;
	padding-left: 10px;
}
#News .pressReleases, #News .studiesReports, #News .intheNews{
	background-repeat: no-repeat;
	background-position: left bottom;
}
#News .pressReleases{
	background-image: url(images/News_thBg_pressReleases.gif);
}
#News .studiesReports{
	background-image: url(images/News_thBg_studiesReports.gif);
}
#News .intheNews{
	background-image: url(images/News_thBg_intheNews.gif);
}
#News td h3 a{
	font-size: 10pt;
	font-weight: bold;
	color: #17254a;
	text-decoration: none;
	text-transform: capitalize;
}
#News td h3 a:hover{
	color: #73a6e5;
}
#News td p{
	font-size: 9pt;
	color: #777777;
}

/* ------------- Longevinex ------------- */
#Longevinex{
	background-image: url(images/Longevinex_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 298px;
	border: 1px solid #a5a5a5;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 22px;
}
#Longevinex h4{
	font-size: 12pt;
	color: #17254a;
	text-align: center;
}
#Longevinex p{
	margin-top: 22px;
	margin-left: 100px;
	text-align: center;
}
#Longevinex img{
	border: none;
}

#Longevinex_a1{
	font-size: 10pt;
	color: #5f8ed7;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#Longevinex_a1:hover{
	color: #0c4193;
}
#Longevinex_span{
	font-size: 8pt;
	font-style: italic;
	color: #868686;
}
#Longevinex_a2{
	font-size: 10pt;
	color: #ab2657;
	font-weight: bold;
	text-decoration: none;
}
#Longevinex_a2:hover{
	color: #68092c;
}



/* ------------- ContentFooter ------------- */
#ContentFooter{
	font-size: 9pt;
	color: #b6b6b6;
	clear: both;
	text-align: center;
	display: block;
	padding-top: 25px;
	padding-bottom: 10px;
}




/* ------------------------------ Footer ------------------------------ */
#Footer {
	background-image: url(images/Footer_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 168px;
	margin: 0px;
	padding: 0px;
}
#FooterContent {
	text-align: center;
	color: #F5F5F5;
	font-size: 12px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#FooterContent_p1 {
	border: thin solid #FFFFFF;
	padding: 10px;
	width: 55%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#FooterContent_p2 {
	text-align: center;
	padding: 10px;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	color: #adadad;
	font-size: 12px;
}
#Footer ul{
	font-family: Verdana;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}
#Footer ul li{
display: inline;
}
#Footer ul li a{
	text-decoration: none;
	background-image: url(images/Footer_ul.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 7px;
	padding-left: 5px;
	color: #F5F5F5;
}
#Footer li a:hover{
	color: #B6B6B6;
	}
/* #Footer ul li a#Footer_lastli{ */
#Footer ul li a.Footer_lastli{
	background-repeat: no-repeat;
	background-image: url(images/empty.gif);
}
#Footer a{
	color: #adadad;
	font-size: 12px;
	text-decoration: none;
}
#Footer a:hover{
	color: #525252;
}