@import url('template.css');

.tblContentTD1 {padding-left: 0 !important;}
#ctl00_MainTableForContent {float: left;}

/*----------start styles for home page----------*/
table.rotatingImage {border-collapse: collapse !important; border: 0;}

table.bottomButtons img {border: 0;}
div.bottomButtonsContainer {height: 180px; position: relative; width: 680px;}
*:first-child+html div.bottomButtonsContainer {width: 100%;}
* html body div.bottomButtonsContainer  {width: 100% !important;}

table.bottomButtons {position: absolute; height: 180px; width: 900px !important; left: -175px; top: 40px;}

*:first-child+html table.bottomButtons {left: -180px; height: 100px !important;}
* html table.bottomButtons {left: -180px; top: 50px; height: 100px !important;}

.element .bottomButtons {position: static;}

table.bottomButtons td {padding: 0 3px; vertical-align: top;}
table.bottomButtons a {float: left;}

/* Homepage Buttons Start here */

/* Home Security */
table.bottomButtons a.homeSecurity {
    background: url(/Images/UserUploadedImages/12/homeSecurityButton2.gif) no-repeat 0px 0px;
    height: 131px;
    width: 209px;
    }
table.bottomButtons a.homeSecurity:hover {
    background: url(/Images/UserUploadedImages/12/homeSecurityButton2.gif) no-repeat 0px -131px;
height:136px;
    }

/* Business Security */
table.bottomButtons a.businessSecurity {background: url(/Images/UserUploadedImages/12/businessSecurityButton2.gif) no-repeat 0px 0px;
    height: 131px;
    width: 209px;
    }
table.bottomButtons a.businessSecurity:hover {
    background: url(/Images/UserUploadedImages/12/businessSecurityButton2.gif) no-repeat 0px -131px;
    height: 136px;
    }

/* Win Free System */
table.bottomButtons a.winfreeSystem {
    background: url(/Images/UserUploadedImages/12/winFreeButton2.gif) no-repeat 0px 0px;
    height: 131px;
    width: 140px;
    }
table.bottomButtons a.winfreeSystem:hover {
    background: url(/Images/UserUploadedImages/12/winFreeButton2.gif) no-repeat 0px -131px;
    height: 142px;
    }

/* Refer a friend */
table.bottomButtons a.referFriend {
    background: url(/Images/UserUploadedImages/12/referralButton2.gif) no-repeat 0px 0px;
    height: 129px;
    width: 140px;
    }
table.bottomButtons a.referFriend:hover {
    background: url(/Images/UserUploadedImages/12/referralButton2.gif) no-repeat 0px -129px;
    height: 142px;
    }

/* Free quote */
table.bottomButtons a.freeQuote {background: url(/Images/UserUploadedImages/12/freeAssessmentButton2.gif) no-repeat 0px 0px;
    height: 129px;
    width: 140px;
    }
table.bottomButtons a.freeQuote:hover {
    background: url(/Images/UserUploadedImages/12/freeAssessmentButton2.gif) no-repeat 0px -129px;
    height: 142px;
    }

/* Homepage Buttons END here */

/*---SLIDESHOW---*/
.element #slideshow1 img {position: absolute; left: -9999px;}

#slideshow1 {
    position:relative;
    height:197px;
}

#slideshow1 DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 197px;
}

#slideshow1 DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow1 DIV.last-active {
    z-index:9;
}

#slideshow1 DIV IMG {
    display: block;
    border: 0;
    margin-bottom: 10px;
}

/*----------start styles for print friendly----------*/

@media print {

#breadPrint {display:none;}

#ctl00_TDForLeftCell {width:0px !important;}
#ctl00_TDForMiddleCell {width:600px !important;}
#ctl00_TDForRightCell {width:0px !important;}
.clsPostcardBorder {width:600px !important;}
div.Masterdiv {width:600px;}

#MaintableForContent,
#MainTableForContent,
.MainTableForContent {width:600px !important;}

#tblContentTD2,
.tblContentTD2 {display:none;}

}



















