﻿
#master-main
, .masterwidth {
    width:990px;
    margin-left:auto;
    margin-right:auto;
}

#master-footer {
    margin-top:1em;
    margin-bottom:1em;
    text-align: center;
    position: relative;
}
#master-header-leftblock {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}
#master-header-rightblock {
    position: absolute;
    right: 0px;
    left: 0px;
    /* IE6 fix */
        _width: 100%;
    z-index: 50;
}
body.page-index #master-header-rightblock {
    /*background:url(/images/topbanner.jpg) no-repeat right;*/
    height:71px;
}
.logo-block {
    position: relative;
}
.logo-man {
    position:absolute;
    left: 0px;
    top: 0px;
    height: 60px;
    width: 28px;
}
.logo-strapline {
    position:absolute;
    left: 30px;
    top: 47px;
    width: 900px;
    z-index: 150;
}
#index_display{
    overflow:visible;
    position:absolute;
    top:15px;
    left:523px;
    width:455px;
    height:70px;
    z-index:99;
    background:url('/images/index_display.png') no-repeat;
    outline:black dotted 0px;
    }
.button-getquotes {
    position:absolute;
    right: 8px;
    _right: 0px;
    top: 0px;
    width: 130px;
    height: 42px;
    line-height: 42px;
    font-size: 40px;
    font-weight: bold;
}
#login-button td{
    padding-top:4px;
    padding-right:4px;
    font-weight:bold;
    font-size:10px;
    }
.added_mod option{
	color:#333
}
select#list1 option:hover{
	background:#eee;
	cursor:pointer
}

