body {
	margin: 0px;
}
body * {
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
}
body a {
	text-decoration: none;
}
#white-line-top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50%;
	height: 150px;
	background-color: #fff;
}
#orange-line-top {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	height: 60px;
	background-color: #ff7701;
}
#line-gray-line {
	position: absolute; 
	top: 151px;
	left: 0px;
	width: 50%;
	height: 36px;
	background-color: #e1e2e4;
}
#right-gray-line {
	position: absolute; 
	top: 61px;
	right: 0px;
	width: 50%;
	height: 126px;
	background-color: #e1e2e4;
}
.frame {
	width: 960px;
	position: relative;
}

#top-bottom {
	width: 100%;
	height: 36px;
}
#title {
	width: 710px;
	height: 36px;
	background-color: #d1d1d1;
	float: right;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	line-height: 36px;
	text-indent: 20px;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}
#middle {
	width: 100%;
	margin-top: 1px;
	position: absolute;
	background-color: #fff;
	left: 0px;
	overflow: hidden;
}
#middle-gray-line {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #f5f5f5;
	width: 50%;
	height: 100%;
}
#menu {
	width: 248px;
	background-color: #e1e2e4;
	float: left;
	margin-right: 1px solid #000;
	position: relative;
	margin-bottom: 20px;
}
#menu ul {
	list-style-type: none;
	text-align: left;
	padding: 0px;
	margin: 20px 0px 20px 0px
}
#menu li {
	padding-left: 20px;
	margin-left: 20px;
	line-height: 22px;
}
#menu a {
	font-weight: bold;
	color: #ff7701;
}
#menu a:hover, #menu a.active {
	color: #000;
}
#menu .bottom {
	margin-top: 8px;
	height: 36px;
	border-top: 1px solid #fff;
}
#container {
	width: 710px;
	float: left;
	background-color: #fff;
	text-align: justify;
	position: relative;
	height: 100%;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
}
#content {
	padding: 32px 0px 32px 31px;
	width: 679px;
	text-align: justify;
	line-height: 16px;
}

ul.listing {
	list-style-type: square;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}
ul.listing li {
	line-height: 18px;
	list-style-image: url(../ico/bullet.gif)
}

#tabBox {width: 681px; position: relative; top: -26px}
#tabBox .tabSet {
	margin: 0;
	padding: 0 0 0 6px;
	height: 26px;
	width: 681px;
	background: url(../images/tab-bkg.gif) bottom left repeat-x;
}
#tabBox .tabSet li:before {
	content: "" !important;
}
#tabBox .tabSet li {
	list-style-type: none;
	background: url(../images/tab-off-l.gif) top left no-repeat !important;
	float: left !important;
	margin: 0 2px 0 0 !important;
	padding: 0 0 0 14px !important;
	cursor: pointer;
}	
#tabBox .tabSet li a {
	background: url(../images/tab-off-r.gif) top right no-repeat !important;
	display: block !important;
	float: left !important;
	height: 24px !important;
	line-height: 26px !important;
	*overflow: hidden !important;
	color: #333 !important;
	font-weight: bold !important;
	padding: 2px 12px 0 0 !important;
	text-decoration: none !important;
}
#tabBox .tabSet li.on {
	background: url(../images/tab-on-l.gif) top left no-repeat !important;
}	
#tabBox .tabSet li.on a {
	background: url(../images/tab-on-r.gif) top right no-repeat !important;
	color: #000;
}
#tabBox .panelSet {
	padding: 10px;
	border:solid 1px #ccc;
	background: #fff;
}
#tabBox .panelSet dt.stretchtoggle div.dtRight {
	background: #fff url(../images/acdn-headr-back.gif) right no-repeat;
}

.panel ul.listing {
	margin-left: 18px;
}

table.normal {
	border-collapse: collapse;
}
table.normal td {
	border: 1px solid #000;
}

.strong { font-weight: bold }
.big {
	font-size: 12px;
}
.orange {
	background-color: #ff7701;
	padding: 3px;
	margin: 15px 0px 10px 0px;
	clear: both;
	color: #fff;
}
#news .orange {
	margin-top: 5px;
	cursor: pointer;
}
p { margin: 12px 0px 12px 0px }
.c { clear: both; font-size: 0px; }
.or { color: #ff7701 }
.s {font-weight: bold}
.u { text-decoration: underline }

.nav { color: #ff7701; }
.nav:hover { color: #c2c2c2; }

#cms-top-menu {
	background-color: #ff7701; 
	width: 710px; 
	position: absolute; 
	right: 1px; 
	top: 0px; 
	height: 60px
}
#cms-top-menu .menu {
	position: absolute;
	bottom: 5px;
	left: 5px;
	color: #fff;
}
#cms-top-menu .menu a {
	color: #fff;
	font-weight: bold;
}
#cms-top-menu .menu a:hover, #cms-top-menu .menu a.active {
	color: #000;
}
#cms-top-menu .title {
	position: absolute;
	right: 5px;
	top: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: upper;
}

form {
	padding: 0px;
	margin: 10px 0px 0px 0px;
}
.fname {
	font-weight: bold
}
.finput {
	padding: 5px 0px 10px 0px
}
.finput input, .finput textarea, .finput select {
	border: 1px solid #64636a;
	width: 300px;
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
	padding-left: 3px;
}
.finput textarea {
	height: 200px;
	padding: 3px;
}
.fbutton {
	padding-top: 15px
}
.fbutton input {
	border: 1px solid #64636a;
	background: transparent;
	cursor: pointer;
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
	background: #ff7701; border: 1px solid #000; color: #fff; font-weight: bold;
}

table.listing {
	border-collapse: collapse;
	width: 100%;
	font-family: Tahoma;
	font-size: 11px;
}
table.listing th, table.listing td {
	text-align: left;
	padding: 3px;
	border-bottom: 1px solid #5c5b5b;
}
table.listing img { border: 0 }

.news {
	width: 677px;
	border: 1px solid #d1d1d1;
	height: 160px;
	position: relative;
}
.news .left {
	width: 409px;
	height: 100%;
	overflow: hidden;
}
.news .left .data {
	padding: 9px;
}
.news .right {
	width: 268px;
	height: 100%;
	background-color: #f0f0f0;
	position: absolute;
	top: 0px;
	right: 0px;
}
.news .right .data {
	padding: 13px;
}

.box {
	border: 1px solid #d1d1d1;
	margin-top: 20px;
}
.box .title {
	padding: 7px;
	color: #ff7701;
	background-color: #f0f0f0;
	font-weight: bold;
}
.box .content {
	padding: 7px;
}

.hidden * { height: 0px }

#menu ul .parent {
	background: url('../ico/arrow.png') left center no-repeat;
}
#menu ul .parent a { color: #000; }
#menu ul .parent a:hover, #menu ul .parent a.active {
	color: #ff7701;
}

.ms { background: #ff7701; border: 1px solid #000; color: #fff; font-weight: bold; }

.light {
	width: 214px; 
	height: 238px; 
	border: 1px solid #bbb; 
	text-align: center; 
	float: left;
	margin-bottom: 8px;
}
.larger .light {
	height: 328px;
}
.light img {
	border: 0px;
	margin-top: 8px;
}
.light .desc {
	width: 200px;
	text-align: left;
	margin-left: 7px;
	margin-right: 7px;
}
.light.left {
	margin-right: 4px;
}