﻿/* Product Rotator */
#quoteRotator
{
    font-size: medium; /* To reset font - not sure if this is the right way tbh [GP] */
	display: block;
    width: 759px;
    height: 174px;
    margin-bottom: 10px;
    background-color: #999; /* MT: NEW 09/02/2010 */
}


#quoteRotator div.item1,
#quoteRotator div.item2,
#quoteRotator div.item3
{
    width: 759px;
    height: 174px;
}

/*#quoteRotator div.snow
{
    position: absolute;
    display: block;
    width:759px;
    height: 174px;
    top: 0px;
    left: 0px;
    background-image: url(/Images/Products/snow.png);
}*/

#quoteRotator div.item1
{
    /*background-image: url(/Images/Products/Teachers-Insurance-Lg.jpg);*/
    background-repeat: no-repeat;
}

#quoteRotator div.item2
{
    background-image: url(/Images/Products/Caravan-Insurance-Lg.jpg);
    background-repeat: no-repeat;
}

#quoteRotator div.item3
{
    background-image: url(/Images/Products/Travel-Insurance-Lg.jpg);
    background-repeat: no-repeat;
}

#quoteRotator div div.strapline
{
    background-position: left center;
    background-image: url(/Images/Products/Strapline-Back.png);
    background-repeat: no-repeat;
    height: 52px;
    position: relative;
    top: 109px;
    left: 1px;
}

#quoteRotator div div.strapline a.getQuote
{
    float: right;
    margin-top: 13px;
    margin-right: 2px;
    color: #FFF;
    background-image: url(/images/products/sbtn_get-a-quote-lg.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 139px;
    height: 28px;
    text-align: right;
    text-decoration: none;
    padding-right: 25px;
    padding-top: 1px;
    font-weight: normal;
    line-height: 1.5em;
    font-size: 1.0em;
    font-family: 'Trebuchet MS';
}

#quoteRotator div div.strapline a.getQuote:hover
{
    color: #F0970B;
    background-color: inherit;
    background-position: 0px -29px;
}

#quoteRotator div div.strapline div.description
{
    width: 510px; /* 522 */
    height: 43px; /* 55 */
    float: left;
    position: relative;
    top: 0px;
    padding: 3px 6px;
    font-size: 1.00em;
}

#quoteRotator div div.strapline div.description h2
{
    margin: 0px;
    font-size: 1.20em;
    font-family: 'Trebuchet MS';
    font-weight: normal;
    color: #FFF;
    background-color: inherit;
    /*margin-bottom: -2px;*/
}

#quoteRotator div div.strapline div.description span
{
	display: block;
	width: 470px;
    font-family: Verdana;
    color: #FFF;
    background-color: inherit;
    font-size: 0.70em;
    line-height: 1.10em;
}