html, body {
	background:#ffffff; 
	background-image:url(images/blue_top_fill.png);
	background-repeat:repeat-x;
	color:#000000; 
	text-align:center;
	width:100%;
	height:100%;
	margin:0; 
	padding:0;
	font-family:"Century Gothic", Tahoma, Verdana, Arial;
	
}
.comp_table td {
	background-image:url(images/button_back.png);
	background-position:left;
	background-repeat:no-repeat;
	width: 280px;
	height:65px;
}
.clear { clear:both;}

.fleft { float:left;}
.fright { float:right;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.container { width:100%;}
.inline li { display:inline; }

.footer_menu {  text-align:center;}
.footer_menu li { display:inline;}
.footer_menu li a { background:url(images/footer_divider.gif) no-repeat right 4px; padding:0 13px 0 12px; color:#7b8a94;}
.footer_menu li a.last { background:none;}

a {color:#000000;}
a:hover{text-decoration:underline;}
h1, h2, h3, h4, h5 { 
	background-image:url(images/h_fill.gif); 
	background-repeat:repeat-x; 
	background-position:top; 
	margin-bottom:0px; 
	color:#000; 
	padding-left:10px;  
	border-top:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	font-family: "Century Gothic", Tahoma, Verdana, Arial;
}
h1 { font-size:24px; }
h1 > h2 h3 {
	border-top:0px solid #b0b0b0;
}
h2 { }
h3 { }
h4 { }
h5 { }
h3 a {
	text-decoration:none;
	color:#fff;
}


/*==========================================*/
.casestudy {


}
.casestudy h5 {
	color:#48090B;
	font-size:16px;
	margin-bottom:4px;
}

#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	border-collapse: collapse;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
	white-space:nowrap;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}

