﻿/*
-----------------------------------------------
RF CSS - Homepage Layout
Author:   Wahyudi
Version:  03/15/2007
----------------------------------------------- */

#KeyVisual
{
    margin:0 0 0 0;
    clear:both;
    background-color:#DEE3EF;
    border-top:1px solid #FFF;
    border-bottom:1px solid #FFF;
    padding:0 4px 0 8px;
}


/* #KeyVisualImage has hack */
#KeyVisualImage
{
    width:458px;
    float:left;
    /*
    background-image:url(/RFWebsite/images/keyvisual_research.jpg);
    background-position:left top;
    background-repeat:no-repeat;*/
}

#BrandValue
{
    width:153px;
    background-color:White;
    float:left;
    background-image:url(/RFWebsite/images/background_brandvalue.jpg);
    background-position:left;
    background-repeat:repeat-x;
}

#BrandValue p
{
	color:White;
	font-size:120%;
	font-weight:300;
	font-family:Arial Rounded MT Bold, Arial;
	padding:10px 20px;
	line-height:2em;
	font-style:italic;
}

#ARRAInfo
{
    width:153px;
    height: 182px;
    background-color: transparent;
    float:left;
    background-image:url(/RFWebsite/images/arra-background.png);
    background-position: top left;
    background-repeat:no-repeat;
    text-align: center;
}

#ARRAInfo p 
{
    margin: 130px 10px 0;
    padding: 3px;
    background-color: #65903e;
    color: #fff;
    border: solid 1px #c0c0c0;
}

#ARRAInfo p span 
{
    font-size: 14px;
    font-weight: bold;
}

.holly
{
    background-image:url(/RFWebsite/images/holly.gif);
    background-position:left;
    background-repeat: no-repeat;
}
