body {
  margin: 0;
  padding: 0;
  background: #F0F1EC url('../images/bkg.jpg') repeat-x;
  width: 100%;
  display: table;
}

div.mainContainer {
  margin: 0px auto 0px auto;
  padding: 0px;
  width: 1020px;
  overflow: auto;
}

/*========  styles for header & children  =========================*/

div.header {
  margin: 0px auto 0px auto;
  padding: 0px;
  width: 100%;
  height: 174px;
  clear: both;
}

div.headerTop {
  margin: 0px;
  padding: 0px;
  width: 1020px;
  height: 132px;
  clear: both;
}

div.logo {
  margin: 0px;
  padding: 0px;
  width: 344px;
  height: 132px;
  float: left;
}

div.headerMenu {
  margin: 0px;
  padding: 0px;
  background-image: url('../images/bkgMenu.jpg');
  background-repeat: no-repeat;
  width: 100%;
  height: 42px;
  clear: both;
}

div.menuFloat {
  margin: 0px 30px 0px 0px;
  padding: 0px;
  float: right;
}

div.socialFloat {
  margin: 0px 0px 0px 10px;
  padding: 0px;
  width: 130px;
  float: left;
}

/*========  styles for indexCarousel & children  =========================*/

div.indexCarousel {
  margin: 20px 0px 0px 0px;
  padding: 0px;
  background-image: url('../images/bkgCarousel.png');
  background-repeat: no-repeat;
  background-color: #000000;
  width: 1020px;
  height: 342px;
  clear: both;
}

.carousel {
  width:1020px;
  overflow:hidden;
  position:relative;
  margin:0 0 19px;
}

.carousel .holder{
  width:1020px;
  overflow:hidden;
  height:335px;
  position:relative;
}

.carousel .holder ul{
  position:absolute;
  width:99999px;
  overflow:hidden;
  top:0;
  left:0;
  z-index: 1;
}

.carousel .holder ul li{
  float:left;
  width:1020px;
  position:relative;
}

.carousel img{display:block;}

.carousel blockquote{
  position:absolute;
  top: 0;
  right:0;
  width:270px;
    background:url(../images/carouselTxtBkg.png);
}

.carousel q{
  font-family: Arial, sans-serif;
  color:#fff;
  font-size:.75em;
  line-height: 1.5em;
  padding: 15px 25px 23px 23px;
  margin:0 0 49px;
  display:block;
  width:222px;
}

.carousel cite{
  background:url(../images/bg-dark-title.png);
  color:#fff;
  padding: 16px 5px 13px 16px;
  font:0.75em/1em Arial, sans-serif;
  margin:0 0 0 10px;
  float:left;
  display:inline;
}

blockquote strong{font-weight:bold;}

blockquote em{font-style:italic;}

/* slides switcher */

.switcher-box{
  position:absolute;
  z-index: 2;
  bottom:0px;
  right:0;
  background:url(../images/bg-dark-title.png);
  color:#fff;
  width:200px;
  padding:6px 0px 6px 18px;
  font:bold 12px Arial, Helvetica, sans-serif;
}

.switcher{float:left;}

.switcher li{
  float:left;
  padding:0 5px 0 0;
}

.switcher a{
  display:block;
  text-indent:-9999px;
  overflow:hidden;
  width:17px;
  height:17px;
  background:url(../images/atomicOff.png) no-repeat;
  position:relative;
}

.switcher a:hover, .switcher .active a{
  background:url(../images/atomicOn.png) no-repeat;
  cursor:pointer;
}

.number{
    color:#fff;
    text-decoration:none;
}

/*========  styles for page content & children  =========================*/

div.sectionHead {
  margin: 0px;
  padding: 0px;
  background-image: url('../images/bkgDivider.png');
  background-repeat: no-repeat;
  width: 1020px;
  height: 90px;
  clear:both;
}

div.pageContent {
  margin: 20px 0px 20px 0px;
  padding: 0px;
  width: 1020px;
  clear: both;
  overflow: auto;
}

div.pageContainer {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 1020px;
  background-image: url('../images/bkgPageContainer.jpg');
  background-repeat: repeat-x;
  background-color: #ffffff;
  clear: both;
  overflow: auto;
}

div.pageLeft {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 700px;
  min-height: 300px;
  float: left;
}

div.pageBreadcrumb {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 700px;
  height: 40px;
  background-color: #222221;
  clear: both;
}

div.pageRight {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 300px;
  float: right;
}

div.rightSubmenu {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 300px;
  background-color: #222221;
  text-align: right;
  float: left;
}

/*========  styles for slider gallery  =========================*/

#slider{
  margin: 0px 0px 20px 20px;
}

#slider ul, #slider li{
  margin:0;
  padding:0;
  list-style:none;
}

#slider li{ 
  width:640px;
  height:240px;
  overflow:hidden; 
}

#prevBtn, #nextBtn{ 
  display:block;
  width:30px;
  height:77px;
  position:absolute;
  left:-30px;
  top:71px;
}

#nextBtn{ 
  left:640px;
}

#prevBtn a, #nextBtn a{  
  display:block;
  width:30px;
  height:77px;
  background:url(../images/btn_prev.gif) no-repeat 0 0;	
}

#nextBtn a{ 
  background:url(../images/btn_next.gif) no-repeat 0 0;	
}

/*========  styles for threeColumn & children  =========================*/

div.threeColumn {
  margin: 0px;
  padding: 0px;
  background-image: url('../images/bkgThreeColumnTall.jpg');
  background-repeat: no-repeat;
  width: 1020px;
  height: 350px;
  clear: both;
  overflow: auto;
}

div.threeModule {
  margin: 37px 0px 0px 65px;
  padding: 0px;
  width: 265px;
  height: 225px;
  float: left;
}

div.threeModule:first-child {
  margin: 37px 0px 0px 50px;
}

div.moduleImg {
  margin: 5px 10px 10px 0px;
  padding: 0px;
  width: 110px;
  height: 110px;
  float: left;
}

/*========  styles for sixColumn & children  =========================*/

div.sixColumn {
  margin: 10px 0px 10px 0px;
  padding: 0px;
  width: 1020px;
  height: 155px;
  clear: both;
}

div.sixColumn ul {
  margin: 0px;
  padding: 0px;
  width: 1020px;
  list-style-type: none;
}

div.sixColumn ul li {
  margin: 0px 0px 0px 30px;
  padding: 0px;
  background-color: #222221;
  width: 135px;
  height: 155px;
  display: inline;
  float: left;
  clear: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 0 5px #444;
  -webkit-box-shadow: 0 0 5px #444;
  box-shadow: 0 0 5px #444;
}

div.sixColumn ul li img {
  margin: 0px;
  padding: 0px;
  width: 135px;
  height: 20px;
  background-color: #cccccc;
}

/*========  styles for footer & children  =========================*/

div.footer {
  margin: 0px 0px 40px 0px;
  padding: 0px;
  background-color: #222221;
  width: 1020px;
  height: 170px;
  overflow: auto;
}

div.footerRight {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    width: 240px;
    height: 170px;
    text-align: right;
    float: right;
}
