/* ==========================CSS for Masco Site==========================*/ 


/* ------------Defaults---------------  */
body {
	background-color: #990000;
	color: #CCCCCC;
	font-family: arial;	
} 

a {
	color: #FFCC99;
}

ul { 
line-height: 130%;
/*list-style-image:url(images/bullet.bmp);*/

}

img { 
border:none;

}


/*----------------Specifics---------------- */

.red {color:#990000;}

/* nav */
.nav {
 background-color:#000000;
}
.nav a:link,.nav a:visited,.nav a:active,.nav a {
color: #CCCCCC;
text-decoration: none;
font-size: 110%;
}
.nav a:hover {
color: #FFCC99;
text-decoration: none;
font-size: 110%;
}

td.nav{
border-top-width: thin;
border-top-color:#0099FF;
}

/* image */
.image{
color: #990000;
font-size: 110%;
}

td.image{
vertical-align: top;
background-color:#CCCCCC
}

.big {
font-size: 180%;
}

.med {
font-size: 125%;
}

.image a:link, .image a:visited, .image a:hover, .image a:active, .image a{
color: #990000;
text-decoration: underline;
}

/* Scroll */

.scroll {
font-size: 110%;
color: #CCCCCC;
}

.scroll a:link, .scroll a:visited, .scroll a:hover, .scroll a:active, .scroll a{
color: #CCCC00;
text-decoration: underline;
font-size: 100%;
}

/* bottom links */

.bottomlinks {
text-align: center;
}

.bottomlinks a,.bottomlinks a:link,.bottomlinks a:hover,.bottomlinks a:visited,.bottomlinks a:active {
color: #CCCCCC;
}

/* RollOver Menus */


.rollover a {color: #CCCCCC;
background-color: #990000;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #CCCCCC;
font-weight: bold;
text-decoration: none;
text-align: left;}

.rollover a:hover {background-color: #CCCCCC;
color: #990000;
text-decoration: none;}



/* Lists */

.list ul {
list-style: none;
}

