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

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	background-color:#88898b;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
.clear {
	clear:both;
}


/*=== General Styles ===*/
a, a:visited {
	color:#006348; font-family:Arial, Helvetica, sans-serif; text-decoration:none; font-weight:bold;
}

a:hover {
	color:#039c72; text-decoration:none; font-weight:bold;
}

a:hover, a:active {
	color:#006348; text-decoration:none; font-weight:bold;}

h1 {
	color: #84848B; font-family: Arial, Helvetica,sans-serif; font-size: 22px; font-weight: normal; margin:10px 0 0 10px; padding:0 0 7px 0; text-align:left;
}
p {
	color: #84848B; font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: normal; margin:0 10px 0 10px; padding:0 0 0 0; text-align:left;
}

/*=== Main Styles ===*/
#container {
	width:520px;
	margin:0 auto;
	background-color:#ffffff;
}

#wrapper {
margin:0 0 40px 0;	
}

/*=== Slider Styles ===*/

.theme-default #slider {
    margin:0 auto;
    width:520px; /* Make sure your images are the same size */
    height:229px; /* Make sure your images are the same size */
}


