﻿img{ border: 0pt; }

#bottom_div{
width: 100%;
height: 150px;
background-color: #b9d1ea;
clear:both;
}

#vista_toolbar {
float:left;
font:normal 12px 'Trebuchet MS','Arial';
margin:0;
padding:0;
}

#vista_toolbar ul {
background-image: url(Images/menubg-1.gif);
background-repeat:repeat-x;
float:left;
line-height:40px;
list-style:none;
margin:0;
padding:0 10px 0 10px;
width:942px;
height: 40px;

}

#vista_toolbar li {
display:inline;
padding:0;
height: 40px;


}

#vista_toolbar a {
color:#FFF; /* need because it will use default link color */
float:left;
padding:0 3px 0 3px; /* left 3 px because of left.png image */ 
text-decoration:none;
font-size: 13px;
font-family: tahoma;
border-right: solid 1px #2c1010;
cursor:pointer;
}

#vista_toolbar a span {
display:block;
float:none;
padding:0 10px 0 7px;
font-weight:bold;
}

#vista_toolbar a span img {
border:none;
margin:8px 4px 0 0;

}

/* show picture when mouse over link */
#vista_toolbar a:hover
{
    height: 40px;
    
/*background: url(Images/left.png) no-repeat left center;*/
}

#vista_toolbar a:hover span {
/*background:url(Images/right.png) no-repeat right center;*/
background-image: url(Images/selected_bg.gif);
background-repeat: repeat-x;
background-position: center top;
background-color: #181a1b;
color: #ffffff;
text-decoration: none;
padding:0 10px 0 7px;
height: 40px;

}

#vista_toolbar a.selected {
/*background:url(Images/right.png) no-repeat right center;*/
background-image: url(Images/selected_bg.gif);
background-repeat: repeat-x;
background-position: center top;
background-color: #181a1b;
color: #ffffff;
text-decoration: none;
height: 40px;


}

#vista_toolbar a.right {
float:right; /* for help button - just add class "right" ->  <a class="right"... */
padding:0 20px 0 7px;
font-family: tahoma;
font-weight:bold;
}
#vista_toolbar a.right:hover span {
background-image: url(Images/selected_bg.gif);
background-repeat: repeat-x;
background-position: center top;
background-color: #181a1b;
color: #ffffff;
text-decoration: none;
padding:0 10px 0 7px;

}

#vista_toolbar a.rightselected {
background-image: url(Images/selected_bg.gif);
background-repeat: repeat-x;
background-position: center top;
background-color: #181a1b;
color: #ffffff;
text-decoration: none;
float:right; /* for help button - just add class "right" ->  <a class="right"... */
padding:0 20px 0 7px;

font-family: tahoma;
font-weight:bold;

}

#vista_toolbar a.right:hover {

background-image: url(Images/selected_bg.gif);
background-repeat: repeat-x;
background-position: center top;
background-color: #181a1b;
color: #ffffff;
text-decoration: none;
padding:0 20px 0px 7px;
height: 40px;




}

/*     PC Packages Menu   */

#vertmenu {
font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;

padding: 0px;
margin: 0px;
}



#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {

display: block;
border-bottom: 1px dashed #C39C4E;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #666666;


}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #eeeeee;
}







.bullet{
width: 400px;
}

.bullet ul{
list-style-type: disc;
margin-left: 15px;
float: left;
width: 100%;
padding-top: 3px;
padding-bottom:5px;
padding-left:5px;

}

.bullet ul li{
float: left;
width: 200px;
color: #000000;
list-style-type: disc;
padding-top: 3px;
padding-left:0px;

}