/* css cotic homepage style */
/* by Kelvin Owers - spittingcat.com */

#features {
    background: url(/cotic_menu_05/decoration/background_orange_fade.png) bottom right no-repeat #ff6600;
    min-height: 720px;
}

#features {
    background: url(/cotic_menu_05/decoration/background_orange_fade.png) bottom right no-repeat #ff6600;
    min-height: 720px;
}

#features.tall1 {
    min-height: 760px;
}
#features.tall2 {
    min-height: 800px;
}
#features.tall3 {
    min-height: 840px;
}


.centre {
    position:absolute;
    left : 50%;
    margin-left : -370px;
    width: 740px;
}

.black {
    color: white;
}

.primary .white {
    background: url(/cotic_menu_05/decoration/feature_primary_white.png) left top no-repeat;
}
.primary .black {
    background: url(/cotic_menu_05/decoration/feature_primary_black.png) left top no-repeat;
}

.secondary .white {
    background: url(/cotic_menu_05/decoration/feature_secondary_white.png) left top no-repeat;
}

.primary .feature {
    min-height: 520px;
    min-width: 740px;
    width: 740px;
}

.primary .feature .content {
    margin-top: -520px;
    padding-left: 30px;
    padding-top: 40px;
    font-size: 1.1em;
    height: 400px;
}

.primary .feature .BFe {
    width: 280px;
}

.secondary .feature {
    min-height: 190px;
    min-width: 240px;
}

.secondary .feature img {
    filter: alpha(opacity=99);-moz-opacity:.99;opacity:.99;
    cursor: pointer;
}
.secondary .feature img:hover {
    filter: alpha(opacity=95);-moz-opacity:.95;opacity:.95;
}

.footer {
    margin-top:0;
}

#feature2 {
    margin-left: 8px;
    margin-top: -10px;
}
#feature3 {
    margin-left: 252px;
    margin-top: -190px;
}
#feature4 {
    margin-left: 496px;
    margin-top: -190px;
}

.banners {
    margin-top: 10px;
}

.banner p {
    font-family: "Trade Gothic", Verdana, "Andale Mono", "Andale Mono IPA", Consolas, "Bitstream Vera Sans Mono", "Courier New", monospace;
    font-size: 1.1em;
    letter-spacing: 0.07em;
    -webkit-font-smoothing: antialiased;
    text-align: right;
    padding-right: 18px;
    margin-top: 3px;
    margin-bottom: -2px
}

.banner p a {
    text-decoration: none;
    color: black;
}
.banner p a:hover {
    color: white;
}