@charset "utf-8";

/* Development by: Acegik Web Solutions, DEC 2008 
   www.acegik.com */
   
   
/* Intro Content */

body {
	background-image: url(../img/main_bg.png);
}

#content #container #tour {
	background-image:url(../img/intro_tour_bg.png);
	background-repeat:no-repeat;
	float:right;
	height:284px;
	margin-left:10px;
	width:421px;
}

#content #container #tour #video {
	height:240px;
	margin-left:12px;
	margin-top:33px;
	width:396px;
}

#content #container #intro  {
	width: 390px;
	height: 284px;
}

#content #container #whoarewe{
	font-weight:400;
	line-height:18px;
	margin:0;
	padding:0;
}

#content #container .info_box {
	margin-top: 15px;
	background-image: url(../img/info_grad.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 281px;
}

#content #container .info_top div {
   background: url(../img/info_tl.png) no-repeat top left;
}

#content #container .info_bottom div {
   background: url(../img/info_bl.png) no-repeat bottom left;
}

#content #container .info_top div, #content #container .info_top, 
#content #container .info_bottom div, #content #container .info_bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}

#content #container .info_content {
	line-height: 1.4em;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	overflow: auto;
	height: auto;
}
#content #container .info_box .info_content a {
	color: #309DCF;
	font-size: 1.6em;
	text-decoration: none;
}
#content #container .info_box .info_content .icon {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 7px;
}
#content #container .info_box .info_content p {
	padding-left: 0px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-top: 0px;
	border-bottom-color: #c8c8c8;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin: 0px;
}
#content #container .info_box .intro {
	border-bottom-color: #c8c8c8;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	height: 162px;
	width: 425px;
	padding-left: 7px;
	padding-bottom: 7px;
	padding-right: 7px;
	padding-top: 7px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 5px;
}
#content #container .info_box .links {
	padding-right: 370px;
	text-align: right;
	padding-top: 7px;
}
#content #container .info_box .links a {
	font-size: 1em;
}
#content #container .info_box .info_content img {
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

   
/* Intro Gallery */

#intro_gallery {
	width: 965px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	padding-top: 7px;
	height: 184px;
	overflow: hidden;
	clear: both;
}

#intro_gallery #overlay_left  {
	position: absolute;
	z-index: 1;
	width: 15px;
	left: 52px;
	top: 0px;
	background-repeat: no-repeat;
	height: 181px;
	margin-top: 7px;
	background-image: url(../img/intro_gallery_overlay_left.png);
}
#intro_gallery #overlay_right  {
	position: absolute;
	z-index: 1;
	width: 15px;
	top: 0px;
	background-repeat: no-repeat;
	height: 181px;
	margin-top: 7px;
	right: 52px;
	background-image: url(../img/intro_gallery_overlay_right.png);
}
#intro_gallery .description {
	width: 664px;
	float: right;
	color: #FFF;
	font-size: 13px;
	margin-top: 145px;
	height: 18px;
	margin-right: 20px;
	background-image: url(../img/intro_gallery_description.png);
	padding-top: 2px;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
	text-align: center;
}
#intro_gallery .description a {
	color: #DDD;
}
.scroll {
	width: 861px;
	overflow: hidden;
	position: relative;
	clear: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

.scrollContainer div.panel {
	width: 861px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 191px;
	position: relative;
}

.scrollButtons {
    position: absolute;
    top: 60px;
    cursor: pointer;
}

.scrollButtons.left {
    left: 0px;
}

.scrollButtons.right {
    right: 0px;
}

.hide {
    display: none;
}

#photo1 {
	background-image: url(../img/intro_gallery/photo_index_01.jpg);
	background-repeat: no-repeat;
}
#photo2 {
	background-image: url(../img/intro_gallery/photo_index_02.jpg);
	background-repeat: no-repeat;
}
#photo3 {
	background-image: url(../img/intro_gallery/photo_index_03.jpg);
	background-repeat: no-repeat;
}
#photo4 {
	background-image: url(../img/intro_gallery/photo_index_04.jpg);
	background-repeat: no-repeat;
}
