﻿#promo_01 {
   width: 395px;
   height: 65px;
   margin: 11px 0 0 15px;
   background-image: url(../images/promo/gr_specsathome_promo_01.jpg);
   background-color: #ffffff;
   border: 1px solid #ebebeb;
   border-left: 1px solid #b4cddc;
   cursor: pointer;
}
#promo_01:hover { border: 1px solid #6f8b9c; }
/* link: 'read more' style */
#promo_01 #link_01
{
    position: relative;
    font-size: 9px;
    /*margin: 50px 0 0 10px;*/
    top: 50px;
    left: 10px;
}
#promo_01 #link_01 a {
    color: #96b5c8;
    text-decoration: none; 
}
#promo_01 #link_01 a:hover{
    color: #f24713;
    text-decoration: underline;
}
/* link: 'TRY B4 U BUY' style */
#promo_01 #link_02
{
    position: relative;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 14px;
    /*margin: 50px 0 0 10px;*/
    top: -12px;
    left: 7px;
}
#promo_01 #link_02 a {
    color: #ffffff;
    text-decoration: none; 
}
#promo_01 #link_02 a:hover{
    color: #f24713;
    text-decoration: none;
}
/* link: 'FREE HOME TRIAL' style */
#promo_01 #link_03
{
    position: relative;
    font-family: Century Gothic, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 7px;
    line-height: 14px;
    /*margin: 50px 0 0 10px;*/
    top: -34px;
    left: 95px;
}
#promo_01 #link_03 a {
    color: #84adc6;
    text-decoration: none; 
}
#promo_01 #link_03 a:hover{
    /* color: #085a8c; */
    color: #f24713;
    text-decoration: none;
}
/* link: 'our unique online offer' style */
#promo_01 #link_04
{
    position: relative;
    font-size: 13px;
    font-weight: bolder;
    text-transform: lowercase;
    letter-spacing: 4px;
    line-height: 14px;
    text-align: center;
    top: -27px;
    left:34px;
}
#promo_01 #link_04 a {
    color: #085a8c;
    text-decoration: none; 
}
#promo_01 #link_04 a:hover{
    /* color: #84adc6; */
    color: #f24713;
    text-decoration: none;
}

