* {
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
}
p {
    /*font-family:Georgia,"Bitstream Charter",serif;*/
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
     margin: 0 0 20px;
     vertical-align: baseline;
     line-height: 1.6em;
     color: #303030;
}
.red {
    color: #DF363D;
}
.divisor {
    border-bottom: 2px solid #DCDCDC;
    height: 10px;
    margin-bottom: 10px;
    width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Arial;
    font-weight: bold;
    margin: 0 0 24px;
}
h1 {
    color: #1E2323;
    font-size: 22px;
}
h2 {
    color: #1E2323;
    font-size: 18px;
}
h3 {
    color: #1E2323;
    font-size: 15px;
}
h4 {
    color: #1E2323;
    font-size: 14px;
}
h5 {
    color: #1E2323;
    font-size: 13px;
}
h6 {
    color: #1E2323;
    font-size: 12px;
}
a {
    /* color: #6A6A6A; */
    color: #1919FF;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
a:hover {
    margin: 0;
    padding: 0;
}
img {
	border-style:none;
}
ul {
    list-style-type:none;
    padding:0px;
    margin: 0;
}
ul li {
    list-style: none outside none;
}
ul li a {
    text-decoration: underline;
}
.fl_l {
    float: left;
}
.fl_r {
    float: right;
}
.al_cen {
    text-align: center;
}
.d_none {
    display: none;
}
.d_block {
    display: block;
}
hr {
    background: none repeat scroll 0 0 #E3E3E3;
    border: medium none;
    height: 1px;
    width: 100%;
}
body {
    width: auto;
    background-color: #FFFFFF;
    /*  background:  url(../images/header-bg.jpg) repeat-x; */
    color: #454545;
    font-family: Arial;
}

.wrapper{
     width:1000px; 
    /*width: auto;*/
    margin:auto;
	background: rgb(255, 255, 255) transparent; 
}

.all {
    margin: 0 auto;
    text-align: left;
    /* width: 980px; */
    width: auto;
}
.header {
    /*background:url(../images/header-bg.jpg) #dedede repeat-x;*/
    position: relative;
    width: auto;
	height:136px;
    z-index: 5;
	margin-top: -10px;
	margin-bottom : -25px;
}
.header .menu {
    padding: 0;
    width: auto;
    margin-top:20px;
	background: rgb(255, 255, 255) transparent; 
}
.header .menu ul {
    margin: 0;
	background: rgb(255, 255, 255) transparent; 
}
.header .menu ul li {
    margin: 0 0 0 5px;
    padding: 9px 20px 0;
	
	background: rgb(138,143,160); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(138,143,160,1) 0%, rgba(179,192,211,1) 23%, rgba(255,255,255,1) 50%, rgba(179,192,211,1) 76%, rgba(138,143,160,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(138,143,160,1)), color-stop(23%,rgba(179,192,211,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(76%,rgba(179,192,211,1)), color-stop(100%,rgba(138,143,160,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(138,143,160,1) 0%,rgba(179,192,211,1) 23%,rgba(255,255,255,1) 50%,rgba(179,192,211,1) 76%,rgba(138,143,160,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(138,143,160,1) 0%,rgba(179,192,211,1) 23%,rgba(255,255,255,1) 50%,rgba(179,192,211,1) 76%,rgba(138,143,160,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(138,143,160,1) 0%,rgba(179,192,211,1) 23%,rgba(255,255,255,1) 50%,rgba(179,192,211,1) 76%,rgba(138,143,160,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(138,143,160,1) 0%,rgba(179,192,211,1) 23%,rgba(255,255,255,1) 50%,rgba(179,192,211,1) 76%,rgba(138,143,160,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a8fa0', endColorstr='#8a8fa0',GradientType=0 ); /* IE6-9 */

	/*border-style:solid;
	border-width:1px;
	border-color: #000000;
	-moz-box-shadow:     inset 0 0 5px #000000;
	-webkit-box-shadow:  inset 0 0 5px #000000;
	box-shadow:          inset 0 0 5px #000000;*/
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.header .menu ul li.first {
    margin: 0 0 0 5px;
}
.header .menu ul li {
    float: left;
    position: relative;
    z-index: 5;
}
.header .menu ul li.li_active {
    z-index: 10;
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(179,192,211,1) 23%, rgba(138,143,160,1) 53%, rgba(138,143,160,1) 53%, rgba(179,192,211,1) 76%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(23%,rgba(179,192,211,1)), color-stop(53%,rgba(138,143,160,1)), color-stop(53%,rgba(138,143,160,1)), color-stop(76%,rgba(179,192,211,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(179,192,211,1) 23%,rgba(138,143,160,1) 53%,rgba(138,143,160,1) 53%,rgba(179,192,211,1) 76%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(179,192,211,1) 23%,rgba(138,143,160,1) 53%,rgba(138,143,160,1) 53%,rgba(179,192,211,1) 76%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(179,192,211,1) 23%,rgba(138,143,160,1) 53%,rgba(138,143,160,1) 53%,rgba(179,192,211,1) 76%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(179,192,211,1) 23%,rgba(138,143,160,1) 53%,rgba(138,143,160,1) 53%,rgba(179,192,211,1) 76%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	/*border-style:solid;
	border-width:1px;
	border-color: #000000;
	-moz-box-shadow:     inset 0 0 5px #000000;
	-webkit-box-shadow:  inset 0 0 5px #000000;
	box-shadow:          inset 0 0 5px #000000;*/
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.header .menu ul li a {
   /* border-bottom: 5px solid #494949;*/
    /*color: #706e6e;*/
    color: #000;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 10px;
    text-decoration: none;
}
.header .menu ul li a:hover {
	color: #000;
  /*  border-bottom: 5px solid #DF363D;*/
}
.header .menu ul li a.actived {
	color: #000;
    /*border-bottom: 5px solid #DF363D;*/
}
.header .menu ul li a.smactive {
	color: #000;
    /*border-bottom: 5px solid #DF363D;*/
}
.header .menu ul li ul.submenu {
    background: rgb(255, 255, 255) transparent; 
    display: none;
    left: 0px;
    margin: 0;
    position: absolute;
    top: 33px;
    width: 300px;
	color:#000000;
}
.header .menu ul li ul.support {
    left: -14px;
    top: 35px;
    width: 300px;
}
.header .menu ul li ul.submenu li:hover {
    background: none repeat scroll 0 0 #4B4B4B;
}
.header .menu ul li ul.submenu li {
    border-bottom: 1px solid #989898;
    float: none;
    margin: 0;
    padding: 5px 0;
}
.header .menu ul li ul.submenu li.first {
    border-bottom: medium none;
    margin: 0;
    padding: 5px 0 0;
}
.header .menu ul li ul.submenu li.first a {
    padding: 0 0 5px 10px;
}
.header .menu ul li ul.submenu li a {
    border-bottom: medium none;
    margin: 0;
    padding: 0 0 0 10px;
	color:#000;
}
.header .menu ul li ul.submenu_b {
    background: none repeat scroll 0 0 #6B6B6B;
    margin: 0;
    width: 217px;
}
.header .menu ul li ul.submenu_b li:hover {
    background: none repeat scroll 0 0 #D4D4D4;
}
.header .menu ul li.first ul.submenu_b li a {
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 0 20px;
}

.header .contact{
    height:24px;
    width:130px;
    padding-left: 38px;
    padding-top: 5px;
	margin-top : -30px;
    background:url(../images/phone.gif) no-repeat;
}

.header .contact a:hover{
    color:#000;
}

.main {
    /* background: url("img/bg_top_main.jpg") no-repeat scroll center top #FFFFFF; */
    background: rgb(255, 255, 255) transparent; 
    margin: 5px 0 0;
    padding: 0 0 20px;
    position: relative;
   /* width: 980px; */
    width: 100%;
    z-index: 1;
}
.main .home #slider {
}
.main .home #slider .up {
    height: 258px;
    margin: 0 auto;
    position: relative;
    width: 980px;
    z-index: 1;
	margin-bottom: 10px;
}
.main .home #slider .up .select {
    position: absolute;
    right: 45px;
    top: 235px;
    z-index: 10;
}
.main .home #slider .up .select ul li {
    float: left;
    margin: 0 0 0 2px;
}
.main .home #slider .up .select ul li a {
    vertical-align: top;
}
.main .home #slider .up .select a.square:hover {
    background-position: center bottom;
}
.main .home #slider .up .select a.bg_down {
    background-position: center bottom;
}
.main .home #slider .up .box_1 .fl_r {
    margin: 13px 46px 0 0;
    min-height: 100px;
    text-align: center;
    width: 363px;
}
.main .home #slider .up .box_1 .fl_r p {
    color: #FFFFFF;
    font-size: 12px;
    padding: 0 0 10px;
}
.main .home #slider .up .box_2 .fl_r {
    margin: 39px 60px 0 0;
    min-height: 100px;
    text-align: center;
    width: 615px;
}
.main .home #slider .up .box_2 .fl_r p {
    color: #636363;
    font-size: 12px;
    padding: 8px 0 29px;
    text-align: center;
}
.main .home #slider .up .box_3 .fl_r {
    margin: 49px 119px 0 0;
    min-height: 100px;
    text-align: center;
    width: 540px;
}
.main .home #slider .up .box_3 .fl_r p {
    color: #636363;
    font-size: 12px;
    padding: 20px 0 19px;
    text-align: center;
}
.main .home #slider .up .box_4 .fl_r {
    margin: 23px 92px 0 0;
    min-height: 100px;
    text-align: center;
    width: 605px;
}
.main .home #slider .up .box_4 .fl_r p {
    color: #636363;
    font-size: 12px;
    padding: 11px 0 17px;
    text-align: center;
}
.main .home #slider .up .box_5 .fl_r {
    margin: 53px 75px 0 0;
    min-height: 100px;
    text-align: center;
    width: 365px;
}
.main .home #slider .up .box_5 .fl_r p {
    color: #636363;
    font-size: 12px;
    padding: 20px 0;
    text-align: center;
}
.main .home #slider .all_box {
    display: none;
    position: absolute;
    top: 0;
}
.main .home .middle {
    border-bottom: 1px solid #E6E6E6;
    margin: 0 0 20px;
    padding: 10px 0 20px;
    width: 980px;
}
.main .home .middle a {
    cursor: pointer;
    display: block;
    height: 169px;
}
.main .home .middle .expedite {
    background: url("img/pict_expedite.jpg") no-repeat scroll 0 0 transparent;
    height: 169px;
    margin: 0 auto;
    width: 240px;
}
.main .home .middle .in{
    padding-top:100px;
}
.main .home .middle .in h1 {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    margin:5px 0 10px 0;
}
.main .home .middle .in p {
    color: #FFFFFF;
    font-size: 11px;
    line-height: normal;
    overflow: hidden;
    padding: 0 20px;
    text-align: left;
}
.main .home .middle .in p a {
    color: #FFFFFF;
    font-size: 11px;
}
.main .home .middle .in p span {
    color: #FFA1A1;
}
.main .home .modules_bottom {
/*    padding: 0 0 20px;*/
    width: 980px;
}
.main .home .modules_bottom .left {
    width: 354px;
}
.main .home .modules_bottom .left .text {
    margin: 0 0 25px;
}
.main .home .modules_bottom .left .text.last {
    margin: 0;
}
.main .home .modules_bottom .left h2 {
   /* padding: 0 0 10px;*/
}
.main .home .modules_bottom .left p {
   /* line-height: 18px;*/
    text-align: left;
}
.main .home .modules_bottom .right {
    width: 519px;
}
.main .home .modules_bottom .right p span {
    color: #BA1828;
}
.main .home .modules_bottom .right .in {
    padding: 15px 0 0;
}
.main .home .modules_bottom .right p {
    /*color: #6A6A6A;*/
}
.main .home .modules_bottom .right p.date {
    padding: 2px 0;
}
.main .home .modules_bottom .right p a {
    color: #6A6A6A;
    text-decoration: none;
}
.main .home .modules_bottom .right p a.title {
    font-size: 14px;
}
.footer {
    font-size: 12px;
    /*margin: 0 auto;*/
	margin-left: 10px;
}
.footer p {
    color: #ffffff;
}
.footer a {
    color: #6A6A6A;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}

.footer .bottom {
    background: none repeat scroll 0 0 #CACACA;
    width: 980px;
}
.footer .bottom .in {
    background:#000;
    padding: 6px 0 6px 37px;
}
.footer .bottom_text {
    margin: 0;
    padding: 0;
    width: 980px;
        font-size:9px;
}
.footer .bottom_text .in {
    margin: 0;
    padding: 15px 0 20px;
}
.footer .bottom_text table tr td.t_r p {
    text-align: right;
}
.footer .menu {
    background: rgb(92,102,124); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(92,102,124,1) 0%, rgba(138,143,160,1) 17%, rgba(179,192,211,1) 33%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 52%, rgba(179,192,211,1) 66%, rgba(138,143,160,1) 84%, rgba(92,102,124,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(92,102,124,1)), color-stop(17%,rgba(138,143,160,1)), color-stop(33%,rgba(179,192,211,1)), color-stop(48%,rgba(255,255,255,1)), color-stop(52%,rgba(255,255,255,1)), color-stop(66%,rgba(179,192,211,1)), color-stop(84%,rgba(138,143,160,1)), color-stop(100%,rgba(92,102,124,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(92,102,124,1) 0%,rgba(138,143,160,1) 17%,rgba(179,192,211,1) 33%,rgba(255,255,255,1) 48%,rgba(255,255,255,1) 52%,rgba(179,192,211,1) 66%,rgba(138,143,160,1) 84%,rgba(92,102,124,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(92,102,124,1) 0%,rgba(138,143,160,1) 17%,rgba(179,192,211,1) 33%,rgba(255,255,255,1) 48%,rgba(255,255,255,1) 52%,rgba(179,192,211,1) 66%,rgba(138,143,160,1) 84%,rgba(92,102,124,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(92,102,124,1) 0%,rgba(138,143,160,1) 17%,rgba(179,192,211,1) 33%,rgba(255,255,255,1) 48%,rgba(255,255,255,1) 52%,rgba(179,192,211,1) 66%,rgba(138,143,160,1) 84%,rgba(92,102,124,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(92,102,124,1) 0%,rgba(138,143,160,1) 17%,rgba(179,192,211,1) 33%,rgba(255,255,255,1) 48%,rgba(255,255,255,1) 52%,rgba(179,192,211,1) 66%,rgba(138,143,160,1) 84%,rgba(92,102,124,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c667c', endColorstr='#5c667c',GradientType=0 ); /* IE6-9 */

    width: 980px;
	margin-top : -10px;
	
	/*border-style:solid;
	border-width:1px;
	border-color: #000000;
	-moz-box-shadow:     inset 0 0 5px #000000;
	-webkit-box-shadow:  inset 0 0 5px #000000;
	box-shadow:          inset 0 0 5px #000000;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.footer .menu ul {
    margin: 0;
    padding: 0;
}
.footer .menu ul li {
    float: left;
    margin: 0 60px 0 59px;
    padding: 8px 0;
}
.footer .menu ul li.first {
    margin-left: 35px;
}
.footer .menu ul li.last {
    margin-right: 0;
}
.footer .menu ul li a {
    color: #373737;
    font-size: 12px;
}
.ctn_area {
    width:100%;
    height:auto;
    padding: 5px 10px 30px 10px;
	background: rgb(255, 255, 255) transparent;
	/*margin-left: 17px;
	
	border-style:solid;
	border-width:1px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
}
.ctn_area_c1 {
    width:30%;
    height:auto;
    float:left;
	margin-right:12px;
	background: rgb(255, 255, 255) transparent;
	/*border-style:solid;
	border-width:1px;
	border-color: #000000;
	-moz-box-shadow:     inset 0 0 5px #000000;
	-webkit-box-shadow:  inset 0 0 5px #000000;
	box-shadow:          inset 0 0 5px #000000;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ctn_area_c2 {
    width:33%;
    height:auto;
    float:left;
    padding:0 8px 0 8px;
	margin-right:12px;
	background: rgb(255, 255, 255) transparent;
	/*border-style:solid;
	border-width:1px;
	border-color: #000000;
	-moz-box-shadow:     inset 0 0 5px #000000;
	-webkit-box-shadow:  inset 0 0 5px #000000;
	box-shadow:          inset 0 0 5px #000000;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ctn_area_c3 {
    width:27%;
    height:auto;
    float:left;
    padding-left:37px;
	margin-right:12px;
	background: rgb(255, 255, 255) transparent;
	/*border-style:solid;
	border-width:1px;
	border-color: #000000;
	-moz-box-shadow:     inset 0 0 5px #000000;
	-webkit-box-shadow:  inset 0 0 5px #000000;
	box-shadow:          inset 0 0 5px #000000;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ctn_area_c4 {
    width:68%;
    height:auto;
    float:left;
	margin-right:1px;
	background-color: #eeeeee;
	
	/*border-style:solid;
	border-width:1px;
	border-color: #000000;
	-moz-box-shadow:     inset 0 0 5px #000000;
	-webkit-box-shadow:  inset 0 0 5px #000000;
	box-shadow:          inset 0 0 5px #000000;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.our_services_head {
    background-image:url(../images/services.png);
    background-repeat:no-repeat;
    width:200px;
    height:50px;
    display:block;
    margin-bottom:10px;
	margin-left:45px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.our_services_head_pt {
    background-image:url(../images/our_services_head_pt.gif);
    background-repeat:no-repeat;
    width:210px;
    height:50px;
    display:block;
    margin-bottom:10px;
}
.aboutus_head {
    background-image:url(../images/aboutUs.png);
    background-repeat:no-repeat;
    width:258px;
    height:46px;
	margin-left:45px;
    display:block;
    margin-bottom:5px;
}
.para_style1 {
    padding:5px;
    font-size:12px;
    color:#333;
    line-height:18px;
	width: 100%;
	
}
.para_style1  td {
    padding:5px;
    font-size:12px;
    color:#333;
    line-height:18px;
    align:left;
}
.para_style1  th {
    padding:5px;
    font-size:12px;
    color:#333;
    line-height:18px;
    align:left;
}
.para_style1  dt {
    padding:5px;
    font-size:12px;
    font-weight:bold;
    color:#000000;
    line-height:18px;
    align:left;
}
.para_style1  dd {
    padding:5px;
    font-size:11px;
    color:#000000;
    line-height:18px;
    align:left;
}

.sep_img {
    background-image:url(../images/sep_img.gif);
    background-repeat:no-repeat;
    width:260px;
    height:4px;
    overflow:hidden;
    display:block;
    margin:auto;
}
.middle_ctnr {
    width:260px;
    height:auto;
    margin:auto;
}
.right_column {
    width:700px;
    height:auto;
    margin:auto;
}
.contactus_head {
    background-image:url(../images/contactus.gif);
    background-repeat:no-repeat;
    width:162px;
    height:58px;
    display:block;
    margin-bottom:0px;
    margin-top:5px;
}
.filed_style1 {
    background-image:url(../images/contact_field_bg.gif);
    background-repeat:repeat-x;
    border:1px solid #ccc;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:11px;
    color:#9d9d9d;
    width:160px;
    height:12px;
    padding:7px;
}
.technology_head {
    background-image:url(../images/technology_head.png);
    background-repeat:no-repeat;
    width:200px;
    height:53px;
	margin-left:25px;
    display:block;
    padding-bottom:5px;
}
.technology_head_pt {
    background-image:url(../images/technology_head_pt.gif);
    background-repeat:no-repeat;
    width:153px;
    height:53px;
    display:block;
}
.technology_ctnr {
    width:235px;
    height:125px;
    /*border:1px solid #e4e4e4;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.products_head {
    background-image:url(../images/products.png);
    background-repeat:no-repeat;
    height:51px;
    width:173px;
    display:block;
    margin-top:10px;
    margin-bottom:10px;
	margin-left:25px;
}
.products_pt {
    background-image:url(../images/products.gif);
    background-repeat:no-repeat;
    height:51px;
    width:173px;
    display:block;
    margin-top:10px;
    margin-bottom:10px;
}
.products_ctnr {
    width:220px;
    height:193px;
    padding:10px;
    /*border:1px solid #e4e4e4;*/
	margin-bottom: 10px;
}
.products_list {
    width:230px;
    overflow:hidden;
}
.products_list li a {
    background-image:url(../images/li_img.gif);
    background-repeat:no-repeat;
    padding-left:20px;
    margin-bottom:10px;
    font-size:11px;
    color:#565656;
    text-decoration:none;
    display:block;
    font-weight:bold;
    padding-top:4px;
}
.products_list li a:hover {
    text-decoration:underline;
    color:#006cb3;
}
.btm_line {
    background-image:url(../images/contactus.gif);
    width:100%;
    height:1px;
    display:block;
    overflow:hidden;
}
#outSide{
	background: rgb(103,103,103); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(103,103,103,1) 0%, rgba(174,174,174,1) 21%, rgba(219,219,219,1) 36%, rgba(219,219,219,1) 78%, rgba(174,174,174,1) 95%, rgba(103,103,103,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(103,103,103,1)), color-stop(21%,rgba(174,174,174,1)), color-stop(36%,rgba(219,219,219,1)), color-stop(78%,rgba(219,219,219,1)), color-stop(95%,rgba(174,174,174,1)), color-stop(100%,rgba(103,103,103,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(103,103,103,1) 0%,rgba(174,174,174,1) 21%,rgba(219,219,219,1) 36%,rgba(219,219,219,1) 78%,rgba(174,174,174,1) 95%,rgba(103,103,103,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(103,103,103,1) 0%,rgba(174,174,174,1) 21%,rgba(219,219,219,1) 36%,rgba(219,219,219,1) 78%,rgba(174,174,174,1) 95%,rgba(103,103,103,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(103,103,103,1) 0%,rgba(174,174,174,1) 21%,rgba(219,219,219,1) 36%,rgba(219,219,219,1) 78%,rgba(174,174,174,1) 95%,rgba(103,103,103,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(103,103,103,1) 0%,rgba(174,174,174,1) 21%,rgba(219,219,219,1) 36%,rgba(219,219,219,1) 78%,rgba(174,174,174,1) 95%,rgba(103,103,103,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#676767', endColorstr='#676767',GradientType=0 ); /* IE6-9 */

	/*border-style:solid;
	border-width:1px;
	border-color: #000000;*/
	-moz-box-shadow:     inset 0 0 45px #000000;
	-webkit-box-shadow:  inset 0 0 45px #000000;
	box-shadow:          inset 0 0 45px #000000;
	min-height: 725px;
}

#logoIMG{
	background: rgb(92,102,124); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(92,102,124,1) 0%, rgba(138,143,160,1) 17%, rgba(179,192,211,1) 33%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 52%, rgba(179,192,211,1) 66%, rgba(138,143,160,1) 84%, rgba(92,102,124,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(92,102,124,1)), color-stop(17%,rgba(138,143,160,1)), color-stop(33%,rgba(179,192,211,1)), color-stop(48%,rgba(255,255,255,1)), color-stop(52%,rgba(255,255,255,1)), color-stop(66%,rgba(179,192,211,1)), color-stop(84%,rgba(138,143,160,1)), color-stop(100%,rgba(92,102,124,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(92,102,124,1) 0%,rgba(138,143,160,1) 17%,rgba(179,192,211,1) 33%,rgba(255,255,255,1) 48%,rgba(255,255,255,1) 52%,rgba(179,192,211,1) 66%,rgba(138,143,160,1) 84%,rgba(92,102,124,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(92,102,124,1) 0%,rgba(138,143,160,1) 17%,rgba(179,192,211,1) 33%,rgba(255,255,255,1) 48%,rgba(255,255,255,1) 52%,rgba(179,192,211,1) 66%,rgba(138,143,160,1) 84%,rgba(92,102,124,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(92,102,124,1) 0%,rgba(138,143,160,1) 17%,rgba(179,192,211,1) 33%,rgba(255,255,255,1) 48%,rgba(255,255,255,1) 52%,rgba(179,192,211,1) 66%,rgba(138,143,160,1) 84%,rgba(92,102,124,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(92,102,124,1) 0%,rgba(138,143,160,1) 17%,rgba(179,192,211,1) 33%,rgba(255,255,255,1) 48%,rgba(255,255,255,1) 52%,rgba(179,192,211,1) 66%,rgba(138,143,160,1) 84%,rgba(92,102,124,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c667c', endColorstr='#5c667c',GradientType=0 ); /* IE6-9 */

	/*border-style:solid;
	border-width:1px;
	border-color: #000000;
	-moz-box-shadow:     inset 0 0 5px #000000;
	-webkit-box-shadow:  inset 0 0 5px #000000;
	box-shadow:          inset 0 0 5px #000000;*/
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#subIMG{
	background: rgb(138,143,160); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(138,143,160,1) 0%, rgba(179,192,211,1) 23%, rgba(255,255,255,1) 50%, rgba(179,192,211,1) 76%, rgba(138,143,160,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(138,143,160,1)), color-stop(23%,rgba(179,192,211,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(76%,rgba(179,192,211,1)), color-stop(100%,rgba(138,143,160,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(138,143,160,1) 0%,rgba(179,192,211,1) 23%,rgba(255,255,255,1) 50%,rgba(179,192,211,1) 76%,rgba(138,143,160,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(138,143,160,1) 0%,rgba(179,192,211,1) 23%,rgba(255,255,255,1) 50%,rgba(179,192,211,1) 76%,rgba(138,143,160,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(138,143,160,1) 0%,rgba(179,192,211,1) 23%,rgba(255,255,255,1) 50%,rgba(179,192,211,1) 76%,rgba(138,143,160,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(138,143,160,1) 0%,rgba(179,192,211,1) 23%,rgba(255,255,255,1) 50%,rgba(179,192,211,1) 76%,rgba(138,143,160,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a8fa0', endColorstr='#8a8fa0',GradientType=0 ); /* IE6-9 */

	/*border-style:solid;
	border-width:1px;
	border-color: #000000;
	-moz-box-shadow:     inset 0 0 5px #000000;
	-webkit-box-shadow:  inset 0 0 5px #000000;
	box-shadow:          inset 0 0 5px #000000;*/
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.techItems{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}