@charset "UTF-8";
/* by Giancarlo Casano, http://www.multitech.it */
/* All associated graphics copyright 2005-2010, Multitech Sas */
/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. */
/* -------------------- Resets --------------------- */
* {margin: 0; padding: 0;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font,  ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
img{
	margin: 0;
	padding: 0;
	border: 0;	
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
form :focus {
	outline: 0; /* removes Safari's blue border */
} 
input, label {
	vertical-align: middle;
}
label {
	cursor: pointer;
}
textarea { /* removes scrollbar from IE when none is needed */
	overflow: auto;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}	
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables  */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* ------------------- Links ---------------------- */
a {
	text-decoration: none;
	outline: 0; /* removes dotted border in FX */
}
a:visited {
	text-decoration: none;
}
a:active, a:focus, a:hover {
	visibility: visible; /* kills IE6 a:hover bug */
	text-decoration: underline;
}
