@charset "utf-8";
/* CSS Document */


body {

	margin: 0;
	padding: 0;
	font-family: "Arial";
	font-size: 11px;
	color: #fff;
	background-color: #494949;
	background-image: url(images/gradient_bkg.jpg);
}


#containerbox {

	position: relative;
	margin: auto;
	padding: auto;
	width: 100%;
	height: 100%;
	
}

#center {

	position: relative;
	width: 995px;
	height: 651px;
	/*overflow: hidden;
	display: block;*/
	margin-top: 71px;
	margin-bottom: 72px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/box.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	z-index: 1;
	
}
#flash_center {

	position: relative;
	width: 995px;
	height: 632px;
	/*overflow: hidden;
	display: block;*/
	margin-top: 71px;
	margin-bottom: 72px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/box_flash.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	z-index: 1;
	
}
/*
*html #center {

	margin: auto;
	padding: auto;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_box.png', sizingMethod='scale');
	z-index: 1;
	overflow: hidden;
	
}
*/

#mainbox {

	position: relative;
	width: 960px;
	height: 600px;
	left: 17px;
	top: 16px;
}

#header {

	
	width: 960px;
	height: 176px;
	background-color: #9F9F9F;

	
}

#logo {

	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
	margin-top: 19px;
	margin-left: 46px;
	position: absolute;
	width: 124px;
	height: 144px;
	
}

span.viewport  {

	position: absolute;
	margin-right: 46px;
	margin-top: 148px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	left: 777px;
	width: 140px;
	
}

a.view {

	text-decoration: none;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	left: 777px;

}

#maincontent {
	
	position: relative;
	width: 100%;
	height: 251px;
	background-color: #838383;
}

#subcontent_left {

	float: left;
	width: 465px;
	height: 230px;;
	
}

#subtitle {
	background-image: url(/images/line_main.jpg);
	background-repeat: no-repeat;
	background-position: 0px 19px;
	margin-left: 46px;
	margin-top: 31px;
	height: 26px;	
}

#subtext_left {
	
	
	text-align: justify;
	margin-left: 51px;
	margin-top: 8px;
	height: auto;
	
}

#subcontent_right {

	position: relative;
	/*overflow: visible;*/
	display: block;
	float: right;
	width: 495px;
	height: auto;

}

#subtext_right {
	
	text-align: justify;
	margin-left: 51px;
	margin-top: 65px;
	margin-right: 46px;
	
}

#subtitle_right {
	background-image: url(/images/line_sub.jpg);
	background-repeat: no-repeat;
	background-position: 0px 19px;
	margin: 0px;
	height: 24px;
	margin-top: 19px;
}
	
div#contact {

	margin-top: 5px;
	
}


#footer {
	
	position: relative;
	display: block;
	font-family: "Arial";
	font-size: 10px;
	color: #626262;
	margin-top: 16px;
	
}
#copyright {

	float: left;

}

span#poweredby {

	
	float: right;
	text-align: right;
	height: auto;
}

span#poweredby a {

	text-decoration: underline;
	font-family: "Arial";
	font-size: 10px;
	color: #626262;

}

span#poweredby a:hover {

	text-decoration: underline;
	font-family: "Arial";
	font-size: 10px;
	color: #D7D7D7;

}


span.bold {

	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin-left: 5px;
}

span.contact {

	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	
}

a.mail {

	text-decoration: none;
	font-family: "Arial";
	font-size: 11px;
	color: #fff;

}