body
{
	margin: 0;
	padding: 0;
	background-color: #000000;
	font: normal 12px "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/* Links */

a:link { color: #FFFFFF; text-decoration: none; }

a:visited { color: #FFFFFF; text-decoration: none; }

a:hover, a:active { color: #771629; }


/* Html Elements */

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 { font-size: 32px; }

h2 { font-size: 28px; }

h3 { font-size: 24px; }

h4 { font-size: 20px; }

h5 { font-size: 16px; }

h6 {
	font-size: 13px;
	text-transform: uppercase;
	margin: 5px 0;
	color: #FFFFFF;
	text-align: center;
}

table 
{ 
	color: #333333;
	border-left: 1px solid #999999; 
	border-top: 1px solid #999999; 
}

table caption 
{ 
	font-weight: bold; 
	margin-bottom: 5px; 
}

th, td 
{ 
	border-right: 1px solid #999999; 
	border-bottom: 1px solid #999999;
	padding: 2px 5px;
}

th { background-color: #cfcfcf; }

tr.alt td
{
	background-color: #eeeeee;
}

/* Structure */

#container
{
	margin: 0 auto;
	width: 850px;
}

#header
{
	background-color: 000000;
	background-image: url(Images/tbbgnewstretch.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#navigation
{
	float: left;
	width: 100%;
}

#wrapper
{
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
	width: 100%;
	background-color: 000000;
}
#flash
{
	text-align: center;
	max-width: 728px;
	padding-left: 61px;
	padding-right: 61px;
}

#content-wrapper
{
	width: 70%;
	float: left;
}

#content
{
	float: left;
	padding: 20px;
	line-height: 1.6em;
	text-align: center;
	width: 90%;
}

#sidebar-wrapper
{
	width: 30%;
	float: left;
}

#sidebar
{
	float: left;
	padding: 20px;
}

#footer
{
	clear: both;
	float: left;
	width: 100%;
	margin: 20px 0;
	color: #F3DB81;
	text-align: center;
	background-image: url(Images/tb_bottomstretch.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* Header */

#header h1 { margin: 0; padding: 10px 5px 5px; }

#header h2 { font-size: 12px; margin: 0; padding: 0 5px 10px 20px; }

#header h1 a:link, #header h1 a:visited { color: #771629; }

#header h1 a:hover, #header h1 a:active { color: #771629; }
#navigation /* Navigation */

 wrapper
{
	padding-left: 75px;

}

#navigation li { float: left; margin: 0; padding: 0; }

#navigation a:link,
#navigation a:visited
{
	float: left;
	display: block;
	color: #dce1e5;
	padding: 5px 10px; 
	background-color: #497bac;
}

#navigation a:hover,
#navigation a:active
{
	color: #ffffff;
	background-color: #4f4f4f;
}

#bhome li#lhome a,
#bproducts li#lproducts a,
#bsolutions li#lsolutions a,
#bsupport li#lsupport a,
#bblog li#lblog a,
#babout li#labout a,
#bcontact li#lcontact a
{
	color: #f9f9f9;
	background-color: #494949;	
}

/* Featured */

#featured p { margin: 20px 0; }

#featured img { border: 1px solid #000000; }

/* Content */

#content > h3, #content .top { margin-top: 5px; }

/* Sidebar */

/* Footer */

#footer a:link { color: #F3DB81; }

#footer a:visited { color: #F3DB81; }

#footer a:hover, #footer a:active { color: #771629; }

#footer p { padding: 5px 0; }

/*Java Nav Bar */

#dd
{
	margin: 0;
	padding: 0;
	padding-left: 70px;
}

#dd li
{   margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    font: normal 14px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif}

#dd li a.menu
{
	display: block;
	text-align: center;
	padding: 4px 0px;
	margin: 0 1px 0 0;
	color: #F4E28C;
	width: 142px;
	text-decoration: none;
	background-color: 000000;
}

#dd li a.menu:hover
{
	background-color: #F4E28C;
	color: #000000;
}

.submenu
{   background: #000000;
    border: 1px solid #F4E28C;
    visibility: hidden;
    position: absolute;
    z-index: 3}

    .submenu a
    {   display: block;
        font: normal 12px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
        text-align: left;
        text-decoration: none;
        padding: 5px;
        color: #F4E28C}

    .submenu a:hover
    {   background: #F4E28C;
        color: #000000}
