body {
  cursor: default;
  font-family: Verdana;
  font-size: 11px;
  color: #676767;
  margin: 0px;
  padding: 0px;
  text-align: left;
	background: #ffffff;
}
table {
  font-family: Verdana;
  font-size: 11px;
}
img {
  border: none;
}

h1 {
  font-size: 12px;
  color: #676767;
  font-weight: bold;
	padding: 5px 0px 10px 0px;
}

a {
	cursor: pointer;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}
strong {
	font-weight: bold;
}
p {
	padding: 5px 0px 10px 0px;
}

.clear-element {
	clear: both;
  height:0;
  overflow:hidden;
  line-height:0;
  font-size:0;
}

.bg-left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50%;
	height: 100%;
	background: #d9bdb8 url(design/sitebg-left.jpg) repeat-y right 0px;
	z-index: 1;
}
.bg-right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	height: 100%;
	background: #c5c1c1 url(design/sitebg-right.jpg) repeat-y 0px 0px;
	z-index: 1;
}

.super-tbl {
	position: relative;
	z-index: 10;
}

.super-ct {
	width: 827px;
	height: 530px;
	text-align: left;
}

.logo-ct {
	position: relative;
	float: left;
	width: 180px;
	height: 490px;
}
.logo-ct img {
	position: absolute;
	bottom: 20px;
	right: 5px;
}


.main-ct {
	float: left;
	width: 647px;
	height: 490px;
	background: transparent url(design/mainbg.jpg) no-repeat 0px 0px;
	position: relative;
}
.main-ct-sub {
	float: left;
	width: 647px;
	height: 490px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 270px 128px;
}

.main-content-title {
	position: absolute;
	top: 5px;
	left: 20px;
	font-family: Times New Roman;
	font-weight: normal;
	font-size: 13px;
}
.main-content-title-txt {
	position: absolute;
	top: 5px;
	left: 120px;
	font-family: Times New Roman;
	font-weight: normal;
	font-size: 13px;
}

.content-ct {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 200px;
	/*padding: 45px 0px 0px 20px;*/
}

.content-ct-wide {
	width: 610px;
	height: 450px;
}

.main-menu {
	text-align: right;
	padding: 20px 0px 0px 0px;
	height: 40px;
	font-family: Arial;
}
.main-menu div {
	display: inline;
	margin: 0px 10px 0px 0px;
}
.main-menu div a {
	color: #676767;
	text-decoration: none;
	font-weight: normal;
}
.main-menu div a:hover {
	color: #676767;
	text-decoration: none;
	font-weight: normal;
}
.main-menu div.active a {
	color: #676767;
	text-decoration: none;
	font-weight: normal;
}
.main-menu div.active a:hover {
	color: #676767;
	text-decoration: none;
	font-weight: normal;
}

.main-sub-menu {
	font-family: Times New Roman;
	font-size: 13px;
	padding: 30px 0px 0px 20px;
}
.main-sub-menu div {
	margin: 0px 0px 2px 0px;
}
.main-sub-menu div a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.main-sub-menu div a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.main-sub-menu div.active a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.main-sub-menu div.active a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}


//"Common"

.bgclass1 {
	background-color: #ffffff;
}

.bgclass2 {
	background-color: #f9f9ff;
}

.tblu {
  border-collapse: collapse;
  border-top: 1px solid #dfdfdf;
}
.tblu td {
  border-bottom: 1px solid #dfdfdf;
  padding: 2px 4px 2px 4px;
}

.x-box-mc .tblu {
  border-top: 1px solid #cccccc;
}
.x-box-mc .tblu td {
  border-bottom: 1px solid #cccccc;
}

.tbl {
  border-collapse: collapse;
  border: 1px solid #dfdfdf;
}
.tbl td {
  border-bottom: 1px solid #dfdfdf;
  padding: 2px 4px 2px 4px;
}
.tbl td table td {
  border: none;
  padding: 2px 4px 2px 4px;
}
.tbl2 {
  border-collapse: collapse;
  border: 1px solid #dfdfdf;
}
.tbl2 td {
  border: 1px solid #dfdfdf;
  padding: 2px;
}
.tbl_header {
  padding-left: 4px;
	background: #5bbd08 url(images/tbl_header.gif) repeat-x bottom left;
	color: #ffffff;
	font-weight: bold;
	height: 20px;
}

#tbl_header a {
  color: #ffffff;
}

.x-box-mc h3 {
	line-height: 16px;
}
.x-box-mc h3 a {
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}
.x-box-mc h3 a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.x-box-mc a {
	color: #444444;
	font-weight: normal;
	text-decoration: underline;
}
.x-box-mc a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}


/* PRODUCTS */
#microsite {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 370px;
	padding: 0px;
}
#ms-left {
	float: none;
	position: absolute;
	top: 170px;
	right: 0px;
	width: 370px;
	padding-top: 0px;
	text-align: center;
}
#ms-right {
	position: absolute;
	top: 0px;
	left: 0px;
	float: none;
	width: 230px;
	padding-top: 0px;
	text-align: left;
}
