/* CSS Document */

body {
    font-family: Arial, sans-serif;
    margin: 0;
    text-align: center;
	background-color: #CFCFCF;
}
.brand{
	text-align: left;
	clear: left;
	float: left;
	padding-top: 2px;
	}
.topBanner {
/*	height: 100px; */
	}
.whiteBkg {
	background:#FFF;
	}
.top-gap {
	margin-top:6px;
	}
.floatRghtimg {
	float: right;
	display: inline;
	clear: none;
	padding-left: 20px;
	}
.imgFullWidth {
	width: 100%;}
h1 h2 h3 h4 {
    font-family: Arial, sans-serif;
	}
.AdwordsPhSwap {}
.clearBoth {
	clear: both;	
	}

/* TOP NAVIGATION */
#topNav {
/*    background:url(../images-layout/bg_navi9a38.png) no-repeat center top; */
    background-image:url(../images-layout/bg_navi9a38.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; //width full-resize, full height
/*    background-size: cover; */
    border-bottom:0;
    padding-bottom:9px;
}

#topNav ul {
    background:url(../images-layout/bg_navi_divider9a38.png) no-repeat 28px 5px;
/*    width:900px;  */
    background-image:url(../images-layout/bg_navi_divider9a38.png);
    padding:0 28px;
}

#topNav li {
    margin:0 -1px 0 0;
}

#topNav ul li a {
    background:url(../images-layout/bg_navi_divider9a38.png) no-repeat right center;
    color:#fff;
    font-size:16px;
    height:44px;
    line-height:44px;
    text-decoration:none;
    background-image:url(../images-layout/bg_navi_divider9a38.png);
    margin:5px 0;
    padding:0 20px;
}

#topNav ul li a.active,#topNav ul li a.active:hover {
    background:url(../images-layout/bg_navi_current9a38.png) no-repeat right center;
    color:#fff;
    font-weight:400!important;
    background-image:url(../images-layout/bg_navi_current9a38.png);
}

#topNav ul li a.hasChildren {
    margin-bottom:36px;
}

#topNav ul ul {
    background:none;
    top:54px;
    margin:0;
    padding:0;
}

#topNav ul ul li {
    margin-left:28px;
}

#topNav ul ul li a {
    background:none;
    border-top:0;
    font-size:16px;
    height:23px;
    line-height:23px;
    color:#ccc;
    margin:7px 0 0;
    padding:0;
}

#topNav ul ul li a.active,#topNav ul ul li a.active:hover {
    background:none;
    cursor:default;
    font-style:italic;
    text-decoration:none;
    color:#000;
}
