﻿.bigMenuVSep {
   width: 15px;
   height: 122px;
   float: left;
}

.menuAnimateItem {
   float: left;
   padding: 0px 8px;
   text-align: center;
   overflow: hidden;
   position: relative;
   top: 50px;
}

.menuAnimateItemSmall {
   float: left;
   cursor: default;
   padding: 0px 8px;
   text-align: center;
   overflow: hidden;
   position: relative;
   top: 50px;
}

.bigMenuItem {
}

.subMenuContainer {
   padding-top: 5px;
}

.smallMenuVSep {
   float: left;
   width: 6px;
   height: 31px;
   padding: 40px 0px 0px 0px;
}

.smallMenuItem {
   float: left;
   font-size: 10px;
   padding: 50px 8px 0px;
}

.smallMenuItemMove {
   float: left;
   font-size: 10px;
}

.subMenuItem {
   font-size: 9px;
   text-align: center;
   line-height: 1.4em;
}

.bigMenuItem a, .smallMenuItem a, .bigMenuItemSel a, .smallMenuItemMove a {
   text-decoration: none;
   color: #44121C;
   white-space: nowrap;
}

.subMenuItem a {
   color: #D12C13;
}

.subMenuItem a:hover {
   color: #44121C;
}

/* NEWSLETTER */

.newsletterSubscriptionContainer {
   width: 125px;
   height: 100px;
   overflow: visible;
   background-color: Transparent;
   position: absolute;
   top: 45px;
   right: 0;
   white-space: nowrap;
}

.nlLogo {
   position: absolute;
   z-index: 130;
}

.smallBox1 {
   width: 116px;
   padding-top: 4px;
   background: url('../images/layout/nlSmallBoxTop.gif') no-repeat left top;
   position: absolute;
   top: 0;
   right: 0;
   z-index: 128;
}

.smallBox2 {
   width: 116px;
   padding-bottom: 4px;
   background: url('../images/layout/nlSmallBoxBottom.gif') no-repeat left bottom;
}

.smallBoxInner {
   width: 103px;
   padding-left: 10px;
   border-left: 1px solid #cccccc;
   border-right: 1px solid #cccccc;
   background-image: url('../images/layout/nlArrow.gif');
   background-repeat: no-repeat;
   background-position: 100px 3px; 
   background-color: #ffffff;
   cursor: pointer;
   
   
   font-size: 10px;
   color: #D12D14;
}

.largeBoxSlider {
   overflow: hidden;
   position: absolute;
   top: 15px;
   right: 0;
   z-index: 129;
   width: 214px;
}

.largeBox1 {
   width: 212px;
   padding-top: 15px;
   background: url('../images/layout/nlLargeBoxTop.gif') no-repeat left top;
   position: relative;
   border-right: solid 1px #CCCCCC;
   left: 0;
}

.largeBox2 {
   width: 212px;
   border-right: solid 1px #CCCCCC;
   padding-bottom: 3px;
   background: url('../images/layout/nlLargeBoxBottom.gif') no-repeat left bottom;
}

.largeBoxInner {
   width: 206px;
   background-color: #ffffff;
   border-left: 1px solid #cccccc;
   border-right: 1px solid #cccccc;
   font-size: 9px;
   padding: 0px 0px 0px 5px;
   color: #d12d14;
}

.input1 {
   width: 193px;
   padding-top: 3px;
   background: url('../images/layout/nlInputTop.gif') no-repeat left top;
}

.input2 {
   width: 193px;
   padding-bottom: 4px;
   background: url('../images/layout/nlInputBottom.gif') no-repeat left bottom;
}

.inputInner {
   width: 191px;
   border-left: 1px solid #cccccc;
   border-right: 1px solid #cccccc;
   background-color: #E7E6DE;
}

.nlEmailInput {
   border: none;
   background-color: #E7E6DE;
   font-size: 12px;
   font-family: Verdana;
   color: #999999;
   margin: 0;
   padding: 0px 2px;
   width: 160px;
   float: left;
}

.inputSpacer {
   width: 26px;
   height: 14px;
   float: right;
   background: url('../images/layout/nlInputBG.gif') repeat-y 0 0;
   position: relative;
}

.nlEmailBtn {
   position: absolute;
   right: 1px;
   top: 2px;
}
