body
{
    font-size: 14px;
    margin: 0;
		padding:0;
    color: #252525;
    font-family: Arial;
		background: #ffffff;
}
.floatcontainer:after{ clear: both; display: block; font-size: 0px; visibility: hidden; height: 0px; content: ".";}
.floatcontainer{ display: inline-block;}
* HTML .floatcontainer{ height: 1%;}
.floatcontainer{ display: block;}

ul{
}
a
{
	color: #0256fe;
  text-decoration: none;
  outline:none;
}
a:hover
{
	color: #0256fe;
  text-decoration: none;
}
input
{
    border: solid 1px #62b3d8;
		background-color: #e9f4f9;
}
textarea
{
    border: solid 1px #62b3d8;
		background-color: #e9f4f9;
}
select
{
    border: solid 1px #62b3d8;
		background-color: #e9f4f9;
}
h1
{
    padding: 0;
    font-size: 19px;
		font-weight: bold;
    margin: 0 0 10px 0;
    color: #3abff0;
}
h1.site
{
    padding: 0 0 0 13px;
    background: url(../images/arr.jpg) no-repeat left ;
    position:relative;
    left: -13px;
		margin-bottom: 20px;
}
h1.siteHp
{
    margin: 10px 0 0 0;
}
h2
{
    font-weight: bold;
    font-size: 17px;
    margin: 10px 0px;
    color: #3abff0;
}
h3
{
    font-size: 14px;
    margin: 0px;
    font-weight: bold;
}
h4
{
    font-size: 14px;
    margin: 0px;
    font-weight: bold;
}
p{
	padding:0;
	margin: 0;
}
input.btn
{
    border: #62b3d8 0px solid;
    color: White;
    font-weight:bold;
    background-color: #378eb6;
}
input.noBorder
{
    border: medium none;
}
img.pic
{
    border: #cbcbcb 1px solid;
}
.error
{
    color: #cc0000
}
.justify
{
    text-align: justify;
}
.disclaimer{
	font-size: 0.8em;
	padding:0 0 20px 0;
	width:470px;
	margin-bottom: 20px;
	background: transparent url(../images/sep_boxes.jpg) repeat-x scroll center bottom;	
}
#pageContainer
{
		margin:0 auto;
		width:950px;
		padding-top:0px;
		direction: ltr;
		padding-top:10px;
		position: relative;
}
#pageContainer IMG
{
    border: medium none;
}

#topHp{
  margin:0 10px 0 7px;
}
#top{
  margin:0 10px 0 8px;
}
#mainMenu{
	background: url(../images/bg_menu_r1.jpg) no-repeat right;
	height:51px;
	padding:0 136px 0 0;
  margin:0 10px 0 8px;
}
.mainMenuHome{
	background: url(../images/bg_menu_r.jpg) no-repeat right !important;
}
#mainMenu ul{
	background: url(../images/bg_menu.jpg) repeat-x;
	margin:0 auto;
	padding:0;
	list-style: none;
	text-align: center;
	z-index: 500;
	height:51px;
}
#mainMenu li{
	float: left;
	text-align: center;
	font-size: 13px;
	color: white;
	font-weight:bold;
	width:153px;
	height:51px;
	line-height:51px;
	vertical-align:middle;
	position: relative;
	z-index: 500;
}
#mainMenu li a{
	color: white;
	display: inline-block;
	width:153px;
}
#mainMenu li a:hover{
	color: white;
	background: #5c5d64;
}
#mainMenu li.menu_on{
	color: white;
	background: url(../images/bg_menu_on.jpg) repeat-x;
}
#mainMenu li.sep{
  background: url(../images/bg_menu_sep.jpg) no-repeat;
	width:3px;
}

#mainMenu li ul {
	position: absolute;
	display: none;
	left:0;
	top:51px;
	margin:0;
	padding: 0;
	height:auto;
	background:none;
}
#mainMenu li:hover ul,#mainMenu li.over ul,#mainMenu li.menu_onover ul { display: block; }

#mainMenu li ul li{
  clear:both;
	text-align: left;
	font-size: 12px;
	color: white;
	font-weight:bold;
	height:24px;
	line-height:24px;
	vertical-align:middle;
	width:183px;
}
#mainMenu li.menu_on ul li a,
#mainMenu li ul li a{
  background: url(../images/bg_menu_sub.jpg);
	display: block;
	color:white;
  padding-left:22px;
	width:183px;
}
#mainMenu li ul li.menu_on{
  background: url(../images/bg_menu_sub_on.jpg);
	display: block;
	color:white;
  padding-left:22px;
}
#mainMenu li.menu_on ul li a:hover,
#mainMenu li ul li a:hover{
  background: url(../images/bg_menu_sub_over.jpg);
	display: block;
	color:white;
  padding-left:22px;
}
/* Fix IE. Hide from IE Mac 
#menu ul li {float: left; width: 100%;height: 1%;}
#menu ul li a {height: 1%;} 
/* End */
#mainMenu li ul li.sep{
	height:2px !important;
	line-height: 2px !important;
	background-color: #f5fadd;	
}

#nav{
	border-bottom: solid 1px #b8b8b8;
	padding:5px;
	color: #515151;
}
#nav a{
	color: #515151;
}
.nav_on,#nav a:hover{
	color:#7c4509;
}
#footer
{
  clear: both;
  padding:10px 11px 20px 5px;
  margin: 0px auto;
  color: #9d9c9c;
	font-size: 10px;
	background: url(../images/bg_b.jpg) no-repeat center top;
	
}
#footer a{
	color: #9d9c9c;
	text-decoration: underline;
}
#footerText{
	float: left;
	width:570px;
	padding-left:50px;
}
#credit
{
	float: right;
	width:70px;
	color:#9d9c9c;
    margin: 0px auto;
    text-align: right;
		padding-right: 50px;
}
#credit a
{
    color: #9d9c9c;
		text-decoration: none;
}
#credit a:hover
{
    color: Black;
    text-decoration: underline
}


#mainHp
{
	min-height: 200px;
	padding-top:25px;
	background: url(../images/bg_main.jpg) no-repeat left 5px;
}
#mainHpInner
{
	min-height: 200px;
	padding:0 38px 40px 38px;
	background: url(../images/bg_main_b.jpg) no-repeat left bottom;
}
#mainContentHp{
	float: left;
	width: 620px;
	font-size:14px;
	font-weight:bold;
	color:#3b444e;
}
#mainContentRightHp{
	float:right;
	width:190px;
	margin-top:20px;
}
.hpText{
	line-height: 20px;
}

#main
{
	min-height: 200px;
	padding-top:14px;
	background: url(../images/bg_main.jpg) no-repeat left 5px;
}
#mainInner
{
	min-height: 200px;
	padding:0 35px 40px 8px;
	background: url(../images/bg_main_b.jpg) no-repeat left bottom;
}
#mainContent1{
  padding-top:60px;
}
#mainContent{
	float: right;
	width: 730px;
  padding-top:60px;
}
#mainContentCenter{
	float: left;
	width: 480px;
}
#mainContentRight{
	float:right;
	width:220px;
	margin-top:20px;
}
#mainContentLeft{
	float: left;
	width: 144px;
}

#pageText{
	padding-right: 300px;	
}
.bg_customers{
	background: url(../images/bg_customers.jpg) no-repeat right 20px;	
}
.bg_benefits{
	background: url(../images/bg_benefits.gif) no-repeat right top;	
}
.bg_tech{
	background: url(../images/bg_tech.jpg) no-repeat right 20px;	
}
.bg_faq{
	background: url(../images/bg_faq.gif) no-repeat right top;	
}
.bg_about{
	background: url(../images/bg_about.jpg) no-repeat 550px 300px;	
}
.bg_contact{
	background: url(../images/bg_contact.jpg) no-repeat right 260px;	
}


#newsBox h3{font-size:14px;font-weight:bold; margin-bottom: 15px;	color:#6b747e;}
#newsBox dl{
	padding-top:0;
}
#newsBox dt{
	color:#3abff0;
	font-size: 13px;
	font-weight: bold;
}
#newsBox dt a{
	color:#3abff0;
	font-size: 13px;
	font-weight: bold;
}
#newsBox dd{
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	background: url(../images/sep_news.jpg) repeat-x bottom;
}
#newsBox dd a{
	color: Black;
}
#sideMenu{
	background: url(../images/bg_sideMenu.jpg) repeat-x top;
	min-height:690px;
  width:144px;
}
#sideMenu h2{
  font-weight: bold;
  font-size: 13px;
  margin: 0;
  color: white;
  height:28px;
  padding:16px 15px 0 24px;
  border-bottom: solid 1px white;
  background-color:#343543;
}
#sideMenu ul{
  list-style:none;
  padding:0;
  margin:0;
}
#sideMenu li{
  font-weight: bold;
  font-size: 13px;
  margin: 0;
  color: white;
  border-bottom: solid 1px white;
  width:144px;
}
#sideMenu li a{
  color: white; 
  height:29px;
  padding:15px 15px 0 24px;
  display:block;
}
#sideMenu li.menu_on{
  color: white;
  height:29px;
  padding:15px 15px 0 24px;
  background:#0a94d4 url(../images/arr_side.jpg) no-repeat 10px center;
  width:105px;
}
#sideMenu li.menu_on a{
	color: white;
  height:29px;
  padding:15px 15px 0 24px;
  background:#0a94d4 url(../images/arr_side.jpg) no-repeat 10px center;
  display:block;
}
#sideMenu li a:hover{
  color: white;
  height:29px;
  padding:15px 15px 0 24px;
  background:#3ea8d9 url(../images/arr_side.jpg) no-repeat 10px center;
  display:block;
}

#sideMenu .long_word{
  height:37px !important;
  padding:7px 15px 0 24px !important;
}
.sideImg{
	text-align: center;
	background: url(../images/sideImg.png) no-repeat;	
	width:110px;
	height:130px;
	margin:20px 0 0 34px
}
#banners{
	padding:5px;
}

#boxes{
	margin-top:20px;
}
.boxItem {
	float: left;
	width:255px;
	margin-bottom: 5px;
	padding-right:10px;
	font-size: 13px;
}
.boxItem ul{
	margin:0 0 0 0;
	padding:0;
	list-style: none;
}
.boxItem li{
	padding:3px 12px;
	background: url(../images/arr.jpg) no-repeat left 7px;
}
.boxItem a{
	color:#6b747e;
}
.boxItem1{
	float: left;
	width:60px;
	margin-bottom: 5px;
}
a.icon_pdf {
	color:#6b747e;
	font-size: 12px;
	min-width:	45px;
	padding-top:55px;
	background: url(../images/icon_pdf.jpg) no-repeat left top;
	display: block;
}
.boxImg{
	text-align: center;
	margin-bottom: 15px;	
}


.customersPageItem{
	width:490px;
	background: url(../images/sep_boxes.jpg) repeat-x bottom;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.customersPageItemText{
	float: left;
	width:285px;
	padding-right: 10px;
}
.customersPageItemText ul{
	padding:0 15px;
	margin:2px 0;
	list-style-image: url(../images/dot.jpg);
}
.customersPageItemText li{
	margin:2px 0;
}
.customersPageItemImg{
	float: left;
	width:160px;
}
.customersPageItemImg img{
	border:solid 2px #ededed !important;
}
.textItem{
	margin-top: 5px;
}


.boxPageItem {
	clear: both;
	background: url(../images/sep_boxes.jpg) repeat-x bottom;
	padding-bottom: 25px;
	margin-bottom: 25px;
	margin-right: 200px;
}
.boxPageItem h4{
	color:#6f6f7f;
	font-size: 14px;
	font-weight: bold;
	padding:0;
	margin: 0 0 3px 0;
}

#DownloadsPageList{
	float: left;
	width:230px;
}
#DownloadsPageInner{
	float: right;
	width:	450px;
	padding-left: 30px;	
	border-left: solid 2px #cbcaca;
}
#DownloadsPageList dl{
	padding-top:0;
}
#DownloadsPageList dt a{
	color:#6f6f7f;
	font-size: 14px;
	font-weight: bold;
}
#DownloadsPageList dt.item_on a{
	color:#0256FE;
	font-size: 14px;
	font-weight: bold;
}
#DownloadsPageList dd{
	padding: 0 0 10px 0;
	margin:0;
}
.DownloadsPageItem h2{
    padding: 0;
    font-size: 17px;
		font-weight: bold;
    margin: 0 0 10px 0;
    color: #0256FE;
}

.productsPageItem {
	margin-bottom: 25px;
}
.productsPageItem img{
    border: none;
}
.productsPageItemImg{
	float: left;
	width:100px;	
	text-align: right;
}
.productsPageItemText{
	float: right;
	width:440px;
	padding-right: 50px;
	background: url(../images/sep_boxes.jpg) repeat-x bottom;
	padding-bottom: 25px;
}
.productsPageItemText h3{
	color:#6f6f7f;
	font-size: 14px;
	font-weight: bold;
	padding:0;
	margin: 0 0 3px 0;
}
.productsPageItemText h3 a{
	color:#6f6f7f;
	font-size: 14px;
	font-weight: bold;
}
.details{
	color:#ff5f00;
	font-size: 11px;
	text-align: left;
}
.details a{
	color:#ff5f00;
	font-size: 11px;
}
.details a:hover{
	color:#464646;
	font-size: 11px;
	text-decoration: underline;
}
.galleryPic
{
    float: left;
		width:165px;
		margin:5px;
}
.galleryPic img{
    border: solid 1px #cbcbcb !important;
}
.galleryPic1
{
    margin: 7px 5px;
}
#productPage{
	clear: both;
}
#productPage h2{
	color:#6f6f7f;
	font-size: 14px;
	font-weight: bold;
	padding:0;
	margin: 0 0 15px 0;
}
#productPage h3{
	height:18px;
	background-color:#c16704;
	margin:10px 0;
	padding:0 5px;
	color:white;
}
#productPage img{
    border:none;
}
.productPageText{
	float: left;
	width:435px;
}
.productPageImg{
	float: left;
	width:235px;
	text-align: center;
}
#sideMenu .back{
  color: white;
  height:29px;
  width:105px;
	font-size: 13px;
	font-weight: bold;
}
#sideMenu .back a{
	color:White;
	display: block;
  height:29px;
  width:105px;
  padding:14px 15px 0 24px;
  background:#e50404 url(../images/arr_back.jpg) no-repeat 10px center;
}
.productFile{
	position: absolute;
	top:270px;
	right: 20px;	
}

div.pagging
{
  clear:both;
}
#mainContact
{
}
.mainContactWrap
{
	padding:0;
}
#mainContactForm{
	margin-top:10px;
}
.formRight
{
    margin-top: 5px;
    float: left;
    margin-left: 5px;
    width: 105px;
    font-weight:bold;
    font-size:14px;
}
.formCenter
{
    margin-top: 5px;
    float: left;
    width: 290px;
}
.formCenter textarea,
.formCenter INPUT
{
  width:280px;
}

.formBtns
{
		margin-top:15px;
		text-align: left;
		padding-left:110px;
}
.formBtns input
{
	width:auto;
	height:auto;
	border: 0;
	padding:0 15px;
	cursor:pointer;
}


#faq{
}
.answer{
	margin-right: 250px;
}
.answer h3{
	color:#6b747e;
	font-size: 14px;
	font-weight: bold;
	padding:0;
	margin: 0 0 3px 0;
}
.answerText{
	background: url(../images/sep_boxes.jpg) repeat-x bottom;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.answerTop{
	text-align: right;
	margin-bottom: 15px;
}
