@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #efefef url(images/body_bg.png) top repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #272727;
}
a {
	text-decoration: none;
	color: #272727;
}
a:hover, a:active {
	text-decoration: none;
	color: #ff2800;
}
h2 {
	font-size:16px;
	line-height: 18px;
	padding: 0px;
}
.header {
	background:url(images/bg_top.png) top repeat-x;
}
.phone {
	text-align: right;
	vertical-align: top;
	padding: 5px 25px 0px 0px;
}
.nav {
	background:url(images/menu.jpg) repeat-x top;
	height: 37px;
	text-align: center;
}
.nav ul {
	list-style:none; 
	margin:0px;
	padding:0px;
}
.nav li {
	float:left; 
	display:block;
}
.nav a, .nav a:link{
	height: 37px;
	padding: 12px 9px 12px 9px;
	font-weight: normal;
	font-stretch: condensed;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	vertical-align: bottom;
}
.nav a:hover{
	background:url(images/menu_hover.jpg) repeat-x bottom;
	height: 37px;
	vertical-align: bottom;
	text-decoration: none;
	color: #000000;
}
.nav a:active{
	background:url(images/menu_hover.jpg) repeat-x bottom;
	height: 37px;
	text-decoration: none;
	color: #ff2800;
}
.navon a, .navon a:link, .navon a:hover, .navon a:active{
	background:url(images/menu_hover.jpg) repeat-x bottom;
	height: 37px;
	text-decoration: none;
	color: #ff2800;
	height: 37px;
	padding: 12px 9px 12px 9px;
	font-weight: normal;
	font-stretch: condensed;
	font-size: 11px;
	text-decoration: none;
	vertical-align: bottom;
}
.main {
	background: none;
	vertical-align: top;
}
.border-left {
	background: url(images/l_border.jpg) repeat-y left top;
	width: 6px;
	vertical-align: top;
}
.border-right {
	background: url(images/r_border.jpg) repeat-y right top;
	vertical-align: top;
	width: 6px;
}
.border-bottom {
	background: url(images/b_border.jpg) repeat-x left bottom;
	vertical-align: top;
	height: 5px;
}
.rfq {
	background:url(images/contact-background.png) #efefef repeat-x center;
	text-align: center;
	color:#272727;
	vertical-align: top;
	height: 300px;
	border-left: 1px solid #efefef;
	border-bottom:  1px solid #efefef;
	border-right:  1px solid #efefef;
	padding: 2px 5px 2px 10px;
}
.maincontent {
	background:#FFFFFF;
	vertical-align: top;
	width: 954;
}
.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.footer {
	background:url(images/footer_bg.jpg) repeat-x left bottom;
	font-size: 11px;
	vertical-align:middle;
}
.btn {
	background:url(images/button.png) no-repeat top left;
	min-height: 32px;
	min-width: 124px;
	outline: none;
	border: none;
	vertical-align: top;
	text-align: center;
	padding: 0px 3px 0px 0px;
}
.clrbtn {
	background: url(images/clear_btn.png) no-repeat bottom right;
	padding: 0px;
	min-height: 30px;
	min-width: 72px;
	outline: none;
	border: none;
	vertical-align: middle;
	text-align: right;
	cursor: pointer;
}
.sbmtbtn {
	background: url(images/submit_btn.png) no-repeat bottom right;
	min-height: 30px;
	min-width: 85px;
	outline: none;
	border: none;
	vertical-align: middle;
	text-align: right;
	cursor:pointer;
}
.fom {
	height: 36px;
	font-size: 36px;
	width: 114px;
	text-align:center;
	padding: 55px 0px 0px 180px;
}
.fom a{
	background:url(images/fom_btn.png) no-repeat;
	padding: 0px 0px 0px 180px;
}
.fom a:hover{
	background: url(images/fom_hover_btn.png) no-repeat;
	padding: 0px 0px 0px 180px;
}
.nohap {
	background:url(images/not_happy.jpg) no-repeat;
	width: 342px;
	height: 164px;
}
.nohapbtn {
	height: 32px;
	font-size: 32px;
	width: 127px;
	text-align:center;
	padding: 35px 0px 0px 107.5px;
}
.nohapbtn a{
	background: url(images/rfq_hover_btn.png) no-repeat;
	padding: 0px 0px 0px 180px;
}
.nohapbtn a:hover{
	background: url(images/rfq_btn.png) no-repeat;
	padding: 0px 0px 0px 180px;
}
.recruit {
	text-align: right;
	padding: 10px 0px 10px 0px;
}
.recruit h3 {
	font-size: 14px;
	line-height: 14px;
	font-weight: 800;
	text-align: left;
}