/* =============================================================================
   FONTS
   ========================================================================== */
/*@font-face{ 
	font-family:'EbrimaNormal'; 
	src:url('../fonts/ebrima-webfont.eot'); 
	src:url('../fonts/ebrima-webfont.eot?#iefix') format('embedded-opentype'), 
		url('../fonts/ebrima-webfont.woff') format('woff'), 
		url('../fonts/ebrima-webfont.ttf') format('truetype'), 
		url('../fonts/ebrima-webfont.svg#EbrimaNormal') format('svg'); 
	font-weight:normal; 
	font-style:normal; 
}

@font-face{ 
	font-family:'helvetica'; 
	src:url('../fonts/helvetica-webfont.eot'); 
	src:url('../fonts/helvetica-webfont.eot?#iefix') format('embedded-opentype'), 
		url('../fonts/helvetica-webfont.woff') format('woff'), 
		url('../fonts/helvetica-webfont.ttf') format('truetype'), 
		url('../fonts/ebrima-webfont.svg#helvetica') format('svg'); 
	font-weight:normal; 
	font-style:normal; 
}*/
@font-face
{
    font-family:'HelvetiCE_Bold';
    src:url('../fonts/helvetica-ce-bold.eot');
    src:url('../fonts/helvetica-ce-bold.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/helvetica-ce-bold.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}

/* =============================================================================
   HTML5 element display
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, time{display:block;}

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */
.clearfix:before, .clearfix:after{content:"";display:table;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
.clearer{clear:both;line-height:0;}
.clear{height:0;clear:both;line-height:0;}
.clear10{height:10px;clear:both;line-height:0;}
.clear15{height:15px;clear:both;line-height:0;}
.clear20{height:20px;clear:both;line-height:0;}
.clear25{height:25px;clear:both;line-height:0;}
.clear30{height:30px;clear:both;line-height:0;}
.clear40{height:40px;clear:both;line-height:0;}
.clear50{height:50px;clear:both;line-height:0;}
.clear190{height:190px;clear:both;line-height:0;}

/* =============================================================================
   Base
   ========================================================================== */
form, fieldset, legend, dl, dt, dd, input, hr{border:0 none;margin:0;padding:0;}
a, a:hover, a:active, a:focus, a:visited{outline:0 none;text-decoration:none;cursor:pointer;}
button, input[type="button"], input[type="reset"], input[type="submit"]{cursor:pointer;}
h1, h2, h3, h4, h5, h6, p{padding:0;margin:0;}
img{border:0;}

/* =============================================================================
   Corner
   ========================================================================== */
.corner{background-repeat:no-repeat;float:left;height:8px;width:8px;}
.cornerTL{background-image:url("../Images/UI/cornerTL.jpg");}
.cornerTR{background-image:url("../Images/UI/cornerTR.jpg");}
.cornerBL{background-image:url("../Images/UI/cornerBL.jpg");}
.cornerBR{background-image:url("../Images/UI/cornerBR.jpg");}
.cornerTop{background:#fff;border-top:1px solid #D0D0D0;float:left;height:8px;}
.cornerCenter{background:#fff;border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0;padding:2px 10px;}
.cornerBottom{background:#fff;border-bottom:1px solid #D0D0D0;float:left;height:8px;}