@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-image: url(../company/images/bg.png);
	background-repeat: repeat-x;
}


/* 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: 36px;
}
#main .left {
	width: 220px;
	float: left;
}


#main .right {
	width: 700px;
	float: right;
	margin-right: 10px;
}
#main table {
	margin-top: 25px;
	width: 690px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-collapse:collapse;
	margin-bottom: 25px;
}
#main table td {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.color {
	background-color: #002e5c;
}
#main p#link {
	text-align: right;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-top: 10px;
}
#main p#backTop {
	text-align: right;
	margin-right: 20px;
}

/* 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;
}
