* {margin: 0;  padding: 0;}
html{ margin: 0; padding: 0; width:100%; height: 100%;}
body {
	font: 12px Arial, sans-serif;
	line-height:18px;
	
	background: #fff;
	color: #000;
	padding: 0;
	
	/*fix center*/
	/*width: 900px;
	margin: 0 auto;*/
	min-width: 800px;
	/*width: expression(document.body.clientWidth < 800 ? "800px": "auto");*/
	
	/*min-height ie*/
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
}


table { border-collapse: collapse; border-spacing: 0; }
td { padding:0; vertical-align: top;}

img {	border: 0px;}


/*color: #0066CC;*/
/*
a {	color: #009FFF;	}
a:hover {text-decoration: none; color: #0066CC;}
*/
a {color:#0099FF;}
a:hover {text-decoration: none;}
a:visited {color:#cc6699;}

a.b,a.b:visited {color:#0099FF;}




strong, b { font-weight:bold; }
em, i { font-style:italic; }

pre{
	font: 12px Arial, sans-serif;
	color: Black;
}

h1 { font-weight: normal;	font-size: 130%;}
h2 { font-weight: normal; font-size: 120%; color: #444;}
h3 { font-weight: bold; font-size: 100%; color: #333;}


hr {
	border-top: 1px dotted gray;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	height: 1px;
}

.both{ clear: both; }
.fr{ float: right; }
.fl{ float: left; }



/*=======================================*/
.logo {
	float: left;
	margin: 38px 0 32px 40px;
}

a.clients {
	float: right;
	margin-top: 50px;
	margin-right: 4%;
	padding: 2px 6px;
	color: #666;
}

.partner {
	float: left;
	margin-top: 50px;
	margin-right: 4%;
	padding: 2px 30px;
	color: #aaa;
}

a.clients-selected {
	background: #FFC028;
	color: #000;
	padding: 2px 6px;
	text-decoration: none;
}





.menu {
	clear: both;
	overflow: hidden;
	width: 100%;
	background: #3E4043;
}

.menu li {
	width: 24%;
	float: left; 
	list-style: none; 
	padding: 36px 0;
}

.menu li.selected{
	background: #FFC028;
}

.menu li a{
	font-size: 130%;
	color: #fff;
	margin-left: 20px;
	white-space: nowrap;
}
.menu li.selected a{
	color: #000;
	text-decoration: none;
}

.submenu {
	background: none;
}
.submenu li{
	padding: 16px 0;
}
.submenu li a{
	font-size: 100%;
	
}
  
.submenu li.selected a{
	color: #825A00;
	text-decoration: underline;
}

  
  
  
  
/*=======================================*/
.local-menu{
	float: right;
	width: 30%;
	margin-left: 4%;
}
.local-menu li {
	list-style: none; 
	/*padding: 36px 0;*/
}



/*=======================================*/

.content {
	margin-left: 60px;
	margin-right: 4%;
	margin-top: 40px;
	
	padding-bottom: 180px;
	
	font: 16px "Times New Roman", Times, serif;
	line-height:21px;
}

.content p{
	margin-bottom:18px;
	width: 60%;
	max-width: 900px;
	min-width: 500px;
}

.content h1, .content h2, .content h3{
	margin-bottom: 18px;
}

.content ul{
	padding-left: 36px;
	padding-top: 0;
}





/* Img
=======================================*/

.content span.screen {
	display: block;
    margin-left: -8px;
	margin-top: -8px;
	margin-bottom: 72px;
    padding: 0px;
	position: relative;
}
.content span.screen img {
	display: block;
}
.content span.screen span {
	display: block;
    text-align: left;
    padding: 0px 8px 0px 50%;
	
	font: 12px Arial, sans-serif;
	line-height:18px;
}

.content .screen.nosh {
	margin-left: 0;
}








.content .project_info{
	color: #666;
	font: 12px Arial, sans-serif;
	line-height:18px;
	
	padding: 18px 0 18px 0;
}
.content .project_info a{
	font-size: 16px;
}



.content table.tb_index {width: 100%;}
.content table.tb_index td{width: 30%;}
.content table.tb_index td.tb_index_lp{padding-left: 3%;}
.content table.tb_index p{
	width: 100%;
	max-width: inherit;
	min-width: inherit;
}

.content .promo_index{
	color: #666;
	font: 12px Arial, sans-serif;
	line-height:18px;
}

.content div.fav_index{
	padding: 36px 0;
}
.content div.fav_index div{
	float: left;
	width: 20%;
}
.content div.fav_index div p{
	
	width: 100px;
	max-width:inherit;
	min-width:inherit;
	
	padding-top: 7px;
	
	color: #666;
	font: 11px Arial, sans-serif;
	line-height:14px;
}


/*=======================================*/
.rounded{
	width: 60%;
	max-width: 900px;
	min-width: 500px;
	margin-bottom: 18px;
	position: relative;
	padding: 36px 0;
}
.rounded p{	
	margin: 0;
	width: 92%;
	padding: 0 4%;
	
	max-width: 92%;
	min-width: 400px;
}


.round, .round div{height: 5px; overflow:hide;}
.round.rt{
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
}
.round.rb{
	top: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	margin-top:-4px;
}

.grey{background: #F0F0E7; color: #3D3D2E/*#2B2B20*/;}
.grey .round.rt{		background: url(/img/grey-rt1.gif) no-repeat scroll 0 0;}
.grey .round.rt div{	background: url(/img/grey-rt2.gif) no-repeat scroll 100% 0;}
.grey .round.rb{		background: url(/img/grey-rb1.gif) no-repeat scroll 0 0;}
.grey .round.rb div{	background: url(/img/grey-rb2.gif) no-repeat scroll 100% 0;}



/*=======================================*/

table.tb-seo { font-size: 90%;}
table.tb-seo td{padding: 2px 7px; border-bottom: 1px solid #ccc;}
table.tb-seo td.r{text-align: right;}
table.tb-seo th{text-align: left;padding: 2px 7px; color:#333;border-bottom: 1px solid #ccc;}

/*=======================================*/
.footer {
	position: absolute;
	bottom: 0;
	height: 80px;
	width: 100%;
	border-bottom: 20px solid #3E4043;
}
  
.footer  p, address{
	margin-left: 60px;
	font-style: normal;
}
.footer  .copy{
	position: absolute;
	margin-left: -12px;
}