@charset "utf-8";
/* CSS Document */

.body #top {
	width: 100%;
	margin: 0;
	padding: 0;
}

.body #header {
	width: 100%;
	line-height: 30px;
	margin: 0 0 20px 0;
	padding: 0;
	color:#FFFFFF;
	background-image: url(../images/hbar.jpg);
	font-family:Arial, Helvetica, sans-serif;
}

.body #content {
	width: 100%;
	margin: 0;
	padding: 0;
}

.body #content p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.body #menu {
	width: 170px;
	margin: 0;
	padding: 0;
	float:left;
	background-image: url(../images/menu.jpg);
	height: 500px;
}

.body #info {
	margin: 0px 15px 0px 12em;
	padding: 0;
}




.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	
}


/*
	* Required 
*/
		.container { width:300px; height:150px; overflow:hidden; position:relative; cursor:pointer; margin-left: 10px;}
		.slides { position:absolute; top:0; left:0;}
		.slides div { position:absolute; top:0; width:300px; display:none; }
/*
	* Optional
*/
		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, 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; }
		body { line-height: 1; }
		ol, ul { list-style: none; }
		blockquote, q { quotes: none; }
		:focus { outline: 0; }
		ins { text-decoration: none; }
		del { text-decoration: line-through; }
		table { border-collapse: collapse; border-spacing: 0; }
		#loopedSlider { margin: 30px 0 0 30px; width:350px; height: 150px; position:relative;}
		ul.pagination { list-style-type:none; padding:0; margin:9px auto; width:132px; }
		ul.pagination li {float:left; margin:0 5px; }	
		ul.pagination a { display:block; width:12px; padding-top:12px; height:0; overflow:hidden; background-image:url(../images/slider/pagination.png); background-position:0 0; background-repeat:no-repeat;}
		ul.pagination li.active a {background-position:0 -12px}
		a.previous { position:absolute; top:50%; left:-32px; }
		a.next { position:absolute; top:50%; right:-2px; }