
/* #### general definations #### */
body {
/*	background:url(../../images/bg-home.png) 0 0 repeat-x #eae6d2;*/
	color:#000000;
	font:normal 11px Tahoma, Arial, Helvetica, sans-serif;
	text-align:center; height: 100%;
}

a {color:#000000; text-decoration:none; outline:none}
a:hover {text-decoration:underline}

a.lnk_blue { color:#0075b8; font-weight:bold; }
a.lnk_lghtblue { color:#0076b9; text-decoration:underline;  }


input, textarea, select {
	color:#000000;
	font:normal 11px Tahoma, Arial, Helvetica, sans-serif;
}

.formgrp {
	width:100%;
	overflow:hidden;
}

.clear {
	clear:both; 
	overflow:hidden; 
	height:0;
	width:100%;
}

.fl {float:left}
.fr {float:right}

.txtc { text-align:center;}
.t11p { font-size:11px; line-height:17px;}
.tbluebold { color:#0076b9; font-weight:bold;}
.tgray { color:#636363;}


span.dn { display:none;} 

/* #### hack #### */

.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 */


.h1 { height:1px; overflow:hidden!important;}
.h5 { height:5px; overflow:hidden!important;}
.h10 { height:10px; overflow:hidden!important;}
.h15 { height:15px; overflow:hidden!important;}
.h18 { height:18px; overflow:hidden!important;}
.h20 { height:20px; overflow:hidden!important;}
.h30 { height:30px; overflow:hidden!important;}
.h40 { height:40px; overflow:hidden!important;}

.w30 { width:30px; overflow:hidden!important;}
.w100 { width:100px; overflow:hidden!important;}
.w220 { width:220px; overflow:hidden!important;}
.w230 { width:230px; overflow:hidden!important;}
.w350 { width:350px; overflow:hidden!important;}
.w465 { width:465px; overflow:hidden!important;}
.w610 { width:610px; overflow:hidden!important;}
.w720 { width:720px; overflow:hidden!important;}
.w730 { width:730px; overflow:hidden!important;}
.w740 { width:740px; overflow:hidden!important;}


/* #### layout #### */

#wrapper, .wrapper {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:100%;
	z-index:1;
}

#container, .container {
	position:relative;
	margin:0 auto;
	text-align:left;
	/*overflow:hidden;*/
	width:960px;
}

#header {
	position:relative;
	height:200px;
	z-index:3;

}
#content {
	position:relative;
	margin:10px 0;
	z-index:0;@z-index:-1;
}
#footer {
	position:relative;
	background:#eae6d2 url(../../images/bg-footer.png) 0 0 repeat-x;
  	min-height:44px; 
	height:auto !important;  /*ie hack*/
	height:44px;
	z-index:999;
	
}








