@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	outline: none;
	behavior: url(iepngfix.htc);
}
a{ 
	border: 0;
	cursor: pointer;
}
img{ 
	border: 0;
}
iframe { 
	border: 0;
}
/* Headers */

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
	
/* Lists */
	
ul, ol, dl, li, dt, dd {
	list-style: none;
}

/* Forms */

form, fieldset {
	border: 0;
}	
legend {
	color: #000;
}
input, textarea, select, button {
	font-size: 100%;
	font-family: Arial;
}
select {
	margin: inherit;
}
/* Tables */

table {
	border-collapse: collapse;
	border: 0;
}
td, th, caption {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}
.clearer  {
	clear: both;
}
@font-face {
    font-family: "Myriad Pro";
    src: (../_fonts/MyriadPro.eot);
}
body {
	padding:0;
	margin:0;
	background-image: url(../_img/bg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}