* { font-size: 100.01%; }
html { font-size: 62.5%; }
body {
	font: 1.3em Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	background: #253f6d url('../images/body-bg.gif') repeat-x;
}
img {
	border: none;
}
form {
	margin: 0;
	padding: 0;
}
/* index start */
#page {
	margin: 0 auto;
	width: 898px;
	position: relative;
	padding: 232px 9px 0;
	background: url(../images/page-middle-bg.png) repeat-y;
}
/*submit-box start*/
.submit-box {
	position: absolute;
	top: 0;
	left: 9px;
	z-index:100;
	width: 916px;
}
.sub-logo {
	position: absolute;
	left: 40px;
	top: 42px;
}
.sub-logo a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 252px;
	height: 120px;
}
.form-hold {
	overflow:hidden;
	background: url(../images/submit-box.jpg) no-repeat;
	width: 900px;
	height:377px;
	margin-top:-377px;
}
.submit-box h2 {
	margin: 94px 0 0 393px;
	line-height: 21px;
	background: url(../images/submit-box-title.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 232px;
	height: 20px;
}
.submit-box .form {
	float: left;
	width: 602px;
	padding: 16px 0 0 33px;
	position: relative;
}
.submit-box .form div {
	float: left;
	margin: 0 0 7px 0;
}
.submit-box .form .text-input, .submit-box .form .text-input2, .submit-box .form .text-input3, .submit-box .form textarea, .submit-box .form select {
	float: left;
	width: 283px;
	font-size: 11px;
	color: #000;
	padding: 2px 0 2px 5px;
	border: 1px solid #e1e1e1;
	background: #fff;
	margin: 0 10px 0 0;
}
.submit-box .form .text-input2 {
	width: 583px;
	margin: 0;
}
.submit-box .form .text-input3 {
	width: 133px;
}
.submit-box .form textarea {
	width: 583px;
	height: 32px;
}
.submit-box .form select {
	width: 590px;
}
.submit-box .form .btn {
	float: left;
	background: url(../images/submit-btn.gif) no-repeat;
	width: 101px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 16px 0 0 228px;
}
.submit-box .slide-link {
	display:block;
	margin: 0 0 0 750px;
	background: url(../images/submit-btn3.gif) no-repeat;
	width: 148px;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
}
.submit-box .slide-link.slide-toggle {
	background: url(../images/submit-btn2.gif) no-repeat;
	height: 18px;
	margin-left: 502px;
}
/* submit-box end */
/* logo start */
.logo {
	position: absolute;
	left: 49px;
	top: 45px;
	z-index: 10;
}
.logo a {
	display: block;
	text-indent: -9999px;
	width: 250px;
	height: 121px;
	overflow: hidden;
	background: url('../images/logo.gif') no-repeat;
}
/* logo end */
#header {
	position: absolute;
	z-index: 90;
	top: 0;
	left: 9px;
	width: 898px;
	height: 232px;
	background: url(../images/header-bg.jpg) no-repeat;
}
.head-text {
	position: absolute;
	left: 8px;
	top: 11px;
}
.head-text span {
	font-size: 14px;
	color: #dfcaa2;
	font-weight: normal;
}
.head-tel {
	position: absolute;
	left: 13px;
	top: 174px;
}
.head-tel span {
	font-size: 20px;
	color: #dfcaa2;
	font-weight: normal;
}
.nav {
	position: absolute;
	top: 207px;
	right: 2px;
}
#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}
#nav li {
	float: left;
	font-size: 15px;
	font-weight: bold;
	background: url(../images/nav-li-bg.gif) no-repeat;
	padding: 0 10px 8px 11px;
}
#nav .first {
	background: none;
}
#nav li a {
	color: #e5ce8d;
	text-decoration: none;
}
#nav li.hover a,
#nav li:hover a {
	color: #c1b96e;
}
#nav li.hover ul a,
#nav li:hover ul a {
	color: #e5ce8d;
}
#nav ul li.hover a,
#nav ul li:hover a {
	color: #c1b96e;
}
#nav ul li.hover ul a,
#nav ul li:hover ul a {
	color: #e5ce8d;
}
#nav ul li.hover ul a:hover,
#nav ul li:hover ul a:hover {
	color: #c1b96e;
}
#nav li:hover,
#nav li.hover {
	position: relative;
}
#nav li:hover ul,
#nav li.hover ul {
	display: block;
}
#nav li ul {
	position: absolute;
	top: 24px;
	right: auto;
	left: -1px;
	list-style: none;
	padding: 0;
	margin: 0;
	background: #771515;
	border: 1px solid #9d8a56;
	width: 164px;
	z-index: 100;
	display: none;
}
#nav li ul li {
	width: 157px;
	font-weight: normal;
	background: none;
	font-size: 1em;
	line-height: 17px;
	padding: 10px 0 11px 7px;
	border-top: 1px solid #8e5b3c;
	margin-top: -1px;
}
#nav li ul li:hover ul,
#nav li ul li.hover ul {
	display: block !important;
}
#nav li ul li ul {
	position: absolute;
	left: 164px;
	top: -1px;
	right: auto;
	width: 172px;
	display: none !important;
}
#nav li ul li ul li {
	width: 165px;
	padding: 4px 0 6px 7px;
}
/* content start */
#content {
	overflow: hidden;
	width: 894px;
	padding: 0 0 5px 2px;
	background: url(../images/cont-bg.gif) no-repeat;
}
.col-holder {
	overflow: hidden;
	width: 100%;
}
/* column1 start */
#column {
	float: left;
	width: 673px;
	display: inline;
	overflow: hidden;
}
#column .column-inner {
	overflow: hidden;
	width: 623px;
	padding: 0 25px 5px;
	background: url(../images/column-middle-bg.png) repeat-y;
}
#column .column-inner h2 {
	margin:0px 0 0px 0;
	padding:0;
	font-size:1.1em;
}
#column .column-inner .text h2 {
	margin:30px 0 -15px 0;
	padding:0;
	font-size:1.1em;
}

#column .column-bottom {
	overflow: hidden;
	width: 673px;
	height: 32px;
	background: url(../images/column-bottom-bg.png) no-repeat;
	overflow: hidden;
}
.motor {
	float: left;
	width: 202px;
}
.motor-top {
	background: url(../images/leftbox_top.png) no-repeat 0 109px;
}
.second .motor-top {
	background: url(../images/leftbox_top.png) no-repeat 0 94px;
}
.third .motor-top {
	background: url(../images/leftbox_top.png) no-repeat 0 108px;
}
.motor-box {
	background: url(../images/leftbox_bg.png) repeat-y;
	margin-top: 9px;
}
.motor-bottom {
	overflow: hidden;
	width: 202px;
	background: url(../images/leftbox_bottom.png) no-repeat left bottom;
}
.motor-box h2 {
	margin: 0px;
	background: url(../images/right-box-title-1.gif) no-repeat;
	height: 41px;
	text-indent: -9999px;
	overflow: hidden;
}
.motor .second h2 {
	background: url(../images/right-box-title-2.gif) no-repeat;
	height: 26px;
}
.motor .third h2 {
	background: url(../images/right-box-title-3.gif) no-repeat;
	height: 41px;
}
.motor-box img {
	display: block;
	margin-left: 4px;
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}
.motor-text {
	overflow: hidden;
	width: 176px;
	
	padding: 0 12px 5px 14px;
}
.motor-text p {
	margin: 3px 0 0;
	font-size: 0.84em;
	line-height: 16px;
	color: #11214f;
}
.more {
	display: block;
	font-size: 0.9em;
	text-transform: uppercase;
	margin-top: 15px;
	text-align: center;
}
.more a {
	color: #1d326d;
	padding-left: 11px;
	text-decoration: none;
	background: url(../images/arrow-ico.gif) no-repeat 0 50%;
}
.more a:hover {
	text-decoration: underline;
}
.auto-menu {
	overflow: hidden;
	margin: 5px 0 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
.auto-menu li {
	width: 198px;
	float: left;
	background: url(../images/auto-middle.gif) repeat-y;
	margin-top: 7px;
}
.auto-menu li a {
	display: block;
	font-size: 1.07em;
	color: #e5ce8d;
	background: url(../images/auto-top.gif) no-repeat;
	text-decoration: none;
}
.auto-menu li a span {
	display: block;
	width: 187px;
	cursor: pointer;
	padding: 8px 0 9px 11px;
	background: url(../images/auto-bottom.gif) no-repeat 0 100%;
}
#column .text {
	float: right;
	width: 403px;
	padding-right: 4px;
}
#column h1 {
	margin: 7px 0 -18px;
	height: 29px;
	overflow: hidden;
}
#column h1 span {
	font-size: 24px;
	color: #893434;
}
#column .text p {
	margin: 22px 0 0;
	line-height: 22px;
}
/* column1 end */
/* column2 start */
#column2 {
	float: right;
	width: 235px;
	margin-left: -17px;
}
#column2 .box {
	overflow: hidden;
	width: 227px;
	margin-top: 10px;
}
#column2 .box h2 {
	margin: 0;
	width: 227px;
	text-indent: -9999px;
	overflow: hidden;
	height: 35px;
}
#column2 .get-help h2 {
	background: url(../images/box-title-1.png) no-repeat;
	height: 36px;
}
#column2 .award h2 {
	background: url(../images/box-title-3.png) no-repeat;
}
#column2 .award {
	text-align: center;
	font-size: 12px;
}
#column2 .award .box-inner {
	padding-top: 3px !important;
}
#column2 .award .box-inner div {
	margin-bottom: -9px;
	position: relative;
}
#column2 .award img {
	margin-top: 5px;
}
#column2 .box .form {
	float: left;
	width: 196px;
	margin-left: 5px;
	display: inline;
}
#column2 .box .form div {
	float: left;
	padding-top: 6px;
}
#column2 .box .form div label {
	float: left;
	color: #423f3f;
	font-size: 0.8em;
	line-height: 13px;
	width: 196px;
}
.mainform label { 
	float: left;
	text-align:right;
	color: #423f3f;
	padding: 2px;
	font-size: 1em;
	line-height: 13px;
	width: 100px;
}
.mainform input {
	width:200px;

	float:left;
}

#column2 .box .form .text-input4, #column2 .box .form textarea, #column2 .box .form select {
	float: left;
	width: 191px;
	padding: 1px 0 1px 5px;
	border: 1px solid #7c7c7c;
	color: #423f3f;
	font-size: 11px;
}
#column2 .box .form textarea {
	height: 39px;
}
#column2 .box .form select {
	width: 196px;
}
#column2 .box .form a.btn {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	width: 73px;
	height: 18px;
	background: url(../images/send-btn.gif) no-repeat;
	margin: 0 0 0 64px;
}
#column2 .box .box-inner {
	float: left;
	width: 206px;
	padding: 0 11px 0 10px;
	background: url(../images/box-middle-bg.gif) repeat-y;
}
#column2 .box .box-bottom {
	float: left;
	width: 227px;
	height: 13px;
	overflow: hidden;
	background: url(../images/box-bottom-bg.png) no-repeat;
}
.phone {
	display: block;
	background: url(../images/text.gif) no-repeat;
	width: 410px;
	height: 26px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 39px auto 0;
}
.address {
	display: block;
	text-align: center;
	font-size: 1em;
	color: #dfdcbe;
	margin-top: 4px;
}
/* content end */
/* footer start */
#footer {
	overflow: hidden;
	width: 916px;
	background: url(../images/foot-top.png) no-repeat;
	padding-top: 14px;
	text-align: center;
	margin: 0 auto;
}
.foot-middle {
	overflow: hidden;
	width: 900px;
	background: url(../images/foot-middle.png) repeat-y;
	padding: 0 8px;
}
.foot-grad {
	overflow: hidden;
	width: 890px;
	background: url(../images/foot-grad.gif) no-repeat 0 100%;
	padding: 2px 18px 5px 8px;
}
.foot-bottom {
	overflow: hidden;
	width: 916px;
	height: 79px;
	background: url(../images/foot-bottom.png) no-repeat;
}
#footer p {
	margin: 0;
	font-size: 0.84em;
	line-height: 20px;
	color: #2347aa;
}
#footer p a {
	color: #2347aa;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}
/* footer end */
/* index end */
/*sifr start*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
.form-content div{
clear:both;
padding: 3px 0px;
float: none;

}