/****************************************
 * CSS Include File
 *
 * These are common styls used in
 * several places across the site
 ***************************************/
div#banner {
background-image:  url(http://www.cvairsoft.com/Pictures/Bumble.jpg);
background-repeat: no-repeat;
height: 152px;
width: 860px;
}
div#bannertext {
position: relative;
height: auto;
width: auto;
left: 210px;
top: 60px;
font-family:Arial, Helvetica, sans-serif;
font-size:28px;
font-weight:bold;
color:#FFFFFF;
}

.title {
font:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:28px;
text-align:center;
}

.whitefont {
color: #FFFFFF;
font:Arial, Helvetica, sans-serif;
font-weight:bold;
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: none;
margin: 0 0.15em;
margin-bottom: 10px;
padding: 0;
text-align: center;
}

#nav-menu li a
{
background: url(http://www.cvairsoft.com/includes/images/buttonOD.jpg) #fff bottom left repeat-x;
height: 50px;
line-height: 50px;
float: none;
width: 145px;
display: block;
/*border: 0.1em solid #dcdce9;*/
color: #FFFFFF;
font-weight:bold;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
text-align: center;
}

#nav-menu li a:hover
{
background: url(http://www.cvairsoft.com/includes/images/buttonOD.jpg) #fff bottom left repeat-x;
height: 50px;
line-height: 50px;
float: none;
width: 145px;
display: block;
/*border: 0.1em solid #dcdce9;*/
color: #33CC00;
font-weight:bold;
font-size: 14px;
font-family:Arial, Helvetica, sans-serif;
text-decoration: underline;
text-align: center;
cursor: url("http://www.cvairsoft.com/includes/ccrosshair.cur"), crosshair;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End IE5-Mac hack */

#nav-menu 
{
width:138px
}


#my-links a:link{color: orange; font-weight: bold;}
#my-links a:visited {color: purple}
#my-links a:hover
{
	color: #ffcc00; 
	font-size: 120%;
	cursor: url("http://www.cvairsoft.com/includes/ccrosshair.cur"), crosshair;		
}
#my-links li a:hover
{
	color: #ffcc00; 
	font-size: 120%;
	cursor: url("http://www.cvairsoft.com/includes/ccrosshair.cur"), crosshair;		
}
#my-links a:active
{
	color: red;
	cursor: url("http://www.cvairsoft.com/includes/ccrosshair_pressmerking.cur "), crosshair;
}

#EasterEgg a 
{
display:block;
height: 338px;
width: 450px;
background: url("http://www.cvairsoft.com/Pictures/scott500x375.jpg") 0 0 no-repeat;
}
#EasterEgg a:hover 
{ 
height: 450px;
width: 338px;
background: url("http://www.cvairsoft.com/Pictures/scott2.jpg") 0 0 no-repeat;
}
#EasterEgg a:active {
background-position: 0 -70px;
}

#tformat p
{
line-height: 20px;
color: black;
font-weight:bold;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
text-align: left;
}




