@charset "utf-8"; 

*
{
	margin: 0;
	padding: 0;
	line-height: 1;
}


body
{
	background-image: url(../images/body-bg.png);
	font-family: Arial, Sans-Serif, Verdana;
	font-size: 12px;
}


/* Headings, Paragraphs and Anchors
************************************************/

h1
{
	color: #333333;
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: normal;
	text-transform: uppercase;
	
	background-image: url(../images/square.png);
	background-position: left center;
	background-repeat: no-repeat;
}

h2
{
	letter-spacing: -1px;
	color: #555555;
	margin-bottom: 20px;
	font-weight: normal;
	margin: 30px 0;
	width: 390px;	
}

h2 small
{
	font-size: 13px;
	letter-spacing: 0;
}

h1, h2, p, table, ul
{ 
	margin: 30px 0px 0px 120px;
	line-height: 160%;
}

ul { margin-left: 160px;}

h1
{
	margin-left: 80px;
	padding-left: 40px;
}

p, table tr td, table tr th, ul li
{
	font-size: 15px;
	color:#333333;
	line-height: 160%;
}


a
{
	color: #FF3300;
	text-decoration: none;
}

a:hover { color: #888888; }


/* Header
************************************************/

#header
{
	background-color: #F1F1F1;
}

#header #btd a
{
	background-color: #FF3300;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 20px;
	width: 200px;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 20px 10px;
}


/* Navigation
************************************************/

#navigation
{
	padding: 60px 0 60px 60px;
	border-bottom: 3px solid #F1F1F1;
}

#navigation dl
{
	float: left;
	width: 200px;
}

#navigation dt
{
	font-size: 15px;
	text-transform: uppercase;
	color: #666666;
	margin-bottom: 10px;
	letter-spacing: -1px;
}

#navigation dd
{
	line-height: 150%;
	text-transform: uppercase;
}

#active
{
	color: #000000;
}


#content
{
	width: 650px;
	padding-bottom: 50px;
}




#clientTbl { width: 100%;}

#clientTbl th 
{ 
	vertical-align: top; 
	font-weight: normal; 
	text-align: left;
}

#footer
{
	font-size: 11px;
	padding: 10px;
	text-align: right;
	color: #777777;
}

#footer a
{
	color: #777777;
}

