a {
    color:#333333;
	font-weight:bold;
	text-decoration:none;
}
.subcontent2 a {
    color:#CCCCCC;
	font-weight:bold;
	text-decoration:none;
}
#sub_footer a{
    color:#666666;
	font-size:12px;
	font-weight:lighter;
	text-decoration:none;
}
/* -------------------------- NAVBAR -------------------------------- */
#navbar a:link, #navbar a:visited, #navbar a:active {
    display:block;
	text-decoration:none;
	width:110px;
	height:20px;
	font-size: 14px;
	color: #fff;
	background: url(../images/nav_blank.gif) no-repeat;
    text-align: center;
	padding-top:10px;
}
#navbar a:hover {
    background-position: 0px -30px;
}
#navbar a.active:link, #navbar a.active:visited, #navbar a.active:active, #navbar a.active:hover {
    background-position: 0px -30px;
}
/* -------------------------- NAVBAR2: HOME -------------------------------- */
#navbar2 a:link, #navbar2 a:visited, #navbar2 a:active {
    display:block;
	width:52px;
	font-size: 9px;
	color: #878787;
	background: url(../images/home.gif) no-repeat;
    text-align: center;
	padding-top:40px;
}
#navbar2 a:hover {
    background-position: 0px -50px;
	color: #F5000F;
}
#navbar2 a.active:link, #navbar2 a.active:visited, #navbar2 a.active:active, #navbar2 a.active:hover {
    background-position: 0px -50px;
	color: #F5000F;
}
/* -------------------------- NAVBAR2: SERVICES -------------------------------- */
td#services a:link, td#services a:visited, td#services a:active {
    display:block;
	width:52px;
	font-size: 9px;
	color: #878787;
	background: url(../images/services.gif) no-repeat;
    text-align: center;
	padding-top:40px;
}
td#services a:hover {
    background-position: 0px -50px;
	color: #F5000F;
}
td#services a.active:link, td#services a.active:visited, td#services a.active:active, td#services a.active:hover {
    background-position: 0px -50px;
	color: #F5000F;
}
/* -------------------------- NAVBAR2: WEBSITES -------------------------------- */
td#websites a:link, td#websites a:visited, td#websites a:active {
    display:block;
	width:52px;
	font-size: 9px;
	color: #878787;
	background: url(../images/websites.gif) no-repeat;
    text-align: center;
	padding-top:40px;
}
td#websites a:hover {
    background-position: 0px -50px;
	color: #F5000F;
}
td#websites a.active:link, td#websites a.active:visited, td#websites a.active:active, td#websites a.active:hover {
    background-position: 0px -50px;
	color: #F5000F;
}
/* -------------------------- NAVBAR2: DESIGN -------------------------------- */
td#design a:link, td#design a:visited, td#design a:active {
    display:block;
	width:52px;
	font-size: 9px;
	color: #878787;
	background: url(../images/design.gif) no-repeat;
    text-align: center;
	padding-top:40px;
}
td#design a:hover {
    background-position: 0px -50px;
	color: #F5000F;
}
td#design a.active:link, td#design a.active:visited, td#design a.active:active, td#design a.active:hover {
    background-position: 0px -50px;
	color: #F5000F;
}
/* -------------------------- NAVBAR2: CLIENTS -------------------------------- */
td#clients a:link, td#clients a:visited, td#clients a:active {
    display:block;
	width:52px;
	font-size: 9px;
	color: #878787;
	background: url(../images/clients.gif) no-repeat;
    text-align: center;
	padding-top:40px;
}
td#clients a:hover {
    background-position: 0px -50px;
	color: #F5000F;
}
td#clients a.active:link, td#clients a.active:visited, td#clients a.active:active, td#clients a.active:hover {
    background-position: 0px -50px;
	color: #F5000F;
}
/* -------------------------- NAVBAR2: CONTACT -------------------------------- */
td#contact a:link, td#contact a:visited, td#contact a:active {
    display:block;
	width:52px;
	font-size: 9px;
	color: #878787;
	background: url(../images/contact.gif) no-repeat;
    text-align: center;
	padding-top:40px;
}
td#contact a:hover {
    background-position: 0px -50px;
	color: #F5000F;
}
td#contact a.active:link, td#contact a.active:visited, td#contact a.active:active, td#contact a.active:hover {
    background-position: 0px -50px;
	color: #F5000F;
}
/* -------------------------- END NAVBAR2 -------------------------------- */
a.red_button {
    position: absolute;
	z-index: 1;
	bottom: -27px;
	left: 15px;
	width: 112px;
	height: 27px;
	background-image: url(../images/red_button.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
}
a.green_button {
    position: absolute;
	z-index: 1;
	bottom: -27px;
	left: 15px;
	width: 112px;
	height: 27px;
	background-image: url(../images/green_button.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
}
a.blue_button {
    position: absolute;
	z-index: 1;
	bottom: -27px;
	left: 15px;
	width: 112px;
	height: 27px;
	background-image: url(../images/blue_button.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
}