@charset "utf-8";
/* CSS Document */

#header {
	width:994px;
	height: 149px;
	background:url(medias/header.gif) no-repeat center;
	padding:0px;
	margin: 0px auto;
}

#logo{
float:left;
height:114px;

margin-left:14px !important;
margin-left:18px;
}
#right{
float:right;
width:500px;
padding-right:14px;
}
#basictab{
	float:right;
	width: 100%;
}

.basictab ul{
float:right;
margin: 4px;
padding: 2px 0;
margin-left: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
background:url(medias/li.jpg) no-repeat right;
margin: 0;
}
.basictab .end {
background:url(medias/li2.jpg) no-repeat right;
}
.basictab li a{
text-decoration: none;
padding: 3px 6px;
margin-right: 3px;
border-bottom: none;
font-size:11px;
font-family:Tahoma;
color: #6699cc;
}

.basictab li a:visited{
color: #8890a4;
}

.basictab li a:hover, .basictab li a.current{
color: #8890a4;
}

.basictab li a:active{
color: #8890a4;
}

.tabcontainer{
clear: right;
float:right;
width:auto;
width:auto;
height:10px;
text-align:right;

}

.tabcontent{

/*display:none;*/
color:#6699cc;
border-top:1px  dotted #6699cc;
}
.tabcontent a{
color:#6699cc;
padding:4px;

text-decoration:underline;
font-size:11px;
font-family:Tahoma;
}
.tabcontent .active{
text-decoration:none;
color:#8890a4;
}
#slogon{
float:right;
margin-top:20px;
}

#menu{
float:left;
width:820px;
padding:0 100px 0 100px;

}
.chromestyle{
width: 100%;
padding-top:6px !important;
padding-top:6px;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

 .chromestyle ul{

padding: 0px 0;
width:100%;
list-style:none;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
background:url(medias/li3.jpg) no-repeat right;
padding-right:30px;
padding-left:5px;
}
.chromestyle .first {

background:none;

}

.chromestyle ul li a{
color: #527da8;
padding: 4px 7px;
margin: 0;
font-family:Tahoma;
text-transform:uppercase;
font-size:11px;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/ /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #e3e4e6; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Tahoma;
z-index:100;
background: white;
width: 250px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;line-height:20px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #e3e4e6; /*THEME CHANGE HERE*/
padding: 2px 0 0 5px;
text-decoration: none;
font-weight: normal;
font-size:11px;
color:#527da8;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #e3edf4;
}
#slider {
    width: 766px; /* important to be same as image width */
    position: relative; /* important */
	overflow: hidden; /* important */
	padding:0px;
	margin:0px;
	height:312px;
	
	
}
#sliderContent {
    width: 760px; /* important to be same as image width or wider */
    position: absolute;
	float:right;
	top: 0;
	margin: 0;
	padding: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
	
}


.sliderImage span {
    position: absolute;
	font-family:tahoma;
	font-size:11px;
	text-align:left;
    padding: 0px 13px 10px 13px;
    width: 766px;
    background-color: #000;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
	-khtml-opacity: 0.4;
    opacity: 0.4;
    color: #fff;
    display: none;
	height:25px;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 12px;

}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
