@charset "utf-8";

/* CSS Document */

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;
	background: transparent;
}

body {
	background: white;
	color: black;
	font: 12px/14px Verdana, Geneva, sans-serif;
}

ol, ul { list-style: none; }

a img, :link img, :visited img { border: 0; }

:link, :visited { text-decoration:none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h3, h4, h5, h6 {
	padding:10px 0 4px 0;
	margin:0;
	font-weight: bold;
	font-size: 100%;
}

p {
	padding:6px 0 10px 0;
	margin:0;
	font-weight: normal;
	font-size: 100%;
}

/* Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
	* html .clearfix { height:1%; }

*+html .clearfix { height:1%; }

.clearfix { display:block; }

/* Default styling classes */
.clear { clear: both; }

.float_left { float: left; }

.float_right { float: right; }

.pad_left { padding: 0px 20px 18px 0px; }

.pad_right { padding: 0px 0px 18px 20px; }

a {
	text-decoration: none;
	color: black;
}

a:hover { color: red; }

/* H1 Image Replacement */
.head-rep span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

.head-rep { padding: 0; }

/* <h1 class="head-rep" style="width: 74px; height: 14px; background: url(images/header/h-about-us.jpg); margin-bottom: 20px;" title="About us"><span>About us</span></h1> /*

/* Menu bar */
.menubar ul {
	padding:0;
	list-style-type:none;
}

.menubar ul li { display:inline; }

.menubar ul li a {
	float:left;
	display:block;
}

/* Menu Rollover */

#home:hover img { visibility:hidden; }

#home {
	width: 163px;
	height: 76px;
	background: url(../images/menu/menu-home-ro.jpg) no-repeat 0 0;
}

/* HTML Code

<div class="menubar">
  	<ul>
      <li><a id="home" href="<?php WEBROOT(); ?>index.php" title="home"><img src="images/menu/menu-home.jpg" alt="home" width="35" height="49" /></a></li>
	</ul>
</div>

*/

#slider {
	position: relative;
	overflow: hidden;	
	width: 626px; 
    height: 176px;
	float: left;
}

#sliderContent {
	position: absolute;
	top: 0;
	margin-left: 0;
	width: 626px;
}

.sliderImage {
    float: left;
    position: relative;
	display: none;
}

.sliderImage span { display:none; }

/*
<script src="js/jquery.js" type="text/javascript"></script>
<script src="js/slider.js" type="text/javascript"></script>
<script type="text/javascript">
    $(document).ready(function() {
        $('#slider').s3Slider({
            timeOut: 4500
        });
	});
</script>

<div id="slider">
	<ul id="sliderContent">
	  <li class="sliderImage"><img src="images/slider/slider-01.jpg" width="626" height="176" alt="" /><span>Content text...</span></li>
	  <div class="clear sliderImage"></div>
	</ul>
</div>
*/


/* Main Container (Center Content) */
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
