#headerBackgroundOuter
{
    position: relative;
  width: 100%;
  height: 0px;
  z-index: 1;
  top: 0px;
  left: 0px;
}

#headerBackgroundIndex
{
  background: #004a66;
  z-index: 2;
  top: 0px;
  left: 0px;
  height: 398px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
}

#headerBackground
{
  background: #004a66;
  z-index: 2;
  top: 0px;
  left: 0px;
    /*  height: 125px;*/
    height: 200px;
    min-height: 125px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
}


#footerBackground
{
	position: relative;
	width: 100%;
    min-height: 275px;
	text-align: center;
	border: 0px;
	border-top: 1px solid #007099;
	background-color: #3E3E3E;
	background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333333), to(#3E3E3E)); /* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #3E3E3E, #333333); /* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #3E3E3E, #333333); /* IE 10 */
	background: -ms-linear-gradient(top, #3E3E3E, #333333); /* Opera 11.10+ */
	background: -o-linear-gradient(top, #3E3E3E, #333333);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E3E3E', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #3E3E3E 0%,#333333 100%); /* W3C */
	z-index: 1;
}

#footer
{
	position: absolute;
  top: 0px;
	left: 50%;
  margin-left: -490px;
  width: 980px;
  min-height: 275px;
  height: 275px;
  z-index: 2;
}

#shortCodeBox
{
  text-align: center;
  float: left;
  height: 33px;
  line-height: 33px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: 2px dashed #fff;
  border-top: 0px;
  white-space:nowrap;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

#menuOuter
{
    min-height: 90px;
  z-index: 10;
    position: relative;
}

#menuOuterContainer
{
  position: relative;
    vertical-align: top;
    position: relative;
  z-index: 11;
}

#logo
{
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: 5px;
  background: url(../../images/newdesign/protexting.png) no-repeat transparent;
  width: 245px;
  height: 90px;
  cursor: pointer;
}

#slogan
{
  color: #698C3C;
  font-size: 11px;
  font-weight: bold;
  
  position: absolute;
  left: 45px;
  top: 32px;
}

#menuOuter ul:not(.dropdown-menu)
{
  list-style: none;
  /*margin: 0 auto;*/
  line-height: 25px;
    padding-left: 0px;
}

#menuOuter ul:not(.dropdown-menu) li
{
  display: inline;
  width: auto;
  margin: 0px;
  margin-left: 20px;
  margin-right: 20px;
}

#menuOuter ul:not(.dropdown-menu) li.last
{
  margin-right: 0px;
}

#menuOuter ul:not(.dropdown-menu) a:link, #menuOuter ul:not(.dropdown-menu) a:visited, #menuOuter ul:not(.dropdown-menu) a:active
{
  font-size: 14px;

  text-decoration: none;
}

#menuOuter ul:not(.dropdown-menu) a:hover, #menuOuter ul:not(.dropdown-menu) a.active
{
  font-size: 14px;
  color: #CCCCCC;
  text-decoration: none;
}

#menuMemberArea
{
  background-color: transparent;
  /*height: 110px;*/
    margin-top: 50px;
    position: relative;
    clear: both;
}
.collapse.show {

}

#menuMemberArea #mainMenuOptions
{
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  
  background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CACACA), to(#FFFFFF)); /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #FFFFFF, #CACACA); /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #FFFFFF, #CACACA); /* IE 10 */
  background: -ms-linear-gradient(top, #FFFFFF, #CACACA); /* Opera 11.10+ */
  background: -o-linear-gradient(top, #FFFFFF, #CACACA);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#CACACA',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #FFFFFF 0%,#CACACA 100%); /* W3C */
  
  height: 65px;
  width: auto !important;
  
  color: #444444;
}

#menuMemberArea #mainMenuOptions span
{
  display: inline-block;
  margin: 0px;
  margin-left: 40px;
  height: 65px;
  line-height: 65px;
  font-size: 16px;
/*  color: #444444;*/
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
}

#menuMemberArea #mainMenuOptions span.first
{
  margin-left: 0px;
}

#menuMemberArea #mainMenuOptions span.largeSpan
{
  margin-left: 65px !important;
}

#menuMemberArea #mainMenuOptions span:hover
{
  background: url(../../images/newdesign/menu_arrow.png) center bottom no-repeat;
}

#menuMemberArea #mainMenuOptions span.active
{
  font-weight: bold;
  background: url(../../images/newdesign/menu_arrow.png) center bottom no-repeat;
}

#menuMemberArea #mainMenuOptions div.newWrapper
{
  width: 0px;
  height: 0px;
  position: relative;
}

#menuMemberArea #mainMenuOptions div.new
{
  width: 53px;
  height: 20px;
  background: url(../../images/newdesign/new.png) center bottom no-repeat;
  position: absolute;
  top: -74px;
  left: -26px;
}

#marketNewIcon div.newWrapper
{
    width: 0px;
    height: 0px;
    position: relative;
}

#marketNewIcon div.new
{
    width: 53px;
    height: 20px;
    background: url(../../images/newdesign/new.png) center bottom no-repeat;
    position: absolute;
    top: -129px;
    left: 30px;
}

/*
#menuMemberArea #mainMenuOptions ul
{
  list-style: none;
  margin: 0 auto;
  padding: 0px;
  line-height: 65px;
  width: auto !important;
  overflow: hidden;
  display: inline;
}

#menuMemberArea #mainMenuOptions ul li
{
  display: inline;
  width: auto !important;
  margin: 0px;
  margin-left: 40px;
  height: 65px !important;
  line-height: 65px !important;
  font-size: 16px;
  color: #444444;
  text-decoration: none;
  border: 1px solid blue;
}

#menuMemberArea #mainMenuOptions ul li a:link, #menuMemberArea #mainMenuOptions ul li a:visited, #menuMemberArea #mainMenuOptions ul li a:active
{
  font-size: 16px;
  color: #444444;
  text-decoration: none;
  height: 65px !important;
  line-height: 65px !important;
  border: 1px solid blue;
}

#menuMemberArea #mainMenuOptions ul li.active
{
  background: url(../../images/newdesign/menu_arrow.png) center bottom no-repeat;
  height: 65px !important;
  font-weight: bold;
}

#menuMemberArea #mainMenuOptions ul li:hover
{
  font-size: 16px;
  color: #444444;
  text-decoration: none;
  height: 65px !important;
  background: url(../../images/newdesign/menu_arrow.png) center bottom no-repeat;
}

#menuMemberArea #mainMenuOptions ul li.active a:link, #menuMemberArea #mainMenuOptions ul li.active a:visited, #menuMemberArea #mainMenuOptions ul li.active a:active
{
  font-size: 16px;
  color: #444444;
  text-decoration: none;
  height: 65px;
  display: inline-block;
}
*/

#menuMemberArea #mainMenuSubOptions
{
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  
  background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#FDFDFD), to(#F9F9F9));
	background: -moz-linear-gradient(center top , #FDFDFD, #F9F9F9) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDFDFD', endColorstr='#F9F9F9'); /* for IE */
  
  height: 45px;
}

#menuMemberArea #mainMenuSubOptions ul
{
  list-style: none;
  margin: 0 auto;
  padding: 0px;
  line-height: 45px;
}

#menuMemberArea #mainMenuSubOptions ul li
{
  display: inline;
  width: auto;
  margin: 0px;
  margin-left: 40px;
}

#menuMemberArea #mainMenuSubOptions ul li.smallSpan
{
  margin-left: 20px;
}

#menuMemberArea #mainMenuSubOptions ul li.first
{
  display: inline;
  width: auto;
  margin: 0px;
  margin-left: 0px;
}

#menuMemberArea #mainMenuSubOptions ul li a:link, #menuMemberArea #mainMenuSubOptions ul li a:visited, #menuMemberArea #mainMenuSubOptions ul li a:active
{
  font-size: 14px;
  color: #373737;
  text-decoration: none;
  height: 45px;
  display: inline-block;
}

#menuMemberArea #mainMenuSubOptions ul li a:hover
{
  font-size: 14px;
  color: #007099;
  text-decoration: none;
}

#menuMemberArea #mainMenuSubOptions ul li.active a:link, #menuMemberArea #mainMenuSubOptions ul li.active a:visited, #menuMemberArea #mainMenuSubOptions ul li.active a:active
{
  font-size: 14px;
  color: #007099;
  text-decoration: none;
  height: 45px;
  display: inline-block;
}

#memberInformation
{
    position: relative;
  text-align: right;
  float: right;
/*    width: 700px;*/
/*    width: 560px;*/
  height: 100%;

  font-weight: bold;
  color: #EBEBEB;
  white-space:nowrap;
}

#memberInformation .separator
{
  display: inline;
  font-size: 8px;
  color: #D0D0D0;
  padding-left: 10px;
  padding-right: 10px;
}

#memberInformation .separatorWider
{
  display: inline;
  font-size: 8px;
  color: #D0D0D0;
  padding-left: 30px;
  padding-right: 30px;
}

#memberInformation a.home
{
  position: relative;
  top: 4px;
  
}

#memberInformation a:link, #memberInformation a:visited, #memberInformation a:active
{

  color: #53BEE8;
}

#memberInformation a:hover
{
  text-decoration: underline;
}

#memberInformation .name, #memberInformation .level
{
  display: inline;
}

#memberInformation .name a:link, #memberInformation .name a:visited, #memberInformation .name a:active, #memberInformation .level
{
  color: #e56325;
}

#memberInformation #shortCodeInfo
{
  float: right;
    width: 195px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: 2px dashed #fff;
  border-top: 0px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
    position: absolute;
    right: 0px;
}

#footer ul
{
  padding: 0px;
  padding-top: 30px;
  text-align: left;
  margin: 0px;
  width: auto;
  display: block;
  float: left;
}

#footer .separator
{
  width: 40px;
  height: auto;
  display: block;
  float: left;
}

#footer li.first
{
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #333;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	margin-bottom: 15px;
	text-align: left;
	display: block;
}

#footer li
{
  display: block;
  text-align: left;
  padding: 0px;
  padding-left: 10px;
  margin: 0px;
  margin-bottom: 3px;
  margin-right: 20px;
}

#footer li.noPaddingLeft
{
  padding-left: 0px;
}

#footer li a:link, #footer li a:visited, #footer li a:active
{
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
}

#footer li a:hover
{
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: underline;
}

#footerAppsIcons
{
  background: url(../../images/newdesign/mobile.png) no-repeat transparent;
  width: 162px;
  height: 42px;
}

.footerAppLink
{
  width: 47px;
  height: 42px;
  margin-right: 7px;
  display: block;
  float: left;
}

#footerSeparatorHorizontal
{
  width: 980px;
  height: 1px;
  background: #515151;
  padding: 0px;
  margin: 0px;
}

#footerRates
{
  color: #FFFFFF;
}

#footer a:link, #footer a:visited, #footer a:active
{
  color: #FFFFFF;
  text-decoration: none;
}

#footer a:hover
{
  color: #FFFFFF;
  text-decoration: underline;
}

#footerSeals
{
  width: 244px;
  height: 72px;
  line-height: 72px;
  vertical-align: middle;
	position:absolute;
	left:50%;
  margin-left: -122px;
}

.footerSingleSeal, #footerSeals div
{
  float: left;
}

.footerSingleSealGodaddy
{
  height: 31px;
  line-height: 31px;
  position: absolute;
	top:50%;
  right: 0px;
  margin-top: -16px;
  
}

#copyright
{
  color: #3C3C3C;
  padding: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#copyright a:link, #copyright a:visited, #copyright a:active
{
  color: #e56325;
  text-decoration: none;
}

#copyright a:hover
{
  color: #FF9C01;
  text-decoration: none;
}

#video
{
	top: 215px;
	width: 65px;
	height: 120px;
	cursor: pointer;
	text-indent:-5000px;
	position: fixed;
	z-index: 100;
	overflow: hidden;
	left: 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
  
  display: block;
  background: url(../../images/newdesign/video_youtube.png) #608936 no-repeat center center;
  
}

#video:hover
{
	background-color: #608966;
}

* html #video
{
  position: absolute;
}

/*
#video
{
	top: 215px;
	width: 60px;
	height: 120px;
	cursor: pointer;
	text-indent:-5000px;
	position: fixed;
	z-index: 100;
	overflow:hidden;
	left:-20px;
	background-color: #F26522;
	border: #FFF;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
  
  display: block;
  background-image: url(../../images/newdesign/video.png);
}

#video:hover
{
	background-color:#608936;
	border:FFF;
	left:-15px;
}

* html #video
{
  position: absolute;
}
*/

#loginForm
{
  display: none;
  background: none repeat scroll 0 0 #4C4C4C;
  border: 0px;
  
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  
  clear: both;
  max-height: 350px;
  min-width: 160px;
  position: absolute;
  right: 0;
  top: 55px;
  padding: 10px;
  z-index: 100;
}

#loginForm  label
{
  display: block;
  padding-bottom: 10px;
}

#loginForm  label span
{
  color: #FFFFFF;
  display: block;
  padding-bottom: 3px;
}

#loginForm input
{
  width: 200px;
  padding: 3px;
  background: none repeat scroll 0 0 #666666;
  
  border: 1px solid #4C4C4C;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(100, 100, 100, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(100, 100, 100, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(100, 100, 100, 0.2);
  
  color: #FFFFFF;
  text-shadow: #000000 0 -1px 0;
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#loginForm input:hover, #loginForm input:focus
{
  border-color: #4C4C4C;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 12px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 12px rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 12px rgba(255, 255, 255, 0.5);
}

#loginForm label input:focus
{
  border: 1px solid rgba(255, 255, 255, 0.5);
  outline: medium none;
}

#loginForm input[type="checkbox"]
{
  background: transparent;
}

#loginForm label.loginCheckBox
{
  padding: 0px !important;
}

#loginForm label.loginCheckBox input[type="checkbox"]
{
  width: 20px !important;
  height: 15px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

#loginForm label.loginCheckBox span
{
  width: 100px;
  height: 22px;
  line-height: 22px;
  display: inline;
}

#loginForm  a:link, #loginForm  a:visited, #loginForm  a:active
{
  color: #e56325;
  text-decoration: none;
}

#loginForm a:hover
{
  color: #FF9C01;
  text-decoration: none;
}

#carriers
{
  background: url(../../images/newdesign/carriers_panel.png) no-repeat;
  width: 969px;
  height: 52px;
}

#carriers .text
{
    font-size: 13px;
    padding: 19px 0px 0px 20px;
    float: left;
}

#carriers .logos
{
    margin: 1px 0px 0px 0px;
}

#feedback
{
	top: 215px;
	width: 65px;
	height: 120px;
	cursor: pointer;
	text-indent:-5000px;
	position: fixed;
	z-index: 100;
	overflow: hidden;
	left: -10px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
  
  display: block;
  background: url(../../images/newdesign/feedback.png) #a6a486 no-repeat center center;
  
}

#feedback:hover
{
	background-color: #e56325;
}

* html #feedback
{
  position: absolute;
}

#wlHeaderBackgroundInner
{
  position: absolute;
  width: 100%;
  height: 0px;
  z-index: 1;
  top: 0px;
  left: 0px;
}

#wlHeaderBackgroundTopMenu
{
  height: 35px;
  background: #000000;
}

#menuTop
{
  height: 35px;
  line-height: 35px;
  color: #FFFFFF;
  text-align: right;
  vertical-align: middle;
}

#balanceBox
{
  padding: 20px 0px 0px;
}

#balanceBox > #availableInfo
{
  line-height: 25px;
  margin: 0px 40px 0px 0px;
}

#balanceBox > #renewLinks
{
  line-height: 25px;
  margin: 0px 40px 0px 0px;
}

#balanceBox > #purchaseMore
{
  margin: 5px 0px 0px;
}

#settingsDiv
{
  display: none;
  background: none repeat scroll 0 0 #000000;
  border: 0px;

  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;

  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 10px rgba(100, 100, 100, 0.6);

  clear: both;
/*    max-height: 370px;
    min-width: 131px;*/
  position: absolute;
  right: 290px;
  top: 35px;
  padding: 0px;
  z-index: 100;
}

#settingsDiv ul
{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#settingsDiv ul li
{
  text-align: left;
  font-weight: normal;
  border-top: 1px solid #363636;
  padding-left: 30px;
  padding-right: 30px;
}

#settingsDiv ul li.first
{
  border-top: 0px;
}

#settingsDiv ul li.last
{
  border: 0px;
  height: 5px;
}

#settingsDiv ul li:hover
{
  background-color: #252525;
  cursor: pointer;
}

#settingsDiv ul li.last:hover
{
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#settingsDiv ul li a:link, #settingsDiv ul li a:visited, #settingsDiv ul li a:active
{
  text-align: left;
  font-weight: normal;
  color: #EBEBEB;
  text-decoration: none;
}