@charset "UTF-8";
@import url(reset.css);
@import url(base.css);
@import url(content.css);
@import url(navigation.css);
@import url(iehacks.css);

/* addition for Background logo fix */

.home .navi-1 { border-bottom: 1px solid #acabac;}
.pink .navi-1 { border-bottom: 1px solid #acabac;}

.navi-1 ul li a { font-size: 12px; display: block;  padding: 5px 10px;  width: auto; color: #58595a; border-bottom: 1px solid #fff; border-right: 1px solid #fff;}


.home .navi-1 ul li a { border-bottom: none!important; }
.pink .navi-1 ul li a { border-bottom: none!important; }

.navi-1 ul li a.nav-1-pink,
.navi-1 ul li a.nav-1-lilac,
.navi-1 ul li a.nav-1-blue,
.navi-1 ul li a.nav-1-green,
.navi-1 ul li a.nav-1-red,
.navi-1 ul li a.nav-1-orange,
.navi-1 ul li a.nav-1-yellow {
	background-position: 0px -2px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.navi-1 ul li a.nav-1-yellow { border-right: none!important;}

.navi-1 ul li a.nav-1-pink,
.navi-1 ul li a:hover {
	background-image: none;
	background-color: #ffffff;
	color: rgb(192,0,118);
	text-decoration: none;
}

div.body-inner {
  background: #FAD1E3 url(../img/bg-body-default-new.gif) no-repeat scroll center -20px;
  height:100%;
  margin:0 auto;
  min-width:992px;
  padding:0;
  width:100%;
}

body div.body-inner{ background: #fad1e3 url(../img/bg-body-default-new.gif) no-repeat center -20px; }
body.lilac div.body-inner{ background: #fad1e3  url(../img/bg-body-lilac-new.gif) no-repeat center -20px; }
body.blue div.body-inner{ background: #fad1e3 url(../img/bg-body-blue-new.gif) no-repeat center -20px; }
body.green div.body-inner{ background: #fad1e3 url(../img/bg-body-green-new.gif) no-repeat center -20px; }
body.red div.body-inner{ background: #fad1e3 url(../img/bg-body-red-new.gif) no-repeat center -20px; }
body.orange div.body-inner{ background: #fad1e3 url(../img/bg-body-orange-new.gif) no-repeat center -20px; }
body.yellow div.body-inner{ background: #fad1e3 url(../img/bg-body-yellow-new.gif) no-repeat center -20px; }