@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%;
	text-align: center;
	background: #fff url(images/bg.jpg) repeat-x;
	color: #444;
}
/*- Font Size Reset */
body * {
	font-size: 100%;
}
p {
	margin: 0 0 1em;
	line-height: 1.2em;
}
a img {
	border: 0px;
}
table, input, form, textarea, td, th, caption {
	font-size: 100%;
}

/* ================== Common Class */
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
img.right {
	display: block;
	float: right;
	margin: 0 0 4px 4px;
}
img.left {
	display: block;
	float: left;
	margin: 0 4px 4px 0;
}
img.center {
	display: block;
	margin: 0 auto 4px;
}
.hide {
	display: none;
}
.clear_both {
	clear: both;
}
.clear_right {
	clear: right;
}
.clear_left {
	clear: left;
}

/* ================== Wrapper */
#Content_Root {
	text-align: center;
}
#Wrapper {
	width: 830px;
	margin: 0 auto;
	text-align: left;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;	
	background: #fff;
}
/* ================== Header */
#Header {
	width: 830px;
	height: 115px;
	overflow: hidden;
	position: relative;
	background: url(images/header.jpg);
}
#Header h1 {
	width: 248px;
	height: 82px;
	position: absolute;
	top: 22px;
	left: 120px;
	background: url(images/logo.jpg) no-repeat;
}
#Header h1 a {
	display: block;
	width: 248px;
	height: 82px;
	text-indent: -5000em;
}
#Header #Counter {
	width: 100px;
	position: absolute;
	top: 22px;
	right: 10px;
 	text-align: right;
}


.Main_Photo {
	border-top: 12px solid #264cb7;
	border-bottom: 3px solid #264cb7;}
/* ================== TopMenu */
#TopMenu {
	width: 830px;
	height: 34px;
	overflow: hidden;
	background: #B4C0D4;
}
#TopMenu ul {
	margin: 0;
	padding: 5px 3px 0;
	list-style-type: none;
}
#TopMenu ul li {
	width: 100px;
	height: 35px;
	float: left;
	margin: 0 1.5px;
	padding: 0;
}
#TopMenu ul li a {
	display: block;
	width: 100px;
	height: 30px;
	text-indent: -5000em;
}
#TopMenu ul li.frontpage a {
	background: url(images/tab_1.jpg) left top no-repeat;
}
#TopMenu ul li.company a {
	background: url(images/tab_2.jpg) left top no-repeat;
}
#TopMenu ul li.work a {
	background: url(images/tab_3.jpg) left top no-repeat;
}
#TopMenu ul li.info a {
	background: url(images/tab_4.jpg) left top no-repeat;
}
#TopMenu ul li.faq a {
	background: url(images/tab_5.jpg) left top no-repeat;
}
#TopMenu ul li.employment a {
	background: url(images/tab_6.jpg) left top no-repeat;
}
#TopMenu ul li.estimate a {
	background: url(images/tab_7.jpg) left top no-repeat;
}
#TopMenu ul li.inquire a {
	background: url(images/tab_8.jpg) left top no-repeat;
}
#TopMenu ul li a:hover {
	background-position: left -31px;
}
#TopMenu ul li.active_dir a,
#TopMenu ul li.active_dir a:hover {
	background-position: left -61px;
}
/* ================== Container */
#Container {
	float: left;
	width: 100%;
}
#Content {
	width: 500px;
	margin: 0 150px 0 180px;
	padding: 10px 0;
	overflow: hidden;
	font-size: 130%;
}
#Content ul,
#Content ol {
	margin: 0.7em 0 0.7em 2em;
}
/* ================== Sidebar */
.sidebars {
	float: left;
	overflow: hidden;
	padding: 10px 0 0;
	font-size: 120%;
}
#sidebar1 {
	width: 170px;
	margin: 0 0 0 -830px;
	padding: 10px 7px;
}
#sidebar2 {
	width: 140px;
	margin: 0 0 0 -140px;
	padding: 10px 0 0;
	text-align: center;
}
#sidebar2 ul {
	list-style-type:none;
}
#sidebar2 ul.Link_Banner li {
	padding: 4px 0;
}
/* ================== Footer */
#Footer {
	clear: both;
	width: 830px;
	margin: 0 auto;
	padding: 0 0 15px;
	font-size: 120%;
	border: 1px solid #eee;
	border-top: 0px; 
	background: #fff;
}










#estimate_wrapper table {
	margin: 0 0 1em 1px;
	width: 497px;
	border-collapse: collapse;
	border: 1px solid #aaa;
}
#estimate_wrapper caption {
	padding: 0 0 3px;
	text-align: left;
}
#estimate_wrapper th {
	width: 30%;
	padding: 3px 5px;
	font-weight: normal;
	border: 1px solid #aaa;
	background: #f6f6f6;
}
#estimate_wrapper td {
	padding: 3px 5px;
	border: 1px solid #aaa;
}
#estimate_wrapper td input,
#estimate_wrapper td textarea {
	border: 1px solid #777;
	background: #f4fffe;
}
#estimate_wrapper td input.form-check,
#estimate_wrapper td input.form-radio {
	vertical-align: middle;
	border: 0px;
	background: transparent;
}
#estimate_wrapper .required {
	color: #efa300;
}
#estimate_wrapper .attach {
	color: #808080;
}
#estimate_wrapper #err_msg {
	margin: 0 0 1em;
	padding: 6px;
	background: #c00;
	color: #fff;
}




/* FAQ */
body.faq #Content th,
body.faq #Content td {
	text-align: left;
	vertical-align: top;
	color: #006;
}
body.faq #Content .Answer th,
body.faq #Content .Answer td {
	padding: 0 0 1em;
	color: #a00;
}



#inquiry_wrapper table {
	margin: 0 0 1em 1px;
	width: 497px;
	border-collapse: collapse;
	border: 1px solid #aaa;
}
#inquiry_wrapper caption {
	padding: 0 0 3px;
	text-align: left;
}
#inquiry_wrapper th {
	width: 30%;
	padding: 3px 5px;
	font-weight: normal;
	border: 1px solid #aaa;
	background: #f6f6f6;
}
#inquiry_wrapper td {
	padding: 3px 5px;
	border: 1px solid #aaa;
}
#inquiry_wrapper td input,
#inquiry_wrapper td textarea {
	border: 1px solid #777;
	background: #f4fffe;
}
#inquiry_wrapper td input.form-check,
#inquiry_wrapper td input.form-radio {
	vertical-align: middle;
	border: 0px;
	background: transparent;
}
#inquiry_wrapper .required {
	color: #efa300;
}
#inquiry_wrapper .attach {
	color: #808080;
}
#inquiry_wrapper #err_msg {
	margin: 0 0 1em;
	padding: 6px;
	background: #c00;
	color: #fff;
}
