/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/

html, body, div, p, a, img, {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	vertical-align:baseline;
}
body {
	line-height:1;
	font-family: 'villa', Helvetica, Arial, sans-serif;
	color:black;
	background:white;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote, q {
	quotes:"" "";
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font:14px/1.6  'villa', Helvetica, Arial, sans-serif;
	color:#666;
	line-height:1;
	color:black;
	background:white;
}

caption, th, td {
	text-align:left;
	font-weight:normal;
}


a {
	text-decoration:none;
}

a:hover, a:active {
	color:#000;
	text-decoration:none;
}


