body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label {
	/* Page reset Download by http://www.codefans.net*/
	margin: 0px;
	padding: 0px;
}

body { /* Setting default text color, background and a font stack */
	color: #444444;
	font-size: 13px;
	background: #f2f2f2;
	font-family: Arial, Helvetica, sans-serif;
}
 body {
    color: #333333;
    font: 12px/18px "ËÎÌå","Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}
a {
	color: #08c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

/* Gallery styles */
#gallery { /* CSS3 Box Shadow */
	-moz-box-shadow: 0 0 3px #AAAAAA;
	-webkit-box-shadow: 0 0 3px #AAAAAA;
	box-shadow: 0 0 3px #AAAAAA;
	/* CSS3 Rounded Corners */
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border: 1px solid white;
	/*background: url(img/panel.jpg) repeat-x bottom center #ffffff;
	/* The width of the gallery */
	width: 100%;
	overflow: hidden;
}

#slides { /* This is the slide area */
	height: 300px;
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width: 100%;
	overflow: hidden;
}

#gallery .slide {
	float: left;
}

#menu { /* This is the container for the thumbnails */
	height: 0px;
	width: 100%;
	bottom: 17px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

#gallery li { /* Every thumbnail is a li element */
	width: 19px;
	display: inline-block;
	list-style: none;
	height: 15px;
	overflow: hidden;
	position: relative;
	margin-right:3px;
	zoom:1;
}

#gallery li.inact a:hover {
	/* The inactive state, highlighted on mouse over */
	background-position-y: -16px;
}

#gallery li.act a,li.act a:hover { /* The active state of the thumb */
	cursor: default;
	background-position-y: -31px;
}

#gallery li a {
	display: block;
	background-image: url(img/hero-nav-20110606.png);
	top: 0;
	left: 0;
	background-position-x: 0px;
	background-position-y: 0px;
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
	padding-top: 10px;
	position: absolute;
}

#gallery a img {
	border: none;
}

#main { /* The main container */
	margin: 15px auto;
	width: 980px;
	position: relative;
}
  h1,h2,h3,h4,h5,h6,strong { color:#000; }
h1,h2,h3,h4 { font-weight: bold; }
h2,h3,h4 { line-height: 18px; }
h1,h2 { margin-bottom: 18px; }
h1 { font-size: 24px; line-height: 36px; }
h2 { font-size: 16px; }
h3 { font-size: 1em; }
h4 { font-size: 10px; }
p { margin-bottom: 18px; }

ul { list-style: none outside; }
