@charset "UTF-8";
body{
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-color: #242424;
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
}
#container{
	width: 998px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#header{
	height: 324px;
}
#main{
	background-image: url(images/main_bg.png);
	background-repeat: repeat-y;
	padding: 0px 20px 20px 20px;
}
h1{
	margin-top: 0px;
	background-image: url(images/heading_bg.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 130px;
	line-height: 130px;
	color: #000;
	padding-left: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h2{
	padding: 0px 0px 0px 20px;
	margin: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 30px;
}
.clear{
	clear: both;
}
.left{
	width: 556px;
	float: left;
	margin-left: 20px;
}
.contact-details{
	width: 400px;
	float: left;
	margin-left: 20px;
}
.right{
	float: right;
	margin-right: 5px;
}
#slideshow-box{
	margin-top: 20px;
	margin-bottom: 20px;
	
}
#slideshow {
    position:relative;
    height: 185px;
	
}

#slideshow IMG {
	position:absolute;
	top:-15px;
	left:-277px;
	z-index:8;
	opacity:0.0;
	border: 5px solid #fff;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
.button{
	width: 100px;
	height: 28px;
	background-image: url(images/contact_bt.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-align: center;
}
.button:hover{
	background-position: 0 -28px;
	background-image: url(images/contact_bt.jpg);
}
.button a{
	color: #fff;
	text-decoration: none;
	line-height: 28px;
	font-family: "Times New Roman", Times, serif;
}
.box{
	margin-left: 20px;
	margin-right: 10px;
}
h3{
	font-weight: normal;
}
.subleft{
	float: left;
	margin-right: 40px;
}
ul{
	list-style-type: none;
}
li{
	margin: 8px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
#bottom{
	width: 998px;
	height: 19px;
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
}
#footer{
	color: #000;
	font-size: 12px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#footer a{
	color:#4c5e6d;
}
#pictures{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
#pictures img{
	border: 5px solid #fff;
	float: left;
	margin: 10px;
}
.border{
	border: 5px solid #fff;
}

