* {
	padding: 0px;
	margin: 0px;
}

html { 
	padding: 0px;
	margin: 0px;
}

body {
	background: #fff;	
	padding: 0px;
	margin: 0px;
	font-family: Helvetica Neue, Arial, verdana, san-serif, georgia;
	color: #242424;
	font-size: small;
}

div.clear {
	clear: both;
}

img {
	border: none;
}

div.wrap {
	width: 960px;
	margin: 0px auto;
}

/*********************      HEADER      *********************/

#header{
	height: 40px;
	background: #bbb;
}

#header h1 {
	float: left;
	line-height: 40px;
	font-weight: 800;
	color: #444;
	font-size: 170%;
	font-weight: 400;
}

#header ul {
	float: right;
	list-style: none;
}

#header ul li {
	float: left;
	width: 100px;
	text-align: center;
	line-height: 40px;
}

#header ul li a{
	text-decoration: none;
	color: #444;
	display: block;
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bold;
}

#header ul li.selected a{
	background: #222;
	color: #bbb;
}

#header ul li.selected a:hover{
	background: #222;
	color: #bbb;
}

#header ul li a:hover{
	background: #aaa;
}

/*********************      NAVIGATION      *********************/

#nav {
	height: 100px;
	background: #eee;
	line-height: 100px;
}

ul.navigation {
    list-style: none;
    padding: 10px 0px 5px 9px;
	margin-bottom: 10px;
}


ul.navigation img {
}


ul.navigation li {
	float: left;
	margin: 0px 5px 0px 1px;
}

ul.navigation a {
    color: #000;
    text-decoration: none;
    background: #777;
}

ul.navigation a:hover {
    background-color: #fcff00;
}

ul.navigation a.selected {
    background-color: #ddd;
    border-bottom: 2px solid #aaa;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
    top: 30px;
}

.scrollButtons.right {
    right: -20px;
    top: 30px;
}

.hide {
    display: none;
}



/*********************      CONTENT      *********************/

#content {
	min-height: 600px;
	background: #fff;
}


div.contact {
	padding-top: 60px;
}

div.contact img {
	float: left;
	margin-right: 40px;
}

div.contact h4{
	font-size: 340%;
	margin-top: 40px;
}


div.contact h5 {
	font-size: 200%;
	color: #555;
	margin-bottom: 10px;
}

div.contact ul {
	list-style: none;
	font-size: 120%;
}

/*********************      SLIDER      *********************/

#slider {
    width: 960px;
    margin: 0px auto;
    background: #fff;
    position: relative;
}

.scroll {
    height: 570px;
    width: 960px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    text-align: center;
}

.scrollContainer div.panel {
    height: 570px;
    width: 960px;
    text-align: center;
}



/*********************      FOOTER      *********************/

#footer {
	height: 40px;
	background: #eee;
	line-height: 40px;
	color: #888;
}



