/* .... css reset .... */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* .... end of css reset .... */

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of clearfix */

img
{
	border: none;
}

a
{
	text-decoration: none;
}

.clearBoth
{
	clear: both;
}

.noBorder
{
	border: none;
}

body
{
	font-size: 62.5%;
	font-family: tahoma, helvetica, arial, "lucida grande", sans-serif;
	background: #fff url(../images/main_01.gif) repeat-x top;
}

#container
{
	width: 780px;
	margin: 0px auto 20px auto;
}

#header
{
	position: relative;
	width: 100%;
	height: 79px;
	margin-bottom: 11px;
}

#logo
{
	position: absolute;
	top: 18px;
	left: 9px;
}

#mainNav
{
	height: 35px;
	margin-top: 44px;
	float: right;
}

#mainNav li
{
	float: left;
}

#mainNav li a
{
	display: block;
}

#flashHolder
{
	margin-bottom: 11px;
}

#featuredSolution
{
		float: left;
	width: 553px;
	height: 201px;
	background: url(../images/main_15.gif) no-repeat top;
}

#featuredSolution .header
{
	height: 37px;
	margin-bottom: 11px;
}

#featuredSolution .header h1
{
	float: left;
	display: inline;
	width: 40%;
	margin-top: 12px;
	margin-left: 17px;
	font-size: 14px;
	color: #fff;
	font-family: tahoma, sans-serif;
}

#featuredSolution .header .viewMore
{
	float: right;
	display: inline;
	margin-right: 18px;
	margin-top: 14px;
	color: #8f8f8f;
	font-family: arial, sans-serif;
	font-size: 11px;
}

#featuredSolution .header .viewMore:hover
{
	color: #fff;
}

#featuredSolutionLinks
{
	width: 90%;
	margin: 0px auto;
}

#featuredSolutionLinks li
{
	float: left;
}

#featuredSolutionLinks li a
{
	display: block;
		width: 195px;
		padding: 8px 0px 8px 30px;
	font-size: 13px;
	font-weight: bold;
	color: #444444;
	border-bottom: 1px solid #e5e5e5;
	margin: 0px 10px;
	background: url(../images/red_bullet.gif) no-repeat 10px 10px;
}

#featuredSolutionLinks li a:hover
{
	color: #000;
	background-color: #f5f5f5;
}

#promoHolder
{
		float: right;
	width: 219px;
}

#promoHolder img
{
	display: block;
}

#promoHolder .first
{
	margin-bottom: 10px;
}

#grayBar
{
	background-color: #d2d2d2;
	padding: 7px 0px;
	margin-bottom: 7px;
}

#bottomNav,
#footer
{
	width: 774px;
		padding-left: 6px;
	margin: 0px auto;
}

#bottomNav ul
{
	
}

#bottomNav li
{	
	font-size: 11px;
	color: #1f1f1f;
	display: inline;
	margin-right: 10px;
}

#bottomNav li a
{
	color: #1f1f1f;
}

#bottomNav li a:hover
{
	color: #970102;
}

#footer li
{
	font-size: 10px;
	color: #5e5d5d;
	display: inline;
	margin-right: 5px;
}

#footer li a
{
	color: #5e5d5d;
}

#footer li a:hover
{
	color: #970102;
}

#phoneNumber
{
	float: right;
	margin-right: 6px;
	display: inline;
}