@charset "UTF-8";

body {
	background-color: #dce4e5;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(img/bg_grad_2.png);
	background-repeat: repeat-x;
}

/* HEADER BAR */ 

.menu {
	height: 60px;
	width: 100%;
	background-image: url(img/slash_01.png);
}

.menu_wrap {
	height: 60px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.menu_L {
	height: 60px;
	width: 560px;
	float: left;
	position: relative;
}

.menu_L_title {
	height: 60px;
	width: 560px;
	background-repeat: repeat;
	position: relative;
	float: left;
}

.title {
	height: 60px;
	width: 560px;
	position: relative;
	float: left;
}

.with {
	height: 60px;
	width: 110px;
	position: relative;
	float: left;
}


.menu_R {
	height: 60px;
	width: 280px;
	float: right;
	position: relative;
}

.wht_div {
	height: 48px;
	width: 2px;
	position: relative;
	background-color: #FFFFFF;
	opacity:0.35;
	top: 6px;
	float: left;
}


.menu_R_with {
	height: 60px;
	width: 110px;
	position: relative;
	float: left;
}

.menu_R_qt {
	height: 60px;
	width: 168px;
	position: relative;
	float: left;
}

#quicktime {
	width: 95px;
	height: 20px;
	position: relative;
	top: 32px;
	float: right;
}

/*SLIDESHOW*/

.feat {
	height: 650px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	top: 10px;
	position: relative;
}

.feat_blank {
	height: 650px;
	width: 840px;
	top: 0px;
	position: absolute;
	z-index: 2;
}

.arrow_box_R {
	height: 50px;
	width: 50px;
	top: 190px;
	position: absolute;
	z-index: 2;
	left: 832px;
}

.arrow_box_L {
	height: 50px;
	width: 50px;
	top: 190px;
	position: absolute;
	z-index: 2;
	left: -42px;
}

.slideshowContainer {
	width: 840px;
	height: 650px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	position: relative;
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 4px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 4px;
}

.current img {
	padding: 5px;
}

.outline {
	z-index: 0;
	position: absolute;
}

#thumbnails {
	z-index: 1;
	top: 150px;
	visibility: hidden;
}

img {
	border: 0px;
	}



/*MULTIBOX*/

.MultiBoxContainer {
	position: absolute;
	border: 15px solid #FFF;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(img/multibox/loader.png) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #FFF;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(img/multibox/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(img/multibox/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(img/multibox/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(img/multibox/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
}

.MultiBoxClose {
	position: absolute;
	top: -22px;
	right: -22px;
	background: url(img/multibox/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
	z-index: 2;
}

a:active, a:focus {outline: 0;}