@charset "utf-8";

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

img{
	border: none;
}
a{
	text-decoration: none;
	color: #a40143;
}
hr{
	color: #000000;
	background-color: #000000;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.imgVcenter{
	vertical-align: middle;
}

.invisible_span {
	position: absolute;
	top: -10000px;
}
.clearFloat{
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}

.container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

/* ------------------------------ Header Module ------------------------------ */

#Header{
	width: 100%;
	height: 117px;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}
#Header #HeaderContainer{
	height: 100%;
}

/* Logo */
#Header #Logo{
	position: absolute;
	left: 0px;
	top: 10px;
}
#Header #Logo p{
	font-size: 8pt;
	color: #fefefe;
	padding-right: 24px;
}

/* TopMenu */
#Header #TopMenu{
	position: absolute;
	top: 10px;
	right: 0px;
}
#Header #TopMenu ul{
	list-style-type: none;
}
#Header #TopMenu ul li{
	background-image: url(images/header_topMenuBg.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 19px;
	padding-top: 4px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 8pt;
	text-transform: uppercase;
}
#Header #TopMenu ul li a{
	color: #e93e6e;
}
#Header #TopMenu ul li a:hover{
	color: #fefefe;
}


/* BottomMenu */
#Header #BottomMenu{
	position: absolute;
	right: 0px;
	bottom: 0px;
} 
#Header p{  /* FREE shipping */
	color: #f4d98a;
	font-size: 10pt;
	text-align: right;
	margin-bottom: 5px;
}

#Header #BottomMenu ul{
	list-style-type: none;
}
#Header #BottomMenu ul li{
	background-image: url(images/header_bottomMenuBg.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 22px;
	width: 120px;
	font-size: 9pt;
	text-transform: capitalize;
	margin-left: 1px;
	text-align: center;
	padding-top: 5px;
}
#Header #BottomMenu ul li a{
	color: #241f0e;
}
#Header #BottomMenu ul li a:hover{
	color: #bd175a;
}
#Header #BottomMenu #BuyNow{
	background-image: url(images/menu_bottmMenuBuyNowBg.jpg);
	background-repeat: no-repeat;
}
#Header #BottomMenu #BuyNow a{
	color: #ffffff;
}
#Header #BottomMenu #BuyNow a:hover{
	color: #bd175a;
}

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

#CallOut{
	width: 100%;
	background-image: url(images/callOutTopBg.jpg);
	background-repeat: repeat-x;
}
#CallOut #CallOutContainer{
	background-image: url(images/callOut_longevinexBoxBg.jpg);
	background-repeat: no-repeat;
	background-position: left 30px;
	padding-top: 30px;
	padding-bottom: 25px;
}

#CallOut #CallOutContainer .callOutBtn{
	background-image: url(images/submit_bttn.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 120px;
	padding-left: 40px;
	padding-top: 5px;
	font-size: 11pt;
}
#CallOut #CallOutContainer .callOutBtn a{
	color: #ffffff;
}
#CallOut #CallOutContainer .callOutBtn a:hover{
	color: #bd175a;
}

#CallOut #CallOutContainer .CallOut_column{
	float: left;
}

/* Column_1 */
#CallOut #CallOutContainer #CallOut_col1{
	width: 200px;
}
#CallOut #CallOutContainer #CallOut_col1 #ResvApp{
	height: 115px;
	width: 170px;
	border: 1px solid #d8d5d0;
	margin-top: 210px;
	position: relative;
	padding: 5px;
	background-image: url(images/whatsInside_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
#CallOut #CallOutContainer #CallOut_col1 #ResvApp .corner{
	position: absolute;
	height: 9px;
	width: 10px;
	font-size: 0%;
}
#CallOut #CallOutContainer #CallOut_col1 #ResvApp #CornerTL{
	top: -1px;
	left: -1px;
	background-position: 0 0;
	background-image: url(images/resvApp_cornerTL.png);
	background-repeat: no-repeat;
}
#CallOut #CallOutContainer #CallOut_col1 #ResvApp #CornerTR{
	top: -1px;
	right: -1px;
	background-position: 0 0;
	background-image: url(images/resvApp_cornerTR.png);
	background-repeat: no-repeat;
}
#CallOut #CallOutContainer #CallOut_col1 #ResvApp #CornerBL{
	bottom: -1px;
	left: -1px;
	background-position: 0 0;
	background-image: url(images/resvApp_cornerBL.png);
	background-repeat: no-repeat;
}
#CallOut #CallOutContainer #CallOut_col1 #ResvApp #CornerBR{
	bottom: -1px;
	right: -1px;
	background-position: 0 0;
	background-image: url(images/resvApp_cornerBR.png);
	background-repeat: no-repeat;
}

#CallOut #CallOutContainer #CallOut_col1 #ResvApp h3{
	font-size: 11pt;
	font-weight: bold;
	color: #4ba4b9;
	margin-left: 60px;
	margin-top: 5px;
	text-transform: capitalize;
}
#CallOut #CallOutContainer #CallOut_col1 #ResvApp h3 strong{
	text-transform: uppercase;
	color: #862144;
}
#CallOut #CallOutContainer #CallOut_col1 #ResvApp p{
	font-size: 9pt;
	color: #241f0e;
}
#CallOut #CallOutContainer #CallOut_col1 #ResvApp #ResvAppBtn{
	font-size: 10pt;
	margin-left: 20px;
	margin-top: 15px;
}


/* Column_2 */

#CallOut #CallOutContainer #CallOut_col2{
	width: 390px;
	margin-right: 15px;
	color: #ffffff;
}
#CallOut #CallOutContainer #CallOut_col2 .sliderwrapper h2{
	font-size: 18pt;
	font-weight: bold;
}
#CallOut #CallOutContainer #CallOut_col2 .sliderwrapper #Slide2 h2{ /* SLIDE2 prilis dlhy */
	font-size: 16pt;
}


#CallOut #CallOutContainer #CallOut_col2 .sliderwrapper h2 span{
	font-size: 30pt;
}
#CallOut #CallOutContainer #CallOut_col2 #Source{
	font-size: 9pt;
	font-style: italic;
	color: #f3dd91;
	margin-bottom: 15px;
}


/* Column_3 */
#CallOut #CallOutContainer #CallOut_col3{
	width: 295px;
}
#CallOut #CallOutContainer #CallOut_col3 ul{
	list-style-type: none;
}
#CallOut #CallOutContainer #CallOut_col3 ul li{
	height: 164px;
	width: 294px;
	background-image: url(images/callOut_c3ListBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#CallOut #CallOutContainer #CallOut_col3 ul li div{
	font-size: 9pt;
}


/* LongevinexAdvantage */
#CallOut #CallOutContainer #CallOut_col3 ul #LongAdv{
	background-image: url(images/callOut_c3ListBg_lAdv.png);
	margin-bottom: 10px;
}
#CallOut #CallOutContainer #CallOut_col3 ul #LongAdv h3{
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 9pt;
	font-weight: normal;
}
#CallOut #CallOutContainer #CallOut_col3 ul #LongAdv h3 a{
	color: #9d0040;
}
#CallOut #CallOutContainer #CallOut_col3 ul #LongAdv h3 a:hover{
	color: #F90064;
}
#CallOut #CallOutContainer #CallOut_col3 ul #LongAdv div{
	position: absolute;
	top: 45px;
	right: 20px;
	width: 145px;
}
#CallOut #CallOutContainer #CallOut_col3 ul #LongAdv div #LongAdvBtn{
	margin-left: 20px;
	margin-top: 15px;
}

/* Newsletter */
#CallOut #CallOutContainer #CallOut_col3 ul #Newsletter div{
	padding: 20px;
}
#CallOut #CallOutContainer #CallOut_col3 ul #Newsletter div strong{
	font-size: 12pt;
	font-weight: bold;
	color: #a40143;
}
#CallOut #CallOutContainer #CallOut_col3 ul #Newsletter div p{
	margin-bottom: 10px;
}
#CallOut #CallOutContainer #CallOut_col3 ul #Newsletter #Email{
	width: 200px;
	height: 20px;
	border: none;
}
#CallOut #CallOutContainer #CallOut_col3 ul #Newsletter label{
	color: #666666;
}
#CallOut #CallOutContainer #CallOut_col3 ul #Newsletter #NewsletterSubmit{
	border: none;
	background-image: url(images/submit_bttn.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
	width: 120px;
	display: block;
	margin-top: 20px;
	margin-left: 130px;
	font-size: 10pt;
	color: #ffffff;
}
#CallOut #CallOutContainer #CallOut_col3 ul #Newsletter #NewsletterSubmit:hover{	
	color: #bd175a;
}



/* ------------------------------ Content Module ------------------------------ */

#Content{
	width: 100%;
	background-image: url(images/callOutTopBg.jpg);
	background-repeat: repeat-x;
}
#Content #ContentContainer{
	background-image: url(images/callOut_longevinexBoxBg.jpg);
	background-repeat: no-repeat;
	background-position: left 30px;
	padding-top: 30px;
	padding-bottom: 25px;
}

/* Content Sidebar */
#Content #ContentContainer #Sidebar{
	float: left;
	width: 265px;
}


/* Content Data */
#Content #ContentContainer #ContentData{
	float: left;
	width: 635px;
}
#Content #ContentContainer #ContentData h2{
	font-size: 18pt;
	font-weight: bold;
	color: #c9c39f;
	text-transform: capitalize;
	margin-bottom: 10px;
}
#Content #ContentContainer #ContentData h3{
	color: #a40143;
	font-size: 13pt;
	margin-top: 15px;
	margin-bottom: 10px;
}
#Content #ContentContainer #ContentData p{
	font-size: 10pt;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 17px;
}


/* ------------------------------ Panels Module ------------------------------ */

#Panels{
	width: 100%;
}
#Panels #PanelsContainer{
	background-color: #d8d5d0;
	background-image: url(images/PanelsContainerBg.png);
	background-repeat: repeat-x;
	padding-top: 4px;
}

#Panels .TabbedPanelsContent ul{
	list-style-type: none;
	margin-left: 20px;
}
#Panels .TabbedPanelsContent ul li{
	float: left;
	width: 155px;
	margin-right: 20px;
	font-size: 10pt;
	text-align: center;
}
#Panels .TabbedPanelsContent ul li p{
	text-align: left;
	margin-top: 4px;
}
#Panels .TabbedPanelsContent ul li p img{
	margin-bottom: 5px;
}
#Panels .TabbedPanelsContent ul li p a{
	color: #241f0e;
}
#Panels .TabbedPanelsContent ul li p a:hover{
	color: #a40143;
}


/* ------------------------------ Footer Module ------------------------------ */

#Footer{
	width: 100%;
	padding-top: 20px;
}
#Footer #FooterContainer{
	text-align: center;
	font-size: 8pt;
	color: #b8ae99;
}
#Footer #FooterContainer a{
	color: #b8ae99;
}
#Footer #FooterContainer a:hover{
	color: #a40143;
}

#Footer #FooterContainer ul{
	list-style-type: none;
	margin-bottom: 5px;
}
#Footer #FooterContainer ul li{
	text-transform: uppercase;
	display: inline;
}
#Footer #FooterContainer ul li a{
	background-image: url(images/FooterListDivider.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 9px;
	padding-left: 7px;
}
#Footer #FooterContainer #FooterLastLi{
	background-image: none;
}
#Footer #Disclaimer{
	font-size: 9pt;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 500px;
	border: 1px solid #d3cdc0;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
