

/*reset css*/
.cleared
{
   display:block;
   clear: both;
   float: none;
   margin: 0;
   padding: 0;
   border: none;
   font-size: 0;
   height:0;
   overflow:hidden;
}
 
.reset-box
{
   overflow:hidden;
   display:table;
}

#reset-box-height
{
   height:40px;
}


/*reset css here*/

.menu{
	width:100%;
	height:67px;
	background:url(images/menu_bg.jpg);
}
.nav{
	width:1124px;
	height:50px;
	margin:0 auto;
	padding:0;
}

.nav_1{
	width:1100px;
   	margin:0 auto;
	position:relative;
    top:-5px;
}

/* menu start here */

  /* begin Menu */
/* menu structure */

ul.clix-hmenu a, ul.clix-hmenu a:link, ul.clix-hmenu a:visited, ul.clix-hmenu a:hover
{
   outline: none;
   position: relative;
   z-index: 11;
}

ul.clix-hmenu, ul.clix-hmenu ul
{
   display: block;
   margin: 0;
   padding: 0;
   border: 0;
   list-style-type: none;
}

ul.clix-hmenu li
{
   margin: 0;
   padding: 0;
   border: 0;
   display: block;
   float: left;
   position: relative;
   z-index: 5;
   background: none;
}

ul.clix-hmenu li:hover{
   z-index: 10000;
   white-space: normal;
}
ul.clix-hmenu li li{
   float: none;
   width: auto;
}
ul.clix-hmenu li:hover>ul {
   visibility: visible;
   top: 100%;
}
ul.clix-hmenu li li:hover>ul {
   top: 0;
   left: 100%;
}
ul.clix-hmenu:after, ul.clix-hmenu ul:after
{
   content: ".";
   height: 0;
   display: block;
   visibility: hidden;
   overflow: hidden;
   clear: both;
}
ul.clix-hmenu, ul.clix-hmenu ul {
   min-height: 0;
}

ul.clix-hmenu ul
{
   visibility: hidden;
   position: absolute;
   z-index: 10;
   left: 0;
   top: 0;
   background-image: url('images/spacer.html');
   padding: 10px 30px 30px 30px;
   margin: -10px 0 0 -30px;
}

ul.clix-hmenu ul.clix-hmenu-left-to-right {
   right: auto;
   left: 0;
   margin: -10px 0 0 -30px;
}
ul.clix-hmenu ul.clix-hmenu-right-to-left {
   left: auto;
   right: 0;
   margin: -10px -30px 0 0;
}

ul.clix-hmenu ul ul
{
   padding: 30px 30px 30px 10px;
   margin: -30px 0 0 -10px;
}

ul.clix-hmenu ul ul.clix-hmenu-left-to-right
{
   right: auto;
   left: 0;
   padding: 30px 30px 30px 10px;
   margin: -30px 0 0 -10px;
}

ul.clix-hmenu ul ul.clix-hmenu-right-to-left
{
   left: auto;
   right: 0;
   padding: 30px 10px 30px 30px;
   margin: -30px -10px 0 0;
}

ul.clix-hmenu li li:hover>ul.clix-hmenu-left-to-right {
   right: auto;
   left: 100%;
}
ul.clix-hmenu li li:hover>ul.clix-hmenu-right-to-left {
   left: auto;
   right: 100%;
}

ul.clix-hmenu{
   position:relative;
   padding: 6px 3px 6px 3px;
   float: left;
}

/* end menu structure */

/* menu bar */

.clix-nav
{
   margin:0 auto;
   min-height: 73px;
   z-index: 100;
   margin-top: 0;
   margin-bottom: 0;
}

/* end menu bar */
.clix-nav-outer{
   position:absolute;
   width:100%;
}

/* end Menu */

/* begin MenuItem */
ul.clix-hmenu>li>a
{
   position: relative;
   display: block;
   height: 61px;
   cursor: pointer;
   text-decoration: none;
   color: #DEE5F2;
   padding: 2px 22px;
   line-height: 61px;
   text-align: center;
   font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

ul.clix-hmenu>li>a:before, ul.clix-hmenu>li>a:after
{
   position: absolute;
   display: block;
   content:' ';
   top: 0;
   bottom:0;
   z-index: -1;
   background-image: url('images/menuitem.html');
}

ul.clix-hmenu>li>a:before
{
   left: 0;
   right: 0;
   background-position: top left;
}

ul.clix-hmenu>li>a:after
{
   width: 0;
   right: 0;
   background-position: top right;
}

.clix-hmenu a, .clix-hmenu a:link, .clix-hmenu a:visited, .clix-hmenu a:hover
{
   font-weight: bold;
   font-size: 12px;
   text-align: left;
   text-decoration: none;
}

ul.clix-hmenu>li>a.active:before {
   background-position: bottom left;
}
ul.clix-hmenu>li>a.active:after {
   background-position: bottom right;
}
ul.clix-hmenu>li>a.active {
   color: #DEE5F2;
}

ul.clix-hmenu>li>a:hover:before, ul.clix-hmenu>li:hover>a:before {
   background-position: center left;
}
ul.clix-hmenu>li>a:hover:after, ul.clix-hmenu>li:hover>a:after {
   background-position: center right;
}
ul.clix-hmenu>li>a:hover, ul.clix-hmenu>li:hover>a{
   color: #F31B26;
}

/* end MenuItem */

/* begin MenuSeparator */

ul.clix-hmenu>li {
   margin-left:8px;
}
ul.clix-hmenu>li:first-child {
   margin-left:0;
}

/* end MenuSeparator */

/* begin MenuSubItem */
.clix-hmenu ul a
{
   display: block;
   white-space: nowrap;
   height: 23px;
   background-image: url('images/subitem.png');
   background-position: left top;
   background-repeat: repeat-x;
   border-width: 0;
   border-style: solid;
   min-width: 130px;
   text-align: left;
   text-decoration: none;
   line-height: 23px;
   color: #E0E0E0;
   font-weight: normal;
   margin:0;
   padding: 0px 8px;
   font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.clix-hmenu ul>li:first-child>a
{
   border-top-width: 0;
}

.clix-hmenu ul a:link, .clix-hmenu ul a:visited, .clix-hmenu ul a:hover, .clix-hmenu ul a:active
{
   text-align: left;
   text-decoration: none;
   line-height: 23px;
   color: #E0E0E0;
   font-weight: normal;
   margin:0;
   padding: 0px 8px;
}

.clix-hmenu ul li a:hover
{
   color: #350305;
   background-position: left bottom;
   border-top-width: 0 !important;
}

.clix-hmenu ul li:hover>a
{
   color: #350305;
   background-position: left bottom;
   border-top-width: 0 !important;
}

/* end MenuSubItem */


/*  menu start here */

.logo{
	width:1124px;
	height:90px;
	margin:0 auto;
	padding:0;
}
.logo img{
	width:411px;
	height:70px;
	margin:10px 0px 0px 350px;
	padding:0;
	float:left;
}
/*Start of banner*/
/*.banner{
	width:1210px;
	height:452px;
	margin:0 auto;
	padding:0;
	display:block;
	background:url(images/banner.jpg) no-repeat;
}*/


.banner{
    width:100%;
	height:452px;
	margin:0 auto;
	padding:0;
	display:block;
	/*background:url(images/banner.jpg) no-repeat; */
	z-index:-1;
}




/*end of banner*/
/*start of clix_banner_content*/
.clix_banner_content{
	width:1124px;
	height:auto;
	margin:0 auto;
	padding-bottom:60px;
	margin-top:-35px;
	display:block;
}
.clix_hero, .clix_tata, .clix_suzuki, .clix_real{
	width:200px;
	height:365px;
	margin:0;
	padding:0;
	float:left;
}
.clix_hero img, .clix_tata img, .clix_suzuki img, .clix_ply img, .clix_real img{
	width:141px;
	height:140px;
	margin:0 29px;
	padding:0;
}
.clix_hero h2, .clix_tata h2, .clix_suzuki h2, .clix_ply h2, .clix_real h2{
	font-family:Open Sans;
	font-size:20px;
	color:#005BAB;
	text-align:left;
	margin-top:20px;
	padding:0;
	font-weight:lighter;
}
.clix_hero p, .clix_tata p, .clix_suzuki p, .clix_ply p, .clix_real p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#545759;
	margin-top:10px;
	padding:0;
	text-align:left;
}
.clix_hero .read, .clix_tata .read, .clix_suzuki .read, .clix_ply .read, .clix_real .read{
	width:80px;
	height:16px;
	margin:35px 0px 0px 5px;
	padding:0;
	float:left;
}

.clix_tata{
	margin-left:28px;
}
.clix_tata .read{
	margin:29px 0px 0px 5px;
}
.clix_suzuki{
	margin-left:28px;
}
.clix_suzuki .read{
	margin:35px 0px 0px 5px;
}

.clix_ply{
	width:210px;
	height:365px;
	float:left;
}

.clix_ply{
	margin-left:28px;
}
.clix_ply .read{
	margin:12px 0px 0px 5px;
}

.clix_real{
	margin-left:30px;
	float:left;
}
.clix_real .read{
	margin:35px 0px 0px 5px;
}

/*end of clix_banner_content*/
/*//////////////*/

/*start of clix_welcome_wrapper*/

.clix_welcome_wrapper{
	width:100%;
	height:auto;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:40px;
	background:#DCE0E1;
	clear:both;
	display:block;
}
.clix_main_welcome_wrapper{
	width:1124px;
	height:400px;
	margin:0 auto;
	padding-bottom:0px;
	display:block;
}

/*start of clix_welcome*/
.clix_welcome{
	width:262px;
	height:auto;
	margin:0;
	padding:0;
	float:left;
	display:block;
}
.clix_welcome h2{
	font-family:Open Sans;
	font-size:20px;
	color:#347AB6;
	text-align:left;
	margin:0;
	padding:0;
	display:block;
	font-weight:lighter;
	letter-spacing:normal;
}
.clix_welcome p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#535759;
	text-align:left;
	margin-top:15px;
	line-height:17px;
	padding:0;
}

.clix_welcome img{
	width:101px;
	height:20px;
	margin-top:20px;
	margin-right:5px;
	padding:0;
	float:right;
}
/*end of clix_welcome*/

/*/////////////////*/

/*start of tab*/
.clix_tab{
	width:845px;
	height:355px;
	margin-top:30px;
	padding:0;
	float:right;
}
.clix_tab_bc{
	width:845px;
	height:225px;
	margin:0 auto;
	padding:0;
	display:block;
}

/*end of tab*/
/*end of clix_welcome_wrapper*/
/*////////////////////////////*/
/*start of footer part*/
.clix_footer{
	width:1210px;
	height:auto;
	margin:0 auto;
	margin-top:15px;
	padding-top:20px;
	padding-bottom:20px;
	background:#383838;
}

.clix_main_footer{
	width:1124px;
	height:190px;
	margin:0 auto;
	padding:0;
}
/*start of clix_left*/	
.clix_left{
	width:350px;
	height:190px;
	margin:0;
	padding:0;
	float:left;
	margin-left:5px;
	display:block;
}
.clix_news{
	width:304px;
	height:33px;
	margin:0;
	padding:0;
	float:left;
	border-bottom:1px solid #252525;

}


.clix_news h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#BFC4C6;
	text-align:left;
	margin:0;
	padding:0;
}
.clix_news_detail{
	width:350px;
	height:140px;
	margin-top:16px;
	padding:0;
	float:left;
}
.clix_news_left, .clix_news_right{
	width:160px;
	height:140px;
	margin:0;
	padding:0;
	float:left;
}
.clix_news_left h4, .clix_news_right h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#7F8487;
	text-align:left;
	margin:0;
	padding:0;
	font-weight:normal;
}
.clix_news_left p, .clix_news_right p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7F8487;
	text-align:left;
	margin-top:20px;
	padding:0;
	font-weight:normal;
}
.clix_news_right{
	margin-left:27px;
}
.clix_news_right .read{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7F8487;
	text-align:left;
	margin-left:80px;
}
.clix_news_right .read a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7F8487;
	text-align:left;
	text-decoration:underline;
}
.clix_news_right .read a:hover{
	text-decoration:underline;
	color:#fff;
}

/*end of clix_left*/

/*start of middle*/
.clix_middle{
	width:300px;
	height:190px;
	margin-left:110px;
	padding:0;
	float:left;
}
.clix_inform{
	width:280px;
	height:33px;
	margin:0;
	padding:0;
	float:left;
	border-bottom:1px solid #252525;
}
.clix_inform h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#BFC4C6;
	text-align:left;
	margin:0;
	padding:0;
}
.clix_inform_detail{
	width:300px;
	height:140px;
	margin-top:16px;
	padding:0;
	float:left;
}

.clix_inform_left{
	width:120px;
	height:140px;
	margin:0;
	padding:0;
	float:left;
}
.clix_inform_left p a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7F8487;
	text-align:left;
	line-height:20px;
	margin:0;
	padding:0;
	text-decoration:none;
}
.clix_inform_left p a:hover{
	color:#fff;
	text-decoration:none;
}


.clix_inform_right{
	width:120px;
	height:140px;
	margin-left:60px;
	padding:0;
	float:left;
}
.clix_inform_right p a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7F8487;
	text-align:left;
	line-height:20px;
	margin:0;
	padding:0;
	text-decoration:none;
}
.clix_inform_right p a:hover{
	color:#fff;
	text-decoration:none;
}
/*end of middle*/

/*start of right*/
.clix_right{
	width:230px;
	height:190px;
	margin:0;
	padding:0;
	float:right;
}
.clix_solution{
	width:230px;
	height:33px;
	margin:0;
	padding:0;
	float:left;
	border-bottom:1px solid #252525;
}
.clix_solution h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#BFC4C6;
	text-align:left;
	margin:0;
	padding:0;
}
.clix_solution_detail{
	width:230px;
	height:140px;
	margin-top:16px;
	padding:0;
	float:left;
}
.clix_solution_detail p a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7F8487;
	text-align:left;
	line-height:20px;
	margin:0;
	padding:0;
	text-decoration:none;
}
.clix_solution_detail p a:hover{
	color:#fff;
	text-decoration:none;
}
/*end of right*/
/*end of footer part*/

/*start of last footer part*/
.clix_last_footer{
	width:1124px;
	height:40px;
	margin:0 auto;
	padding:0;
}
.clix_left_one{	
	width:360px;
	height:40px;
	margin:0;
	padding:0;
	float:left;
}
.clix_left_one p{
	font-family:Arial, Helvetica, sans-serif;
	color:#71767C;
	font-size:13px;
	text-align:left;
	margin:0;
	padding:10px 0px 0px 20px;
}
.clix_middle_one{	
	width:300px;
	height:40px;
	margin-left:120px;
	padding:0;
	float:left;
}
.clix_middle_one p{
	font-family:Arial, Helvetica, sans-serif;
	color:#71767C;
	font-size:13px;
	text-align:left;
	margin:0;
	padding:10px 0px 0px 0px;
}

.clix_middle_one span a{
	font-family:Arial, Helvetica, sans-serif;
	color:#71767C;
	font-size:13px;
	text-decoration:none;
}
.clix_middle_one span a:hover{
	color:#000;
	text-decoration:none;
}

.clix_right_one{	
	width:200px;
	height:40px;
	margin-left:140px;
	padding:0;
	float:left;
}
.clix_right_one p{
	width:80px;
	font-family:Arial, Helvetica, sans-serif;
	color:#71767C;
	font-size:13px;
	text-align:left;
	margin:0;
	padding:10px 0px 0px 0px;
	float:left;
}
.clix_last_link{
	width:100px;
	height:20px;
	margin-top:10px;
	padding:0;
	float:left;
}
clix_right_one img{
	width:20px;
	height:20px;
	margin:0px;
	padding:0px;
	float:left;
}

/*end of last footer part*/




/*for iner css*/
.clix_innerpage_con{
	width:1050px;
	height:auto;
	margin:0 auto;
	padding-bottom:30px;
	display:block;
}
	
.clix_innerpage_con p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	/*text-align:justify;*/
	margin:0;
	padding:10px 0px 10px 0px;
	font-weight:normal;
	line-height:20px;
}

/*for iner css*/
.hi{
	width:999px;
	margin:0 auto;
	padding:0;
	display:block;
}

p.bcd{
	text-align:center;
	margin:0;
	padding:0;
}
/*THIS IS FOR INNER PAGE*/	
a.link1:link {
	color: #FFFFFF;
	font-family: Tahoma;
	background-image: none;
	text-decoration: none;
}
a.link1:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.link1:hover {
	background-image: none;
	color: #849BC4;
	text-decoration: none;
}

a.link1:active {
	color: #FFFFFF;
	text-decoration: none;
}


a.link2:link {
	color: #121E59;
	font-family: "Lucida Sans";
	background-image: url(images/theam_btn_1.html);
	text-decoration: none;
	line-height: 25px;
	text-align: left;
	height: 25px;
	width: 221px;
	display: block;
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 6px;
	font-weight: bold;
}
a.link2:visited {
	color: #121E59;
	text-decoration: none;
	text-align: left;
	text-indent: 6px;
	display: block;
	height: 25px;
	width: 221px;
	font-family: "Lucida Sans";
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	background-image: url(images/theam_btn_1.html);
	background-repeat: no-repeat;
	background-position: left center;
}
a.link2:hover {
	background-image: url(images/theam_btn_1.html);
	color: #121E59;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 25px;
	width: 221px;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
	text-indent: 6px;
	font-family: "Lucida Sans";
	font-size: 16px;
	background-color: #E0DFE3;
}

a.link2:active {
	background-image: url(images/bg_menu_hover.html);
	color: #121E59;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 25px;
	width: 221px;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
	text-indent: 6px;
	visibility: visible;
	font-family: "Lucida Sans";
	font-size: 16px;
}


a.link3:link {
	color: #FFFFFF;
	font-family: "Lucida Sans";
	background-image: url(images/theam_btn_2.html);
	text-decoration: none;
	line-height: 23px;
	text-align: left;
	height: 23px;
	width: 84px;
	display: block;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: normal;
	text-indent: 9px;
}
a.link3:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	text-indent: 9px;
	display: block;
	height: 23px;
	width: 84px;
	font-family: "Lucida Sans";
	font-size: 11px;
	line-height: 23px;
	font-weight: normal;
	background-image: url(images/theam_btn_1.html);
	background-repeat: no-repeat;
	background-position: left center;
}
a.link3:hover {
	background-image: url(images/theam_btn_2.html);
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 23px;
	width: 84px;
	font-weight: normal;
	line-height: 23px;
	text-align: left;
	font-family: "Lucida Sans";
	font-size: 11px;
	text-indent: 9px;
}

a.link3:active {
	background-image: url(images/theam_btn_2.html);
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 23px;
	width: 84px;
	font-weight: normal;
	line-height: 23px;
	text-align: left;
	text-indent: 9px;
	font-family: "Lucida Sans";
	font-size: 11px;
}


a.link4:link {
	background-image: url(images/bullet_1.html);
	text-decoration: none;
	color: #A60000;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, "Lucida Sans";
	font-size: 11px;
	display: block;
	background-repeat: no-repeat;
	background-position: right 3px;
	width: 74px;
	height: 13px;
	line-height: 13px;
	text-align: left;
	vertical-align: middle;
}

a.link4:visited {
	background-image: url(images/bullet_1.html);
	text-decoration: none;
	color: #A60000;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, "Lucida Sans";
	font-size: 11px;
	display: block;
	background-repeat: no-repeat;
	background-position: right 3px;
	width: 74px;
	height: 13px;
	line-height: 13px;
	text-align: left;
	vertical-align: middle;
}

a.link4:hover {
	background-image: url(images/bullet_1.html);
	text-decoration: none;
	color: #A60000;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, "Lucida Sans";
	font-size: 11px;
	display: block;
	background-repeat: no-repeat;
	background-position: right 3px;
	width: 74px;
	height: 13px;
	line-height: 13px;
	text-align: left;
	vertical-align: middle;
}

a.link4:active {
	background-image: url(images/bullet_1.html);
	text-decoration: none;
	color: #A60000;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, "Lucida Sans";
	font-size: 11px;
	display: block;
	background-repeat: no-repeat;
	background-position: right 3px;
	width: 74px;
	height: 13px;
	line-height: 13px;
	text-align: left;
	vertical-align: middle;
}

a.link6:link {
	font-size: 11px;
	font-weight: normal;
	color: #4B4B4B;
	font-style: normal;
	line-height: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(images/footer_link_btn.html);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 10px;
	display: block;
}

a.link6:visited {
	font-size: 11px;
	font-weight: normal;
	color: #4B4B4B;
	font-style: normal;
	line-height: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(images/footer_link_btn.html);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 10px;
	display: block;
	}

a.link6:hover {
	font-size: 11px;
	font-weight: normal;
	color: #993300;
	font-style: normal;
	line-height: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(images/footer_link_btn.html);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 10px;
	display: block;
}

a.link6:active {
	font-size: 11px;
	font-weight: normal;
	color: #4B4B4B;
	font-style: normal;
	line-height: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(images/footer_link_btn.html);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 10px;
	display: block;
	}

 a.link7:link {
 font-size: 11px;
 font-weight: normal;
 color: #4B4B4B;
 font-style: normal;
 line-height: 19px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-decoration: none;
}
 
a.link7:visited {
 font-size: 11px;
 font-weight: normal;
 color: #4B4B4B;
 font-style: normal;
 line-height: 19px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-decoration: none;
 }
 
a.link7:hover {
 font-size: 11px;
 font-weight: normal;
 color: #993300;
 font-style: normal;
 line-height: 19px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}
 
a.link7:active {
 font-size: 11px;
 font-weight: normal;
 color: #4B4B4B;
 font-style: normal;
 line-height: 19px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-decoration: none;
 }




a.link_menu:link {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, "Lucida Sans";
	font-size: 13px;
	line-height: 34px;
	font-weight: bold;
	background-position: left top;
	display: block;
	height: 34px;
	width: 100%;
}

a.link_menu:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, "Lucida Sans";
	font-size: 13px;
	line-height: 34px;
	font-weight: bold;
	background-position: left top;
	display: block;
	height: 34px;
	width: 100%;
	}

a.link_menu:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, "Lucida Sans";
	font-size: 13px;
	line-height: 34px;
	font-weight: bold;
	background-image: url(images/menu_hover.html);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 34px;
	width: 100%;
}

a.link_menu:active {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, "Lucida Sans";
	font-size: 13px;
	line-height: 34px;
	font-weight: bold;
	background-image: url(images/menu_hover.html);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 34px;
	width: 100%;
	}
	a.link5:link {
	background-image: url(images/a.html);
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 279px;
	height: 175px;
}

a.link5:visited {
	text-decoration: none;
	color: #A60000;
	}

a.link5:hover {
	text-decoration: none;
	color: #A60000;
}

a.link5:active {
	text-decoration: none;
	color: #A60000;
	}



.header_texture_right_panel {
	display: block;
	background-image: url(images/header_texture_right_panel.html);
	background-repeat: repeat-x;
	background-position: left center;
	margin: 0;
	padding: 0;
}
.bg_mail_btm {
	background-image: url(images/header_texture_2.html);
	background-repeat: repeat-x;
	background-position: center bottom;
	width: 100%;
	display: block;
}
.home_pg_menu_texture {
	display: block;
	background-image: url(images/home_pg_menu_texture.html);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	padding: 0;
}
.home_pg_tham_texture {
	display: block;
	background-image: url(images/home_pg_theam_panel_texture_2.html);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	padding: 0;
	height: 395px;
}
.qns_header_text_1 {
	font-family: "Lucida Sans";
	font-size: 15px;
	font-weight: bold;
	color: #C00015;
	text-align: left;
	vertical-align: middle;
	font-style: normal;
	line-height: normal;
	letter-spacing: -2px;
}
.header_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C9C8C4;
	text-align: left;
	font-style: normal;
}
.menu_bar_line {
	background-image: url(images/menu_line.html);
	background-repeat: no-repeat;
	background-position: right center;
	height: 32px;
}
.menu_bar_texture {
	text-align: left;
	background-image: url(images/menu_texture.html);
	background-repeat: repeat-x;
	background-position: left center;
}
.qns_menu_text {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-family: "Lucida Sans";
	font-style: normal;
	line-height: 34px;
}
.qns_menu_text_1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-family: "Lucida Sans";
	font-style: italic;
	text-indent: 2px;
}
.qns_theam_left_text_1 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	font-family: "Lucida Sans";
	font-style: normal;
	text-indent: 2px;
}
.bottom_texture {
	background-image: url(images/footer_texture.html);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
}
.footer_table_color{
	background-color: #E7E7E7;
	height: 107px;
}


.g1 { background: #525A6D; background: -moz-linear-gradient(top, #353B47 0%, #525A6D 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#353B47), color-stop(100%,#525A6D)); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353B47', endColorstr='#525A6D',GradientType=0 );}

.g2 { background: #353B47; background: -moz-linear-gradient(top, #525A6D 0%, #353B47 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#525A6D), color-stop(100%,#353B47)); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525A6D', endColorstr='#353B47',GradientType=0 );
}
.qns_header_text_2 {
	font-family: "Lucida Sans";
	font-size: 15px;
	font-weight: bold;
	color: #223392;
	text-align: left;
	vertical-align: middle;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1px;
}
.qns_header_text_3 {

	font-family: "Lucida Sans";
	font-size: 16px;
	font-weight: bold;
	color: #7B7FB1;
	text-align: left;
	vertical-align: middle;
	font-style: italic;
	line-height: 26px;
	letter-spacing: 0px;
}
.theampanel_texture {

	text-align: left;
	background-image: url(images/theam_panel_texture.html);
	background-repeat: repeat-x;
	background-position: left top;
}
.middle_1 {
	background-image: url(images/middle_img_1.html);
	background-repeat: no-repeat;
	background-position: right top;
}
.middle_texture {
	background-image: url(images/middle_img_texture.html);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 182px;
}
.middle_2 {

	background-image: url(images/middle_img_2.html);
	background-repeat: no-repeat;
	background-position: left top;
}
.middle_3 {


	background-image: url(images/middle_img_4.html);
	background-repeat: no-repeat;
	background-position: right top;
	height: 182px;
}
.middle_4_line {
	background-image: url(images/middle_page_upper_line.html);
	background-repeat: repeat-x;
	background-position: left center;
	height: 25px;
}
.qns_middle_text_header {

	font-size: 28px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	font-family: 'Droid Sans', sans-serif, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-indent: 2px;
}

.qns_middle_text_liner_2 {
	font-size: 15px;
	font-weight: bold;
	color: #3E3E3E;
	text-align: left;
	font-style: normal;
	line-height: 25px;
	font-family: 'Droid Sans', sans-serif, Arial, Helvetica, sans-serif;
}

.qns_middle_text_liner_3 {
	font-size: 13px;
	font-weight: normal;
	color: #303030;
	text-align: justify;
	font-style: normal;
	line-height: 18px;
	font-family: 'Droid Sans', sans-serif, Arial, Helvetica, sans-serif;
}

.qns_middle_text_liner_4 {
	font-size: 13px;
	font-weight: normal;
	color: #3E3E3E;
	text-align: justify;
	font-style: normal;
	text-indent: 30px;
	line-height: 17px;
	font-family: 'Droid Sans', sans-serif, Arial, Helvetica, sans-serif;
	background-image: url(images/btum_right_symbol.html);
	background-position: left 3px;
	display: block;
	list-style-position: outside;
	list-style-image: url(images/btum_right_symbol.html);
	background-repeat: no-repeat;
}



.theam_panel_btn {
	background-image: url(images/theam_btn_1.html);
	color: #121E59;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 25px;
	width: 221px;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
	text-indent: 6px;
	font-family: "Lucida Sans";
	font-size: 16px;
}
.qns_stripe_text {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	font-style: normal;
	text-indent: 2px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.middle_5_texture {
	background-image: url(images/middle_img_6.html);
	background-repeat: repeat-x;
	background-position: left top;
}


.middle_6_texture_line {
	background-image: url(images/middle_img_7_line_1.html);
	background-repeat: no-repeat;
	background-position: 6px center;
}


.qns_footer_text_liner_1 {
	font-size: 13px;
	font-weight: normal;
	color: #4B4B4B;
	font-style: normal;
	line-height: normal;
	font-family: Tahoma, Verdana, Arial, "Lucida Sans";
	
	
	}
.footer_texture {
	background-image: url(images/footer_curve_line.html);
	background-repeat: no-repeat;
	background-position: right center;
	list-style-position: outside;
	right: 5px;
}
/* this style for service page --------------------------------------------------

*/
.product_menu_texture_inner_pg {
	background-image: url(images/product_menu_texture.html);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	padding: 0;
	height: 34px;
}

.product_header_texture_inner_pg {
	background-image: url(images/product_bellow_menu_texture.html);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	padding: 0;
}
.tproduct_heam_panel_text{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 75px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	height: 75px;
	width: 850px;
	text-indent: 23px;
}
.product_theam_picture{
	margin: 0;
	padding: 0;
	background-image: url(images/product_theam_1.html);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 67px;
	width: 146px;
}
.product_above_theam_text{
	margin: 0;
	padding: 0;
	font-family: 'Droid Sans', sans-serif, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 45px;
	color: #4A4A4A;
	text-align: left;
	vertical-align: middle;
	height: 45px;
}
.product_body_middle_style{
	margin: 0;
	padding: 0;
	background-image: url(images/product_body_style.html);
	background-repeat: no-repeat;
	background-position: center top;
}
.product_theampanel_picture_style{
	margin: 0;
	padding: 0;
	height: 200px;
	width: 910px;
}
.product_theampanel_picture_text{
	margin: 0;
	padding: 0;
	font-family: 'Arimo', sans-serif, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #666666;
	line-height: normal;
	font-weight: bold;
	font-style: italic;
}
.qns_middle_text_liner_2_product {
	font-size: 13px;
	font-weight: normal;
	color: #3E3E3E;
	text-align: left;
	font-style: normal;
	line-height: 22px;
	font-family: 'Droid Sans', sans-serif, Arial, Helvetica, sans-serif;
	text-indent: 20px;
	background-image: url(QuickNSafe.com_files/images/bullet_dot.html);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.product_btm_pic_style{
	margin: 0;
	padding: 3;
	line-height: normal;
	font-style: normal;
	height: 184px;
	width: 288px;
	border: 1px solid #C7C6C2;
}
.product_header_theampanel_text_style{
	margin: 0;
	padding: 0;
	line-height: 29px;
	font-style: italic;
	background-position: left top;
	display: block;
	font-family: 'Arimo', sans-serif, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0E70D1;
	background-image: url(images/tham_panel_over_pic.html);
	height: 29px;
	width: 366px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.product_client_header{
	margin: 0;
	padding: 0;
	background-image: url(images/clients_header.html);
	background-position: left top;
	display: block;
	background-repeat: no-repeat;
	width: 908px;
}
.product_client_header_text{
	margin: 0;
	padding: 0;
	line-height: 18px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D9FFFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.product_contact_expand_bar{
	margin: 0;
	padding: 0;
	line-height: 34px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/clients_header_1.html);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 908px;
	color: #FFFFFF;
}
.product_contact_expand_bar_1{
	margin: 0;
	padding: 0;
	line-height: 34px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/clients_header_2.html);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	width: 908px;
	color: #FFFFFF;
}

.product_contact_expand_bar_3{
	margin: 0;
	padding: 0;
	line-height: 34px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/clients_header_4.html);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 908px;
	color: #FFFFFF;
}

.product_contact_expand_bar_4{
	margin: 0;
	padding: 0;
	line-height: 34px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/clients_header_5.html);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 908px;
	color: #FFFFFF;
}

.product_contact_expand_bar_5{
	margin: 0;
	padding: 0;
	line-height: 34px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/clients_header_6.html);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 908px;
	color: #FFFFFF;
}

.product_contact_expand_bar_6{
	margin: 0;
	padding: 0;
	line-height: 34px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/clients_header_8.html);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 908px;
	height: 34px;
	color: #FFFFFF;
}
.product_contact_expand_bar_7{
	margin: 0;
	padding: 0;
	line-height: 34px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/clients_header_9.html);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 908px;
	height: 34px;
	color: #FFFFFF;
}

a.msg_head:link {
cursor: pointer;
}
a.msg_head:hover {
background-image: url(images/p_hover.html);
background-repeat: no-repeat;
background-position:2px 2px;
margin: 0; 
display: block;
cursor: pointer;
}
a.msg_head:active{
cursor: pointer;
}
a.msg_head:visited{
background-image: url(images/p_hover.html);
background-repeat: no-repeat;
cursor: pointer;
}

	
a.msg_head1:link {
cursor: pointer;
}
a.msg_head1:hover {
background-image: url(images/p_hover.html);
background-repeat: no-repeat;
background-position:2px 2px;
margin: 0; 
display: block;
cursor: pointer;
}
a.msg_head1:active{
cursor: pointer;
}
a.msg_head1:visited{
background-image: url(images/p_hover.html);
background-repeat: no-repeat;
cursor: pointer;
}


a.msg_head2:link {
cursor: pointer;
}
a.msg_head2:hover {
background-image: url(images/p_hover.html);
background-repeat: no-repeat;
background-position:2px 2px;
margin: 0; 
display: block;
cursor: pointer;
}
a.msg_head2:active{
cursor: pointer;
}
a.msg_head2:visited{
background-image: url(images/p_hover.html);
background-repeat: no-repeat;
cursor: pointer;
}


a.msg_head3:link {
cursor: pointer;
}
a.msg_head3:hover {
background-image: url(images/p_hover.html);
background-repeat: no-repeat;
background-position:2px 2px;
margin: 0; 
display: block;
cursor: pointer;
}
a.msg_head3:active{
cursor: pointer;
}
a.msg_head3:visited{
background-image: url(images/p_hover.html);
background-repeat: no-repeat;
cursor: pointer;
}


a.msg_head4:link {
cursor: pointer;
}
a.msg_head4:hover {
background-image: url(images/p_hover.html);
background-repeat: no-repeat;
background-position:2px 2px;
margin: 0; 
display: block;
cursor: pointer;
}
a.msg_head4:active{
cursor: pointer;
}
a.msg_head4:visited{
background-image: url(images/p_hover.html);
background-repeat: no-repeat;
cursor: pointer;
}
.msg_body {

}

.msg_body1 {

}
.msg_body2 {

}
.msg_body3 {

}
.msg_body4 {

}	
	
.inner_textstyle{
 font-family: Tahoma, Verdana, Arial, "Lucida Sans";
 font-size: 13px;
 line-height: normal;
 color: #990000;
}	

/*END OF INNER PAGE*/

/*start ofABOUT PAGE*/
.Clix_about_banner{
	width:1050px;
	height:auto;
	margin:0;
	padding:0px;
	display:block;
}
.clix_about_md{
	width:999px;
	height:auto;
	margin-top:30px;
	padding:0;
	margin:0 auto;
}



.clix_about_mdtxt{
	width:939px;
	height:auto;
	margin:0 auto;
	padding:0;
	display:block;
}
.clix_h2{
	width:939px;
	height:30px;
	margin:0;
	padding:0;
	float:left;
	display:block;
}
.clix_h2 h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#1a4972;
	text-align:left;
	margin:0;
	padding:0;
	float:left;
	font-weight:bold;
}
.clix_image_md{
	width:939px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
}
.clix_image_md img{
	width:270px;
	height:auto;
	margin:0;
	padding-right:10px;
	float:left;
	margin-top:10px;
}
.clix_image_md p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	text-align:justify;
	margin:0;
	padding:10px 0px 0px 0px;
	font-weight:normal;
	line-height:20px;
}
.clix_image_md p span{
	font-weight:bold;
}
.clix_image_md_h3{
	font-family:Arial, Helvetica, sans-serif;
	color:#1a4972;
	text-align:left;
	font-size:20px;
	width:939px;
	margin:0;
	padding-top:40px;
	float:left;
	display:block;
	border-bottom:1px solid #000;
}
.clix_image_md p.over_view{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	text-align: justify;
	margin-top:10px;
	padding:0px 0px 0px 0px;
	font-weight:normal;
	line-height:20px;
	float:left;
	width:939px;
}

/*end ofABOUT PAGE*/
/*tis is for hero gallery*/
.clix_hero_gallery{
	width:939px;
	height:100%;
	margin-top:20px;
	padding:0;
	float:left;
	display:block;
}
.clix_hero_gallery_one{
	width:300px;
	height:200px;
	margin-right:16px;
	padding:0px;
	float:left;
	border:1px solid #CCC;
}
/*.clix_hero_gallery_one img{
	margin:15px 0px 0px 15px;
	padding:0px;
	border:1px solid #000;*/
	
	
}
.clix_gllery_last{
	margin:0;
	padding:0;
	float:left;
}

.clix_enquiry_h{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	background-color:#1a4972;
	padding:7px;
}

.clix_enquiry_h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	background-color:#1a4972;
	padding:4px;
}

.clix_input_2
{
	padding: 3px;
	border: 3px double #1a4972;
	color: #666595;
	background-color: #ffffff;
}

.clix_footer_text_s
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #7F8487;
	
}

 .clix_submit_button {

        -moz-box-shadow:inset 0px 1px 3px 0px #7a8eb9;
        -webkit-box-shadow:inset 0px 1px 3px 0px #7a8eb9;
        box-shadow:inset 0px 1px 3px 0px #7a8eb9;

        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6369ab), color-stop(1, #8289d4));
        background:-moz-linear-gradient(top, #6369ab 5%, #8289d4 100%);
        background:-webkit-linear-gradient(top, #6369ab 5%, #8289d4 100%);
        background:-o-linear-gradient(top, #6369ab 5%, #8289d4 100%);
        background:-ms-linear-gradient(top, #6369ab 5%, #8289d4 100%);
        background:linear-gradient(to bottom, #6369ab 5%, #8289d4 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6369ab', endColorstr='#8289d4',GradientType=0);

        background-color:#6369ab;

        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;

        border:1px solid #314179;

        display:inline-block;
        color:#ffffff;
        font-family:arial;
        font-size:15px;
        font-weight:bold;
        padding:9px 23px;
        text-decoration:none;

        text-shadow:0px -1px 0px #7a8eb9;

    }
    .clix_submit_button:hover {

        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8289d4), color-stop(1, #6369ab));
        background:-moz-linear-gradient(top, #8289d4 5%, #6369ab 100%);
        background:-webkit-linear-gradient(top, #8289d4 5%, #6369ab 100%);
        background:-o-linear-gradient(top, #8289d4 5%, #6369ab 100%);
        background:-ms-linear-gradient(top, #8289d4 5%, #6369ab 100%);
        background:linear-gradient(to bottom, #8289d4 5%, #6369ab 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8289d4', endColorstr='#6369ab',GradientType=0);

        background-color:#8289d4;
    }
    .clix_submit_button:active {
        position:relative;
        top:1px;
    }

.clix_form_error
{
font-family: tahoma; color: red; background-color: rgb(255, 228, 225); padding: 10px; border: 1px solid red;;
}

.clix_thankyou
{
color: rgb(230, 230, 250); background-color: rgb(102, 101, 149); padding: 10px; border: 3px double rgb(106, 90, 205);;
}

.clix_inform_left_1{
	width:120px;
	height:20px;
	margin:0;
	padding:0;
	float:left;
}
.clix_inform_left_1 p a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:left;
	line-height:20px;
	margin:0;
	padding:0;
	text-decoration:none;
}
.clix_inform_left_1 p a:hover{
	color:#fff;
	text-decoration:none;
}


ul.services_offered_list li {
margin-bottom: 7px;
background: url(../images/arrow_list_services.html) no-repeat 0 2px;
padding-left: 15px;
}
* {
margin: 0;
padding: 0;
}
user agent stylesheetli {
display: list-item;
text-align: -webkit-match-parent;
}
Inherited from ul.services_offered_list
ul.services_offered_list {
list-style: none;
}
user agent stylesheetul, menu, dir {
list-style-type: disc;
}
Inherited from body
body {
font: normal 12px Arial, Helvetica, sans-serif;
color: #474646;
}


.clix_hero_service_page_detail{
	font-family: 'Merriweather Sans', sans-serif;
	margin: 0px;
	list-style: none;
	color: #363636;
	font-size: 12px;
    font-weight: bold;

}
.clix_hero_service_page_detail li {
	font-size: 12px;
	line-height: 25px;
	color: #363636;
    font-weight: normal;
	text-decoration: none;
	text-indent: 15px;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(images/hero_service_page_li_image.png);
}

.clix_hero_service_page_left{
	width:120px;
	height:140px;
	margin:0;
	padding:0;
	float:left;
}
.clix_hero_service_page_left p a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7F8487;
	text-align:left;
	line-height:20px;
	margin:0;
	padding:0;
	text-decoration:none;
}

/*end of hero gallery*/


/*Cynosure Manikz's page's New Style Sheet starts from here*/
.clix_titles h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#1a4972;
	text-align:left;
	margin:0px;
	padding:0;
	float:left;
	font-weight:bold;
}































































































