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

body
{
	margin:0;
	padding:0;
	font-family: 'Raleway', sans-serif;
	font-size:13px;
	background:#f5f5f5;
}
/*COMMON STYLES*/
h1, h2,h3, h4, h5, h6 
{
	margin:0;
	padding:0;
}
p {
	margin:0;
	padding:0;
	font-size:12px;
}
img{
	border:none;
}
a{
	text-decoration:none;
}
ul{
	margin:0;
	padding:0;
}
li {
	list-style:none;
}
ol{
	list-style-type:none;
}
#top_line
{
	margin:0;
	padding:0;
	width:100%;
	float:left;
	height:4px;
	background:url(../images/top_rad_line.png) repeat;
}

.wrapper
{
	margin:0;
	padding:0;
	width:100%;
	height:auto;

	
}



/*Header Style*/
#header_wrapper	
{
margin:0;
padding:0;
float:left; 
width:100%; 
height:105px; 


border-bottom: 1px solid #272525;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.header
{ 
	width:980px; 
	margin:0 auto;
	
}
.header_right
{ 
	 float:right;
	position:relative;
	width:400px;
	height:30px;
	text-decoration:none;
	
	
}
.phone
{ 
	float:right;
	background: url(../images/cont_top.png) repeat;
	height:31px;
}
.phone strong
{
	margin:0px 1px 0 6px;
	padding:0px;
	float:left;
	height:28px;
	width:28px;
	background: url(../images/ph.png);
}
.phone .box_icon
{
	margin:0px 1px 0 3px;
	padding:0px;
	float:right;
	height:24px;
	width:27px;
	background: url(../images/box_ll.png);
}

.phone span	
{
	font-family: 'Conv_Ubuntu-R'; 
	font-size:14px; 
	color:#fff; 
	padding:4px 5px 0 3px; 
	float:right; 
	font-weight:normal;
	text-decoration:none;
}
.logo
{ 
	margin:10px 0;
	float:left;
}

a {
	color:#FFF;
}
#nav {
	margin:0px 0px;
	padding: 0px 0px 0;
	float:right;
	line-height: 100%;
	position:relative;
	top:20px;
	width:648px;
	
}
#nav li {
	margin: 0 0px;
	padding:0 7px;
	float:left;
	position: relative;
	list-style: none;
	
	
}


/* main level link */
#nav a
 {
	
	text-decoration: none;
	display: block;
	padding:0px 6px 1px 7px;
	margin: 0;
	font-family:"Arial, Helvetica", sans-serif;
	font-weight: bold;
	font-size:13px; 
	text-transform:uppercase; 
	line-height:28px; 
	color:#3e3e3e;
	
}
#nav a:hover 
{
	color:#FFF;
	
}

/* main level link hover */
#nav .current a, #nav li:hover > a 
{
	
	color:#fff;
	background: #cb2122; /* Old browsers */
background: -moz-linear-gradient(top,  #cb2122 0%, #a71b1c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb2122), color-stop(100%,#a71b1c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cb2122 0%,#a71b1c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cb2122 0%,#a71b1c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cb2122 0%,#a71b1c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cb2122 0%,#a71b1c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb2122', endColorstr='#a71b1c',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #b11d1e url(img/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;
	

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width:199px;
	position: absolute;
	top:28px;
	left: 0;
	behavior: url(includes/pie/PIE.htc);
	border: solid 1px #b4b4b4;
	z-index:50;
-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;

	
}
#nav ul li {
	float: none;
	margin: 0 0px;;
	padding: 0;
	 	font-family:"Arial, Helvetica", sans-serif; font-weight:500; font-size:13px; text-transform:uppercase; line-height:28px;
}

#nav ul a {
	
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}


.base {
	margin:0 auto;
	padding:0;
	width:980px;
	height:auto;
	
	
}


.banner_wrapper /*banner open*/
{
	margin:0px; 
	padding:0;
	width:100%;
	height: auto;
	position::absolute;
	
} 

.banner_div
{
	margin:0px;
	padding:0;
	float:left;
	padding:0;
	width:100%;
	height:400px;
	/*background:url(../images/banner_image.png) repeat;*/
}

.banner_div_inner
{
	margin:0px;
	padding:0;
	float:left;
	padding:0;
	width:100%;
	height:285px;
	/*background:url(../images/banner_image.png) repeat;*/
}
.banner_div_inner img
{
	margin:0px;
	padding:0;
	float:left;
	padding:0;
	width:100%;
	height:285px;
	/*background:url(../images/banner_image.png) repeat;*/
}

.center_bar
{
	margin:0px;
	padding:0;
	float:left;
	padding:0;
	width:100%;
	height:60px;
	background: #cb2122; /* Old browsers */
background: -moz-linear-gradient(top,  #cb2122 0%, #a71b1c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb2122), color-stop(100%,#a71b1c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cb2122 0%,#a71b1c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cb2122 0%,#a71b1c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cb2122 0%,#a71b1c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cb2122 0%,#a71b1c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb2122', endColorstr='#a71b1c',GradientType=0 ); /* IE6-9 */

}
.leftt_ph
{
	margin:8px 0;
	padding:0;
	float:left;
	height:44px;
}
.leftt_ph h1
{
	margin:0px;
	padding:5px 0px;
	float:left;
	font-family: 'Conv_Ubuntu-M';
	font-weight:normal;
	font-size:30px;
	color:#FFF;
	letter-spacing:1px;
	text-transform:uppercase;
}

.arro_bar
{
	margin:0px 0;
	padding:0;
	float:left;
	height:9px;
	width:17px;
	background:#FFF;
	position:relative;
	top:60px;
	left:60px;
	background:url(../images/blow_arrow.png) no-repeat;
}


.right_news
{
	margin:8px 0;
	padding:0;
	float:right;
	height:85px;
	width:343px;
background: #cb2122; /* Old browsers */
background: -moz-linear-gradient(top,  #cb2122 0%, #a71b1c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb2122), color-stop(100%,#a71b1c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cb2122 0%,#a71b1c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cb2122 0%,#a71b1c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cb2122 0%,#a71b1c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cb2122 0%,#a71b1c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb2122', endColorstr='#a71b1c',GradientType=0 ); /* IE6-9 */

z-index:99999;
}
.right_news h4
{
	margin:0px;
	padding:5px 10px;
	float:left;
	font-family: 'Conv_Ubuntu-M';
	font-weight:normal;
	font-size:17px;
	color:#FFF;
	letter-spacing:1px;
	text-transform:uppercase;
}
.right_news input[type="text"]
{
	margin:5px 10px;
	padding:0px;
	float:left;
	font-family: 'Conv_Ubuntu-R';
	font-weight:normal;
	font-size:12px;
	color:#666;
	letter-spacing:1px;
	border:none;
	width:230px;
	height:35px;
	background:#FFF;
	
}
.right_news input[type="submit"]
{
	margin:5px 10px;
	
	float:right;
	font-family: 'Conv_Ubuntu-M';
	font-weight:normal;
	text-transform:uppercase;
	font-size:12px;
	color:#666;
	letter-spacing:0px;
	border:none;
    width:65px;
	height:34px;
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #d5d2d2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d5d2d2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#d5d2d2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#d5d2d2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#d5d2d2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#d5d2d2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5d2d2',GradientType=0 ); /* IE6-9 */
cursor:pointer;
}
.inner_cont
{
	margin:0px;
	padding:0px;
	float:left;
	width:980px;
	height:310px;
	/*background:#ccc;*/
	position:relative;
	z-index:-60;
}
.inner_cont h1
{
	margin:10px 0;
	padding:5px 0px;
	float:left;
	font-family: 'Conv_Ubuntu-M';
	font-weight:normal;
	font-size:22px;
	color:#666;
	letter-spacing:1px;
	
}
.bg_our_service ul
{
	margin:0px;
	padding:0px;
	float:left;
	width:980px;
	height:214px;
	
}

li .our_service_1
{
	margin:0px;
	padding:0px;
	float:left;
	width:242px;
	height:214px;
	background:#cd2122;
	border-right:#656565 1px solid;
}
li .our_service_2
{
	margin:0px;
	padding:0px;
	float:left;
	width:242px;
	height:214px;
	background:#5a5a5a;
	border-right:#797979 1px solid;
}






li .our_service_3
{
	margin:0px;
	padding:0px;
	float:left;
	width:242px;
	height:214px;
	background:#4a4a4a;
	border-right:#656565 1px solid;
}

li .our_service_4
{
	margin:0px;
	padding:0px;
	float:left;
	width:242px;
	height:214px;
	background:#3e3e3e;
	
}
li .our_service_1 .arro_side_1
{
	margin:0px;
	padding:0px;
	float:right;
	width:19px;
	height:21px;
	background:url(../images/our_service_arro.png);
	background-position:0;
	position:relative;
	top:30px;
	left:18px;
}

li .our_service_2 .arro_side_2
{
	margin:0px;
	padding:0px;
	float:right;
	width:19px;
	height:21px;
	background:url(../images/our_service_arro.png);
	background-position:38px 0;
	position:relative;
	top:30px;
	left:18px;
}
li .our_service_3 .arro_side_3
{
	margin:0px;
	padding:0px;
	float:right;
	width:19px;
	height:21px;
	background:url(../images/our_service_arro.png);
	background-position:19px 0;
	position:relative;
	top:30px;
	left:18px;
}
.boxImage
{
	margin:0px;
	padding:0px;
	float:left;
	position:relative;
	top:50px;
	left:90px;
}


.h2_back
{   
    margin:0 0px;
	width:200px;
	height:91px;
	float:left;

	position:relative;
	top:60px;
	left:30px;
	
}

.h2_back h2 {
	color: #FFF;
	margin: 0 0 10px 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;

	letter-spacing:1px;
}
.inner_blow_cont
{
	margin:0px;
	padding:0px;
	float:left;
	width:980px;
	height:auto;
	
}
.few_q
{
	margin:0px;
	padding:0px;
	float:left;
	width:360px;
	height:auto;
	border-right:1px #999 solid;
}
.wel_rcs
{
	margin:0px 15px;
	padding:0px;
	float:left;
	width:285px;
	height:auto;
	
}
.wel_rcs_video
{
	margin:0px 0px;
	padding:0px;
	float: right;
	width:279px;
	height:auto;
	
}
.few_q h4
{
	margin:0px;
	padding:0px;
	text-align:left;
	font-size:16px;
	font-family: 'Conv_Ubuntu-M';
	letter-spacing:1px;
	text-transform:uppercase;
	color:#cd2122;
}
.wel_rcs h4
{
	margin:0px;
	padding:0px;
	text-align:left;
	font-size:16px;
	font-family: 'Conv_Ubuntu-M';
	letter-spacing:1px;
	text-transform:uppercase;
	color:#cd2122;
}

.wel_rcs span
{
	 margin:0px;
     padding:0 0px;
	text-decoration:none;
	list-style:none;
	font-family: 'Conv_Ubuntu-M';
	font-weight:bolder;
	font-size:12px;
	color:#666;
	text-align:left;
	text-transform:uppercase;
	
}
.wel_rcs p
{ 
margin:3px 0px;
padding:0 0px 0 0px;
text-decoration:none;
list-style:none;
font-family: 'Raleway', sans-serif;
font-weight:normal;
font-size:12px;
color:#171616;
text-align:left;
line-height:16px;
}




.wel_rcs_video1 h4
{
	margin:0px;
	padding:0px;
	text-align:left;
	font-size:16px;
	font-family: 'Conv_Ubuntu-M';
	letter-spacing:1px;
	text-transform:uppercase;
	color:#FFF;
}
.wel_rcs_video h4
{
	margin:0px;
	padding:0px;
	text-align:left;
	font-size:16px;
	font-family: 'Conv_Ubuntu-M';
	letter-spacing:1px;
	text-transform:uppercase;
	color:#F00;
}

.few_q ul
{
	margin:10px 0px; 
}
.few_q ul li
{
	margin:5px 0px 10px 0px;
	padding:0px;
	border-bottom:1px #999 dotted;
	
	width:340px;
}
.few_q ul li img
{
	margin:2px 10px 0 0px;
	padding:0px;
	
}
.few_q li span
{ 
margin:0px;
padding:0 2px;
	text-decoration:none;
	list-style:none;
	font-family: 'Conv_Ubuntu-M';
	text-transform:uppercase;
	font-size:12px;
	color:#666;
	text-align:left;

}
.few_q li p
{ 
margin:0px 25px;
padding:0 15px 5px 5px;
text-decoration:none;
list-style:none;
font-family: 'Raleway', sans-serif;
font-weight:500;
font-size:12px;
color:#171616;
text-align:left;
line-height:16px;
}

.wel_rcs_video .img_vid
{
	margin:15px 0px  3px 0;
	padding:0px;
	float:left;
	background:url(../images/watch_video.png) no-repeat;
	background-position:0;
	border: none;
	width:279px;
	height:107px;
}
.wel_rcs_video .img_vid img
{
	margin:0px;
	float:left;
	position:relative;
	top:45px;
	left:128px;
}
.wel_rcs_video span
{
	 margin:0px;
     padding:0 0px;
	text-decoration:none;
	list-style:none;
	font-family: 'Conv_Ubuntu-R';
	font-weight:bolder;
	font-size:12px;
	color:#666;
	text-align:left;
	text-transform:uppercase;
	
}
.wel_rcs_video p
{ 
margin:3px 0px;
padding:0 0px 0 0px;
text-decoration:none;
list-style:none;
font-family: 'Raleway', sans-serif;
font-weight:normal;
font-size:12px;
color:#171616;
text-align:left;
line-height:16px;
}
.read_mor
{
margin:3px 0px;
padding:0 0px 0 0px;
text-decoration:none;
list-style:none;
font-family: 'Conv_Ubuntu-R';
font-weight:normal;
font-size:12px;
color:#cd2122;
text-align:left;
}

.footer_wrapper
{
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	float:left;
	background:#3e3e3e;
	position:relative;
	top:20px;
}

.one_three
{
	margin:20px 0px;
	padding:0px;
	float:left;
	width:326px;
	height:264px;

}

.two_three
{
	margin:20px 50px;
	padding:0px;
	float:left;
	width:277px;
	height:264px;
	
}
.three_three
{
	margin:20px 0px;
	padding:0px;
	float:right;
	width:277px;
	height:auto;
}
.title_icons
{
	margin:3px 0;
	padding:0px;
	float:right;
	width:27px;
	height:17px;
	background:url(../images/apbstarbi.png) no-repeat;
	position:relative;
	right:100px;
}
.title_div
{
	margin:0px;
	padding:0px;
	float:left;
	width:326px;
	height:30px;
	border-bottom:1px dotted #595858;
	
}
.title_div h1
{
	margin:0px;
	padding:0px;
	float:left;
	font-size:16px;
	font-family: 'Conv_Ubuntu-M';
	letter-spacing:1px;
	text-transform:uppercase;
	color:#bfbebe;
	
}
.title_div_2
{
	margin:0px;
	padding:0px;
	float:left;
	width:277px;
	height:30px;
	border-bottom:1px dotted #595858;
	
}
.title_div_2 h1
{
	margin:0px;
	padding:0px;
	float:left;
	font-size:16px;
	font-family: 'Conv_Ubuntu-M';
	letter-spacing:1px;
	text-transform:uppercase;
	color:#bfbebe;
	
}

.title_div_3
{
	margin:0px;
	padding:0px;
	float:left;
	width:277px;
	height:30px;
	border-bottom:1px dotted #595858;
}
.title_div_3 h1
{
	margin:0px;
	padding:0px;
	float:left;
	font-size:16px;
	font-family: 'Conv_Ubuntu-M';
	letter-spacing:1px;
	text-transform:uppercase;
	color:#bfbebe;
	
}

.cont_item
{
	margin:10px 0;
	padding:0px;
	float:left;
	width:326px;
	height:52px;
		
}
.cont_item img
{
	margin:0px 10px 0 0;
	padding:0px;
	float:left;
}
.cont_item span
{
	 margin:0px 0px;
     padding:0 0px;
	text-decoration:none;
	list-style:none;
	font-family: 'Conv_Ubuntu-R';
	font-weight:bolder;
	font-size:12px;
	color:#bfbebe;
	text-align:left;
	text-transform:uppercase;
	
}

.cont_item p
{ 
margin:3px 0px;
padding:0px;
text-decoration:none;
list-style:none;
font-family: 'Raleway', sans-serif;
font-weight:normal;
font-size:12px;
color:#bfbebe;
line-height:16px;

}
.three_three input[type="text"] 
{
	margin:5px 0;
	padding:0px;
	float:left;
	border:none;
	width:223px;
	height:36px;
	background:#5a5a5a;
	font-family: 'Conv_Ubuntu-R';
	font-weight:normal;
	font-size:12px;
	color:#bfbebe;
}
.three_three textarea
{
	margin:5px 0;
	padding:0px;
	float:left;
	border:none;
	width:278px;
	height:65px;
	background:#5a5a5a;
	font-family: 'Conv_Ubuntu-R';
	font-weight:normal;
	font-size:12px;
	color:#bfbebe;
}
.three_three input[type="submit"] 
{
	margin:5px 0;
	padding:0px;
	float:left;
	border:none;
	width:80px;
	height:35px;
	font-family: 'Conv_Ubuntu-R';
	font-weight:bold;
	font-size:12px;
	color:#FFF;
	cursor:pointer;
	text-transform:uppercase;
	background: #cb2122; /* Old browsers */
background: -moz-linear-gradient(top,  #cb2122 0%, #a71b1c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb2122), color-stop(100%,#a71b1c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cb2122 0%,#a71b1c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cb2122 0%,#a71b1c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cb2122 0%,#a71b1c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cb2122 0%,#a71b1c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb2122', endColorstr='#a71b1c',GradientType=0 ); /* IE6-9 */

}

.foter_bot_wrapper
{
	margin:0;
	padding:0;
	width:100%;
	height:30px;
	float:left;
	background:#5a5a5a;
	position:relative;
	top:10px;
	
}

.right_bottom
{
	margin:0px;
	padding:0px;
	float:left;
	width:50%;
	height:30px;
	font-family: 'Conv_Ubuntu-R';
	font-weight:normal;
	font-size:12px;
	color:#bfbebe;
	
}
.right_bottom h1
{
	margin:6px 0;

	font-family: 'Conv_Ubuntu-R';
	font-weight:normal;
	font-size:12px;
	color:#bfbebe;
	
}
.left_bottom
{
	margin:0px;
	padding:0px;
	float:right;
	width:180px;
	height:30px;
	font-family: 'Conv_Ubuntu-R';
	font-weight:normal;
	font-size:12px;
	color:#bfbebe;
	
	
}
.left_bottom h1
{
	margin:6px 10px 0 0px;
	float:left;
	font-family: 'Conv_Ubuntu-R';
	font-weight:normal;
	font-size:12px;
	color:#bfbebe;
	
}
.Fb
{
	margin:3px 2px;
	padding:0px;
	float:left;
	width:21px;
	height:25px;
	background:url(../images/socila_icons.png);

}
.tw
{
	margin:3px 2px;
	padding:0px;
	float:left;
	width:21px;
	height:25px;
	background:url(../images/socila_icons.png);
	background-position:153px 0;

}
.g
{
	margin:3px 2px;
	padding:0px;
	float:left;
	width:21px;
	height:25px;
	background:url(../images/socila_icons.png);
	background-position:45px 0;

}
.in
{
	margin:3px 2px;
	padding:0px;
	float:left;
	width:21px;
	height:25px;
	background:url(../images/socila_icons.png);
	background-position:23px 0;

}

/*chat open*/
#fl_menu
{
	position:absolute;
	top:400px; 
	right:0px; 
	z-index:9999; 
	width:52px; 
	height:165px; 
	background:url(../images/chat_live.png);
}
/*chat end*/


/*our client open*/
.list_carousel {
	/*background-color: #ccc;*/
	float:left;
	margin: 0;
	width:268px;
	height:200px;
	position:absolute;
	
	

}
.list_carousel ul {
	margin: 0px 0px;
	padding: 0;
	list-style: none;
	display: block;
	width:400px;
}
.list_carousel li {
	text-align: center;
	width:268px;
	height:auto;
	padding: 0px;
	margin:20px 0px 0 0;
	display: block;
	float: left;
	position:relative;

}
.list_carousel li img {
	margin:0px 0px 0 0px;
	
}
.list_carousel li span{
	 margin:0px 0px;
     padding:0 0px;
	 float:left;
	text-decoration:none;
	list-style:none;
	font-family: 'Conv_Ubuntu-R';
	font-weight:bolder;
	font-size:12px;
	color:#bfbebe;
	text-align:left;
	text-transform:uppercase;
	
}
.list_carousel li p{
margin:3px 0px;
padding:0px;
text-decoration:none;
list-style:none;
font-family: 'Raleway', sans-serif;
font-weight:normal;
font-size:12px;
color:#bfbebe;
float:left;
text-align:left;
line-height:16px;

	
}
.list_carousel li a.book:link, .list_carousel li a.book:visited {
	position:absolute;
	right:-35px;
	top:65px;
	z-index:99;
	width:64px;
	text-align:center;
	height:64px;
	background:url(book_now.png) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	line-height:15px;
	padding:16px 0 0 0;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}
.prev {
	float: right;
	margin:2px 0px 0 0px;
	background: url(../our_client_arro.png) no-repeat 0 0;
	text-indent:-9999px;
	width:23px;
	height:21px;
}
.next {
	float: right;
	margin:2px 0px 0 0;
	background:url(../our_client_arro.png) no-repeat -24px 0;
	text-indent:-9999px;
	width:23px;
	height:21px;
}
/*our client end*/




.inner_cont_inner
{
	margin:0px;
	padding:0px;
	float:left;
	width:980px;
	height:auto;
	/*background:#ccc;*/
	position:relative;
	z-index:-60;
}
.inner_cont_inner h1
{
	margin:10px 0;
	padding:5px 0px;
	font-family: 'Conv_Ubuntu-M';
	font-weight:normal;
	font-size:22px;
	color:#666;
	letter-spacing:1px;
	
}

.left_inner
{
	margin:0 0;
	padding:0;
	float:left;
	width:660px;
	height:auto;
	position:relative;
}
.right_inner
{
	margin:0;
	padding:0;
	float:right;
	width:276px;
	height:auto ;
	position:relative;
	
		
}




.product_content_left
{ margin:0px 0 0 0;
 padding:0;
  width:660px; 
  height:auto; 
   float:left;}
.product_container {
	width: 660px;
	margin: 0 ;
	padding:0;
}
.product_nav a{ color:#FFF;}

h2.acc_trigger {
	padding: 0;	
	margin: 0 0 0px 0;
	background: url(../images/accotian.png) no-repeat;
	background-position:0 -32px;
	height: 32px;	line-height: 46px;
	width: 660px;
	font-size:19px;
	font-weight: bold;
	float: left;
	
}
h2.acc_trigger a {
	color:#FFF;
	text-decoration: none;
	font-family: 'Conv_Ubuntu-M';
	font-weight:normal;
	font-size:14px;
	display: block;
	padding: 0 0 0 0px;
	margin:-7px 5px;
}
h2.acc_trigger a:hover {
	color: #FFF;
}
h2.active { color:#FFF;background-position: 0 0; }

.acc_container {
	margin: 0 0 5px; padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	width: 656px;
	height:auto;
	clear: both;
	background: #f0f0f0;
	border: 1px solid #d6d6d6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; 
}

.acc_container ul li 
{margin: 0px 0px 1px 10px;;

text-decoration:none;
list-style:none;
font-family: 'Raleway', sans-serif;
font-weight:normal;
font-size:12px;
color:#2d2c2c;
float:left;
text-align:left;
letter-spacing:0px;
line-height:18px;

	
}
.acc_container  p
{margin: 0px 0px 16px 10px;;

text-decoration:none;
list-style:none;
font-family: 'Raleway', sans-serif;
font-weight:normal;
font-size:12px;
color:#2d2c2c;

text-align:left;
letter-spacing:0px;
line-height:18px;

	
}

.c_gallery
{
	margin:0px 0 10px;
	padding:0px;
	float:left;
	width:276px;
	height:352px;
	background-color:#ededed;

}
.c_gallery .title
{
	margin:0px;
	float:left;
	padding:0px;
	width:276px;
	height:30px;
		background: #cb2122; /* Old browsers */
background: -moz-linear-gradient(top,  #cb2122 0%, #a71b1c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb2122), color-stop(100%,#a71b1c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cb2122 0%,#a71b1c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cb2122 0%,#a71b1c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cb2122 0%,#a71b1c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cb2122 0%,#a71b1c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb2122', endColorstr='#a71b1c',GradientType=0 ); /* IE6-9 */

	
}
.c_gallery .title h2
{
	color:#FFF;
	text-decoration: none;
	font-family: 'Conv_Ubuntu-M';
	font-weight:normal;
	font-size:14px;
	display: block;
	padding: 0 0 0 0px;
	margin:3px 5px;
}
.c_gallery1
{
	margin:0px 0 10px;
	padding:0px;
	float:left;
	width:276px;
	height:412px;
	background-color:#ededed;

}
.c_gallery1 .title
{
	margin:0px;
	float:left;
	padding:0px;
	width:276px;
	height:30px;
		background: #cb2122; /* Old browsers */
background: -moz-linear-gradient(top,  #cb2122 0%, #a71b1c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb2122), color-stop(100%,#a71b1c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cb2122 0%,#a71b1c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cb2122 0%,#a71b1c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cb2122 0%,#a71b1c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cb2122 0%,#a71b1c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb2122', endColorstr='#a71b1c',GradientType=0 ); /* IE6-9 */

	
}
.c_gallery1 .title h2
{
	color:#FFF;
	text-decoration: none;
	font-family: 'Conv_Ubuntu-M';
	font-weight:normal;
	font-size:14px;
	display: block;
	padding: 0 0 0 0px;
	margin:3px 5px;
}



#vertical-ticker
{ margin:40px 0px;
	height:308px;
	overflow:hidden;
	
}
#vertical-ticker3
{ margin:40px 0px;
	height:268px;
	overflow:hidden;
	
}
#vertical-ticker1
{ margin:40px 0px;
	height:370px;
	overflow:hidden;
	
}

#vertical-ticker li
{  
    margin:3px 0px;
	padding:0px 0px;
	display:block;
	color:#333;
	text-align:center;
	font-size:25px;
	font-weight:bold;
	font-family: Helvetica Neue, times, serif;
}
#vertical-ticker3 li
{  
    margin:3px 0px;
	padding:0px 0px;
	display:block;
	color:#333;
	text-align:center;
	font-size:25px;
	font-weight:bold;
	font-family: Helvetica Neue, times, serif;
}
#vertical-ticker1 li
{  
    margin:3px 0px;
	padding:0px 0px;
	display:block;
	color:#333;
	text-align:center;
	font-size:25px;
	font-weight:bold;
	font-family: Helvetica Neue, times, serif;
}



#navigation, #content,.section{
	padding:0;
	margin:0;
	list-style:none;
}
#content{
	overflow:hidden;
	width:550px;
	background-color:white;
	position:relative;
	height:329px;
	float:left;
}
	#content h2{
		color:#993333;
		margin:6px 9px;
	}
	#content a{
		color:#777;
		font-weight:bolder;
		text-decoration:none;
	}
#navigation{
	float:left;
	width:110px;
	height: auto;
	
}
	#navigation .sup{
		margin:0px 0px;
		font-size:12px;
		padding:10px;
		color:#FFF;
			
		background: #bfbfbf; /* Old browsers */
background: -moz-linear-gradient(top,  #bfbfbf 0%, #5a5a5a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfbfbf), color-stop(100%,#5a5a5a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #bfbfbf 0%,#5a5a5a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #bfbfbf 0%,#5a5a5a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #bfbfbf 0%,#5a5a5a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #bfbfbf 0%,#5a5a5a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#5a5a5a',GradientType=0 ); /* IE6-9 */

	}
	
	#navigation a :hover
	{
				background: #cb2122; /* Old browsers */
background: -moz-linear-gradient(top,  #cb2122 0%, #a71b1c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb2122), color-stop(100%,#a71b1c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cb2122 0%,#a71b1c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cb2122 0%,#a71b1c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cb2122 0%,#a71b1c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cb2122 0%,#a71b1c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb2122', endColorstr='#a71b1c',GradientType=0 ); /* IE6-9 */

		
	}
		
		#navigation ul{
			margin:5px 0;
			list-style:circle;
			padding-left:15px;						
		}
		#navigation a{
			color:white;
			font-weight:bolder;
			text-decoration:none;
		}				
		#navigation .sup li{
			margin: 3px 0 !important;
			margin:-4px 0;
			font-size:10px;
		}
		#navigation a.scrolling{
			color:#933;
		}
.section{
	width:1900px;
	position:relative;
}

	.section .sub{
		position:relative;
		float:left;
		width:629px;
		height:352px;
	}
		.section .sub p{
			padding:0px;
			width:534px;
			margin:7px 0 0 12px;
			font-size:85%;
			line-height:1.4em;
			line-height:18px;
			font-family: 'Raleway', sans-serif;
			color:#2D2C2C;
		}
		.section .next, .section .prev{
			font-size:18px;
			position:absolute;
			bottom:15px;
			letter-spacing:-2px;
		}
		.section .next{
			right:30px;
		}
		.section .prev{
			left:30px;
		}

.message{
	background:#EEE;
	border:1px solid #999;
	color:#333;
	font-size:12px;
	padding:1px;
	position:absolute;
	left:11px;
}
#first{
	top:484px !important;
	top:498px;			
}
#second{
	top:503px !important;
	top:517px;			
}




#vertical-ticker li span{
	 margin:8px 5px;
     padding:0 0px;
	 float:left;
	text-decoration:none;
	list-style:none;
	font-family: 'Conv_Ubuntu-R';
	font-weight:bolder;
	font-size:12px;
	color:#6e6e6e;
	text-align:left;
	text-transform:uppercase;
	
}

#vertical-ticker3 li span{
	 margin:8px 5px;
     padding:0 0px;
	 float:left;
	text-decoration:none;
	list-style:none;
	font-family: 'Conv_Ubuntu-R';
	font-weight:bolder;
	font-size:12px;
	color:#6e6e6e;
	text-align:left;
	text-transform:uppercase;
	
}
#vertical-ticker1 li span{
	 margin:14px -88px;
     padding:0 0px;
	 float:left;
	text-decoration:none;
	list-style:none;
	font-family: 'Conv_Ubuntu-R';
	font-weight:bolder;
	font-size:12px;
	color:#6e6e6e;
	text-align:left;
	text-transform:uppercase;
	
}
#vertical-ticker li p{
margin:3px 5px;
padding:0px;
text-decoration:none;
list-style:none;
font-family: 'Raleway', sans-serif;
font-weight:normal;
font-size:12px;
color:#6e6e6e;
float:left;
text-align:left;
line-height:19px;

	
}
#vertical-ticker3 li p{
margin:3px 5px;
padding:0px;
text-decoration:none;
list-style:none;
font-family: 'Raleway', sans-serif;
font-weight:normal;
font-size:12px;
color:#6e6e6e;
float:left;
text-align:left;
line-height:19px;

	
}
#vertical-ticker1 li p{
margin:3px 5px;
padding:0px;
text-decoration:none;
list-style:none;
font-family: 'Raleway', sans-serif;
font-weight:normal;
font-size:12px;
color:#6e6e6e;
float:left;
text-align:left;
line-height:19px;

	
}
.read_mor1
{
margin:-8px 0px 8px 176px;
padding:0 0px 0 0px;
text-decoration:none;
float:left;
list-style:none;
font-family: 'Conv_Ubuntu-R';
font-weight:normal;
font-size:12px;
color:#cd2122;
text-align:left;
}

.titlte_bg
{
	margin:20px 0 20px;
	padding:0px;
	width:332px;
	height:47px;
	background:#4a4a4a;
	
	
}

.titlte_bg h2
{   padding:10px 5px;
	float:left;
	color:#fff;
	font-family: 'Conv_Ubuntu-R';
	font-size:14px;
	text-transform:uppercase;
	font-weight:normall;	
}

.titlte_bg .arro_icons
{
	margin:0px 0 0px;
	padding:0px;
	width:15px;;
	height:12px;
	background:url(../images/title_arro.png) no-repeat;
	position:relative;
	top:45px;
	left:150px;
}

.faclity_1
{
	margin:20px 0px;
	padding:0px;
	float:left;
	width:315px;
	height:auto;
	background-color:#FFF;
}

.faclity_2
{
	margin:20px 0px;
	padding:0px;
	float:right;
	width:315px;
	height:344px;
	background-color:#FFf;
}
.titlte_bg_1
{
	margin:0px 0 0px;
	padding:0px;
	width:315px;
	height:47px;
	background:#4a4a4a;
	
	
}

.titlte_bg_1 h2
{   padding:10px 5px;
	float:left;
	color:#fff;
	font-family: 'Conv_Ubuntu-R';
	font-size:14px;
	text-transform:uppercase;
	font-weight:normall;	
}

.titlte_bg_1 .arro_icons
{
	margin:0px 0 0px;
	padding:0px;
	width:15px;;
	height:12px;
	background:url(../images/title_arro.png) no-repeat;
	position:relative;
	top:45px;
	left:150px;
}

.titlte_bg_1_client
{
	margin:0px 0 0px;
	padding:0px;
	width:210px;
	height:47px;
	background:#4a4a4a;
	text-align:center;
	
	
}

.titlte_bg_1_client h2
{   padding:10px 55px;
	float:left;
	color:#fff;
	font-family: 'Conv_Ubuntu-R';
	font-size:14px;
	text-transform:uppercase;
	font-weight:normall;
	text-align:center;
		
}

.titlte_bg_1_client .arro_icons
{
	margin:0px 0 0px;
	padding:0px;
	width:15px;;
	height:12px;
	background:url(../images/title_arro.png) no-repeat;
	position:relative;
	top:45px;
	left:100px;
}


.faclity_1 p, .faclity_2 p
{
	margin:0px;
	padding:10px;
	 float:left;
	font-family: 'Raleway', sans-serif;
	font-size:12px;
	text-align:justify;
	line-height:18px;
	color:#2D2C2C;

}

.product
{
	margin:0px;
	padding:0px;
	float:left;
	width:660px;
	height: auto;

	border-top:#b1afaf 1px solid;
	
}
.pragrap_img
{
	margin:0px;
	padding:0px;
	float:left;
	width:674px;
	height:auto;
}
.pragrap_img p
{
	margin:0px;
	padding:10px;
	/*float:left;*/
	font-family: 'Raleway', sans-serif;
	font-size:12px;
	text-align:justify;
	line-height:20px;
	color:#2D2C2C;
	
}
.product img
{
	margin:10px 11px;
	padding:0px;
	float:right;
	width:228;
	height:226;
}



/* ------------------------------------------------- */

#tabs{
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#tabs li{
  float: left;
  margin: 0 .5em 0 0;
}

#tabs a{
  position: relative;
  background: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
  background-image: -webkit-linear-gradient(top, #fff, #ddd);
  background-image: -moz-linear-gradient(top, #fff, #ddd);
  background-image: -ms-linear-gradient(top, #fff, #ddd);
  background-image: -o-linear-gradient(top, #fff, #ddd);
  background-image: linear-gradient(to bottom, #fff, #ddd);  
  padding: .7em 3.5em;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  -moz-box-shadow: 0 2px 2px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
  box-shadow: 0 2px 2px rgba(0,0,0,.4);
}

#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after{
	color:#FFF;
	background: #cb2122; /* Old browsers */
background: -moz-linear-gradient(top,  #cb2122 0%, #a71b1c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb2122), color-stop(100%,#a71b1c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cb2122 0%,#a71b1c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cb2122 0%,#a71b1c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cb2122 0%,#a71b1c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cb2122 0%,#a71b1c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb2122', endColorstr='#a71b1c',GradientType=0 ); /* IE6-9 */
}


#tabs a:focus{
  outline: 0;
}

#tabs a::after{
  content:'';
  position:absolute;
  z-index: 1;
  top: 0;
  right: -.5em;  
  bottom: 0;
  width: 1em;
  background: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
  background-image: -webkit-linear-gradient(top, #fff, #ddd);
  background-image: -moz-linear-gradient(top, #fff, #ddd);
  background-image: -ms-linear-gradient(top, #fff, #ddd);
  background-image: -o-linear-gradient(top, #fff, #ddd);
  background-image: linear-gradient(to bottom, #fff, #ddd);  
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -ms-transform: skew(10deg);
  -o-transform: skew(10deg);
  transform: skew(10deg);
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;  
}

#tabs #current_1 a,
#tabs #current_1 a::after{
	background: #cb2122; /* Old browsers */
background: -moz-linear-gradient(top,  #cb2122 0%, #a71b1c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb2122), color-stop(100%,#a71b1c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cb2122 0%,#a71b1c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cb2122 0%,#a71b1c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cb2122 0%,#a71b1c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cb2122 0%,#a71b1c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb2122', endColorstr='#a71b1c',GradientType=0 ); /* IE6-9 */
 z-index: 3;
}

/* ------------------------------------------------- */

#content_1
{
    background: #fff;
    padding: 2em;
	height:auto;
	position: relative;
	z-index: 2;	
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
    -moz-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
    box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
}

#content_1 h2, #content_1 h3
{
    margin: 0 0 15px 0;
	color:#2D2C2C;
}
#content_1 p
{
    margin:-14px 1px 15px 0;
	color:#2D2C2C;
	line-height:19px;
}





/* ------------------------------------------------- */



.client1
{
	margin:0px 5px;
	padding:0px;
	float:left;
	height:300px;
	width:210px;
	background:#fff;
}
.top_banner_client
{
	margin:0px;
	padding:0px;
	float:left;
	width:210px;
	height:200px;
	background-color:#00C;
}





.bar {
	background-color: #111;
	color: #f0f0f0;
	box-shadow: 0px 0px 2px #333;
	line-height: 25px;
	padding: 0px 20px;
}
.bar a {
	color: #DDD;
}
.bar a:hover {
	color: #FFFFFF;
}

.ticker {
	width: 500px;
	height: 40px;
	overflow: hidden;
	border: 1px solid #DDD;
	margin: 0;
	padding: 0;
	list-style: none;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #DDD;
}

#ticker_02 {
	height: 120px;
}

.ticker li {
	height: 1000px;
	border-bottom: 1px dotted #DDD;
	padding: 5px;
	margin: 0px 5px;
}

#ticker_04 {
	height: 150px;
}
#ticker_04 li {
	height: 100px;
	overflow: hidden;
} 
#ticker_04 img {
	float: left;
	height: 40px;
	width: 40px;
	margin-right: 10px;
} 

#example_4 { display: none;}



.client1 ul
{
	margin:15px 0px;
	padding:0px
	
}
.client1 ul li
{
	margin:0px;
	padding:10px;
	text-decoration:none;
	list-style-position:inside;
	list-style-image:url(../images/mark_sid_aroo.png);
	z-index:90;
	text-transform:capitalize;
}
.client1 a
{
	margin:0px;
	padding:0 10px;
	float:left;
	font-size:12px;
	color:#b21d1e;
	text-decoration:none;
}
.cnt_frm 
{
	margin:-15px 0;
	width:330px;
	height:auto;
	float:left;
	background-color:#;
}
.cnt_frm label { width:80px; float:left; margin:10px 0; }
.cnt_frm input { width:200px; padding:6px; margin:10px 0; background-color:#CCC; border:none;}
.cnt_frm textarea { width:250px; padding:0px; margin:10px 0; background-color:#CCC; border:none;}
.cnt_frm input[type="submit"], .cnt_frm input[type="reset"] 
{
	color:#FFF; font-weight:bold; text-transform:uppercase; border-radius:3px;
width:100px; background: #cb2122; /* Old browsers */
background: -moz-linear-gradient(top,  #cb2122 0%, #a71b1c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb2122), color-stop(100%,#a71b1c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cb2122 0%,#a71b1c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cb2122 0%,#a71b1c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cb2122 0%,#a71b1c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cb2122 0%,#a71b1c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb2122', endColorstr='#a71b1c',GradientType=0 ); /* IE6-9 */}
.map
{
	margin:20px 0;
	width:400px;
	height:351px;
	float:left;
	border:2px #333 solid;
}
.global_cnt p, .global_cnt2 p
{
	padding:6px 0;
	line-height:10px;
	font-size:13px;
}
.global_cnt2
{
	margin:10px 0;
}
.left_inner_cnt
{
	margin:0 0;
	padding:0;
	float:left;
	width:638px;
	height:auto;
}

