﻿#homeSlide {
background-color:#ffffff;
background-image:url(./images/loading.gif);
background-position:center center;
background-repeat:no-repeat;
height:400px;
left:0;
overflow:hidden;
position:relative;
top:0;
width:900px;
border-top:solid 1px #c0c0c0;
border-bottom:solid 1px #c0c0c0;
}


#homeSlide div img {
border-style:none;
}

#controls { 

background-image:url(../../images/controlsBg.png);
background-repeat:no-repeat;
height:27px;
margin:0 0 0 0;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-left:4px;
padding-top:5px;
position:absolute;
top:445px;
width:168px;
}
#controls li {
background-image:url(../../images/controlsLiBg_norpt.png);
background-repeat:no-repeat;
float:left;
height:22px;
margin-right:2px;
overflow:hidden;
width:22px;
}

#control1 {
background-position:0 0;
}
#control1.active {
background-position:0 -23px;
}
#control2 {
background-position:-25px 0;
}
#control2.active {
background-position:-25px -23px;
}
#control3 {
background-position:-47px 0;
}
#control3.active {
background-position:-47px -23px;
}
#control4 {
background-position:-71px 0;
}
#control4.active {
background-position:-71px -23px;
}
#control5 {
background-position:-94px 0;
}
#control5.active {
background-position:-94px -23px;
}
#control6 {
background-position:-117px 0;
}
#control6.active {
background-position:-117px -23px;
}

.clearfix:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}
.clearfix {
display:inline-table;
}
* html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
.brclear {
clear:both;
font-size:1px;
height:0;
line-height:0;
margin:0;
}


    #menu {
    	
    width:650px;
    text-align:right;
    
    padding: 15px 0 0 0;
    margin:auto;
    height:75px;
    }
    


/* Basic code - don't modify */
 
  #nav{ display: block; margin: 0; padding: 0; position: relative; z-index:500; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  #nav ul a { zoom: 1; } /* IE6/7 fix */
  #nav ul li { float: none; }
  #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul {width: 120px; padding-left:5px; background-color:#ffffff; text-align:left; }
#nav ul ul {left: 25px; }

/* Everything else is theming */
 
#nav { margin:16px 0 0 0;  height: 24px; }
#nav li {padding:0 10px 0 10px;}
#nav a { font-size:11pt; font-weight:bold; }
 
  
  #nav ul { top: 20px; }
  #nav ul li { border-top:dotted 1px #e0e0e0; padding-top:5px; }
    #nav ul li a { height:20px; font-size:12px; font-weight:normal;   }
      #nav ul a.hover {font-size:12px; font-weight:normal; }
   #nav ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */
