/* tag */

a:link, a:visited, a:hover, a:active {text-decoration: none;}

body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  background-color: #666666;
}

div,span,img,form,table,td,ul {
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  border-style: none;
  background-color: transparent;
}

h1,h2,h3,h4,h5,h6,strong,em {
  font-style: normal;
  font-weight: normal;
  font-size-adjust: none;
  font-stretch: normal;
  margin: 0px;
  padding: 0px;
}


/* standard */

.dB {display: block;}

.dI {display: inline;}

.dN {display: none;}

.flL {float: left;}

.flR {float: right;}

.clB {clear: both;}

.clL {clear: left;}

.clR {clear: right;}

.ovH {overflow: hidden;}

.pad0 {padding: 0px;}

.pad1 {padding: 1px;}

.pad2 {padding: 1px;}

.marg0 {margin: 0px;}

.marg1 {margin: 1px;}

.crPointer {cursor: pointer;}

.crDefault {cursor: default;}

.op10 {
  opacity: 1.0;
  filter: alpha(opacity=100);
}


/* text */

.txt {
  font-family: Verdana, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: #000000;
  text-align: left;
}

.ts7 {font-size: 7px;}

.ts8 {font-size: 8px;}

.ts9 {font-size: 9px;}

.ts10 {font-size: 10px;}

.ts11 {font-size: 11px;}

.ts12 {font-size: 12px;}

.ts13 {font-size: 13px;}

.ts14 {font-size: 14px;}

.ts15 {font-size: 14px;}

.ts16 {font-size: 16px;}

.ts17 {font-size: 17px;}

.ts18 {font-size: 18px;}

.ts20 {font-size: 20px;}

.ts22 {font-size: 22px;}

.ts24 {font-size: 24px;}

.ts32 {font-size: 32px;}

.tstB {font-weight: bold;}

.tstI {font-style: italic;}

.tstLT {text-decoration: line-through;}

.tstUL {text-decoration: underline;}

.tstN {
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.taL {text-align: left;}

.taC {text-align: center;}

.taR {text-align: right;}

.tvaM {vertical-align: middle;}

.tvaT {vertical-align: top;}

.tvaB {vertical-align: bottom;}

.white {color: #FFFFFF;}

.black {color: #000000;}

.red {color: #CC0000;}

.blue {color: #0000CC;}

.darkGray {color: #666666;}

.gray {color: #CCCCCC;}

.lightBlue {color: #0000E7;}

.green {color: #009900;}

.darkBlue {color: #0000BB;}

.orange {color: #FEC12A;}

.link:hover {text-decoration: underline;}

.nowrap {white-space: nowrap;}


/* form */

input, textarea, select {
  font-family: Verdana, Sans-Serif;
  margin: 0px;
  padding: 0px;
}

input[type="checkbox"] {
  border: none;
  cursor: pointer;
}

button {
  display: block;
  margin: 0px;
  padding: 0px;
  background: none;
  border-style: none;
  cursor: pointer;
}


/* structure */

#page {
  width: 981px;
  margin: auto;
  overflow: hidden;
  background-image: url(images/bg_page.gif);
  background-repeat: repeat-y;
}

#topBar {
  margin: 20px 0px 20px 0px;
  text-align: right;
}

#topBar a {
  margin: 0px 0px 0px 24px;
  color: #FFFFFF;
}

#top {
  overflow: hidden;
}

#topMenu {
  float: left;
  margin: 0px 0px 8px 0px;
}

#topMenu a {
  display: block;
  width: 150px;
  margin: 8px 0px 0px 0px;
  color: #FFFFFF;
}

#topMenu a.newsEv {
  display: block;
  width: 150px;
  margin: 8px 0px 0px 0px;
  color: #FEC12A;
  font-weight: bold;
}

#topTitle {
  float: right;
  color: #FEC12A;
  font-weight: bold;
  font-size: 17px;
  text-align: right;
  padding: 60px 0px 0px 0px;
}


#content {
  width: 956px;
  height: 482px;
  margin: 0px 0px 40px 0px;
  padding: 24px 24px 24px 0px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  overflow: hidden;
}

#catMenu {
  display: block;
  float: left;
  height: 482px;
  width: 180px;
  list-style: none;
  overflow: auto;
  margin: 0px 16px 0px 0px
}

#catMenu li {
  margin: 0px 0px 8px 0px;
}

#catMenu li div {
  margin: 0px 0px 8px 0px;
}

#catMenu li a {
  color: #FFFFFF;
}

#catMenu li ul {
  margin: 0px 0px 16px 16px;
  list-style: none;
}

#catMenu li ul li {
  margin: 0px 0px 8px 0px;
}

#catMenu li ul li a {
  color: #FEC12A;
}


#main {
  float: left;
  height: 482px;
  width: 760px;
  overflow: auto;
}

#footer {
  text-align: right;
  background: url(images/title.gif) no-repeat;
  height: 34px;
  margin: 0px 0px 20px 0px;
  color: #FFFFFF;
  vertical-align: bottom;
}

.photoTN {
  width: 220px;
  height: 209px;
  float: left;
}

.photoTN img {
  display: block;
  width: 220px;
  height: 209px;
}

.photoTNText {
  display: block;
  overflow: hidden;
  padding: 10px 8px 8px 8px;
  color: #333333;
  font-weight: bold;
  background: url(images/info.gif) 130px 10px no-repeat;
}

.photoTNCod {
  display: block;
  float: left;
  padding: 3px 24px 1px 0px;
  height: 16px;
}

.photoTNLoad {
  display: block;
  float: right;
  text-align: right;
  background: url(images/load.gif) top right no-repeat;
  padding: 3px 24px 1px 0px;
  height: 16px;
}

.photo {
  width: 760px;
  height: 482px;
}

.photo img {
  display: block;
  width: 760px;
  height: 442px;
}

.photoText {
  margin: 10px 8px 0px 8px;
  width: 734px;
  color: #FFFFFF;
  font-weight: bold;
}

.photoText a {
  color: #FFFFFF;
  font-weight: bold;
}

.giftTN {
  width: 220px;
  height: 209px;
  float: left;
}

.giftTN img {
  display: block;
  width: 220px;
  height: 209px;
}

.gift {
  width: 760px;
  height: 482px;
}

.gift img {
  display: block;
  width: 760px;
  height: 442px;
}

.giftText {
  margin: 10px 8px 0px 8px;
  width: 734px;
  color: #FFFFFF;
  font-weight: bold;
}

.giftText a {
  color: #FFFFFF;
  font-weight: bold;
}

.giftText a.orange {
  color: #FEC12A;
  font-weight: bold;
}

#photoProfile {
  margin: 0px 16px 16px 0px;
}

.news {
  display: block;
  border-bottom: 1px solid #FFFFFF;
  margin: 0px 0px 24px 0px;
  padding: 0px 0px 8px 0px;
  background-repeat: no-repeat;
  background-position: top right;
}

.newsTitle {
  display: block;
  color: #FEC12A;
  font-weight: bold;
  font-size: 13px;
  margin: 0px 0px 8px 0px;
}

.newsContent {
  display: block;
  color: #FFFFFF;
}

div#porfolioSlideShow {display: none;}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}