/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html {width:100%;}

body { 	 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	color:#a3a3a3;
	min-width:980px;
	background:url(../images/foot-bg.gif) repeat 0 0;
}

.main-bg {background:url(../images/main-bg.gif) repeat 0 0;}

.bg {background:url(../images/light2.png) repeat-x center top; width:100%;}
.bg1 {background:url(../images/light.png) no-repeat center top; width:100%;}
.fright,.fr{float:right;}
.social_icon{
    position: relative;
    padding-right: 1px;
	
    display: inline;
    float: left;
    left: 5px;}

.main {
	width:960px; 	
	padding:0;
	margin:0 auto;
	font-size:12px;
	line-height:21px;
}

a {color:#1799cf; text-decoration:none;}

.col-1, .col-2 {float:left;}

.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}
 
p {margin-bottom:21px;}
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.reg {text-transform:uppercase;}

.fleft {float:left;}
.fright {float:right;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.title {margin-bottom:18px;}

.it {font-style:italic;}

.letter {letter-spacing:-1px;}

.color-1 {color:#fff;}
.color-2 {color:#000;}
.color-3 {color:#666;}

/*********************************boxes**********************************/
.margin-bot {margin-bottom:35px;}

.spacing {margin-right:35px;}

.indent {padding:0 0 0px 30px;}
.indent2 {padding-left:50px;}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:30px;}
.indent-bot3 {margin-bottom:45px;}

.img-indent-bot {margin-bottom:25px;}
.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent-r {float:right; margin:0 0px 0px 40px;}	

.prev-indent-bot {margin-bottom:10px;}	

.buttons a:hover {cursor:pointer;}
.clear {
 clear: both;
 display: block;
 overflow: hidden;
 visibility: hidden;
 width: 0;
 height: 0;
}

.menu li a,
.list-1 li a,
.list-2 li a,
.link,
.button,
.logo {text-decoration:none;}	

/*********************************header*************************************/
header {
	width:100%;
	position:relative; 
	z-index:2;
	background:url(../images/header-bg.png) repeat-x 0 0;
}

h1 {
	padding:58px 0 0 10px; 
	position:relative;
	float:left;
	z-index:2;
}
h1 a {
	display:block; 
	width:242px; 
	height:62px; 	
	text-indent:-5000px; 
	background:url(../images/logo.png) 0 0 no-repeat;
}


h4 {
	padding:58px 0 0 200px; 
	position:relative;
	float:left;
	z-index:2;
}
h4 a {
	display:block; 
	width:71px; 
	height:62px; 	
	text-indent:-5000px; 
	background:url(../images/home.png) 0 0 no-repeat;
}


h5 {
	padding:58px 0 0 05px; 
	position:relative;
	float:left;
	z-index:2;
}
h5 a {
	display:block; 
	width:136px; 
	height:62px; 	
	text-indent:-5000px; 
	background:url(../images/cu.png) 0 0 no-repeat;
}


h7 {
	padding:58px 0 0 5px; 
	position:relative;
	float:left;
	z-index:2;
}
h7 a {
	display:block; 
	width:199px; 
	height:62px; 	
	text-indent:-5000px; 
	background:url(../images/tc.png) 0 0 no-repeat;
}


h2 {
	font-family: 'Boogaloo', cursive;
	font-size:30px;
	color:#fff;
	line-height:1.2em;
	text-shadow:0 2px 2px #1d7eaf;
	font-weight:normal;
	float:left;
	padding-top:2px;
	display:inline-block;
	/*width:114px;*/
}

h3 {
	font-family: 'Boogaloo', cursive;
	font-size:30px;
	color:#081a2a;
	letter-spacing:-1px;
	line-height:1.2em;
	font-weight:normal;
	padding-top:2px;
	text-shadow: 0 0 1px #071726;
	margin-bottom:16px;
}

h6 {
	color:#55a8d5;
	font-weight:bold;
}

.logo-light {
	position:absolute;
	width:354px;
	height: 170px;
	top:14px;
	left:-94px;
	z-index:0;
	display:block;
	background:url(../images/logo-light.png) no-repeat 0 0;
}

.head-box {
	position:relative;	
	margin-bottom: 48px;
}

.head-text {
	float:left;
	color:#fff;
	padding-left: 15px;
    padding-top: 81px;
	text-shadow: 0 1px 1px #113b6c;
}

#search-form {
	background:url(../images/search-bg.png) no-repeat 0 0;
	float: right;
    height: 42px;
    margin-right: 10px;
    margin-top: 72px;
    position: relative;
    width: 201px;
}

#search-form input {
    border: 0 none;
    color: #113b6c;
    height: 21px;
    line-height: 21px;
    margin-left: 9px;
    margin-top: 10px;
    outline: none;
    width: 153px;
	background:none;
}

#search-form a {	
	background:url(../images/search-marker.png) no-repeat 0 0;
	height: 31px;
    position: absolute;
    right: 5px;
    top: 7px;
    width: 31px;
}

.head-box span {
	display:block;
	float:right;
	color:#fff;
	padding-right: 10px;
    padding-top: 81px;
	text-shadow: 0 1px 1px #113b6c;
}

#search-form a:hover {
	background-position:0 -63px;
}

/*** MENU ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	width:940px;
	margin:0 auto;	
}

nav {
	width:940px;
	margin:0 auto;
	box-shadow:0 1px 4px #184596;
	-webkit-box-shadow:0 1px 4px #184596;
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;	
	 background:url(../images/menu-bg1.gif) repeat-x 0 0 #3681c3;
	 position:relative;
}

.shadow {
	position:absolute;
	width:967px;
	height:86px;
	left: -28px;
	top:15px;
	display:block;
	z-index: -1;
	background:url(../images/shadow.png) no-repeat center 0;
}

.sf-menu li {
	float:left;
	position:relative;
	width:156px;
	background:url(../images/menu-divider.gif) repeat-y 0 0;	
}



.sf-menu a {
	display:block;
	position:relative;
	color:#fff;
	font-size:12px;
	padding-bottom: 26px;
    padding-top: 25px;	
	margin-left: 1px;
	font-weight:600;
	text-shadow:0 1px 0 #2360b3;
	text-align:center;
	background:url(../images/bg-15.png) repeat 0 0;
}

.first {
	border-radius:4px 0px 0px 4px;
     -moz-border-radius:4px 0px 0px 4px;
     -webkit-border-radius:4px 0px 0px 4px;
}

.first1 {
	background:none !important;
}
.last4 {
	background-image:url(../images/bg-15.png) !important;
	background-repeat:repeat;
}
.sf-menu > li a.active,
.sf-menu > li a:hover,
.sf-menu > li.sfHover > a {background:url(../images/menu-hover.gif) repeat-x 0 0 #4ea3d2; }

.last1 {
	width:160px !important;
}



.last {
	border-radius:0px 7px 7px 0px;
     -moz-border-radius:0px 7px 7px 0px;
     -webkit-border-radius:0px 7px 7px 0px;
}

.sf-menu ul {
	padding-bottom: 8px;
    padding-top: 10px;
	position:absolute !important;
	width:137px;
	border-radius:0px 0px 4px 4px;
     -moz-border-radius:0px 0px 4px 4px;
     -webkit-border-radius:0px 0px 4px 4px;
	 background:url(../images/menu-bg2.gif) repeat-x 0 0 #d3eaf5;
	 box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
-webkit-box-shadow:0px 2px 5px rgba(0,0,0,0.1);
}
.sf-menu ul li {
	background:url(../images/menu-divider2.png) repeat-x 0 bottom;
	border-radius:4px;
     -moz-border-radius:4px;
     -webkit-border-radius:37px;
	 margin: 0 4px 0;	 
	 width: 102px;
}

.sf-menu ul li a {
	color:#000000;
	padding: 14px 5px;	
	background:url(../images/bg-15.png) repeat 0 0;
	margin:0;
	padding: 5px 0 5px 1px;
	text-shadow:none;
	text-align:left;
}

.sf-menu > li li.active,
.sf-menu > li li:hover,
.sf-menu > li li.sfHover {
	background:#fff;
	box-shadow: 1px 1px 2px #b7d8ec;
-webkit-box-shadow:1px 1px 2px #b7d8ec; 
}

.sf-menu > li li a.active,
.sf-menu > li li a:hover,
.sf-menu > li li.sfHover > a {
	background:none;
}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu ul ul {
	padding-bottom: 8px;
    padding-top: 7px;
	position:absolute !important;
	width:137px;
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
	 background:#d3eaf5;
	 box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.3);
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:62px;
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 151px;
	top:-7px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

.button1 {
	display:inline-block;
	position:relative;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:21px;
	padding:10px 22px 9px;
	border-radius:6px;
     -moz-border-radius:6px;
     -webkit-border-radius:6px;
	 background:#d3eaf5;
	 text-shadow:none;
	 margin-left:2px;
}
.button1:hover {
	background:#196ab6;
	color:#fff;
}

.button1:before,
.button1:after {
        content:"";
        position:absolute;
        z-index:-2;
        bottom:11px;
        left:9px;
        width:39%;
        height:20%;
        max-width:300px;
    -webkit-box-shadow:0 14px 6px #2170AB;
       -moz-box-shadow:0 14px 6px #2170AB;
            box-shadow:0 14px 6px #2170AB;
    -webkit-transform:rotate(-8deg);
       -moz-transform:rotate(-8deg);
        -ms-transform:rotate(-8deg);
         -o-transform:rotate(-8deg);
            transform:rotate(-8deg);
}
 
.button1:after {
    bottom: 11px;
    left: auto;
    right: 9px;
    -webkit-transform:rotate(8deg);
       -moz-transform:rotate(8deg);
        -ms-transform:rotate(8deg);
         -o-transform:rotate(8deg);
            transform:rotate(8deg);
}

.p6 {
    margin-bottom: 25px;
	display:block;
	padding-right: 47px;
}

/*********************************content*************************************/
#content {
	width:100%; 
	padding: 0 0 63px;
	position:relative;
	z-index:1;
}

																									/***** Page 1 *****/

.page1-img1 {
	float:left;
	margin-right: 10px;
	margin-top: 11px;
}

#page2 #content {
    padding: 56px 0 36px;
}
#page5 #content,
#page7 #content,
#page3 #content {
    padding: 56px 0 62px;
}

#page4 #content {
    padding: 56px 0 64px;
}

#page6 #content {
    padding: 56px 0 63px;
}

.p7 {
	background: url(../images/border2.png) no-repeat 314px 27px #f6f6f6;
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
    padding-top: 26px;	
	padding-bottom: 40px;
	position: relative;
    z-index: 9999;
	box-shadow: 0px -4px 0px rgba(0,0,0,0.06);
-webkit-box-shadow:0px -4px 0px rgba(0,0,0,0.06);
margin-top: 2px;
}

.page1-img4 {
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
	 box-shadow: 1px 2px 2px #1E79A6;
-webkit-box-shadow:1px 2px 2px #1E79A6;
height:80px;
}

.inner {
	overflow:hidden;
	background:url(../images/page1-bg1.gif) repeat-x 0 0 #1e91c9;
	border: 1px solid #3987c6;
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:4px;
	 padding: 25px 18px 23px 28px;
	 box-shadow: 0px 2px 2px #cdcdcd;
-webkit-box-shadow:0px 2px 2px #cdcdcd;
margin-bottom: 29px;
position: relative;
    z-index: 0;
}

.button2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	display:inline-block;
	float:right;
	color:#fff;
	position:relative;
	padding:13px 21px 12px 25px;
	line-height:15px;
	border-radius:6px;
     -moz-border-radius:6px;
     -webkit-border-radius:6px;
	 background:url(../images/button-bg2.gif) repeat-x 0 0 #4ea4d2;
}

.button2:hover {
	color:#000;
	background:#d3eaf5;
}

.button2:before,
.button2:after {
        content:"";
        position:absolute;
        z-index:-2;
        bottom:11px;
        left:5px;
        width:39%;
        height:20%;
        max-width:300px;
    -webkit-box-shadow:0 14px 6px #1161b5;
       -moz-box-shadow:0 14px 6px #1161b5;
            box-shadow:0 14px 6px #1161b5;
    -webkit-transform:rotate(-8deg);
       -moz-transform:rotate(-8deg);
        -ms-transform:rotate(-8deg);
         -o-transform:rotate(-8deg);
            transform:rotate(-8deg);
}
 
.button2:after {
    bottom: 11px;
    left: auto;
    right: 5px;
    -webkit-transform:rotate(8deg);
       -moz-transform:rotate(8deg);
        -ms-transform:rotate(8deg);
         -o-transform:rotate(8deg);
            transform:rotate(8deg);
}

.page1-box1 {
	margin-left:19px;
	overflow:hidden;
}

.page1-text1 {
	margin-left:19px;
	line-height:21px;
	padding-bottom: 4px;
	margin-bottom:10px;
	overflow:hidden;
	margin-bottom: 29px;
	margin-right:30px;
	background:url(../images/border.png) repeat-x 0 bottom;
}

.page1-img2 {
    float: left;
    margin-left: 20px;
	margin-right: 21px;
	box-shadow: 0 2px 3px -1px #CACACA;
-webkit-box-shadow:0 2px 3px -1px #CACACA;
}

.page1-box2 a {
	color:#010101;
	font-size:14px;
	display:inline-block;
	margin-bottom: 4px;
	line-height:16px;
}

.page1-box2 a:hover {
	color:#67b3dc;
}

.p8 {
	padding-top:14px;
	line-height:14px;
}

.page1-box2 {
	font-size:11px;
	color:#67b3dc;
	overflow:hidden;
}

.page1-box3  {
    margin:0 9px;
	overflow:hidden;
	padding-bottom: 4px;
}

.p9 {
    padding-left: 25px;
}

.page1-text2 {
	margin-left:25px;
	background:url(../images/border.png) repeat-x 0 bottom;
	overflow:hidden;
	margin-right: 25px;
	padding-bottom: 21px;
	margin-bottom: 30px;
}

.list1 {
	padding-top: 3px;
}

.button3 {
	color:#fff;
	text-shadow: 0 0 2px #4da3d5;
	font-size:12px;
	font-weight:bold;
	display:inline-block;
	line-height:15px;
	padding: 10px 16px 9px 18px;
	background:url(../images/button-bg3.gif) repeat-x 0 0 #4fa4d3;
	border:1px solid #7ac0e4;
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
	 box-shadow: 0 2px 3px -1px #CACACA;
-webkit-box-shadow:0 2px 3px -1px #CACACA;
border-bottom-color:#529ec8;
}

.button3:hover {
	color:#010101;
	background-position:0 -69px;
}

.page1-box4  {
    margin:0 18px 0 0;
	overflow:hidden;
	padding-bottom: 3px;
}

.p10 {
	padding-top:23px;
}

.p11 {
	padding-top: 4px;
}

.p12 {
	margin-top:2px;
	margin-right:1px;
}

.page1-img3 {
	float:left;
	margin-right: 19px;
    margin-top: 3px;
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
	 box-shadow: 0 2px 2px 0 #CACACA;
-webkit-box-shadow:0 2px 2px 0 #CACACA;
}
	

.page1-box5 span {
	color:#c5c5c5;
	font-size:11px;
	display:block;
	line-height:14px;
	margin-bottom: 3px;
}

.page1-box5 {
	overflow:hidden;
	padding-top: 2px;
	background:url(../images/border.png) repeat-x 0 bottom;
	padding-bottom: 6px;
	margin-bottom: 23px;
	padding-left: 2px;
}

.page1-text3 {
	margin-left:24px;	
	overflow:hidden;
	margin-right: 25px;
}

.p13 {margin-left: 2px;}

.page1-box5 a {
	color:#55a8d5;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	font-size:12px;
	display:inline-block;
}

.page1-box5 a:hover {
	color:#010101;
	text-decoration:none;
}

.last2 {
	margin-bottom:29px !important;
}

.shadow1 {
	position:absolute;
	width:967px;
	height:86px;
	left: -28px;
	bottom: -42px;
	display:block;
	z-index: 0;
	background:url(../images/shadow.png) no-repeat center 0;
}

.posrel {
	position:relative;
	margin-top:-4px;
}

.page1-box6 {
	width:940px;
	margin:0 auto 34px;
	text-align:center;
	overflow:hidden;
	padding-right: 10px;
    padding-top: 41px;
}

.flnone {
	float:none;
	letter-spacing:-1px;
}

.carousel {position:relative; }


	.carousel li {
    float: left;
    overflow: hidden;
	height:84px !important;
}

.next1,
.prev1{
	display:block;
	width:36px;
	height:36px;
	cursor:pointer;
	position:absolute;
	overflow:hidden;
	float:left;
	cursor:pointer;
	z-index:5;
}

.prev1 {
	background:url(../images/prev.png) no-repeat center top;
	left: 9px;
    top: -68px;
}

.next1 {
	background:url(../images/next.png) no-repeat center top;
	right: 9px;
    top: -68px;
}

.next1:hover, 
.prev1:hover {background-position:0px -52px;}

.page1-img4 img {
	width:220px;
	height:80px;
}



																									/***** Page 2 *****/

.p14 {
	background:#f6f6f6;
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
    padding-top: 28px;
	padding-bottom: 33px;
	position: relative;
    z-index: 9999;	
	box-shadow: 0px -4px 0px rgba(41,120,189,1);
-webkit-box-shadow:0px -4px 0px rgba(41,120,189,1);
margin-top: 2px;
}

.border-bot {
	background: url(../images/border2.png) no-repeat 314px 0px;
	overflow:hidden;
	padding-bottom: 6px;
}

.page2-box1 span {
	color:#55a8d5;
	font-size:12px;
	display:block;
	font-weight:bold;
}

.page2-box3 {
	margin-left:34px;
}

.page2-box2 a {
	color:#55a8d5;
	font-size:12px;
	display:inline-block;
	text-decoration:underline;
}

.page2-box2 {
	margin-bottom: 22px;
    overflow: hidden;
    padding-bottom: 4px;
    margin-right: 30px;
	background:url(../images/border.png) repeat-x 0 bottom;
}

.p15 {
	margin-left:25px;
}
.p16 {
	margin-left:26px;
}
.link1 {
	font-weight:bold;
}

.page2-box2 a:hover {
	color:#000;
	text-decoration:none;
}

.page2-box4 {
	margin-bottom: 30px;
    margin-left: 2px;
    overflow: hidden;
    padding-bottom: 21px;
	background:url(../images/border.png) repeat-x 0 bottom;
}

.last3 {
	background:none !important;
	margin-bottom:0;
}

.page2-box5 {
    margin: 0 auto 34px;
    overflow: hidden;
    padding-right: 0;
    padding-top: 44px;
    text-align: center;
    width: 940px;
}

.page2-text1 a {
	color:#fff;
	font-weight:bold;
	display:inline-block;
}

.page2-text1 a:hover {
	color:#000;
}

.page2-text1 {
	color:#fff;
	overflow: hidden;
}

.page2-img1  {
    margin-bottom: 13px;
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
	 box-shadow: 1px 2px 2px #1E79A6;
-webkit-box-shadow:1px 2px 2px #1E79A6;
}


																									/***** Page 3 *****/

.p17 {
	float:none;
	margin-left: 38px;
}

.page3-img1 {
	float:left;
    margin-right: 14px;
}

.page3-box1 {
	padding-right: 23px;
	padding-top: 4px;
	overflow:hidden;
}

.page3-box1 a {
	color:#55a8d5;
	font-size:12px;
	font-weight:bold;
	display:inline-block;
	margin-bottom: 3px;
}

.page3-box1 a:hover {
	color:#000;
}

.p18 {
    margin-bottom: 15px;
}

.p19 {
    padding-left:38px;
	padding-right:6px;
}

.page3-box2 {
	overflow:hidden;
	padding-left: 38px;
	padding-right: 18px;	
}

.p20 {
	margin-bottom:23px;
}

.p21 {
	margin-bottom:21px;
}

.page3-img2 {
	margin-bottom:15px;
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
	 box-shadow: 0 2px 2px 0 #CACACA;
-webkit-box-shadow:0 2px 2px 0 #CACACA;
float:left;
}

.page3-box2 a {
	color:#55a8d5;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	font-size:12px;
	display:inline-block;
	margin-bottom: 21px;
}

.page3-box2 a:hover {
	color:#010101;
	text-decoration:none;
}

.p22 {
	padding-left: 34px;
}

.list1 a {
	color:#55a8d5;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	font-size:12px;
	margin:0;
}

.list1 a:hover {
	color:#010101;
	text-decoration:none;
}

.list1 li {
	margin-bottom: 15px;
	line-height:15px;
	padding-left: 15px;
	background:url(../images/marker1.png) no-repeat 0 4px;
}

.p23 {
	padding-top:5px;
}

.p24 {
	padding-left: 26px;
}

.p25 {
	background:#f6f6f6;
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
    padding-top: 28px;
	padding-bottom: 28px;
	position: relative;
    z-index: 9999;	
	box-shadow: 0px -4px 0px rgba(41,120,189,1);
-webkit-box-shadow:0px -4px 0px rgba(41,120,189,1);
margin-top: 2px;
}



																									/***** Page 4 *****/
.page4-box1 {
	margin: 0 25px 0 37px;
	overflow:hidden;
}

.p29 {
	background:#f6f6f6;
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
    padding-top: 28px;
	padding-bottom: 23px;
	position: relative;
    z-index: 9999;	
	box-shadow: 0px -4px 0px rgba(41,120,189,1);
-webkit-box-shadow:0px -4px 0px rgba(41,120,189,1);
margin-top: 2px;
}

.page4-box2 {
	width:213px;
	padding-top: 4px;
	margin-bottom: 22px;
	overflow:hidden;
	 padding-top: 5px;
	margin-right: 6px;	
	padding-left: 2px;
}

.page4-box2 span {
	color:#55a8d5;
	font-size:12px;
	display:block;
	font-weight:bold;
}

.page4-img1 {
    margin-bottom: 15px;
	float:left;
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
	 box-shadow:0 1px 2px 1px #CACACA ;
-webkit-box-shadow:0 1px 2px 1px #CACACA;
}

.p27 {
	margin-bottom:0px;
}
.p28 {
	margin-right:0px;
}
.page4-box2 a { text-decoration:underline;}
.page4-box2 a:hover { text-decoration:none; color:#000;}

.page4-box3 {
    margin: 0 auto 35px;
    overflow: hidden;
    padding-right: 0;
    padding-top: 41px;
    text-align: center;
    width: 940px;
}

.page4-box4 a {
	color:#fff;
	font-weight:bold;
	float:right;
	display:inline-block;
	text-shadow: 0 1px 2px #1673ba;
}

.page4-box4 a:hover {
	color:#000;
}

.page4-box4 {
	color:#fffefe;
	text-shadow: 0 1px 2px #1673ba;
	font-size:12px;
	text-indent:10px;
	background:url(../images/marker3.png) no-repeat 0 1px;
}


																									/***** Page 5 *****/


.page5-box1 {
    margin-bottom: 37px;
    overflow: hidden;
    padding: 0 21px 0 39px;
}

.page5-img1 {
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
	 box-shadow: 0 1px 2px 1px #CACACA;
-webkit-box-shadow:0 1px 2px 1px #CACACA;
float:left;
margin-right:20px;
}

.page5-box1 span {
	color:#55a8d5;
	display: block;
    margin-top: -6px;
}

.page5-box1 a {
	color:#55a8d5;
	display: inline-block;
	text-decoration:underline;
	margin-left:1px;	
	margin-right:18px;
}

.page5-box1 a:hover {
	color:#000;
	text-decoration:none;
}

.p30 {
	margin-bottom:7px;
}

.p31 {
	margin-bottom:22px;
}

.page5-box2 {
    margin-bottom: 26px;
    overflow: hidden;
    padding-left: 26px;
}

#prev_slide,
#next_slide{
	display:block;
	cursor:pointer;
	position:absolute;
	overflow:hidden;
	float:left;
	cursor:pointer;
	z-index:5;
	font-weight:bold;
	text-decoration:underline;
}

#prev_slide {
	bottom: -17px;
    left: 272px;
}

#next_slide {
	bottom: -17px;
    left: 342px;
}

#prev_slide:hover, 
#next_slide:hover {color:#000; text-decoration:none;}

.posrel1 {
	position:relative;
}

#pager {
	height: 555px;
}

.jCarouselLite1 {
	height:555px !important;
}

.carousel1 {position:relative; }

.carousel1 li {  float: left;
    overflow: hidden;}

.page5-img1 img {
	height:156px;
	width:298px;
}

.border-bot1 {
	background:url(../images/border3.png) repeat-y 625px 0;
}


	
																									/***** Contact form *****/
#form1 {
	position:relative;
	vertical-align:top;
	z-index:1;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:7px;
}

#form1 fieldset {
border:none;
padding:0;
width: 221px;
}

.p33 {
    margin-right: 11px;
	}


#form1 label {display:block; height:60px; position:relative;width: 221px;}
#form1 label.message { height:165px; width:221px; margin-top:2px; }

#form1 input {
	outline: none;
	border:1px solid #e7e7e7;
	color: #6a6a6a;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
	line-height:15px;
	padding: 16px 16px 17px;
    width: 186px;
	display:inline-block;
}
#form1 .area .error { float:none;}
#form1 textarea {	
	height:120px;
	margin:0;
	width: 186px;
	resize:none;
	outline: none;
	border:1px solid #e7e7e7;
	padding: 11px 16px;
	overflow:auto;
	line-height:15px;
	color:#6a6a6a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
}
#form1 a {cursor:pointer;}
#form1 .success {
	display:none;
	position: absolute;
	left: 0px;
	top: -14px;
	color:#717171;
	font-size:12px;
}
#form1 .error,
#form1 .empty {
	color:#f00;
	font-size:12px;
	line-height:1.25em;
	display:none;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
	position:absolute;
	right:4px;
	top:3px;
}
#form1 .message .error,
#form1 .message .empty  {
	right: 4px;
    top: 127px;
}

.link-form {
	float: right;
}

.page6-box1 {
	padding-left:39px;
}

.page6-img1 {
	 box-shadow: 0 1px 2px 1px #CACACA;
-webkit-box-shadow:0 1px 2px 1px #CACACA;
float:left;
margin-right:20px;
}

dt {width:150px;margin-bottom: 21px; color:#55a8d5; font-weight:bold;margin-top: -6px;}

dl span {float:left; width:108px;}

dd { line-height:21px;}

dd a {color:#55a8d5; text-decoration:underline !important;}

dd a:hover {color:#000; text-decoration:none !important;}

dl {
	float:left;
	margin-bottom:48px;
}

.page6-box2 {
	padding-left:25px;
}
.p36 {
	background:#f6f6f6;
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
    padding-top: 28px;
	padding-bottom: 42px;
	position: relative;
    z-index: 9999;	
	box-shadow: 0px -4px 0px rgba(41,120,189,1);
-webkit-box-shadow:0px -4px 0px rgba(41,120,189,1);
margin-top: 2px;

}	

.p35 {
	background:#f6f6f6;
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
    padding-top: 28px;
	padding-bottom: 12px;
	position: relative;
    z-index: 9999;	
	box-shadow: 0px -4px 0px rgba(41,120,189,1);
-webkit-box-shadow:0px -4px 0px rgba(41,120,189,1);
margin-top: 2px;	
}	

.p37 {
	background:#f6f6f6;
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
    padding-top: 28px;
	padding-bottom: 62px;
	position: relative;
    z-index: 9999;	
	box-shadow: 0px -4px 0px rgba(41,120,189,1);
-webkit-box-shadow:0px -4px 0px rgba(41,120,189,1);
margin-top: 2px;	
}	

.page7-box1 {
	padding-left:28px;
}

.link2 {
	color:#55a8d5;
	text-decoration:underline;
}
.link2:hover {
	color:#000;
	text-decoration:none;
}
/****************************footer************************/
footer {
	width:100%; 
	padding-top: 2px;	
	background:url(../images/foot-line.gif) repeat-x 0 0;
}

.foot-bg {
	background:url(../images/foot-bg.gif) repeat 0 0;
	width:100%;
	overflow:hidden;
	padding:18px 0 16px;
	color:#fff;
	text-shadow: 1px 1px 0 #134faa;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.foot-box {
	float:left;
	margin-left: 10px;
	padding-top:4px;
}

.foot-box a {
	color:#fff;
	text-shadow: 1px 1px 0 #134faa;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.foot-box a:hover {
	color:#000;
	text-shadow:none;
}

.social-links li {float:left;margin-right: 2px;}

.social-links li a {
    height:28px;
	width:28px;
	display:block;	
}

.social-links li a.link-1 {background:url(images/soc-link1.png) no-repeat center top;}
.social-links li a.link-2 {background:url(images/soc-link2.png) no-repeat center top;}
.social-links li a.link-3 {background:url(images/soc-link3.png) no-repeat center top;}
.social-links li a.link-4 {background:url(images/soc-link4.png) no-repeat center top;}

.social-links li a.link-1:hover,
.social-links li a.link-2:hover, 
.social-links li a.link-3:hover, 
.social-links li a.link-4:hover  {background-position:0 -58px;
}


#easyTooltip {
	padding:5px 10px;
	background:#2594cb;
	color:#fff;
	font-size:14px;
	text-transform:none;
	position:absolute;
	z-index:100;
	border:1px solid #fff;
}
.social-links {float:right; margin-right:8px;}

.foot {
	text-align:center;
}

@charset "utf-8";
/* CSS Document */

body {background:#172c19 url(images/bg.jpg) left top repeat-x;
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.innerpage {background:#172c19 url(images/innerpage_bg.jpg) left top repeat-x;
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.main {width:100%;
float:left;
background:url(images/greenband.png) center top no-repeat;
}

.innerpage_main {width:100%;
float:left;
background:url(images/innerpagegreen_band.png) center top no-repeat;
}

.inner {width:1000px;
margin:auto;
}

.spacer {clear:both;
}

.home_icon { width:27px;
float:left;
height:40px;
margin-top:-10px;
margin-left:30px;
}

.live_chat { position:fixed; top:113px; z-index:100;
}

.our_team_bg {width:254px;
padding:4px;
float:left;
border:#cacaca solid 10px;
}

.header { width:1000px;
float:left;
background:url(images/header1.png) left top no-repeat;
height:130px;
margin-top:20px;
}

.logo {width:270px;
height:65px;
margin-left:9px;
margin-top:20px;
cursor:pointer;
float:left;
}

.hide { display:none;
}

.contact_main {width:550px;
float:right;
padding-top:12px;
padding-bottom:3px;
}

.contact_number { 
text-align:left;
padding-right:12px;
float:left;
font-size:14px;
color:#717170;
font-family:"Trebuchet MS";
}

.contact_number1 { 
width:144px;
float:left;
font-size:14px;
color:#717170;
font-family:"Trebuchet MS";
}
.contact_number2 { 
width:125px; 
float:left;
font-size:14px;
color:#717170;
font-family:"Trebuchet MS";
}

.contact_email { 
width:250px; 
text-align:left;
float:left;
font-size:14px;
color:#717170;
font-family:"Trebuchet MS";
}

.contact_email a{
font-size:14px;
color:#717170;
font-family:"Trebuchet MS";
text-decoration:none;
}

a.mail_txt  { 
font-size:14px;
color:#717170;
font-family:"Trebuchet MS";
text-decoration:none;

}

a.mail_txt:hover { 

font-size:14px;
color:#717170;
font-family:"Trebuchet MS";
text-decoration:underline;
}

.contact_icon { margin-bottom:-3px; text-align:left;}


.menu {width:670px;
float:right;
}

.menu ul { padding:0px;
margin:0px;
list-style:none;
}

.menu li.home { width:75px;
margin-left:-2px;
color:#FFFFFF;
font-size:14px;
text-transform:uppercase;
font-family:"Trebuchet MS";
text-align:center;
float:left;
}

.menu li.home a { display:block;
padding-left:4px;
padding-top:25px;
color:#FFFFFF;
height:23px;
font-size:14px;
text-decoration:none;

}

.menu li.home a:hover { background:url(images/home.png) left top no-repeat;
text-decoration:none;
}



.menu li.homeselect { width:75px;
margin-left:-2px;
color:#FFFFFF;
font-size:14px;
text-transform:uppercase;
font-family:"Trebuchet MS";
text-align:center;
float:left;

}

.menu li.homeselect a { display:block;
padding-left:4px;
padding-top:25px;
color:#FFFFFF;
height:23px;
font-size:14px;
text-decoration:none;

}

.menu li.homeselect a:hover { background:url(images/home.png) left top no-repeat;
text-decoration:none;
}

.menu li.select { width:75px;
color:#FFFFFF;
margin-left:-2px;
font-size:14px;
text-transform:uppercase;
font-family:"Trebuchet MS";
text-align:center;
float:left;
background:url(images/home.png) left top no-repeat;
}

.menu li.select a { display:block;
padding-left:4px;
padding-top:25px;
color:#FFFFFF;
height:23px;
font-size:14px;
text-decoration:none;
background:url(images/home.png) left top no-repeat;
}

.menu li.select a:hover { background:url(images/home.png) left top no-repeat;
text-decoration:none;
}

.menu li.about { width:93px;
color:#FFFFFF;
margin-left:-2px;
font-size:14px;
text-transform:uppercase;
font-family:"Trebuchet MS";
text-align:center;
float:left;
}

.menu li.about a { display:block;
padding-left:4px;
padding-top:25px;
color:#FFFFFF;
height:23px;
font-size:14px;
text-decoration:none;
background:url(images/menu_sep.png) right top no-repeat;
}

.menu li.about a:hover { background:url(images/about_us.png) left top no-repeat;
text-decoration:none;
}

.menu li.aboutselect { width:93px;
color:#FFFFFF;
margin-left:-2px;
font-size:14px;
text-transform:uppercase;
font-family:"Trebuchet MS";
text-align:center;
float:left;
background:url(images/about_us.png) left top no-repeat;
}

.menu li.aboutselect a { display:block;
padding-left:4px;
padding-top:25px;
color:#FFFFFF;
height:23px;
font-size:14px;
text-decoration:none;
background:url(images/about_us.png) left top no-repeat;
}

.menu li.aboutselect a:hover { background:url(images/about_us.png) left top no-repeat;
text-decoration:none;
}

.menu li.web_design { width:107px;
color:#FFFFFF;
margin-left:-2px;
font-size:14px;
text-transform:uppercase;
font-family:"Trebuchet MS";
text-align:center;
float:left;
}

.menu li.web_design a { display:block;
padding-left:4px;
padding-top:25px;
color:#FFFFFF;
height:23px;
font-size:14px;
text-decoration:none;
background:url(images/menu_sep.png) right top no-repeat;
}

.menu li.web_design a:hover { background:url(images/web_design.png) left top no-repeat;
text-decoration:none;
}

.menu li.webdesign_select { width:107px;
color:#FFFFFF;
margin-left:-2px;
font-size:14px;
text-transform:uppercase;
font-family:"Trebuchet MS";
text-align:center;
float:left;
background:url(images/web_design.png) left top no-repeat;
}

.menu li.webdesign_select a { display:block;
padding-left:4px;
padding-top:25px;
color:#FFFFFF;
height:23px;
font-size:14px;
text-decoration:none;
background:url(images/web_design.png) left top no-repeat;
}

.menu li.webdesign_select a:hover { background:url(images/web_design.png) left top no-repeat;
text-decoration:none;
}

.menu li.web_develop { width:130px;
color:#FFFFFF;
margin-left:-2px;
font-size:14px;
text-transform:uppercase;
font-family:"Trebuchet MS";
text-align:center;
float:left;
}

.menu li.web_develop a { display:block;
padding-left:4px;
padding-top:25px;
color:#FFFFFF;
height:23px;
font-size:14px;
text-decoration:none;
background:url(images/menu_sep.png) right top no-repeat;
}

.menu li.web_develop a:hover { background:url(images/hover.png) left top no-repeat;
text-decoration:none;
}

.menu li.web_develop1 { width:130px;
color:#FFFFFF;
margin-left:-2px;
font-size:14px;
text-transform:uppercase;
font-family:"Trebuchet MS";
text-align:center;
float:left;
}

.menu li.web_develop1 a { display:block;
padding-left:4px;
padding-top:25px;
color:#FFFFFF;
height:23px;
font-size:14px;
text-decoration:none;
background:url(images/hover.png) left top no-repeat;
}

.menu li.web_develop1 a:hover { background:url(images/hover.png) left top no-repeat;
text-decoration:none;
}

.menu li.seo { width:59px;
color:#FFFFFF;
margin-left:-2px;
font-size:14px;
text-transform:uppercase;
font-family:"Trebuchet MS";
text-align:center;
float:left;
}

.menu li.seo a { display:block;
padding-left:4px;
padding-top:25px;
color:#FFFFFF;
height:23px;
font-size:14px;
text-decoration:none;
background:url(images/menu_sep.png) right top no-repeat;
}

.menu li.seo a:hover { background:url(images/seo.png) left top no-repeat;
text-decoration:none;
}

.menu li.seoselect { width:59px;
color:#FFFFFF;
margin-left:-2px;
font-size:14px;
text-transform:uppercase;
font-family:"Trebuchet MS";
text-align:center;
float:left;
background:url(images/seo.png) left top no-repeat;
}

.menu li.seoselect a { display:block;
padding-left:4px;
padding-top:25px;
color:#FFFFFF;
height:23px;
font-size:14px;
text-decoration:none;
background:url(images/seo.png) left top no-repeat;
}

.menu li.seoselect a:hover { background:url(images/seo.png) left top no-repeat;
text-decoration:none;
}

.menu li.web_host { width:125px;
color:#FFFFFF;
margin-left:-2px;
font-size:14px;
text-transform:uppercase;
font-family:"Trebuchet MS";
text-align:center;
float:left;
}

.menu li.web_host a { display:block;
padding-left:4px;
padding-top:25px;
color:#FFFFFF;
height:23px;
font-size:14px;
text-decoration:none;
background:url(images/menu_sep.png) right top no-repeat;
}

.menu li.web_host a:hover { background:url(images/web_hosting.png) left top no-repeat;
text-decoration:none;
}

.menu li.web_hostselect { width:125px;
color:#FFFFFF;
margin-left:-2px;
font-size:14px;
text-transform:uppercase;
font-family:"Trebuchet MS";
text-align:center;
float:left;
background:url(images/web_hosting.png) left top no-repeat;
}

.menu li.web_hostselect a { display:block;
padding-left:4px;
padding-top:25px;
color:#FFFFFF;
height:23px;
font-size:14px;
text-decoration:none;
background:url(images/web_hosting.png) left top no-repeat;
}

.menu li.web_hostselect a:hover { background:url(images/web_hosting.png) left top no-repeat;
text-decoration:none;
}

.menu li.contact { width:113px;
color:#FFFFFF;
margin-left:-2px;
font-size:14px;
text-transform:uppercase;
font-family:"Trebuchet MS";
text-align:center;
float:left;
}

.menu li.contact a { display:block;
padding-left:4px;
padding-top:25px;
color:#FFFFFF;
height:23px;
font-size:14px;
text-decoration:none;
}

.menu li.contact a:hover { background:url(images/contact_us.png) left top no-repeat;
text-decoration:none;
}

.menu li.contactselect { width:113px;
color:#FFFFFF;
margin-left:-2px;
font-size:14px;
text-transform:uppercase;
font-family:"Trebuchet MS";
text-align:center;
float:left;
background:url(images/contact_us.png) left top no-repeat;
}

.menu li.contactselect a { display:block;
padding-left:4px;
padding-top:25px;
color:#FFFFFF;
height:23px;
font-size:14px;
text-decoration:none;
background:url(images/contact_us.png) left top no-repeat;
}

.menu li.contactselect a:hover { background:url(images/contact_us.png) left top no-repeat;
text-decoration:none;
}

.banner {width:1000px;
float:left;
height:276px;
background:url(images/banner.jpg) left top no-repeat;
}

.service_bg {width:1000px;
float:left;
background:url(images/sevices_bg.jpg) left top no-repeat;
height:94px;
padding-top:7px;
}

.website_design_section {width:265px;
padding-left:10px;
float:left;
}

.service_design_icon {
padding-right:5px;
float:left;
}

.service_design_icon2 {
padding-right:5px;
margin-top:-2px;
float:left;
}

.service_design_txt {
font-size:18px;
color:#FFFFFF;
padding-top:19px;
float:left;
}

.service_design_txt a {
font-size:18px;
color:#FFFFFF;
text-decoration:none;
}

.service_design_txt a:hover {
color:#ff8023;
text-decoration:none;
}

.seo_section {width:235px;
padding-left:10px;
float:left;
}

.web_develop_section {width:250px;
padding-left:10px;
float:left;
}

.logo_designing_section {width:205px;
padding-left:10px;
float:left;
}

.content_container {width:978px;
padding:10px 10px 10px 10px;
float:left;
border-left:#e5e5e5 solid 1px;
border-right:#e5e5e5 solid 1px;
background:#f3f3f3;
}

.content_bottom_img {width:1000px;
float:left;
padding-bottom:10px;
}

.web_solution_section_main { width:660px;
float:left;
}

.middle_section_heading { width:650px;
padding:12px 0px 0px 10px;
float:left;
height:31px;
font-family:"Trebuchet MS";
color:#fff;
font-size:19px;
background:url(images/web_solutions_head1.jpg) left top no-repeat;
}

.middle_section_content { width:638px;
padding:10px 10px 10px 10px;
font-size:12px;
color:#5f5e5e;
line-height:18px;
text-align:justify;
float:left;
border-left:#d8d8d8 solid 1px;
border-right:#d8d8d8 solid 1px;
background:#FFFFFF;
}

.middle_section_content a { 
font-size:12px;
color:#74b04b;
font-weight:bold;
text-decoration:underline;
}

.middle_section_content a:hover { 
text-decoration:none;
}

.middle_section_content ul { padding:0px;
margin:0px;
list-style:none;
}

.middle_section_content ul li { width:607px;
padding-left:12px;
margin-left:20px;
font-size:12px;
color:#5f5e5e;
background:url(images/txt_bullet.jpg) left top no-repeat;
}

.middle_section_content ol { margin-top:0px;
}



.middle_section_greentxt { color:#74b04b;
font-weight:bold;
}

.middle_section_bottom { width:660px;
float:left;
}

.client_words_img { 
float:left;
width:225px;
margin-left:450px;
margin-top:-480px;
}

.about_client_words_img { 
float:left;
width:225px;
margin-left:450px;
margin-top:-435px;
}

.right_panel_main { width:285px;
padding-top:3px;
float:right;
}

.our_work_main { width:285px;
float:right;
padding-bottom:10px;
}

.right_sec_heading { width:273px;
padding-left:12px;
float:right;
height:42px;
padding-top:9px;
font-size:22px;
color:#fff;
background:url(images/right_sec_heading1.jpg) left top no-repeat;
}

.right_sec_heading2 { 
color:#7cce01;
}

.our_work_template { width:282px;
padding-left:3px;
float:right;
text-align:center;
}

img {border:0px;
}

.hire_web_develop_main { width:285px;
float:right;
padding-bottom:1px;
}

.hire_web_develop_txt { width:270px;
float:left;
color:#5d5757;
line-height:18px;
font-size:12px;
padding:0px 5px 10px 10px;
}

.hire_web_develop_img {
float:right;
}

.quick_contact_main { width:285px;
float:right;
margin-bottom:5px;
}

.quick_contact_icons { width:240px;


}

.quick_contact_icon { padding-right:7px;
float:left;
}

.bottom_section_main {width:280px;
float:left;
padding-top:10px;
}

.bottom_section_heading_bg {width:280px;
padding-left:2px;
float:left;
height:42px;
background:url(images/bottom_section_heading1.png) left top no-repeat;
}


ul.tabs {
padding:0px;
margin:0px;
list-style:none;
}

ul.tabs li {
font-family:"Trebuchet MS";
font-size:16px;
color:#000000;
float:left;
width:140px;
margin-top:2px;
text-align:center;
}

ul.tabs li a {
display:block;
padding-top:9px;
font-size:16px;
height:31px;
color:#000000;
text-decoration:none;
}

ul.tabs li a:hover {
text-decoration:none;
}

/*html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background:url(images/company_hover.jpg) left top no-repeat;
	border-bottom: 1px solid #fff;
	color: #ffffff;
}

html ul.tabs li.active, html ul.tabs li.active a {
	background:url(images/company_hover.jpg) left top no-repeat;
	border-bottom: 1px solid #fff;
	color: #ffffff;
}

html ul.tabs li.abc.active, html ul.tabs li.abc.active a:hover  {
	background:url(images/industry_news_hover.jpg) left top no-repeat;
	border-bottom: 1px solid #fff;
	color: #ffffff;
}


html ul.tabs li.abc.active, html ul.tabs li.abc.active a {
	background:url(images/industry_news_hover.jpg) left top no-repeat;
	border-bottom: 1px solid #fff;
	color: #ffffff;
}*/


html ul.tabs li.active, html ul.tabs li.abc_new_h a { background:url(images/industry_news_hover.jpg) left top no-repeat;
	border-bottom: 1px solid #fff;
	color: #ffffff;
}

html ul.tabs li.active, html ul.tabs li.abc_new a { 
	border-bottom: 1px solid #fff;
	color: #000000;
}

html ul.tabs li.active, html ul.tabs li.abc_center a { background:url(images/comapny_news_hover.jpg) left top no-repeat;
	border-bottom: 1px solid #fff;
	color: #ffffff;
}



/*.abc_new { 
	color: #ffffff;
}
.abc_new a { 
	border-bottom: 1px solid #fff;
	color: #ffffff;
}
.abc_new a:hover {
	border-bottom: 1px solid #fff;
	color: #ffffff;
}*/


.bottom_sect_txt_imgmain {width:270px;
padding:5px 5px 0px 5px;
float:left;
border-left:#d6d6d6 solid 1px;
border-right:#d6d6d6 solid 1px;
background:#ffffff;
}

.bott_sec_round {width:282px;
float:left;
}

.bottom_sec_img { padding-right:10px;
padding-top:15px;
padding-bottom:10px;
float:left;
background:url(images/bottom_sep.jpg) right top no-repeat
}

.bottom_sec_txt { width:270px;
padding-left:0px;
color:#5f5e5e;
padding-top:2px;
line-height:18px;
font-size:12px;
float:left;
}

.bottom_sec_txt2 { width:270px;
padding-left:5px;
line-height:21px;
color:#5f5e5e;
font-size:13px;
float:left;
}

.bottom_sec_txt2 a { 
color:#5f5e5e;
font-size:13px;
text-decoration:underline;
}

.bottom_sec_txt2 a:hover { 
text-decoration:none;
}

.footer_main {width:100%;
height:53px;
float:left;
background:url(images/footer_main.png) left bottom repeat-x;
}

.footer_inner {width:100%;
height:53px;
float:left;
background:url(images/footer_inner.jpg) center top no-repeat;
}

.footer_link {width:970px;
padding:15px 20px 0px 10px;
margin:auto;
}

.footer_link ul { padding:0px;
margin:0px;
list-style:none;
}

.footer_link li { padding:0px 15px 0px 15px;
float:left;
background:url(images/footer_sep.png) right top no-repeat;
font-family:"Trebuchet MS";
font-size:12px;
text-transform:uppercase;
color:#ffffff;
}

.footer_link li a { 
font-family:"Trebuchet MS";
font-size:12px;
color:#ffffff;
text-decoration:none;
}

.footer_link li a:hover { 
text-decoration:underline;
}

.footer_link li.last { padding:0px 15px 0px 15px;
float:left;
background:none;
font-family:"Trebuchet MS";
font-size:12px;
text-transform:uppercase;
color:#ffffff;
}

.footer_link li.last a { 
font-family:"Trebuchet MS";
font-size:12px;
color:#ffffff;
text-decoration:none;
}

.footer_link li.last a:hover { 
text-decoration:underline;
}

.copyright_txt { width:995px;
text-align:center;
font-family:"Trebuchet MS";
font-size:12px;
color:#FFFFFF;
padding-bottom:10px;
padding-top:2px;
margin:auto;
}


.validate_main { margin-top:-6px;
float:right;
}

.validate_icon { padding-left:10px;
float:right;
}


/*-----------------Web Design Page---------------*/


.web_design_banner {width:1000px;
float:left;
}

.middle_top_bg { width:660px;
float:left;
}

.innerpage_middlesection_heading { width:638px;
font-size:19px;
padding-bottom:10px;
margin-top:-8px;
color:#383838;
font-family:"Trebuchet MS";
}

.middle_section_indent { width:603px;
padding:0px 0px 0px 35px;
font-size:12px;
color:#5f5e5e;
line-height:18px;
float:left;
background:#FFFFFF;
}

.services_section_main { width:638px;
float:left;
padding-top:30px;
}

.services_main { width:308px;
float:left;
margin-bottom:10px;
}

.services_main_right { width:308px;
float:right;
margin-bottom:10px;
}

.services_section_bg { width:308px;
float:left;
background:url(images/services_section_bg.jpg) left top no-repeat;
}

.services_section_bottom { width:293px;
padding:4px 15px 0px 0px;
height:25px;
float:left;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-weight:normal;
text-align:right;
background:url(images/services_section_bottom.jpg) left top no-repeat;
}

.services_section_bottom a { 
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-weight:normal;
text-decoration:none;
}

.services_section_bottom a:hover { 
text-decoration:underline;
}

.services_section_heading_main { width:190px;
padding-left:20px;
padding-top:40px;
font-size:21px;
font-family:"Trebuchet MS";
color:#e5633b;
float:left;
}

.services_section_heading_point { width:23px;
padding-top:2px;
text-align:center;
color:#FFFFFF;
padding-right:7px;
margin-top:-3px;
height:21px;
font-size:14px;
font-family:"Trebuchet MS";
float:left;
background:url(images/point_nub_bg.jpg) left top no-repeat;
}


.services_section_txt { width:268px;
padding:0px 20px 10px 20px;
font-family:Arial, Helvetica, sans-serif;
text-align:justify;
float:left;
font-size:12px;
color:#2f3032;
}

.services_design_icon { width:95px;
text-align:center;
padding-top:18px;
font-family:Arial, Helvetica, sans-serif;
float:right;
}

.services_logo_icon { width:95px;
text-align:center;
padding-bottom:9px;
font-family:Arial, Helvetica, sans-serif;
float:right;
}

.services_flash_icon { width:95px;
text-align:center;
padding-top:13px;
font-family:Arial, Helvetica, sans-serif;
float:right;
}

.services_flyers_icon { width:95px;
text-align:center;
padding-top:13px;
padding-top:20px;
font-family:Arial, Helvetica, sans-serif;
float:right;
}

.our_services_link {width:285px;
float:left;
}

.our_services_link ul { padding:0px;
margin:0px;
list-style:none;
}

.our_services_link li { font-size:14px;
color:#383838;
width:260px;
padding:8px 0px 11px 25px;
float:left;
background:url(images/tick_mark.jpg) left 8px no-repeat;

}

/*.our_services_link li a { font-size:14px;
color:#383838;
display:block;
padding:8px 0px 8px 25px;
background:url(images/right_link_sep.jpg) center bottom no-repeat;
text-decoration:none;
}

.our_services_link li a:hover { font-size:12px;
color:#383838;
text-decoration:none;
}*/

.our_work_template_bg { width:285px;
float:right;
text-align:center;
height:203px;
padding-top:25px;
background:url(images/ourwork_temlate_bg.jpg) center top no-repeat;
}

.hire_web_designer_main { width:285px;
float:right;
}


/*------------------Web Development------------------*/

.icon_detail_section_main {width:638px;
float:left;
padding-bottom:20px;
}

.icon_detail_section_main2 {width:638px;
float:left;
}

.icon_detail_section_heading {width:618px;
padding-left:20px;
float:left;
background:url(images/icon_detail_heading.jpg) left top no-repeat;
height:28px;
padding-top:9px;
font-family:"Trebuchet MS";
font-size:19px;
color:#FFFFFF;
}

.icon_detail_section_txt_main { width:606px;
padding:15px;
float:left;
border-left:#cdcdcd solid 1px;
border-right:#cdcdcd solid 1px;
border-bottom:#cdcdcd solid 1px;
}

.icon_detail_section_txt { width:606px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
float:left;
}

.icon_detail_main { width:606px;
float:left;
padding-top:15px;
}

.icon_phpdetail_main { width:280px;
float:left;
}

.icon_dotnetdetail_main { width:280px;
float:right;
}

.icon_phpicon_main { padding-right:10px;
float:left;
}

.icon_phptxt_main { width:220px;
float:left;
height:150px;
}

.icon_phptxt_heading { width:185px;
padding:12px 10px 10px 25px;
float:left;
height:19px;
font-family:"Trebuchet MS";
font-size:19px;
color:#FFFFFF;
background:url(images/icon_txt_heading.jpg) left top no-repeat;
}

.icon_phptxt { width:210px;
padding:5px 0px 10px 10px;
float:left;
font-family:"Trebuchet MS";
font-size:13px;
color:#000000;
text-align:left;
}

.icon_php_readmore { width:220px;
float:left;
font-family:"Trebuchet MS";
font-size:13px;
color:#ff8222;
font-weight:normal;
text-align:right;
}

.icon_php_readmore a { 
font-family:"Trebuchet MS";
font-size:13px;
color:#ff8222;
font-weight:normal;
text-decoration:underline;
}

.icon_php_readmore a:hover { 
text-decoration:none;
}

.web_d_detail_main { width:636px;
float:left;
border-left:#cdcdcd solid 1px;
border-right:#cdcdcd solid 1px;
border-bottom:#cdcdcd solid 1px;
margin-bottom:1px;
}

.web_d_detail_main2 { width:636px;
float:left;
border:#cdcdcd solid 1px;
margin-bottom:1px;
}

.web_detail_leftmain { width:308px;
margin:2px 0px 2px 2px;
float:left;
background:url(images/wordpress_icon_bg.jpg) left top no-repeat;
height:85px;
}

.web_d_icon { width:90px;
float:left;
padding-top:17px;
text-align:center;
}

.web_d_icon_heading { padding-left:25px;
width:193px;
float:left;
font-size:22px;
padding-top:35px;
color:#8e8e8e;
background:none;
text-transform:uppercase;
font-family:"Trebuchet MS";
}

.web_de_normaltxt_bg {width:303px;
padding:10px 10px 0px 10px;
height:79px;
float:right;
border-left:#cdcdcd solid 1px;
background:url(images/web_d_txt_bg.jpg) left top no-repeat;
}

.web_de_normal_txt {width:303px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFFFFF;
background:none;
float:right;
}

.web_d_readmore_butt { margin-right:-11px;
float:right;
margin-top:-5px;
}



.logo_design_service_bg {width:1000px;
float:left;
background:url(images/logo_d_services_bg.png) left top no-repeat;
height:94px;
padding-top:7px;
}

.logo_design_content_container {width:980px;
padding:10px 10px 10px 10px;
float:left;
background:url(images/logo_midd_bg.png) right top no-repeat;
}

.logo_design_content_bg {width:1000px;
float:left;
background:url(images/logo_design_content_bg.jpg) right top repeat-y;
}

.logo_design_right_main {width:265px;
padding:0px 15px 0px 10px;
float:right;
}

.logo_design_right_heading {width:265px;
color:#FFFFFF;
padding-bottom:5px;
font-size:18px;
float:right;
}

.logo_design_ourwork_main {width:265px;
padding-bottom:30px;
float:left;
}

.logo_design_right_heading {width:265px;
color:#FFFFFF;
padding-bottom:10px;
font-size:18px;
float:right;
}

.logo_design_logo_bg {width:265px;
padding-top:27px;
float:right;
height:210px;
text-align:center;
background:url(images/our_work_logo_bg.png) center top no-repeat;
}

.logo_design_our_goal_main {width:229px;
margin-left:2px;
margin-right:2px;
font-family:"Trebuchet MS";
padding:17px 15px 10px 15px;
font-size:12px;
text-align:justify;
line-height:17px;
color:#FFFFFF;
float:left;
border:#1a721f solid 1px;
}

.logo_design_our_goal_heading {
padding:5px 8px 5px 8px;
float:left;
font-size:18px;
color:#FFFFFF;
background:#0e1c10;
margin-top:-32px;
}

/*---------------------contact us page---------------------*/

.contactpage_txt {width:978px;
float:left;
text-align:center;
font-family:"Helvetica";
font-size:15px;
color:#535353;
line-height:20px;
}

.contact_banner_main {width:878px;
padding:10px 50px 0px 50px;
float:left;
}

.contact_left_banner {width:180px;
padding:27px 30px 10px 228px;
height:149px;
margin-top:50px;
line-height:19px;
font-family:Arial, Helvetica, sans-serif;
background:url(images/contact_banner.jpg) left top no-repeat;
float:left;
}

.contact_right_banner { width:400px;
float:right;
padding-top:10px;
height:267px;
background:url(images/contact_righ_img.jpg) left top no-repeat;
}

.contact_form_main_bg { width:878px;
padding:25px 50px 25px 50px;
float:right;
height:329px;
background:url(images/form_bg_main.png) center top no-repeat;
}

.contact_form_main { width:405px;
padding:15px 0px 5px 5px;
float:left;
}

.contact_txtfield_main { width:405px;
float:left;
padding-bottom:10px;
}

.red_color { color:#FF0000;
}

.form {padding:0px;
margin:0px;
}

.contact_form_txt { width:80px;
padding-right:15px;
float:left;
font-family:"Trebuchet MS";
font-size:14px;
color:#3e3e3e;
text-align:right;
padding-top:4px;
}

.contact_form_txt2 { width:80px;
padding-right:15px;
float:left;
font-family:"Trebuchet MS";
font-size:14px;
color:#3e3e3e;
text-align:right;
padding-top:12px;
}

.contact_form_field { width:300px;
float:left;
border:#9b9c96 solid 1px;
height:21px;
}

.contact_form_field2 { width:133px;
margin-left:10px;
border:#9b9c96 solid 1px;
padding:11px 10px 11px 10px;
text-align:center;
color:#9e9e9e;
text-align:center;
font-style:italic;
}

.contact_form_txtarea { width:300px;
float:left;
border:#9b9c96 solid 1px;
height:70px;
}

.capcha_img { float:left;
}

.contact_form_butt { width:300px;
float:right;
text-align:right;
}

.googlemap_bg { width:385px;
padding:6px 7px 6px 6px;
float:right;
height:315px;
margin-top:2px;
background:url(images/google_map_bg.png) left top no-repeat;
}


/*-----------------------seopage------------------------*/

.seo_content_container {width:998px;
padding:0px 0px 10px 0px;
float:left;
border-left:#e5e5e5 solid 1px;
border-right:#e5e5e5 solid 1px;
background:#f3f3f3;
}

.seo_carebout_main {width:998px;
float:left;
}

.seo_careabout_bg { width:672px;
float:left;
background:url(images/care_about_bg.jpg) left top no-repeat;
height:302px;
}

.we_care_about {width:225px;
float:left;
height:250px;
padding-top:12px;
padding-left:25px;
background:url(images/careabout_sep.png) right top no-repeat;
}

.we_care_about h2{width:225px;
padding:0px;
margin:0px;
float:left;
font-size:18px;
}

.we_care_about ul { padding:0px;
margin:0px;
list-style:none;
}

.we_care_about li { width:205px;
padding-left:20px;
background:url(images/care_about_bullet.png) 2px 8px no-repeat;
color:#383838;
float:left;
font-size:14px;
padding-top:9px;
}

.careabout_right {width:400px;
padding-left:20px;
padding-top:12px;
float:left;
background:url(images/search_img.png) right 40px no-repeat;
}

.careabout_right h2{width:400px;
padding:0px;
margin:0px;
float:left;
font-size:18px;
}

.careabout_right p{width:230px;
padding:5px 0px 0px 2px;
margin:0px;
color:#5d5757;
font-size:12px;
float:left;
line-height:19px;
}

.our_work_bg {width:326px;
float:left;
height:298px;
padding-top:4px;
background:url(images/our_work_bg.jpg) left top no-repeat;
}

.our_work_bg h2 {width:291px;
float:left;
margin:0px;
font-size:20px;
color:#FFFFFF;
padding:12px 0px 8px 35px;
}

.our_work_framebg { background:url(images/our_work_logo_bg.png) left top no-repeat; 
float:left;
width:264px;
height:209px;
text-align:center;
padding-top:28px;
margin-left:37px;
}

.seo_services_section_main { width:660px;
margin-left:12px;
margin-top:-37px;
float:left;
}

.seo_img_txt_main {width:638px;
float:left;
padding-bottom:20px;
}

.seo_img_txt_main2 {width:638px;
float:left;
}

.seo_img {
float:left;
}

.seo_img_txt {width:510px;
padding-right:5px;
float:right;
font-size:12px;
color:#5f5e5e;
line-height:18px;
}

.whytrust_seo_txt {width:638px;
font-family:"Trebuchet MS";
padding-bottom:15px;
float:left;
font-size:15px;
color:#383838;
}

.what_we_provide_main {width:298px;
float:right;
height:365px;
margin-right:15px;
background:url(images/what_we_provide_bg.jpg) left top no-repeat;
}

.what_we_provide_main h2 {width:250px;
float:left;
text-align:left;
font-family:"Trebuchet MS";
font-weight:normal;
padding:35px 10px 10px 35px;
margin:0px;
color:#383838;
font-size:19px;
}

.what_we_provide_main ul { padding:0px;
margin:0px;
list-style:none;
}

.what_we_provide_main li { color:#5f5e5e;
padding-left:25px;
margin-left:37px;
padding-bottom:7px;
line-height:18px;
font-family:"Trebuchet MS";
width:200px;
font-size:14px;
float:left;
background:url(images/what_we_provide_bullet.png) left 2px no-repeat;
}

.bold {font-weight:bold;
}

.hosting_service_main {width:638px;
padding-top:35px;
float:left;
}

.hosting_service_section {width:155px;
margin-right:6px;
float:left;
background:url(images/hosting_txtbg.jpg) left bottom no-repeat;
}

.hosting_service_ssl_section {width:155px;
margin-right:6px;
float:left;
background:url(images/ssl_hostingtxt_bg.jpg) left bottom no-repeat;
}

.hosting_service_section2 {width:155px;
float:left;
background:url(images/hosting_txtbg.jpg) left bottom no-repeat;
}

.hosting_service_head {width:155px;
text-align:center;
color:#FFFFFF;
font-weight:bold;
padding-top:5px;
float:left;
background:url(images/hosting_headbg.jpg) left top no-repeat;
height:25px;
}

.hosting_service_img {width:155px;
text-align:center;
float:left;
padding-top:20px;
padding-bottom:15px;
}

.hosting_service_txt {width:139px;
float:left;
font-size:12px;
font-family:"Trebuchet MS";
text-align:left;
line-height:16px;
margin:0px;
padding:0px 8px 10px 8px;
}

.our_client {width:285px;
padding:10px 0px 15px 0px;
text-align:center;
float:left;
}


.readmore { width:270px;
float:left;
font-family:"Trebuchet MS";
font-size:13px;
color:#ff8222;
font-weight:normal;
text-align:right;
}

.readmore  a { 
font-family:"Trebuchet MS";
font-size:13px;
color:#ff8222;
font-weight:normal;
text-decoration:underline;
}

.readmore  a:hover { 
text-decoration:none;
}




/* ====================   Service Drop down   =======================  */
.profile_dropdown_main { position:absolute;
margin-left:463px;
margin-top:80px;
float:left;
width:230px;
z-index:1000;
}

.profile_web_devlop { 
font-size:13px;
width:220px;
text-align:left;
float:left;
background:url(images/orangesubtab.png) left top no-repeat;
height:35px;
color:#FFFFFF;
margin-bottom:1px;
}

.profile_web_devlop a { display:block;
width:210px;
float:left;
text-align:left;
padding-top:3px;
color:#FFFFFF;
text-decoration:none;
height:35px;
line-height:25px;
padding-left:10px;


}

.profile_web_devlop a:hover { background:url(images/blacksubtab.png) left top no-repeat;
text-decoration:none;
width:210px;
}



.profile_dropdown_main2 { position:absolute;
margin-left:593px;
margin-top:80px; 
float:left;
width:230px;
z-index:1000;

}


.roundbox{
width:220px;
float:left;
background:#ff9d41;
/*height:15px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;*/
}

.roundbox1{
width:220px;
float:left;
height:5px;
/*background:#ff9d41;

-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;*/

}



.strategy {width:974px;
float:left;
padding-top:10px;
}


.inner_header {width:1000px;
float:left;
background:url(images/inner_head_bg.jpg) left top no-repeat;
height:134px;
}

.inner_head{width:450px; float:left; font-size:30px; color:#fff; margin-top:45px; padding-left:20px;}
.inner_head_txt{width:510px; float:left; text-align:left; padding-right:20px; padding-top:15px; font-size:14px; color:#a8a8a8; line-height:20px;}



.signature_image{
width:270px;
float:left;
}
.signature_bg{
width:270px;
float:left;
color:#000000;
height:32px;
font-weight:normal;
font-size:13px;
padding-bottom:14px;
}
.signature_bg a{display:block;
color:#000000;
padding:7px 0 0 19px;
text-decoration:none;
height:32px;
}
.signature_bg a:hover{
background:url(index.html) no-repeat;
color:#ffffff;

text-decoration:none;
}

.signature_url_content{
width:365px;
float:left;
padding-top:5px;
}
.signature_url_text{
width:340px;
float:left;
font-weight:normal;
font-size:13px;
padding:0 0 0 18px;
}

.dropdown_contact {width:303px;
float:left;
}








.mobile_main_page {width:955px;
background:#f3f3f3;
padding-left:22px;
padding-right:23px;
float:left;
}

.mobile_main {width:955px;
float:left;
}

.mobile_bg {width:955px;
float:left;
background:url(images/section_bg1.jpg) left top no-repeat;
}

.mobile_bott {width:955px;
float:left;
}

.mobile_sec_main {width:298px;
padding:15px 10px 0px 10px;
font-size:11px;
line-height:14px;
text-align:justify;
float:left;
}

.mobile_img { padding-right:15px;
float:left;
height:115px;
}

.mobile_heading { padding-top:7px;
float:left;
}

.mobile_txt { width:298px;
float:left;
font-size:11px;
height:70px;
line-height:16px;
}

.mobile_txt_head { color:#FFFFFF;
font-family:"Trebuchet MS";
font-weight:bold;
font-size:20px;
padding-bottom:5px;
}

.read_more { float:right;
padding-top:12px;
}

img { border:none;
}

.mobile_txtmain {width:955px;
float:left;
}

.mobile_left_txt_main {width:680px;
float:left;
padding-bottom:20px;
}

h1,h2,h3 {padding:0px;
margin:0px;
font-weight:normal;
}


.mobile_left_txt_main h1 {width:630px;
float:left;
font-size:21px;
font-family:"Trebuchet MS";
}

.mobile_greentxt { color:#5b8b0f;
}

.engage_txt { width:680px;
padding-top:7px;
float:left;
padding-bottom:7px;
}

.mobile_nor_txt { width:680px;
font-size:11px;
color:#5f5e5e;
line-height:15px;
text-align:justify;
float:left;
}

.by_2014 {float:right;
margin-left:10px;
margin-bottom:5px;
margin-top:-50px;
}

.our_work_bg {width:246px;
height:317px;
float:right;
background:url(images/our_workbg.png) left top no-repeat;
}

.our_work_bg h1 {width:206px;
padding:22px 15px 10px 25px;
float:left;
}

.our_work_webpage {
float:left;
margin-left:10px;
padding-top:15px;
text-align:center;
}

.technical_main {width:955px;
float:left;
background:url(images/technical_skill_bg.jpg) left top no-repeat;
height:379px;
margin-top:20px;
}

.technical_skills_main {width:593px;
padding:15px 22px 15px 22px;
float:left;
height:349px;
}

.how_we_work_head {width:593px;
padding-bottom:10px;
float:left;
}

.how_we_work_point_main {width:593px;
margin-bottom:2px;
float:left;
}

.how_we_work_point1 {width:593px;
float:left;
}

.how_we_work_point2 {width:593px;
float:left;
background:url(images/point_top2.png) left top repeat-y;
}

.how_we_work_bullet {width:38px;
float:left;
text-align:center;
}

.how_we_work_bullet_txt {width:530px;
padding-left:10px;
line-height:17px;
float:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.to_know_more_txt {font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
font-weight:bold;
float:left;
width:593px;
padding-top:5px;
}

.tecknical_main_right {width:285px;
float:right;
margin-right:16px;
height:250px;
}

.tecknical_main_right_head {width:285px;
padding-top:15px;
padding-bottom:10px;
float:right;
}

.tecknical_main_right_txt {width:285px;
padding-bottom:7px;
font-size:11px;
line-height:15px;
color:#bcbcbc;
float:left;
}

.technical_bullet_point {width:285px;
float:left;
}

.technical_bullet_point ul { padding:0px;
margin:0px;
list-style:none;
}

.technical_bullet_point li { font-size:11px;
color:#bcbcbc;
float:right;
padding-bottom:9px;
padding-top:6px;
width:267px;
list-style:url(images/bullet2.png);
background:url(images/bullet_line.png) center bottom no-repeat;
}

.technical_bullet_point li.last { font-size:11px;
color:#bcbcbc;
float:right;
padding-bottom:9px;
padding-top:6px;
width:267px;
list-style:url(images/bullet2.png);
background:none;
}

.mobile_text_onread {
	background-color: #FFFFFF;
    display: block;
    position: relative;
    width: 1000px;
    z-index: 100;
}