/* rounded corners - base main window */
.main {
background: #e6ebef;
}
.main .top {
background: url(../images/basesalheader.gif) no-repeat top left;
width: 100%;
height: 72px;
}
.main .bottom div {
background: url(../images/basebottomleftgrey.gif) no-repeat bottom left;
width: 100%;
height: 16px;
font-size: 1px;
}
.main .bottom {
background: url(../images/basebottomrightgrey.gif) no-repeat bottom right;
width: 100%;
height: 16px;
font-size: 1px;
}

h3.arrow {
background: url(../images/basearrow.gif) no-repeat top left;
padding-left: 30px;
}

.boxpara h3.arrow {
background: url(../images/basearrowwhite.gif) no-repeat top left;
padding-left: 30px;
}

/** ie fixes */
* html .main .bottom {
margin-top: -16px;
}

/* case study intro styling */

.csintroleft {
float: left;
display: inline;
width: 450px;
height: 380px;
margin: 0px 20px 0px 20px;
}

.csintroright {
width: 220px;
height: 380px;
margin: 0px 0px 0px 480px;
}

/** ie fixes */
* html .csintroleft {
margin-right: 0px;
}

* html .csintroright {
float: left;
display: inline;
margin-left: 0px;
}

.csintroright img {
margin-left: 10px;
}

img.rightside {
margin-left: 0px;
}


/** case study styling */

.csmainleft {
float: left;
display: inline;
width: 220px;
height: 420px;
margin: 26px 20px 0px 20px;
}

.csmainright {
width: 450px;
height: 420px;
margin: 30px 0px 0px 250px;
}

* html .csmainright {
margin-top: 8px;
}

/** ie fixes */
* html .csmainleft {
margin-right: 0px;
margin-top: 31px
}

* html .csmainright {
float: left;
display: inline;
margin-left: 0px;
}

.csmainleft img {
margin-left: 10px;
margin-top: 6px;
}

.csmainleft p .rightalign {
margin-right: 20px;
}

.footlinks {
margin: 10px 10px 0px 10px;
}

.footlinks p  {
display: inline;
}

.footlinks a {
float: left;
}

.footlinks .rightalign {
float: right;
}

.slidenum .label {color: #03375d; font-size: 0.9em; font-weight: bold;}
.slidenum a {color: #fff; text-decoration: none; padding: 4px 2px 2px 1px; font-size: 0.9em; font-weight: normal; margin: 0px -1px 0px -1px;}
.slidenum a.lit  {background: url(../images/basebtn-audio-lit.gif) no-repeat top center; height: 17px; width: 18px; }
.slidenum .csslides {padding-right: 8px; padding-left: 37px}

* html .slidenum { margin-top: -26px; }
* html .slidenum a.lit { margin-bottom: -5px; background-position: left center; }

body { background-image: none !important; background-color: #ffffff !important;}
