﻿.HeaderNavLinkText, .HeaderNavLinkText:visited
{
    color: #CCCCCC;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.HeaderNavLinkText:hover
{
    color: #999999;
}

.HeaderNavLinkTextSelected
{
    color: #999999;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.HeaderContactBoldText
{
    font-family: Arial Black;
    color: #333333;
    font-size: 15px;
    font-weight: bold;
}

/* Buttons */

.ButtonRollover a.bSeamlessDev
{
    background-image: url('http://assets.seamlessdev.com/sdiweb/header/b1-seamlessdev.jpg');
    width: 119px;
    height: 40px;    
}

.ButtonRollover a.bSeamlessECommerce
{   
    background-image: url('http://assets.seamlessdev.com/sdiweb/header/b2-seamless-ecommerce.jpg');
    width: 145px;
    height: 40px; 
}

.ButtonRollover a.bSeamlessCodeShare
{
    background-image: url('http://assets.seamlessdev.com/sdiweb/header/b3-seamless-codeshare.jpg');
    width: 145px;
    height: 40px;    
}


