/* Hoola web CSS */

html, body {width:100%; height:100%;}
body {background:#cccccc; margin:0px; padding:0px; border:0px; font-family:'Trebuchet MS', sans-serif; font-size:13px; color:#004b7d;}
a {font-family:'Trebuchet MS', sans-serif; font-size:12px; color:#ff3300; text-decoration:none; font-weight:bold;}
a:hover {text-decoration:underline;}

.frame {display:block; position:relative; width:100%; height:100%; margin-top:22px;padding:0px;border:0px; text-align:center;margin-left:auto; margin-right:auto;}

#mainContainer {width:1000px; /*height:956px;*/ height:806px; background:URL(images/tile-bg.jpg) 0 0 repeat-y; text-align:left;font-family:'Trebuchet MS', sans-serif; font-size:13px; color:#004b7d;}
#mainContainer .top {width:1000px; height:28px; background:URL(images/top.gif) 0 0 no-repeat;}
#mainContainer .logoHolder {width:974px; /*height:161px;*/ background:URL(images/tile-heder.jpg) 0 0 repeat; text-align:left; margin:0 0 0 13px;}
#mainContainer .banner {width:987px; height:282px; text-align:left; margin:0; padding:0 0 0 13px;}
#mainContainer .navHolder {width:974px; height:22px; text-align:left;margin-left:13px; color:#004b7d;}

#mainContainer .content {height:272px; min-height:272px; height:auto!important; text-align:left; margin-left:13px;}
#mainContainer .content .hoolaWeb {width:327px; text-align:left; float:left;}
#mainContainer .content .hoolaCom {width:327px; text-align:left; float:left;}
#mainContainer .content .hoolaAds {width:327px; text-align:left; float:left;}

.footer {width:1000px; height:41px; background:URL(images/footer.gif); background-position:top left; background-repeat:no-repeat;}
.footerLinksHolder {list-style-type:none; padding:0px; border:0px; margin:0px;}
.footerLinks_LI {float:left; padding:0px; border:0px; margin:0px;}
.footerLinks_A {display:block; font-family:'Trebuchet MS', sans-serif; font-size:12px; color:#666666; text-decoration:none; font-weight:bold;}
.footerLinks_A:hover {display:block; color:white; text-decoration:none; font-weight:bold;}
.footerLinksSeparator {display:block; float:left; position:relative; margin-left:11px; margin-right:11px; padding:0px; border:0px; font-family:'Trebuchet MS', sans-serif; font-size:12px; color:#666666; text-decoration:none; font-weight:bold;}


.clearFloat {clear:both; height:0px; overflow:hidden;}
.clearfix:after {
    content: ".";
   	display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
.clearfix {display: inline-block;}
* html .clearfix {height:1%;}
.clearfix {display: block;}

.bull {list-style:square; color:#ff3300; font-size:9px;}
.bull2 {list-style:decimal; color:#ff3300; font-size:13px; font-weight:bold;}
.bullTxtFix {color:#004b7d;font-size:13px;}


