body {
	/*background-color: #151515;*/
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #adadad;
	line-height: 16px;
}
table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #adadad;
}
div, form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
p {
	text-align: justify;
	margin: 0px 0px 11px 0px;
}
a {
	color: #dba030;
	text-decoration: none;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	color: #CCFF00;
	text-transform: uppercase;
}
h1 span {
	color: #adadad;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	color: #dba030;
	text-transform: uppercase;
}
h2 span {
	color: #adadad;
}
.clear {
	clear:both;
}
/*-------------------------------------------------------------------------------------------*/
#container {
	clear: both;
	width: 950px;
	margin: 0 auto;
}
/*-------------------------------------------------------------------------------------------*/
#header {
	clear: both;
	width: 960px;
	height: 100px;
}
#header h1 {
	display: block;
	float: left;
	width: 131px;
	height: 100px;
	background-image:url(../_img/logo.jpg);
	cursor: pointer;
	text-indent: -9999px;
	margin: 0px;
}
#menu{
	float: right;
	width: 829px;
	height: 100px;
	padding: 0px;
	background-image:url(../_img/bk_menu.jpg);
}
#header ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
}
#header ul li {
	float: left;
	height: 100px;
	margin: 0px;
	padding: 0px;
}
#header ul li a {
	display: block;
	float: left;
	height: 30px;
	margin: 0px;
	padding: 70px 14px 0px 14px;
	text-transform: uppercase;
	color: #bababa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#header ul li a:hover {
	color: #e8a422;
	background-image: url(../_img/re_menu.png);
}
#header ul li #sel {
	color: #e8a422;
	background-image: url(../_img/re_menu.png);
}
/*-------------------------------------------------------------------------------------------*/
#slide {
	clear: both;
	width: 950px;
	height: 218px;
	margin: 0px 0px 0px 0px;
}
/*-------------------------------------------------------------------------------------------*/
#content {
	clear: both;
	width: 960px;
	padding: 20px 0px 20px 0px;
}
/*-------------------------------------------------------------------------------------------*/
#l_col {
	float: left;
	width: 210px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
	background-color: #232323;
}
#l_col ul {
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#l_col ul li {
	clear: both;
	width: 210px;
	margin: 0px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
#l_col ul li a {
	display: block;
	width: 201px;
	height: 22px;
	padding: 5px 0px 0px 9px;
	text-transform: uppercase;
	color: #707070;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../_img/bk_sidemenu.jpg);
}
#l_col ul li a:hover {
	color: #c4c4c4;
	background-image: url(../_img/bk_sidemenu_o.jpg);
}
#l_col ul li #sel {
	color: #c4c4c4;
	background-image: url(../_img/bk_sidemenu_o.jpg);
}
#l_col ul li ul {
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#l_col ul li ul li {
	clear: both;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#l_col ul li ul li a {
	display: block;
	width: 201px;
	height: 22px;
	padding: 5px 0px 0px 9px;
	text-transform: none;
	color: #C4C4C4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: none;
}
#l_col ul li ul li a:hover {
	color: #fff;
	background-image: none;
}
#l_col ul li ul li #sel {
	color: #fff;
	background-image: none;
	font-weight: bold;
}
/*-------------------------------------------------------------------------------------------*/
#main_content {
	float: left;
	width: 460px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
}
#main_content a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aa7e29;
}
/*-------------------------------------------------------------------------------------------*/
#main_content_large {
	float: left;
	width: 670px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
}
#main_content_large a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aa7e29;
}
/*-------------------------------------------------------------------------------------------*/
#main_content_large2 {
	float: left;
	width: 920px;
	margin: 0px 0px 0px 0px;
	padding: 0px 19px 0px 20px;
}
#main_content_large2 a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aa7e29;
}
/*-------------------------------------------------------------------------------------------*/
#r_col {
	float: left;
	width: 230px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#r_col h1 {
	display: block;
	width: 220px;
	height: 29px;
	margin: 0px 0px 1px 0px;
	padding: 11px 0px 0px 10px;
	background-color:#232323;
	font-size: 14px;
	background-image: url(../_img/ico_01.gif);
	background-repeat: no-repeat;
	background-position: 199px 12px;
}
#r_col ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#r_col ul li {
	float: left;
	display: block;
	width: 185px;
	margin: 0px;
	padding: 20px 10px 20px 35px;
	margin: 0px 0px 1px 0px;
	color:#FFF;
	background-color:#232323;
	background-image: url(../_img/bullet_01.gif);
	background-repeat: no-repeat;
	background-position: 14px 24px;
}
#r_col ul li a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aa7e29;
}
/*-------------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 940px;
	background:#000000;
	padding: 10px 0px 0px 0px;
}
#footer ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#footer ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#footer ul li a {
	display: block;
	margin: 0px;
	padding: 0px 12px 0px 7px;
	text-transform: capitalize;
	color: #bababa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../_img/separator_01.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#footer ul li a:hover {
	color: #A9D700;
}
#footer ul li #sel {
	color: #A9D700;
}
#footer ul li #last {
	background-image: none;
}
#footer span {
	float: right;
}
#footer span a {
	color: #bababa;
}
#footer span a:hover {
	color: #A9D700;
}
/*-------------------------------------------------------------------------------------------*/
#myGallery {
	text-align: left;
}
#myGallery, #myGallerySet, #flickrGallery {
	width: 950px;
	height: 218px;
	z-index:5;
	border: 0px;
}
.jdGallery a {
	outline:0;
}
#myGallery img.thumbnail, #myGallerySet img.thumbnail {
	display: none;
}
.jdGallery {
	overflow: hidden;
	position: relative;
}
.jdGallery img {
	border: 0;
	margin: 0;
}
.jdGallery .slideElement {
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../_img/gallery/loading-bar-black.gif');
}
.jdGallery .loadingElement {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../_img/gallery/loading-bar-black.gif');
}
.jdGallery .slideInfoZone {
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 80px;
	background: #242424;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}
* html .jdGallery .slideInfoZone {
	bottom: -1px;
}
#slide .jdGallery .slideInfoZone h2 {
	padding: 6px 0px 2px 0px;
	margin: 4px 12px 4px 12px;
	font-weight: normal;
	color:#FFF;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: normal;
}
#slide .jdGallery .slideInfoZone p {
	padding: 0;
	margin: 0px 12px 0px 12px;
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: normal;
}
.jdGallery div.carouselContainer {
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}
.jdGallery a.carouselBtn {
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('../_img/gallery/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}
.jdGallery .carousel {
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}
.jdExtCarousel {
	overflow: hidden;
	position: relative;
}
.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper {
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}
.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner {
	position: relative;
}
.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail {
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}
.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail {
	margin-bottom: 10px;
}
.jdGallery .carousel .label, .jdExtCarousel .label {
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}
.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton {
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}
.jdGallery .carousel .label .number, .jdExtCarousel .label .number {
	color: #b5b5b5;
}
.jdGallery a {
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}
.jdGallery a.right, .jdGallery a.left {
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
* html .jdGallery a.right, * html .jdGallery a.left {
	filter:alpha(opacity=50);
}
.jdGallery a.right:hover, .jdGallery a.left:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.jdGallery a.left {
	left: 0;
	top: 0;
	background: url('../_img/gallery/fleche1.png') no-repeat center left;
}
* html .jdGallery a.left {
	background: url('../_img/gallery/fleche1.gif') no-repeat center left;
}
.jdGallery a.right {
	right: 0;
	top: 0;
	background: url('../_img/gallery/fleche2.png') no-repeat center right;
}
* html .jdGallery a.right {
	background: url('../_img/gallery/fleche2.gif') no-repeat center right;
}
.jdGallery a.open {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor:pointer;
}
.withArrows a.open {
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.withArrows a.open:hover {
	background: url('../_img/gallery/open.png') no-repeat center center;
}
* html .withArrows a.open:hover {
	background: url('../_img/gallery/open.gif') no-repeat center center;
	filter:alpha(opacity=80);
}
/* Gallery Sets */

.jdGallery a.gallerySelectorBtn {
	z-index: 15;
	position: absolute;
	top: 0;
	left: 30px;
	height: 20px;
	/*width: 100px; background: url('../_img/gallery/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
}
.jdGallery .gallerySelector {
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}
.jdGallery .gallerySelector h2 {
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}
.jdGallery .gallerySelector .gallerySelectorWrapper {
	overflow: hidden;
}
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton {
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #888;
	padding: 5px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	float: left;
}
.jdGallery .gallerySelector .gallerySelectorInner div.hover {
	background: #333;
}
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview {
	background: #000;
	background-position: center center;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
}
/*-------------------------------------------------------------------------------------------*/
.box_01 {
	background-image: url(../_img/re_box_01.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #232323;
	padding: 10px;
	margin: 0px 6px 0px 0px;
	width: 135px;
	height: 200px;
	float: left;
	cursor: pointer;
}
.box_01:hover {
	background-image: url(../_img/re_box_01o.jpg);
	background-color: #2f2f2f;
}
.box_01 h2 {
	margin: 0px 0px 25px 0px;
}
.box_01 h2 span {
	color:#FFF;
}
.box_01 p {
	text-align: left;
	color: #9e9e9e;
	margin: 0px 0px 0px 0px;
}
/*-------------------------------------------------------------------------------------------*/
.box_02 {
	background-image: url(../_img/re_box_01.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #232323;
	padding: 10px;
	margin: 0px 12px 10px 0px;
	width: 422px;
	height: 220px;
	float: left;
}
/*-------------------------------------------------------------------------------------------*/
.box_03 {
	padding: 10px;
	margin: 0px 12px 10px 0px;
	width: 422px;
	float: left;
}
/*-------------------------------------------------------------------------------------------*/
.thumb {
	float: left;
	width: 150px;
	padding: 20px 0px 0px 0px;
}
#main_content .thumb a {
	border-bottom-width: 0px;
}
.details {
	float: right;
	width: 300px;
}
/*-------------------------------------------------------------------------------------------*/
#container_video {
	clear: both;
	text-align: center;
	background-color: #101010;
}
.highlight_01 {
	color: #ac1a2f;
}
/*-------------------------------------------------------------------------------------------*/
.btn_01 {
	background-image: url(../_img/re_box_01.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #232323;
	padding: 32px 0px 8px 0px;
	margin: 0px 6px 6px 0px;
	width: 84px;
	height: 46px;
	float: left;
	text-align: center;
}
.btn_02 {
	background-image: url(../_img/re_box_01.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #232323;
	padding: 26px 0px 8px 0px;
	margin: 0px 6px 6px 0px;
	width: 84px;
	height: 52px;
	float: left;
	text-align: center;
}
.btn_03 {
	background-image: url(../_img/re_box_01.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #232323;
	padding: 17px 0px 8px 0px;
	margin: 0px 6px 6px 0px;
	width: 84px;
	height: 61px;
	float: left;
	text-align: center;
}
.btn_01:hover {
	background-image: url(../_img/re_box_01o.jpg);
	background-color: #2f2f2f;
}
.btn_02:hover {
	background-image: url(../_img/re_box_01o.jpg);
	background-color: #2f2f2f;
}
.btn_03:hover {
	background-image: url(../_img/re_box_01o.jpg);
	background-color: #2f2f2f;
}
#main_content .btn_01 {
	border: none;
}
#main_content .btn_02 {
	border: none;
}
#main_content .btn_03 {
	border: none;
}
/*-------------------------------------------------------------------------------------------*/
.margin_01 {
	margin: 0px 0px 0px 0px;
}
.height_01 {
	height: 10px;
}
.col {
	float:left;
	width: 310px;
	margin: 0px 20px 0px 0px;
}
.list_01 {
	margin:10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
.list_01 li {
	margin:5px 0px 5px 0px;
	padding: 0px;
}

