/* 
    Document   : style
    Created on : Mar 27, 2013, 1:52:16 PM
    Author     : Sudev Info
    Description:
        Purpose of the stylesheet follows.
*/

*{
margin:0;
padding:0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    font-family: Trebuchet MS;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
input[type="checkbox"]{float: left;}
body {
    color: #333;
    font-size: 16px;
    background: none repeat scroll 0 0 #F2F2F2;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

span b {
    font-weight: bold;
}

/**************** GENERAL****************/
.fw{
    float: left;
    width: 100%; 
}
.fl{
    float: left;
}
.wrapper{
    width: 98%;
    margin: 0 auto;
    padding: 0 10px 20px 10px;
    background: #F2F2F2;
    min-height: 1020px;
}
.header{
    float: left;
    width: 100%;
    margin-bottom: 16px;
}
.header h2{
    float: left;
    width: 14%;
    height: 60px;
    background: url('../images/logo.png') no-repeat; 
    margin-top: -6px;
}

h2.logo{
	width:165px;
	}

.header span{
    font-weight: bold;
    font-size: 24px;
    float: left;
    width: 565px;
    padding: 0 0 0 6px;
    border-left: 1px solid #000;
}
.search{
    float: left;
    width: 270px;
}
.search input[type='text']{
    width: 198px;
    float: left;
    border: 1px solid #DCDCDC;
    height: 20px;
    border-top: 2px solid #BEBEBE;

}
.search input[type='submit']{
    width: 70px;
    float: left;
    background: #4CD9E3;
    border: 0;
    height: 25px;
    font-weight: bold;
}
.body h2, .body_full h2{
    background: #338D96;
    float: left;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    height: 47px;
    border-top: 1px solid #000910;
    line-height: 44px;
    padding-left: 20px;
    width: 98%;
}
.navigation{
    float: left;
    width: 20%;
    border: 1px solid #000910;
}
.navigation li{
    float: left;
    width: 100%;
    height: 47px;
    border-bottom: 1px solid #000910;
    background-image: -ms-linear-gradient(top, #424242 0%, #292929 100%);
    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #424242 0%, #292929 100%);
    /* Opera */ 
    background-image: -o-linear-gradient(top, #424242 0%, #292929 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #424242), color-stop(1, #292929));
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #424242 0%, #292929 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #424242 0%, #292929 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#292929',GradientType=0 ); /* IE6-8 */

}
.navigation li:last-child{
    border-bottom: 0;
}

.navigation li.active a{
    background: #4CD9E3;
    padding-top: 10px;
    padding-left: 8%;
    color: #2D2D2D;
    width: 92.2%;
    height:80%;
}
.navigation li.active_sub a{
    background: #4CD9E3;
    padding-top: 10px;
    padding-left: 16%;
    color: #2D2D2D;
    width: 84.2%;
    height:80%;
}

.navigation li a{
    padding-top: 10px;
    padding-left: 20px;
    color: #fff;
    float: left;
    width: 100%;
    font-size: 16px;

}
.navigation .sub_menu a{
    width: 84%;
    padding-left: 16%;
    padding-bottom: 15px;
    background-image: -ms-linear-gradient(top, #6B6D6C 0%, #5E5E5E 100%);
    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #6B6D6C 0%, #5E5E5E 100%);
    /* Opera */ 
    background-image: -o-linear-gradient(top, #6B6D6C 0%, #5E5E5E 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6B6D6C), color-stop(1, #5E5E5E));
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #6B6D6C 0%, #5E5E5E 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #6B6D6C 0%, #5E5E5E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6B6D6C', endColorstr='#5E5E5E',GradientType=0 ); /* IE6-8 */

}
.body{
    float: left;
    width: 62%;
}
.body_full{
    float: left;
    width: 79%;
}

.rightContent{
    float: left;
    width: 16%;
}

.right_span{
    width: 100%;
    padding-top: 10px!important;
    float: right;
    text-align: right;
}
.rightContent .block{
    float: left;
    background: #E5E5E5;
    width: 90%;

    border: 1px solid #999999;
    margin-bottom: 10px;
}
.block h3{
    float: left;
    height: 47px;
    line-height: 44px;
    width:81.7%;
    font-size: 18px;
    color: #fff;
    padding: 0 9.52%;
    background-image: -ms-linear-gradient(top, #424242 0%, #292929 100%);
    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #424242 0%, #292929 100%);
    /* Opera */ 
    background-image: -o-linear-gradient(top, #424242 0%, #292929 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #424242), color-stop(1, #292929));
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #424242 0%, #292929 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #424242 0%, #292929 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#292929',GradientType=0 ); /* IE6-8 */

}
.btn{
    float: right!important;
    width: 155px!important;
    height: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #000910;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-image: -ms-linear-gradient(top, #3EBAC4 0%, #000409 100%);
    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #3EBAC4 0%, #000409 100%);
    /* Opera */ 
    background-image: -o-linear-gradient(top, #3EBAC4 0%, #000409 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3EBAC4), color-stop(1, #000409));
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #3EBAC4 0%, #000409 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #3EBAC4 0%, #000409 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3EBAC4', endColorstr='#000409',GradientType=0 ); /* IE6-8 */
    margin: 6% 42% 1% 0px;
    cursor: pointer;
}
.content{
    float: left;
    width: 91%;
    padding: 0 25px 40px 25px;
}
.content textarea{
    float: left;
    min-height: 150px;
    max-height: 150px;
    min-width: 520px;
    max-width: 520px;
    margin-bottom: 10px;
}
.content .home_head{
    float: left;
    line-height: 18px;
    padding-bottom: 20px;
}
.content h3{
    float: left;
    font-weight: bold;
    width: 100%;
    font-size: 22px;
    margin: 20px 0 10px 0;
}
.footer{
    float: left;
    width: 100%;
    background: #000000; 
	margin-bottom:40px;
}
.footer ul{
    width:100%;
    padding:0 21.5%;
    margin: 0 auto;
}
.footer li a{
    float: left;
    color: #C9C9C9;
    text-align: center;
    padding: 0 20px;
    border-right: 1px solid #444444;
    width: auto;
    line-height: 18px;
    margin: 10px 0;
}
.footer ul li a b{
    color: blue;
}
.footer li.last a{
    border: 0;
}
.footer h3{
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px;
    color: #fff;
    font-size: 12px;
}

.homespan{
    padding-top:20px; 
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    text-decoration:none;
    color:#333333;
}
.home_head{
    float: left;
    padding-top: 1px;
}
.home_head_inner{
    float: left;
    padding-top: 20px;
    height: 600px;
}

.homespan2{
    float: left;
    padding-top: 20px;
}

.startspan{
    float: left;
    padding-top: 20px;
}

.homespan2_bottom{
    float: left;
    padding-top: 20px;
}

.span_blue{
    color:#0066FF;
}
.right_block{
    position: relative;
}
.right_block li{
    float: left;
    padding:4px;
    font-size: 12px;
}
.signature_right{
    float:  left;
    padding-top: 20px;
    padding-left: 50px;
}
.carriers_data{
    color: #333333;
    font-family: Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    float: left;
    padding-top: 20px;
    width: 786px!important;


}
.content_carriers{
    width: 127%!important;
    float: left;
    font-weight: bold;
    font-size: 22px;
    margin: 20px 0 10px 0;
}

.home_head span{
    padding-left: 5px;
    float: left;
    padding-top: 20px;
    font-family:Arial;
    font-size:15px;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
    color:#333333;
}
.span_bold{
    font-family:Arial !important;
    font-size:15px !important;
    font-weight:bold !important;
}
.span_bold_large{
    font-family:Arial !important;
    font-size:18px !important;
    font-weight:bold !important;
}
.span_bold_solutions{
    ont-family:Arial!important;
    font-size:17px!important;
    font-weight:bold !important;
}

.p_blue{
    font-family:Arial !important;
    font-size:15px !important;
    font-weight:normal !important;
    font-style:normal !important;
    text-decoration:none !important;
    color:#0066FF;
}

.rightContent .block{
    float:left;
    width:108%;
}
.rightContent .block ul{
    float:left;
    width:80%;
    padding-left: 20px;
}
.rightContent .block ul li{
    font-family:Arial;font-size:12px;font-weight:normal;font-style:normal;text-decoration:none;color:#333333;
    float:left; width:100%;
    list-style-type:disc;
    font-size: 12px;
    padding-left:2px;
    margin:2px;
}
.rightContent .block ul li:first-child{

}
.left_text_ul ul li p{
    margin:0;}
.a_blue{
    color:#0066FF!important;
}
#tabs {float: left; width: 98% ; padding-bottom: 40px;  margin-bottom: 10px;}
.listheading{font-family:Arial;font-size:14px;font-weight:bold;font-style:normal;text-decoration:none;color:#333333;}
#fragment-1 ul li, #fragment-2 ul li, #fragment-3 ul li{    
    font-family:Arial;font-size:12px;font-weight:normal;font-style:normal;text-decoration:none;color:#333333;
    float:left; width:100%;
    list-style-type:disc;
    font-size: 12px;
    padding:3px 2px;
    line-height: 18px;
    margin:0;}
.faq_li li, .integration_li li{    
    font-family:Arial;
    font-size:15px;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
    color:#333333;
    float:left; width:100%;
    list-style-type:disc;
    padding:3px 2px;
    line-height: 18px;
    margin:0;
}
.faq_div{
    float: left;
    width: 100%;
    padding-left: 10px;
    padding-top: 10px;
}
.solutions_image{
    width: 59%;
    float:left;
    margin: auto;
    padding:0px 209px;

}
.integration_div .integration_li{
    padding-top: 10px;
    padding-left:11px;
}
.integration_li span{

    padding-top: 0!important;
    padding-bottom: 15px;
}
.home_head .span_bold {
    padding-left: 5px;
    padding-bottom: 15px;
    float: left!important;
    width: 100%!important;
    font-family:Arial;
    font-size:18px !important;
    font-style:normal;text-decoration:none;color:#333333;

}

.contact_form{
    float: left;
    width: 100%;
}
.full_width{
    float:left; width:100%;
    padding-left: 2%;
}
.full_width_last input[type="file"] {
    padding-left: 10px!important;
}
.full_width_last{
    float:left; width:100%;
    padding-left: 2%;
}

.bottom_r{
    float:left; width:109.5%;
    padding-left: 0%!important;
}
h3.contact_info{
    float:left;
    /*    background :url('../images/dot.png') left center no-repeat;*/
    padding-left:2%;
    width:31.7%;
    font-size:18px;
}
.contact_form label{
    float: left;
    width: 35%;
}
.contact_form input{
    float: left;
    width: 58.4%;
}
.contact_form input[type="radio"]{
    float: left;
    width: 25px;
}
.contact_form textarea{
    float: left;
    width: 58.4%;
}
.contact_form .full_width{
    margin-bottom: 20px;
}
.contact_form textarea{
    margin: 0px;
}
.bottom{
    margin: 0px!important;

}
.right_block a{
    color: #333333;
    float: left;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    list-style-type: disc;
    margin: 0;  
    text-decoration: none;
    width: 100%;
}
.span_bold_large a{
    font-family:Arial;font-size:18px;font-weight:bold;font-style:normal;text-decoration:none;color:#333333;
    width: 100%;
}

.grid_view{

    background :url('../images/icon-1.png') left center no-repeat;
}
.list_view{
    background :url('../images/icon-2.png') left center no-repeat;
    margin-right: 50px!important;
}
.body_full h2 span{
    height: 30px;
    width: 30px;
    float: right;
    margin: 8px 0px 0 5px;
    cursor: pointer;
}
.span_sitemap li.headli{
    background :url('../images/sitemapdot.png') left center no-repeat;
    font-family:Arial;font-size:12px;font-weight:normal;font-style:normal;text-decoration:underline;color:#0066FF;
    float:left!important;
    width: 100%!important;
    color: #0066FF!important;
    padding-left: 20px;
    padding-top:2px;

}
.span_sitemap li.inner{
    background :url('../images/dot.png') left center no-repeat;
    font-family:Arial;font-size:12px;font-weight:normal;font-style:normal;text-decoration:underline;color:#0066FF;
    float:left!important;
    width: 100%!important;
    color: #0066FF!important;
    padding-left: 20px;
 padding-top:2px;
}
.span_sitemap li.clickable{
    cursor: pointer;
}
.span_sitemap li.clickable_about, .span_sitemap li.clickable_solu{
    font-family:Arial;font-size:12px;font-weight:normal;font-style:normal;text-decoration:underline;color:#0066FF;
    float:left!important;
    width: 100%!important;
    color: #0066FF!important;
    padding-left: 20px;
    cursor: pointer;
    background :url('../images/sitemapplus.png') left center no-repeat!important;

}
.span_sitemap b{

    color: #fff;
}
.solutions_inner, .aboutus_inner{
    padding-left: 10px;
}
.show_itme li{

    list-style: none;
    float: left;
    width: 100%;
}
.span_sitemap a{
    color:#0066FF!important;
    font-size: 12px!important;
}
.show_itme li a{

    text-decoration:underline;
    color:#0066FF;
    font-size: 12px;
}
.paddin_0{
    padding-left: 0px!important;
}
.logo_cloud img{
	padding: 20px;
}
.arrow_box {
	background: url('../images/arrow_box.png') no-repeat;
	width: 290px;
	height: 250px;
}
.text_box {
	word-wrap: break-word;
	width: 230px;
	height: 250px;
}
