@charset "utf-8";
/* formatting style
--------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 75%;
	line-height: 1.6;
	color: #FFFFFF;
	font-family: sans-serif;
	background-repeat: repeat-x;
	background-image: url(../company/images/bg.png);
}


/* link style
--------------------------*/

a img {
	border-style: none;
}
a:link {
	text-decoration: underline;
	color: #3366FF;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}


/* basic layout
--------------------------*/

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	padding-bottom: 25px;
	height: 1000px;
}

#footer {
	background-image: url(../imagelib/footer_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 51px;
	clear: both;
}


/* header styles
--------------------------*/
#header h1 {
	margin-top: 20px;
	float: left;
}
#header #sitemap {
	float: left;
	padding-right: 20px;
}
#header .set {
	width: 310px;
	float: right;
	height: 35px;
	margin-top: 20px;
	margin-right: 5px;
}
#header h2 {
	width: 1000px;
	clear: both;
	padding-top: 10px;
	margin-bottom: 15px;
}

/* main styles
--------------------------*/

#main #sLight {
	margin-top: 30px;
}

#main   h3 {
	margin-left: 30px;
	height: 28px;
	width: 170px;
	margin-top: 10px;
}
#main h4 {
	margin-right: 5px;
	margin-bottom: 30px;
}
#main .left {
	width: 220px;
	float: left;
}
#main .right {
	width: 700px;
	float: right;
	margin-right: 10px;
}
#main  h5 {
	margin-bottom: 15px;
}
#main h6 {
	float: left;
	margin-right: 40px;
	margin-top: 15px;
	font-size:90%;
	font-weight:normal;
	text-align:center;
}
#main .detailTxt {

}
#main   .sunlight {
	margin-left: 12px;
	float: left;
	margin-bottom: 50px;
	margin-top: 10px;
}
#main h5#detail {
	clear: both;
	font-weight: normal;
	font-size: 1.1em;
}

#main table {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-collapse:collapse;
	border-right: 1px solid #CCCCCC;
	margin-bottom: 50px;
}
#main table td {
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 1px;
}
.color {
	background-color: #002e5c;
}

#main #sunlightDe {
	clear: both;
}
#main p#link {
	text-align: right;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-top: 50px;
	clear:both;
}
#main p#backTop {
	text-align: right;
	margin-right: 20px;
	clear: both;
}


/* footer styles
--------------------------*/

#footer table {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 36px;
	padding-top: 8px;
}


/* IE7 CSS Huck
--------------------------*/

*:first-child+html #footer table {
	margin-top: 8px;
}


/* IE6 CSS Huck
--------------------------*/
* html #header #sitemap {
	margin-right: 0px;
}
* html #header .set {
	width: 330px;
}
* html #main h3 {
	margin-left: 0px;
	padding-left: 0px;
}

* html #main .left {
	margin-left: 25px;
}
* html #main .right {
	margin-right: 0px;
}
* html #footer table {
	margin-top: 8px;
}
