/* PAGE BANNER */

/* BANNER 1 CONTAINER BEGINS*/
div.banner_1
{
background: url(../_img/banner/ban_vivestar_1.jpg) no-repeat center center; 
background-color: transparent;
/*text-align: center; */
/*min-height: 13.95em;  CHANGED 5.58/80 -> 13.95/200*/
margin-top: 0; /* CHANGED 3.14->0 */
/*padding-bottom: 0.67em;*/
position: relative;
z-index: 1;
height:225px;/* ADDED*/
margin-bottom:0px; /* ADDED*/ 
}
* html div.banner_1
{
position: static;
}
*:first-child+html div.banner_1
{
position: static;
}
/* BANNER 1 CONTAINER ENDS*/

/* BANNER 1 TEXTBEGINS*/
div.banner_1_text
{
position: relative;
z-index: 1;
margin-left: 240px;
padding: 0;
}
* html div.banner_1_text
{
position: static;
}
*:first-child+html div.banner_1_text
{
position: static;
}
/* BANNER 1 TEXT ENDS*/

/* BANNER TEXT BEGINS*/
h1.title_1
{ 
text-align: center;
color: #FF0;
background-color: transparent; 
font-family:Georgia, "Times New Roman", Times, serif; /* CHANGED*/
font-weight: bold; 
font-size: 27.0pt;
margin: 0;
padding: 37px 0px 18px 0px; /* ADDED */
}
strong.title_2
{ 
font-size: 21.0pt;
margin: 0;
padding: 0;

}
p.title_3
{
text-align: left;
color: #FF3;
background-color: transparent; 
font-family:Georgia, "Times New Roman", Times, serif; /* CHANGED*/
font-weight: bold; 
font-size: 15.5pt;
margin: 0;
/* padding: 0; */
padding: 0px 0px 0px 210px; /* ADDED */
}

/* BANNER TEXT ENDS*/


