/* 
----------------------------------------------------------------------------- 
GLOBAL RESET
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
td{vertical-align:top};

/* 
----------------------------------------------------------------------------- 
INLINE
-----------------------------------------------------------------------------*/
html{
}
body{                                                                    
	color:#666666;
	font-family:"Arial","Trebuchet MS","Helvetica","Arial";
	font-size:12px;
	background:#fff;
	line-height:150%;
	text-align:center;
	background:url('../images/body_background.png') repeat-x #454343;
}
a{
	color:#858383;
}
object, a{
	border:none;
	outline:none;
}
img{
	behavior: url(res/css/iepngfix.htc);
}
em{
	font-weight:bold;
}

/*form input,select{
	position:absolute;
	right: 25px;
}*/

----------------------------------------------------------------------------- 
FOR FOOTER
-----------------------------------------------------------------------------*/
html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}
