@charset "utf-8";
/* CSS Document */

/* ------------------------------ 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: #f3f3f3;
}
.clearFloat{
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}
.borderTop{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #1F1F1F;
}
/* ------------------------------ Header mod ------------------------------ */
#header{
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 111px;
	width: 917px;
	margin-right: auto;
	margin-left: auto;
}

/* ------------------------------ Content mod ------------------------------ */
#content{
	background-color: #FFFFFF;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-x;
	width: 917px;
	margin-right: auto;
	margin-left: auto;
}




/* ---------------------- content_left mod ------------------------ */
#content_left{
	width: 595px;
	float: left;
	padding-left: 25px;
	padding-bottom: 30px;
}

/* - content_left_panel - */
#content_left_panel{
	background-color: #f0f0f0;
	border-top-style: dotted;
	border-top-color: #afaeae;
	border-top-width: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content_left h2{
	color: #89151e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

#content_left p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
}

#content_left p a{
	color: #89151e;
	text-decoration: none;
}
#content_left p a:hover{
	text-decoration: underline;
}

/* - content_left_list */
#content_left ol{
	font-size: 14pt;
	color: #912f50;
	background-image: url(images/list_bg.png);
	background-repeat: repeat-y;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content_left ol li{
	margin-left: 45px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#content_left ol p{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
}

/* ---------------------- content_right mod ------------------------ */
#content_right{
	width: 270px;
	float: left;
	padding-bottom: 30px;
	padding-top: 15px;
	padding-left: 20px;
}

/* ---- ContRight TOP ---- */
#content_right_top{
	text-align: center;
}
#content_right_top h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #89151e;
	margin-top: 15px;
}
#content_right_top p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	color: #4e4e4e;
}
#content_right_top p span{
	font-weight: bold;
}

/* ---- ContRight BOTTOM ---- */
#content_right_bottom{
	text-align: center;
	margin-top: 20px;
}

/* ---- ContRight LONGEVINEX ---- */
#content_right_longevinex{
	text-align: center;
}
#content_right_longevinex h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #585858;
	font-weight: bold;
	clear: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #1F1F1F;
}
#content_right_longevinex img{
	display: block;
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #1F1F1F;
	padding-left: 7px;
	padding-bottom: 10px;
}
#content_right_longevinex p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	color: #868686;
	margin-top: 10px;
}
#content_right_longevinex a{
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	color: #699653;
	font-size: 10pt;
	text-decoration: none;
}
#content_right_longevinex a:hover{
	text-decoration: underline;
}

/* ------------------------------ Footer mod ------------------------------ */
#footer{
	margin-top: 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #adadad;
	padding-bottom: 20px;
}
#footer a{
	color: #adadad;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
