@charset "utf-8";
@charset "utf-8";
html, body, form, fieldset {
        margin: 0;
        padding: 0;
}
html {
	font-size: 100.01%; /* avoids obscure font-size bug */
	font-family: Helvetica, sans-serif;
!important; /* IE ignores this and renders Arial better */
	height: 100%;
	margin-bottom: 1px; /* avoid jumping scrollbars */
} 
body { 
    font-size: 82.5%; /* 10px */
    height: 100%;
}
img, a img {
    border: 0 !important;
    text-decoration: none;
    padding: 0;
    margin: 0;
}
a {
color:#000000;
text-decoration:underline;
}
a:hover {
color:#000000;
text-decoration:underline;
}
a:visited {
color:#000000;
text-decoration:underline;
}
a:active {
color:#000000;
text-decoration:underline;
}


h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 0 0 1em; /* Reset vertical margins on selected elements */
        padding: 0;
}
ul{
margin:0 10px 0 5px;
}
li, dd, blockquote {
    margin-left: 1em; /* Left margin only where needed */
}

/* Miscellaneous conveniences: 
---------------------------------------------------------------- */
form label {
    cursor: pointer;
}
fieldset {
    border: none;
}
input, select, textarea, td {
    font-size: inherit;
}
/* use with a <br class="cls" /> to clear floats without extra space */
.clearfix, .cls { 
    clear: both;
    height: 0 !important;
    margin: 0;
    font-size: 1px;
    overflow: hidden;
}
.float-left{
float:left;
}
.float-right{
float:right;
}
.clear { 
    clear: both;
    margin:  0 0 1em;
}
.right {text-align: right !important;}
.left {text-align: left !important;}
.hide, .skip, .printonly { display: none; }

.inline { display: inline; }

/* Headers and Paragraphs:
---------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #444;
}

h1 { font-size: 218%; }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; }
h5 { font-size: 100%; font-weight: bold; }
h6 { font-size: 86%; font-weight: bold; }

p, dd, dl, li { color: #222; }
body {
	font-family: Helvetica, sans-serif;
!important; /* IE ignores this and renders Arial better */
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FE9900;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	color: #222;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 161px;
	width: 900px;
}
.oneColFixCtrHdr #header_top {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height:22px;
	overflow:hidden;
	padding-left: 645px;
	padding-top:8px;
}
.oneColFixCtrHdr #header_logo {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height:90px;
	text-align:left;
	overflow:hidden;
}
.oneColFixCtrHdr #header_nav {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height:30px;
	padding-left: 311px;
	padding-top:1px;
	overflow:hidden;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContent_inner {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #inner_mainContent_inner {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border:5px solid #F2F2F2;
	margin:0 auto 0 auto;
	width:90%;
}
.oneColFixCtrHdr #welcome{
	background-color: #FFFFFF;
	background-image: url(welcome.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 176px;
	width: 860px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align:right;
	overflow:hidden;
}
.oneColFixCtrHdr #footer {
	padding:10px 20px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #999999;
	overflow: hidden;
	font-size: 11px;
	background:#474747;
	
	width:92%;
	margin:10px auto 10px auto;
	
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-khtml-border-radius: 1em;
	border-radius: 1em;
	-o-border-radius: 1em;
}
.oneColFixCtrHdr #footer_links {
	padding: 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #ffffff;
	overflow: hidden;
	font-size: 11px;
}
.oneColFixCtrHdr #footer_links a {
	padding: 0px 5px 0px 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #ffffff;
	text-decoration:none;
	font-size: 11px;
}
.oneColFixCtrHdr #footer_links a:hover {
	padding: 0px 5px 0px 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #FE9900;
	text-decoration:underline;
	font-size: 11px;
}
.oneColFixCtrHdr #footer_links a.selected{
	padding: 0px 5px 0px 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #FE9900;
	text-decoration:none;
	font-size: 11px;
	color:#B7DEFF;
}

.oneColFixCtrHdr #footer_bottom {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #999999;
	text-align:right;
	overflow: hidden;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0;
	color: #999999;
}

.aboutImg-container{ /*About Right Border */
border:1px solid #65686F;
}
h1.abutImgHeader{
background:#65686F;
font:19px Arial, Helvetica, sans-serif;
color:#FFFFFF;
padding:7px 10px 7px 10px;
margin:0 0 0 0;
}
.abutImgFooter{
background:#65686F;
padding:7px 10px 7px 10px;
text-align:right;
}
a.aboutImg-orangeLink{
font:12px Arial, Helvetica, sans-serif;
color:#FFBB54;
}
a.aboutImg-orangeLink:hover{
color:#ffffff;
text-decoration:none;
}
center{
padding:10px 0 10px 0;
}
.blue-header{
font:bold 18px Arial, Helvetica, sans-serif;
color:#0289F5;
}
.orange-header{
color:#FF9900;
}
.orange-hilight-bg{
background:#FEEBC9;
border:1px solid #FBC25E;
padding:10px;
}
.contact-bold, contact-bold{
font:bold 12px Arial, Helvetica, sans-serif;
color:#281902;
}
.contact-bold:hover{
font:bold 12px Arial, Helvetica, sans-serif;
color:#000000;
text-decoration:none;
}
.copyright-orange-color{
padding:5px 0 15px 7px;
font:11px Arial, Helvetica, sans-serif;
color:#FE9900;
}
.orange-link{
color:#E64E03;
}
.oneColFixCtrHdr .product-container{
	padding:20px 0 20px 0;
	background: #FFFFFF;
	border:5px solid #F2F2F2;
	margin:0 auto 10px auto;
	width:99%;
	text-align:center;
}
hr{
background:#E3E3E3;
border:none;
height:1px;
margin:20px 0 20px 0;
}
h2.blue-header{
font:bold 18px Arial, Helvetica, sans-serif;
color:#0289F5;
padding:0 0 0 0;
margin:0 0 10px 0;
}
.rightImgServices{
background:url(images/rightImg_services.jpg) bottom right no-repeat;
}
/*.oneColFixCtrHdr #footer_links a:visited {
	padding: 0x; /* this padding matches the left alignment of the elements in the divs that appear above it. 
	color: #FE9900;
	text-decoration:underline;
	font-size: 11px;
}
/*.oneColFixCtrHdr #footer_links a:active {
	padding: 0x; /* this padding matches the left alignment of the elements in the divs that appear above it. 
	color: #FE9900;
	text-decoration:underline;
	font-size: 11px;
}*/
.big-white{
font:bold 16px Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:none;
}
.small-white{
font:14px Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:none;
}
.control-border{
border:1px solid #fff;
height:280px;
overflow:hidden;
}
ul.product-list{
float:left;
padding:0;
margin:0;
height:280px;
overflow:hidden;
}
ul.product-list li{
list-style-type:none;
background:#0289F5;
padding:0;
margin:0;
border-bottom:1px solid #fff;
font:bold 16px Arial, Helvetica, sans-serif;
color:#FFFFFF;
}
ul.product-list li a{
list-style-type:none;
background:#6C6C6C;
padding:16px 10px 18px 10px;
display:block;
font:bold 16px Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:none;
}
ul.product-list li a:hover{
background:#FF9854;
}
ul.product-list li a.selected{
background:#0289F5;
}
ul.product_details_view{
float:left;
padding:0;
margin:0;
}
ul.product_details_view li{
list-style-type:none;
padding:0;
margin:0;
}
.oneColFixCtrHdr #product_mainContent_inner{
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border:5px solid #F2F2F2;
	margin:0 auto 0 auto;
	width:95%;
}
.voice_header{
background:url(images/professional_bg.jpg) repeat-x;
text-align:center;
font:bold 22px Arial, Helvetica, sans-serif;
color:#4A95C5;
height:34px;
padding:13px 0 10px 0;
}
.width-height{
height:260px; 
width:494px;
padding:10px 20px;
overflow:hidden;
background:#0289F5;
font:12px Arial, Helvetica, sans-serif;
color:#FFFFFF;
line-height:18px;
}
h1.white-bg-head{
background:#ffffff;
font:bold 13px Arial, Helvetica, sans-serif;
color:#6C6C6C;
padding:5px;
}
.product-content-left{
float:left;
/*width:269px;*/
width:260px;
}
.product-content-right{
float:right;
width:232px;
}
ul.white-list{
padding:0;
margin:10px 20px 20px 20px;
}
ul.white-list li{
font:12px Arial, Helvetica, sans-serif;
color:#FFFFFF;
list-style-type:disc;
padding:0 0 5px 0;
}
a.white-link{
font:12px Arial, Helvetica, sans-serif;
color:#ffffff;
}
a.white-link:hover{
font:12px Arial, Helvetica, sans-serif;
color:#FFFF00;
}
.white-font{
font:12px Arial, Helvetica, sans-serif;
color:#ffffff;
}
.padding-20px{
padding:20px;
}
.padding-10px{
padding:10px;
}
ul.list-space{
padding:0;
margin:0 10px 0 5px;
}
ul.list-space li{
padding:0 0 8px 0;
}
.padding-none{
padding:0;
}
.margin-none{
padding:0;
}
.padding-margin-none{
padding:0 0 5px 0;
margin:0;
}
.right-computer{
background:url(images/services_computer.jpg) top right no-repeat;
}
.header-bor-left-right{
border-left:5px solid #FE9B00;
border-right:5px solid #FE9B00;
background:url(images/select_arrow_bg.jpg) repeat-x;
height:52px;
overflow:hidden;
}
.orange-step-bg{
font:30px Arial, Helvetica, sans-serif;
color:#616161;
padding:8px 40px 12px 20px;
float:left;
background:url(images/select_arrow.jpg) top right no-repeat #FFF3E0;
height:52px;
overflow:hidden;
margin:0 10px 0 0;
}
.header_biscut_bg{
font:32px Arial, Helvetica, sans-serif;
color:#F29205;
padding:8px 0 12px 0;
}
.top-right-img{
background:url(images/record_right_bg.jpg) no-repeat top right;
font:italic 20px Arial, Helvetica, sans-serif;
color:#696969;
padding:50px 397px 0 0;
height:166px;
overflow:hidden;
margin:10px 0 0 0;
}
.light-border{
border:1px solid #E9E8E8;
border-collapse:collapse;
}
.left-bg{
font:bold 18px Arial, Helvetica, sans-serif;
color:#FFFFFF;
background:#B7D1FF;
padding:10px;
}
.img-left-bg{
font:bold 18px Arial, Helvetica, sans-serif;
color:#FFFFFF;
background:#B7D1FF;
padding:10px;
border-right:1px solid #B7D1FF;
}
.record-td-1{
font:14px Arial, Helvetica, sans-serif;
color:#000000;
}
.horzintal_border{
border-bottom:6px solid #f2f2f2;
}
.required_gray{
font:14px Arial, Helvetica, sans-serif;
color:#696969;
}
.required_red{
font:14px Arial, Helvetica, sans-serif;
color:#FF0000;
}
.content_20px{
font:italic 20px Arial, Helvetica, sans-serif;
color:#696969;
margin:10px 0 10px 0;
}
.gray_form_bg{
background:#CCCCCC;
padding:20px;
}
h1.black-head{
font:bold 18px Arial, Helvetica, sans-serif;
color:#000000;
}
.bloack_horzi_border{
border-bottom:1px solid #000;
width:95%;
}
.text_box_250px{
font:12px Arial, Helvetica, sans-serif;
width:250px;
}
.text_box_200px{
font:12px Arial, Helvetica, sans-serif;
width:200px;
}
.text_box_100px{
font:12px Arial, Helvetica, sans-serif;
width:100px;
}
a.support_href{
font:14px Arial, Helvetica, sans-serif;
color:#FE9900;
text-decoration:none;
}
a.support_href:hover{
color:#000;
}
.submit_order_content{
font:14px Arial, Helvetica, sans-serif;
color:#474747;
line-height:20px;
}
.content{
font:12px Arial, Helvetica, sans-serif;
}
.presentation_click{
float:left;
width:390px;
overflow:hidden;
}