@charset "utf-8";
/* CSS Document */
.clearfloat {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
.mini {
	font-size: 9px;
	color: #5F5C5C;
}
a {
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:link { text-decoration: none; }
a:hover { text-decoration: underline; }
a.index {
	color: #FF9900;
	font-weight: bold;
}
a.company {
	color: #D65817;
	font-weight: bold;
}
a.contact {
	color: #9C9A9A;
}
body {
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	background-image: url(/images/bg/sGreyDark.gif);
	scrollbar-arrow-color: #5F5C5C;
	scrollbar-3dlight-color: #BDBDBD;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-face-color: #F2F2F2;
	scrollbar-base-color: #F2F2F2;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #BDBDBD;
}
body.white {
	background-image: url(/images/bg/sWhite.gif);
}
code {
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
div.index {
	background-color: #FF9900;
}
div.company {
	background-color: #D65817;
}
div.service {
	background-color: #9999FF;
}
div.project {
	background-color: #666600;
}
div.contact {
	background-color: #9C9A9A;
}
font.project {
	color: #666600;
}
img.border {
	border: 1px solid #717272;
}
img.rotate {
	filter: FlipH; 
}
input, select, textarea {
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-color: #5F5C5C;
	border-width: 1px;
}
input.text, select.text, textarea.text {
	width: 200px;
}
input.textBig, select.textBig, textarea.textBig {
	width: 483px;
}
input.textLabel {
	width: 400px;
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	border: 0px;
}
p {
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5F5C5C;
	text-align: justify;
	margin: 10px 0px 10px 0px;
	line-height: 16px;
}
p.index {
	color: #FF9900;
	font-weight: bold;
	margin: 0px;
}
p.company {
	color: #D65817;
	font-weight: bold;
	margin: 0px;
}
p.service {
	color: #9999FF;
	font-weight: bold;
	margin: 0px;
}
p.project {
	color: #666600;
	font-weight: bold;
	margin: 0px;
}
p.contact {
	color: #9C9A9A;
	font-weight: bold;
	margin: 0px;
}
p.print {
	color: #000;
	font-weight: bold;
	margin: 0px;
}
p.printTitle {
 	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin: 10px 0px 20px 0px;
	text-align:center;
}
td {
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
td.form {
	color: #5F5C5C;
	text-align: right;
}
td.printTitle {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
td.printIntest {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
td.print {
	font-size: 12px;
	color: #000000;
	text-align: justify;	
}
ul {
	color: #5F5C5C;
	text-align: justify;
}

#bg_top {
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0px;
	top: 0px;
	background: #FFF url(/images/bg/sGreyDark.gif) repeat center center;
}
#bg_bottom {
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0px;
	top: 50%;
	background: #FFF url(/images/bg/sGreyLight.gif) repeat center center;
}

#container {
	position: absolute;
	width: 960px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin-left: -480px;
	margin-top: -300px;
	text-align: left;
	background-color: #FFF;
}
#line {
	width: 960px;
	height: 2px;
	padding-top: 1px;
	float: left;
}

#top {
	width: 960px;
	height: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
}
#top_logo {
	width: 480px;
	height: 50px;
	float: left;
}
#top_search {
	width: 450px;
	height: 50px;
	text-align: right;
	padding-right: 30px;
	float: left;
}
#top_flash {
	width: 960px;
	float: left;
}

#menu {
	width: 960px;
	height: 38px;
	padding-top: 11px;
	padding-bottom: 6px;
	float: left;
}
#menu_item {
	height: 35px;
	padding-left: 30px;
	padding-right: 100px;
	float: left;
}

#content {
	width: 960px;
	height: 255px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
#content_scroll {
	width: 960px;
	height: 255px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow-y: auto;
	float: left;
}
#content_big {
	width: 960px;
	height: 407px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
#content_big_scroll {
	width: 960px;
	height: 407px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow-y: auto;
	float: left;
}
#content_text {
	width: 900px;
	height: 255px;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
}
#content_text_scroll {
	width: 880px;
	height: 255px;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
}
#content_text_big {
	width: 900px;
	height: 407px;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
}
#content_text_big_scroll {
	width: 880px;
	height: 407px;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
}

#bottom {
	width: 960px;
	height: 25px;
	float: left;
}
#bottom_address {
	width: 450px;
	height: 25px;
	padding-right: 94px;
	float: left;
}
#bottom_privacy {
	width: 36px;
	height: 10px;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-right: 94px;
	float: left;
}
#bottom_design {
	width: 192px;
	height: 25px;
	padding-left: 64px;
	padding-right: 30px;
	float: left;
}

#box {
	width: 420px;
	height: 255px;
	padding-right: 30px;
	float: left;
}
#box_scroll {
	width: 410px;
	padding-right: 30px;
	float: left;
}
#box_big_scroll {
	width: 850px;
	padding-right: 30px;
	float: left;
}

#attach {
	width: 120px;
	height: 120px;
	padding: 10px 5px 10px 5px;
	text-align: center;
	float: left;
}
#button {
	width: 880px;
	height: 30px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	float: left;
}

#contact_left {
	width: 280px;
	height: 255px;
	float: left;
}
#contact_right {
	width: 600px;
	height: 255px;
	float: left;
}

#map {
	position: absolute;
	width: 430px;
	height: 382px;
	visibility: hidden;
	background-image: url(/images/bg/sGreyLight.gif);
	border: 1px solid #091A38;
}
#privacy {
	position: absolute;
	width: 500px;
	height: 282px;
	visibility: hidden;
	background-image: url(/images/bg/sGreyLight.gif);
	border: 1px solid #091A38;
}
#privacy_in {
	height: 255px;
	padding: 0px 10px 10px 10px;
	overflow-y: auto;
}

#print {
	width: 680px;
	padding: 10px;
	text-align: left;
	background-color: #FFF;
}
#print_top_left {
	width: 500px;
	height: 90px;
	float: left;
}
#print_top_right {
	width: 180px;
	height: 90px;
	font-size: 10px;
	text-align: right;
	float: left;
}
#print_text {
	width: 680px;
	float: left;
}
