/*main styles*/
.clr { clear: both;}
.right { float: right;}
.left { float: left;}
.yellow {color: #ffffOO;}
.white {color: #FFF;}

body{
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#252525;
}
table{
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
}
body,html{
	height:100%;
}
img{
	border:0;
}
input,select,textarea{
	font:12px Arial, Helvetica, sans-serif;
	color:#fff;
	border:0;
	background-color:#333333;
}
input.none{
	border:0;
	background:none;
}
input.checkbox{
	border: none;
	vertical-align: middle;
	margin:-2px 7px 0 0;
}
/* IE6 Only */
* html input.checkbox{
	margin:-2px 2px 0 -2px;
}
/* IE7 Only */
*:first-child+html input.checkbox{
	margin:-2px 2px 0 -2px;
}
input.radio{
	margin:2px 3px 0 0;
}
/* IE6 Only */
* html input.radio{
	margin:-2px 3px 0 -3px;
}
/* IE7 Only */
*:first-child+html input.radio{
	margin:-2px 3px 0 -3px;
}
input{
	border:0;
}
form{
	padding:0;
	margin:0;
}
td{
	vertical-align:top;
}
p{
	margin:0 0 15px 0;
}
.middle{
	vertical-align:middle;
}
.nowrap{
	white-space:nowrap;
}
.cursor{
	cursor:pointer;
}
/*default styles*/
a{
	font:11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#ff0000;
}
a:hover{
	text-decoration:none;
	color:#000;
}
h1{
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0;
	margin:0 0 18px 0;
}
h1 span{
	color:#ffff00;
}
.three h1{
	padding-left:7px;
}
h2{
	font:20px Georgia, "Times New Roman", Times, serif;
	color:#111414;
	padding:0;
	margin:0 0 13px 0;
	letter-spacing:-1px;
}
ul, ol
{
  margin:0 0 15px 0;
  padding:0 0 0 0;
  list-style:none outside;
}
li ul, li ol
{
  margin-top:5px;
  margin-bottom:10px;
  list-style-type:none;
  list-style-image:none;
}
li
{
  margin-bottom:4px;
  background-image:url(../img/arrow2.gif);
  background-repeat:no-repeat;
  background-position:1px 4px;
  padding-left:11px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.cl{
	clear:both;
	font-size:1px;
	height:1px;
}
.z10{
	position:relative;
	z-index:10;
}
/*format styles*/
.left_bg{
	background-image:url(../img/left_bg.gif);
	background-repeat:repeat-y;
	background-position:left;
}
.right_bg{
	background-image:url(../img/right_bg.gif);
	background-repeat:repeat-y;
	background-position:left;
}
.head{
	background-color:#000;
}
.head .search{
	background-image:url(../img/head.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:47px 0 0 233px;
}
.head .search div.field	{ margin:1px 2px 0 0; width:392px;	height:23px; vertical-align:middle; float:left;}
.head .search input.field{
	background-color:#fff;
	border:none;
	width:100%;
	height:23px;
	color:#201815;
	font-size:11px;
	padding:4px 5px 5px 5px;
}
*html .head .search div.field	{ margin:1px 0px 0 0;}
*html .search input.field { margin-top:-1px; }

.head .menu{
	border-top:1px solid #818181;
}
.head .menu a{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	display:block;
	border-right:1px solid #959595;
	border-bottom:1px solid #747474;
	text-align:center;
	padding:11px 0 11px 0;
}
.head .menu a:hover{
	background-color:#fff;
	color:#000;
}
.head .menu a.act{
	border-bottom:1px solid #000;
}
.head .menu a:hover.act{
	border-bottom:1px solid #000;
	background-color:#000;
	color:#fff;
}
.head .submenu{
	position:absolute;
	left:-1px;
	top:-1px;
	background-color:#000;
	border:1px solid #808080;
	padding:5px 12px 7px 12px;
	z-index:100;
}
.head .submenu a{
	color:#707070;
	font-size:11px;
	padding:3px 0 3px 0;
	border:0;
	white-space:nowrap;
	text-align:left;
}
.head .submenu a:hover{
	color:#ffff00;
	background-color:#000;
}
.head .submenu a span{
	color:#ffff00;
}
.head .menu .login{
	padding:11px 0 10px 0;
	text-align:center;
	border-bottom:1px solid #747474;
	font-size:14px;
	font-weight:bold;
	color:#ffff00;
}
.head .menu .login a{
	color:#ffff00;
	border:0;
	padding:0;
}
.head .menu .login a:hover{
	background:none;
	color:#ff0000;
}
.head .menu .space{
	border-bottom:1px solid #747474;
}
.head .login2 table {border-collapse:collapse; }
.head .login2 table td {padding:0}
.head .login2 table th {color:#fff; font-weight:normal; text-align:right; padding:0 8px 0 0}
.head .login2 table.t1 {margin-right:26px}
.head .login2{
	padding:6px 0 6px 6px;
	border-bottom:1px solid #808080;
}
.head .login2 input.field{
	width:136px;
	height:22px;
	margin-bottom:2px;
	padding:3px 5px 0 5px;
}
*html .head .login2 input.field{
	margin-bottom:1px;
	margin-top:-1px;
}
.head .login2 input.field2{
	width:136px;
	height:22px;
	padding:3px 5px 0 5px;
	vertical-align:middle;
}
*html .head .login2 input.field2{
	margin-bottom:-1px;
	margin-top:-1px;
}
.head .login2 a.reg{
	position:absolute;
	left:58px;
	top:9px;
	color-old:#959595;
	color: #FFFF00;
	font-size:11px;
	text-decoration:underline;
	z-index:1001;
	display:block; 
	width:180px;	
}
.head .login2 a:hover.reg{
	color-old:#afafaf;
	color: #FFFF00;
}

.head .login2 a.forgot{
	position:absolute;
	left:58px;
	top:23px;
	color: #FFFF00;
	font-size:11px;
	text-decoration:underline;
	z-index:1001;
	display:block; 
	width:180px;	
}
.head .login2 a:hover.forgot{
	color: #FFFF00;
}


.head .ttl{
	color:#fff;
	vertical-align:middle;
	border-bottom:1px solid #808080;
	padding-left:20px;
	font-size:12px;
}
.head .ttl span{
	color:#ff0000;
	font-size:15px;
	font-weight:bold;
}
.head .ttl span.line{
	color:#fff;
	font-size:12px;
	margin:0 8px 0 7px;
}
.head .ttl a{
	color:#fff;
	font-weight:bold;
	font-size:12px;
}
.head .ttl a:hover{
	color:#ff0000;
}
.head .ttl a.all{
	text-decoration:underline;
}

.head td.ttl p {padding:0; margin:0;}

.center{
	background-color:#fff;
}
.center .block{
	background-image:url(../img/block_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#252525;
	width:920px;
	overflow:hidden;
}
.center .block a{
	font-size:18px;
	color:#959595;
	margin-right:8px;
	line-height:24px;
}
.center .block a:hover{
	color:#fff;
}
.center .block2{
	margin-bottom:5px;
}
.center .block2 tr{
	background-image:url(../img/block2_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fff;
}
.center .block2 td{
	padding:8px 8px 8px 0;
	vertical-align:middle;
	line-height:17px;
}
.center .block2 td a{
	line-height:17px;
}
.center .pages{
	margin-bottom:2px;
}
.center .number{
	background-color:#ffff00;
	float:left;
	padding:2px 22px 2px 22px;
	margin-bottom:2px;
}
.center .number a{
	color:#000;
	font-size:13px;
	font-weight:bold;
	margin:0 5px 0 4px;
}
.center .number a:hover{
	color:#ff0000;
}
.center .number a.act{
	text-decoration:underline;
}
.center .number a:hover.act{
	color:#000;
}
.center .provided{
	position:absolute;
	right:0;
	top:0;
}
.center .provided2{
	position:absolute;
	right:-35px;
	top:-8px;
}
*html .center .provided2{
	right:-30px;
}
.center .corner{
	position:absolute;
	right:-6px;
	top:38px;
}
*html .center .corner{
	right:-1px;
}
.center .square{
	background-image:url(../img/number_bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:14px;
	height:14px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	line-height:14px;
	text-align:center;
	margin-bottom:46px;
}
.center .banner{
	background-color:#464646;
}
.center .block3{
	font-size:18px;
	background-image:url(../img/block3_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fff;
	padding:18px 0 22px 25px;
}
.center .block3 .red{
	font-size:11px;
	color:#ff0000;
}
.center .block3 .big{
	font-size:24px;
	font-weight:bold;
}
.center .result{
	background-color:#000;
	font-size:14px;
	font-weight:bold;
	color:#fff;
}
.center .result td{
	border-right:1px solid #808080;
	padding:9px 25px 8px 25px;
	white-space:nowrap;
	vertical-align:middle;
}
.center .result td.zone{
	background-color:#ff0000;
	border:0;
}
.center .result td.image{
	padding:8px 6px 5px 12px;
}
.center .result span{
	color:#ff0000;
}
.center .result a{
	font-size:14px;
	font-weight:bold;
	color:#fff;
}
.center .result a:hover{
	color:#ff0000;
}
.center .block4 td{
	color:#7d7d7d;
	font-size:12px;
}
.center .block4 a{
	color:#fff;
	font-size:12px;
}
.center .block4 a:hover{
	color:#ff0000;
}
.center .block4 td.one{
	/*background-image:url(../img/block4_bg.gif);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#aaaaaa;  */
	padding:25px 25px 7px 25px;
}
.center .block4 td.two{
	/*background-image:url(../img/block4_bg.gif);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#aaaaaa;	*/
	padding:25px 7px 7px 9px;
}
.center .block4 td.three{
	/*background-image:url(../img/block4_bg.gif);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#aaaaaa; */
	padding:25px 0 7px 7px;
}
.center .block4 td.five{
	padding:0px 7px 7px 9px;
}
.center .block4 .ttl2{
	font-size:18px;
	line-height:18px;
	margin-bottom:20px;
}
.center .block4 .text{
	padding-left:9px;
}
.center .block4 .text td{
	padding-bottom:15px;
}
.center .block4 .photo{
	padding-right:3px;
}
.center .block4 .photo a{
	display:block;
	text-align:right;
	background-color:#555555;
	margin-bottom:1px;
	padding:2px 2px 2px 0;
}
.center .block4 .photo a:hover{
	background-color:#ff0000;
	color:#fff;
}
.center .block4 .photo div{
	text-align:right;
	background-color:#555555;
	margin-bottom:1px;
	padding:4px 2px 4px 0;
}

.footer{
	background-image:url(../img/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	color:#707070;
	font-size:11px;
	padding:9px 0 0 0;
	text-align:right;
}
.footer a{
	color:#707070;
	font-size:11px;
}
.footer a:hover{
	color:#afafaf;
}
.footer span{
	margin:0 8px 0 8px;
}
.relative{
	position:relative;
}
.mb55{
	margin-bottom:55px;
}

/*mainPic*/
.mainPic {
	background:url(../img/pic_9.jpg) 0 0 no-repeat;
	width: 920px;
	height: 444px;
}
.mainPic2 {
	background:url(../img/pic_10.jpg) 0 0 no-repeat;
	width: 920px;
	height: 470px;
}
.aboutContent {
	margin-left: 447px; 
	padding-top: 108px;
	width: 220px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #ffff00;
}
.aboutContent p {
	margin: 0;
}
.aboutContent a {
	color: #ffff00;
	display: block;
	padding-bottom: 3px;
	font-size: 12px;
}
.aboutContent a:hover {
	text-decoration: underline;
}
.aboutContent h3,
.contactContent h3 {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0;
	padding: 23px 0 12px 0;
}
.aboutContent h3 a {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #FFF;
}
.contactContent {
	float: right;
	width: 232px;
	padding-top: 178px;
}
.contactContent h3 {
	padding: 0 0 6px 0;
	float: right;
	margin-right: 46px;
}
.contactContent a,
.contactContent span {
	float: right;
	color: #ffff00;
	font: normal 11px Arial, Helvetica, sans-serif;
	margin-right: 46px;
	white-space: nowrap;
}
.contactContent a {text-decoration:none;}
.contactContent a:hover { color: #ffff00; }

.contactContent img {
	clear: both;
	float: right;
	display: block;
	margin-bottom: 8px;
	margin-right: 46px;
}
.contactContent a.link {
	background: url(../img/link_bg.gif) left 0 no-repeat;
	width: 232;
	height: 31px;
	display: block;
	margin-right: 0px;
	margin-top: 42px;
	text-align: right;
}
.contactContent a.link span {
	color: #000;
	font: bold 12px Arial, Helvetica, sans-serif;
	border-bottom: solid 2px #bfbfbf;
	padding-top: 6px;
	cursor: pointer;
}
.popUp {
	position: absolute;
	left: 50%;
	top: 280px;
	color: #FF0;
	width: 371px;
	margin-left: 65px;	
	display:none;
	z-index:1001;
}
.popUp .top,
.popUp .welcomeTop{
	background: url(../img/bg1.png) 0 0 repeat;
}
.popUp .top h2,
.popUp .welcomeTop h2{
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 23px 0 10px 28px;
	margin: 0;
	letter-spacing: 1px;
}
.popUp .top ul {
	margin: 0 0 -4px 28px; //margin: 0 0 0px 28px;
	width: 318px;
}
.popUp .top ul li {
	padding: 3px 0 3px 12px;
	background: url(../img/bg2.png) 0 0 repeat;
}
.popUp .top ul li span {
	width: 100px;
	display: block;
	float: left;
	padding-top: 3px;
}
.popUp .top ul li input {
	padding: 2px;
	width: 190px;
}
.popUp .top ul li .radio {
	width: auto;
	background: none;
	border: none;
}
.popUp .top ul li label {
	margin-right: 10px;
}
.popUp .top p {
	padding: 0 50px 0 28px;
	margin: 0 0 4px 0;
	line-height: 30px;
}
.popUp .bottom {
	background: url(../img/bottom_bg1.png) 0 0 no-repeat;
	height: 46px;
	width: 371px;
}
	
.popUp .bottom span {
	float: left;
	line-height: 28px;
	padding-left: 28px;
}
.popUp .bottom .submitBtn {
	background: url(../img/submit_btn.png) 0 0 no-repeat;
	width: 97px; 
	height: 24px;
	margin: 5px 25px 0 0;
	cursor: pointer;
}
.popUp .bottom .closeBtn {
	background: url(../img/close_btn.png) 0 0 no-repeat;
	width: 74px;
	height: 24px;
	margin: 5px 25px 0 0;
	cursor: pointer;
}
.popUp .welcomeTop {
	margin-top: 73px;
	width: 371px;
}
.popUp .welcomeTop h2 {
	margin-right: 25px;
}
.popUp .welcomeTop .border {
	background:url(../img/border2.gif) 0 0 repeat-x;
	height: 3px;
	width: 81px;
	margin-right: 25px;
}
.popUp .welcomeBot {
	background: url(../img/bottom_bg2.png) 0 0 no-repeat;
	width: 371px;
	height:53px;
}
.popUp .welcomeBot p {
	text-align: right;
	padding: 8px 25px 0 0;
}

.popUp .for-editor p { margin:0 }



#idContactForm {
	position: absolute;
	left: 50%;
	top: 270px;
	color: #FF0;
	width: 732px;
	margin-left: -366px;	
	display2:none;
}
#idContactForm .popUpContent {
	background:transparent url(../img/bg1.png) repeat 0 0;
}
#idContactForm .desc {
	width: 338px; // width: 388px;
	float: left;
	padding-left: 50px;
}
#idContactForm .desc h3 {
	padding: 230px 0 5px 0px; //padding: 200px 0 5px 0px;
	color: #FFF;
	margin: 0;
}
#idContactForm .desc img {
	padding-bottom: 5px;
}
#idContactForm .desc a {
	color: #FFFF00;
}
#idContactForm .desc p {
	margin: 0 0 15px 0;
}
#idContactForm .formWrap {
	float: left;
	width: 330px;
}
/*#idContactForm .top,*/
#idContactForm .welcomeTop{
	background: url(../img/bg1.png) 0 0 repeat;
}
#idContactForm .top h2,
#idContactForm .welcomeTop h2{
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 23px 0 10px 28px;
	margin: 0;
	letter-spacing: 1px;
}
#idContactForm .top h2 {
	padding: 23px 0 10px 0px;
}
#idContactForm .top ul {
	margin: 0 0 -4px 0px; //margin: 0 0 0px 0px;
	width: 318px;
}
#idContactForm .top ul li {
	padding: 3px 0 3px 12px;
	background: url(../img/bg2.png) 0 0 repeat;
	
}
#idContactForm .top ul li span {
	width: 100px;
	display: block;
	float: left;
	padding-top: 3px;
}
#idContactForm .top ul li span em { color:#fff; }

#idContactForm .top ul li input {
	padding: 2px;
	width: 190px;
	float: left;
}
#idContactForm .top ul li input.file { width:160px; margin-left: 20px;// margin-left: 0px;}
*html #idContactForm .top ul li input.file { width:190px;}

#idContactForm .top ul li textarea {
	padding: 2px;
	width: 190px;
	height:100px
}
#idContactForm .top ul li .radio {
	width: auto;
	background: none;
	border: none;
}
#idContactForm .top ul li label {
	margin-right: 10px;
}
#idContactForm .top p {
	padding: 0 50px 0 28px;
	margin: 0 0 4px 0;
	line-height: 30px;
}
#idContactForm .bottom {
	background: url(../img/bottom_bg1.png) 0 0 no-repeat;
	height: 53px;
	width: 732px;
}
#idContactForm .bottom span {
	float: left;
	line-height: 28px;
	padding-left: 28px;
}
#idContactForm .bottom .submitBtn {
	background: url(../img/submit_btn.png) 0 0 no-repeat;
	width: 97px; 
	height: 24px;
	margin: 5px 25px 0 0;
	cursor: pointer;
}
#idContactForm .bottom .closeBtn {
	background: url(../img/close_btn.png) 0 0 no-repeat;
	width: 74px;
	height: 24px;
	margin: 5px 25px 0 0;
	cursor: pointer;
}
#idContactForm span.required { color:#fff; padding:5px 0 0 400px; float: left; }



.anchors {
	position: absolute;
	top: 240px;
	left: 50%;
	width: 650px;
	height: 400px;
	margin-left: -350px;
	display2: none;
}


.cone-1 {
   position: absolute;
   top: 30px;
   left: 355px;
}

.cone-2 {
   position: absolute;
   top: 136px;
   left: 597px;
}

.cone-3 {
   position: absolute;
   top: 210px;
   left: 360px;
}

.cone-4 {
   position: absolute;
   top: 270px;
   left: 394px;
}

.cone-5 {
   position: absolute;
   top: 297px;
   left: 297px;
}

.cone-6 {
   position: absolute;
   top: 234px;
   left: 21px;
}

.cone-7 {
   position: absolute;
   top: 200px;
   left: 420px;
}

.cone-8 {
   position: absolute;
   top: 265px;
   left: 474px;
}

.anchors img {
	//margin-left: -3px;
}
.anchors .iefix {
	//margin-right: -3px;
}
.anchor1 {
	position: absolute;
	top: 85px;
	left: 255px;
	display:none;
}

.anchor2 {
	position: absolute;
	top: 190px;
	left: 433px;
	display:none;
}
.anchor3 {
	position: absolute;
	top: 260px;
	left: 183px;
	display:none;
}
.anchor4 {
	position: absolute;
	top: 320px;
	left: 200px;
	display:none;
}
.anchor5 {
	position: absolute;
	top: 350px;
	left: 210px;
	display:none;
}
.anchor6 {
	position: absolute;
	top: 290px;
	left: 35px;
	display:none;
}
.anchor7 {
	position: absolute;
	top: 250px;
	left: 430px;
	display:none;
}
.anchor8 {
	position: absolute;
	top: 314px;
	left: 485px;
	display:none;
}
.anchor1 div,
.anchor2 div,
.anchor3 div,
.anchor4 div,
.anchor5 div,
.anchor6 div,
.anchor7 div,
.anchor8 div {
	background: url(../img/bg1.png) 0 0 repeat; 
	height: 28px;
}
.anchor1 span,
.anchor2 span,
.anchor3 span,
.anchor4 span,
.anchor5 span,
.anchor6 span,
.anchor7 span,
.anchor8 span{
	color: #ffff00;
	line-height: 28px;
	padding: 0 3px 0 11px;
}
.anchor6 span,
.anchor7 span,
.anchor8 span {
	padding: 0 3px;
}
.anchor1 b,
.anchor2 b,
.anchor3 b,
.anchor4 b,
.anchor5 b,
.anchor6 b,
.anchor7 b,
.anchor8 b{
	line-height: 28px;
	color:#FFF;
	padding-right: 3px;
}
.anchor6 b,
.anchor7 b,
.anchor8 b{
	padding-right: 11px;
}

.homeWelcome {
	position: absolute;
	left: 50%;
	top: 270px;
	color: #FF0;
	width: 371px;
	margin-left: 65px;
}

.homeWelcome .fix {
	margin-top: 340px;
}

.homeWelcome .welcomeTop {
	background: url(../img/bg1.png) 0 0 repeat;
}



.homeWelcome .welcomeTop h2{
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 23px 0 10px 28px;
	margin: 0;
	letter-spacing: 1px;
}

.homeWelcome .welcomeTop h2 {
	margin-right:25px;
}

.homeWelcome .welcomeTop .border {
	background:url(../img/border2.gif) 0 0 repeat-x;
	height: 3px;
	width: 81px;
	margin-right: 25px;
}

.homeWelcome .welcomeBot {
	background: url(../img/bottom_bg2.png) 0 0 no-repeat;
	width: 371px;
	height:53px;
}
.homeWelcome .welcomeBot p {
	text-align: right;
	padding: 8px 25px 0 0;
}



.homeWelcome .for-editor p { margin:0 }


div.mi-get-directions { height:21px; width:219px; position:absolute; bottom:1px; left:1px; z-index:100; }
div.mi-get-directions { //bottom:585px; }
div.mi-get-directions { background: url(../img/get_directions_mi_bg2.gif) 0 0 no-repeat;}

div.mi-get-directions div {margin-left:25px; padding-top:1px}
div.mi-get-directions a { font-weight:bold; color:#fff; font-size:14px;}
div.mi-get-directions a:hover {color:#f00;}
div.mi-get-directions a span {color:#ff0;}

div.banner-mi { position:relative; background-color:#aaa; padding-bottom:1px; }
div.banner-mi .bmi-banner { height:114px;}
div.banner-mi .bmi-banner .bmi-provided { z-index:100; position:absolute: left:0px; top:0px; margin-top:-114px; margin-left:893px; }


.more-info { background:#fff url(../img/more_info_bg.gif) repeat-x 0 0; }
.more-info h1{
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#000;
	padding:0;
	margin:0 0 18px 0;
}

.more-info h1 span { color:#ff0000; }
.more-info .ttl2 {color:#7d7d7d; }
.more-info .mb55 {color:#7d7d7d; }
.more-info .photo strong {color:#fff; }
.more-info .text table strong {color:#000; }
.more-info .contacts {color:#ff0000; }
.more-info .contacts a { color:#333; font-weight:bold;}

.more-info td.four { 
	background:#fff url(../img/more_info_contacts_bg.gif) repeat-x 0 0; 
	padding:25px 25px 0px 25px;
}


/*---------contForm-------------*/
.contForm {
	padding: 20px 0 0 20px;
	color: #FFF;
}
.contForm .leftColumn {
	width: 701px;
	float: left;
	
}
.contForm .leftColumn .transBbg {
	background:transparent url(../img/bg1.png) repeat scroll 0 0;
	width: 691px;	
}
.contForm .leftColumn form {
	padding:20px 0 22px 22px;
}
.contForm h3 {
	margin: 0;
	padding: 0 0 13px 8px;
	font-size: 16px;
}
.contForm h5{ 
	margin: 0;
	padding: 0 0 5px 8px;
	font-size: 12px;
	font-weight: normal;
}
.contForm .inputs {
	width: 318px;
	margin-right: 14px;
}
.contForm .inputs div {
	background:transparent url(../img/bg2.png) repeat scroll 0 0;
    padding:3px 0 3px 0px;
	margin-bottom: 4px;
}
.contForm .inputs div span {
	width: 110px;
	float: left;
	padding-left: 5px;
	color: #ffff00;
}
.contForm .inputs div span sup {color: #FFF;}
.contForm .inputs div input {
	width: 195px;
}
.contForm .inputs div textarea {
	width: 195px;
	height: 201px; // height: 192px;
}
.contForm .inputs div .file {
	margin-left: 115px;
	border: none;
}
.contForm  .submitBtn {
	background: url(../img/submit_btn.gif) 0 0 no-repeat;
	width: 97px;
	height: 24px;
	cursor: pointer;
	border: none;
	float: right;
	//margin-right: -10px;
}

.contForm .rightColumn {
	width: 176px;
	float: left;	
}
*html .contForm .rightColumn {
	padding-left: 10px;
}
.contForm .rightColumn .transBbg {
	background:transparent url(../img/bg1.png) repeat scroll 0 0;
	padding:30px 0 22px 22px;
	margin: 0;
}
.contForm .rightColumn p {
	color: #ffff00;
	padding-left: 8px;
}
.contForm .rightColumn p a {
	color: #ffff00;
}

a.btn-login { 
	display:block; 
	width:40px; 
	height:22px; 
	margin-left:4px;
	background: url(../img/btn_login.gif) 0 0 no-repeat;
}
a.btn-login:hover { background-position: 0 -22px; }
