#header_text {
    font-size:20px;
    color:#AEBF04;
    padding:0px;
    margin:0px;
    text-decoration:none; 
}

/* :: New Header Area - 12-29-09 :::::::::::::::::::::::::::::::: */
.headLeft {
	float: left;
	width: 320px;
	padding: 0px 0px 0px 16px;
	font-size: 12px;
	line-height: 16px;
	}
.headLeft .isi {
	padding: 10px 0px;
}
.headLeft .isi a, .headLeft .isi a:link, .headLeft .isi a:visited {
	font-weight: bold;
	color: #D94200;
	text-decoration: underline;
}
.headLeft .isi a:hover {
	text-decoration: none;
}
div.SafetyPopup {
    background-image:url(../Images/safety_popup_bg.png);
    display:none;
    height:270px;
    padding:40px 30px;
    position:absolute;
    width:500px;
}

div.SafetyPopup div.close {
    background-image:url(../Images/safety_popup_close.jpg);
    cursor:pointer;
    height:11px;
    position:absolute;
    right:25px;
    top:25px;
    width:43px;
    z-index: 333333;
}
.diffLogo {}
.headRight {
	float: right;
	width: 631px;
	margin-bottom: 14px;
}
.professionalLogo {
	float: left;
	width: 468px;
	height: 37px;
	padding: 10px 0px 0px 20px;
	text-align: left;
	font-size: 12px;
	background: url("../images/professional_banner.jpg") no-repeat 0px 0px;
}

#header {
    padding:0px;
    margin:0 auto;
    border:0px solid #000;
	/*height: 112px;*/
}
#header a:link, #header a:visited {
	font-weight: bold;
	color: #d94200;
	text-decoration: underline;
}
#header a:hover {
	text-decoration: none;
}
.login_out, .login_logged {
	font-size: 12px;
	padding-right: 12px;
	text-align: right;
		}
.login_out {
	display: block;
}
.login_logged {
	display: none;
}
.login_logged ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.login_logged li {
	display: inline;
	margin-left: 6px;
	text-align: center;
	vertical-align: middle;
}

.galdermaLogo {
	padding: 18px 10px 12px 0px;
	width: 109px;
	float: right;
}


/* :: End new area ::::::::::::::::::::::::::::::::::::::::::::: */


#SurveyArea li,#SurveyArea ul {
	list-style-type:none;
}
#internalContent h3 {
    font-size:14px;
    color:#bdc609;
}
#internalImage {
    width:185px;
    float:right;
}

/* :: Submenu Promo added 12-10-09 :::::::::::::::::::::::::::::: */
a.getPersonal:link, a.getPersonal:visited {
	background: url("../Images/btn_sign-up.jpg") no-repeat 0px -82px;
	text-align: left;
	text-indent: -5000px;
	display: block;
	height: 82px;
	width: 160px;
	margin: 0px;
	padding: 0px;
}
a.getPersonal:hover {
	background: url("../Images/btn_sign-up.jpg") no-repeat 0px 0px;
	text-indent: -5000px;
}

/* ######### Search Box Style ######### */
#siteSearch {
    border:0px solid #000;
    background:url(../images/search_bg.gif) no-repeat;
    background-position:center;
    height:16px;
    margin:9px 0px 0px 0px;
    float:left;
}
.searchBox {
    width:90px;
    height:16px;
    border:0px;
    font-size:11px;
    padding:0px 0px 0px 0px;
    margin:0px 16px 0px 0px;
    background-color:#fff;
    float:right;
}
.formFix {
	background-image:none;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 38px;
}
#mainNavMenu, #ctl00_mainNav {
	clear:both;
	margin:0 auto;
	height: 38px;
}
.mainNavStyle
{
	height:38px;
	width:971px;
	background: url("../images/navigation_bg.gif") no-repeat 0px 0px; /*THEME CHANGE HERE*/
	font-family:Verdana;
	font-size:11px;
}
.mainNavStyle ul {
    border: 0px solid #000;
    padding: 0px;
    margin: 0px;
    height: 38px;
    list-style-type:none;
    float:left;
}
.mainNavStyle ul li {
    float:left;
    height:38px;
    width:160px;
    border-right: 1px solid #aecc9e;
    text-align:center;
    padding:0px 0px 0px 0px;
}
.mainNavStyle ul li a:link, .mainNavStyle ul li a:visited {
    color: #fff;
    text-decoration: none;
    padding:12px 20px 0px 20px;
    border:0px solid #fff;
    display:block;
    height:26px;
}
.mainNavStyle ul li a:hover {
    background: url(../images/nav_rollover.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */
.subNav
{
    list-style-type:none;
    padding:0px;
    margin:0px;
}

.dropMenuStyle {
    position:absolute;
    margin:0px 0px 0px 0px;
    border: 0px solid #BBB; /*THEME CHANGE HERE*/
    font:bold 11px Arial;
    line-height:15px;
    z-index:100;
    background-color: white;
    width: 160px;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropMenuStyle a {
    width: auto;
    display: block;
    text-indent: 12px;
    padding: 2px 0;
    text-decoration: none;
    font-weight: bold;
    color: #008cb1;
}
.subGroup a {
    width: auto;
    display: block;
    text-indent: 5px;
    padding: 2px 0;
    text-decoration: none;
    font-weight: bold;
    color: #818181;
}

* html .dropMenuStyle a /*IE only hack*/
{ 
    width: 100%;
}

.dropMenuStyle a:hover /*THEME CHANGE HERE*/
{ 
    background-color: #dfdfdf;
}
