html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}

html {
	overflow-y: scroll;
	overflow-x: auto;
}
body {
	font-family: verdana;
	font-size: 12px;
	text-align: center;
	padding: 20px 10px;
	color: #444444;
	background-color: #fff6ff;
}
table {
	font-family: verdana;
	font-size: 12px;
}

img {
  border: none;
}

h1 {
  font-size: 15px;
  font-weight: bold;
  color: #9d98ae;
	padding: 0px 0px 10px 0px;
}

a {
	cursor: pointer;
  color: #9d98ae;
  text-decoration: underline;
}
a:hover {
  color: #9d98ae;
  text-decoration: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
p {
	padding: 5px 0px 10px 0px;
}

.clear-element {
	clear: both;
  height:0;
  overflow:hidden;
  line-height:0;
  font-size:0;
}

.super-ct {
	width: 780px;
	margin: auto;
	text-align: left;
	background-color: #ffffff;
}
.super-shadow-right {
	background: transparent url(images/shadow/right.jpg) repeat-y right 0px;
}
.super-shadow-right-top {
	background: transparent url(images/shadow/right-top.jpg) no-repeat right 0px;
}
.super-shadow-bottom {
	background: transparent url(images/shadow/bottom.jpg) repeat-x 0px bottom;
}
.super-shadow-bottom-left {
	background: transparent url(images/shadow/bottom-left.jpg) no-repeat 0px bottom;
}
.super-shadow-bottom-right {
	background: transparent url(images/shadow/bottom-right.jpg) no-repeat right bottom;
	padding: 0px 4px 5px 0px;
}
.super-border {
	border: 1px solid #dddddd;
	padding: 10px;
}

.top-ct {
	position: relative;
	height: 70px;
}

.logo-ct {
	position: absolute;
	top: 0px;
	left: 0px;
}

.top-menu {
	position: absolute;
	top: 0px;
	right: 0px;
}
.top-menu div {
	float: left;
	margin-left: 10px;
	line-height: 48px;
}
.top-menu div a {
	font-weight: normal;
	text-decoration: none;
	color: #9d98ae;
}
.top-menu div a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #9d98ae;
}
.top-menu div.active a {
	font-weight: bold;
	text-decoration: none;
	color: #444444;
}
.top-menu div.active a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #444444;
}

.gallery-ct {
	margin-top: 10px;
}
.gallery-ct div {
	float: left;
	margin: 8px;
	width: 172px;
	height: 172px;
}
.gallery-ct div a img{
	display: block;
	border: 1px solid #dddddd;
}