body
{
	margin:0;
	padding:0;
	background-color: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


a.menu:link
{
   font-size: 10px; 
   font-weight: bold;
   text-decoration : none;
   color: #333333;
}   

a.menu:visited
{
   font-size: 10px; 
   font-weight: bold;
   text-decoration : none;
   color: #333333;
} 

a.menu:hover
{
   font-size: 10px; 
   font-weight: bold;
   text-decoration : none;
   color: #DDDDDD;
}  

a.menu:active
{
   font-size: 10px; 
   font-weight: bold;
   text-decoration : none;
   color: #000066;
}  

h1
{
	font-size: 26px;
	font-family: Arial;
	color: #CC0000;
	padding:0 0 15px 0;
	margin:0;	
}

h2
{
	font-size: 16px;
	font-family: Arial;
	color: #003366;
	padding:0 0 20px;
	margin:0;	
}

li.points
{
  font-size:14px;
  font-weight:bold;
  margin-left: 35px;
  padding: 5px;
  list-style-type: bullet;
  color:#285179;
  font-family:Arial;
}


#navcontainer
{
    margin: 0;
    padding: 0;
}

#navcontainer div
{
	padding:0;
	margin-left: 0;
}

#navcontainer A
{
	color: #003366;
	font-size: 12pt;
   font-weight: bold;
	padding-left: 7px;
	padding-right:7px;
	text-decoration: none;
	background: #cccccc;
}

#navcontainer A:hover, #navcontainer A:active
{ 
	background: #003366;
	color: #FFFFFF; 
   font-weight: bold;

}

#navcontainer A.active:link, #navcontainer A.active:visited
{
    position: relative;
    z-index: 102;
    background: #ffffff;
	  color: #CC0000; 
    font-weight: bold;
}

h5
{
	color: #285179;
}

.copyright
{
	font-size: 9pt;
	color: #cccccc;	
	font-family: Verdana, Times New Roman, Times, serif, Helvetica, sans-serif;
}
 
p
{
	font-family: Times New Roman, Times, serif, Helvetica, sans-serif;
	font-size: 14pt;
	padding: 0 0 20px;
	margin:0;
}
td
{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}	

.clear{ clear:both; margin:0; padding:0; height:0;}
.main_wrap{ width:100%; height:100%;}
.header{ padding: 0px 35px 30px;}
.topline{ height: 15px; background: #27274d;}
.logo_area{ width: 50%; float: left;}
.logo_area img{ padding: 44px 0 0 55px;}

.righttop_area {
    float: right;
    margin-left: 30px;
    width: 45%;
}
.top_content {
    float: right;
    margin: 0 0px 0 0;
    padding: 60px 0 0;
    text-align: center;
    width: 400px;
}

.navigation {
    margin-bottom: 30px;
    padding: 0 35px;
    width: auto;
}
.body_area{ margin:0; padding:0; width: 100%;}

.body_content {
    margin: 0;
    padding: 0 0 35px;
}

.body_left {
    float: left;
    height: auto;
    margin: 0;
    padding: 0 35px;
    width: 58%;
}
.body_right{ margin:0; padding:0; float: right; width: 37%;}
/*.body_right img{ width:100%;}*/
.footer{ height: 86px; background: #26264c; text-align:center;}
.footer p{ padding: 35px 0 0 0; margin:0;}
.footer a{ color: #fff; text-decoration:underline;}
.brand_member{ border-top: 1px solid #474747; padding: 25px 0 25px; margin:0;}
.brand_content{ padding: 0px 35px; margin:0;}
.brand_content p{ padding:0 0 20px;}
.brand_content img{ float: right; padding-left:25px;}
.ask_brand{ padding: 20px 0 0; border-bottom: 1px solid #474747;}
.ask_last{ border-bottom: 0px !important;}
.contact_col{ width: 298px; float: left;}










/*-----------------for menu---------------*/


#cssmenu {
  position: relative;
  height: auto;
  width: auto;
  margin:0;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu > ul {
  position: relative;
  display: block;
  width: 100%;
  z-index: 500;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li {
  display: block;
  float: left;
  border-right: 1px solid #fff;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  font-family: Helvetica, sans-serif;
  text-decoration: none;
}
#cssmenu ul li a {
  font-size: 14px;
  font-weight: bold;
  padding: 8px 20px;
  color: #003366;
  background: #ccc;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  text-align:center;
}
#cssmenu ul li a.active{color: #fff; background:#27274d;}

#cssmenu ul li:last-child{ border-right:0;}

#cssmenu ul li a#current {
    background: none repeat scroll 0 0 #ff9900;
    color: #fff;
    text-decoration: none;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}
#cssmenu ul li:hover > a {
  color: #fff;
  background:#27274d;
}

#cssmenu ul li:last-child a{}
#cssmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 4px solid transparent;
  border-top-color: #fff;
}
#cssmenu > ul > li:hover::after {
  border-top-color: #ffffff;
}
#indicatorContainer {
	display: none;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 43px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 35px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
  list-style:none;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 40px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
#cssmenu ul ul li a {
  width: 156px;
  border-bottom:1px solid #000;
  padding: 12px 20px;
  font-size: 12px;
  color: #fff;
  background:#814b06;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  text-align:left;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu ul ul li:hover > a {
  background: #ff9900;
  color: #000;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}

#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}
#cssmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/*-----------------for menu end---------------*/


@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	
#cssmenu {
    width: auto;
  }
  #cssmenu.align-center ul {
    text-align: left;
  }
  #cssmenu.align-right > ul > li {
    float: none;
  }
  #cssmenu ul {
    width: auto;
  }
  #cssmenu .submenuArrow,
  #cssmenu #indicatorContainer {
    display: none;
  }
  #cssmenu > ul {
    height: auto;
    display: block;
  }
  #cssmenu > ul > li {
    float: none;
	border-right: 0;
  }
  #cssmenu li,
  #cssmenu > ul > li {
    display: none;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu ul > li:hover > ul,
  #cssmenu ul ul > li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul > li:hover > ul,
  #cssmenu.align-right ul ul > li:hover > ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    right: auto;
  }
  #cssmenu ul .has-sub::after {
    display: none;
  }
  #cssmenu ul li a {
    padding: 12px 20px;
	float: none;
	height:auto;
  }
  #cssmenu ul ul li a {
    border: 0;
    background: none;
    width: auto;
    padding: 8px 35px;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu ul ul li:hover > a {
    background: none;
    color: #000;
  }
  #cssmenu ul ul ul a {
    padding: 8px 50px;
  }
  #cssmenu ul ul ul ul a {
    padding: 8px 65px;
  }
  #cssmenu ul ul ul ul ul a {
    padding: 8px 80px;
  }
  #cssmenu ul ul ul ul ul ul a {
    padding: 8px 95px;
  }
  #cssmenu > ul > #menu-button {
    display: block;
    cursor: pointer;
  }
  #cssmenu #menu-button > a {
    padding: 14px 20px;
	display:inline-block;
  }
  #cssmenu ul.open li,
  #cssmenu > ul.open > li {
    display: block;
  }
  #cssmenu > ul.open > li#menu-button > a {
    color: #fff;
    border-bottom: none;
  }
  #cssmenu ul ul::after {
    display: none;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: 20px;
    top: 12px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #fff;
    right: 20px;
    top: 22px;
  }
  #cssmenu ul.open #menu-button::after,
  #cssmenu ul.open #menu-button::before {
    border-color: #fff;
  }
  
  
#cssmenu ul li a#current {
    background: #c47533;
    border: medium none;
    border-radius: 0;
	color: #fff;
}


}


@media only screen and (max-width: 767px){
	
#cssmenu{ height:auto; background: none; margin-bottom: 20px;}
#cssmenu > ul > #menu-button{ display:inline-block; width:100%;}
#cssmenu > ul{ margin:0 auto; width:288px;}
#cssmenu #menu-button > a{ background:#26264c; color:#fff; width:86%; min-width:86%; height:22px; padding:8px 20px; line-height: 22px;}
#cssmenu #menu-button > a:hover0{ background: none;}
#cssmenu > ul > li > a{ background: #c4c4dd; border-top: 1px solid #fff;}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.has-sub > a:hover{ background: #26264c; color:#fff;}
#cssmenu > ul > li > ul > li > a{ background:#000; color:#f1d7c5; font-weight:normal; border-bottom: 1px solid #1a1a1a;}
#cssmenu > ul > li > ul > li:hover > a{ background:#291e0e; color:#dddddd;}
#cssmenu > ul > li.has-sub > a, #cssmenu ul li a{ font-size:13px; font-weight: normal;}
.header-inr{ height:auto;}
#cssmenu > ul.open > li#menu-button > a{ color:#fff; line-height: 22px;}

#cssmenu ul.open li, #cssmenu > ul.open > li{ border-top: none;}
#cssmenu ul.open li:first-child, #cssmenu > ul.open > li:first-child{ border-top: none;}


#cssmenu > ul > ul > li > a, #cssmenu ul li a:hover, #cssmenu > ul > ul > li:hover a{ border-radius:0 !important;}
#cssmenu ul li a{ min-width:82%; text-align:left;}
#cssmenu ul ul li a{ width:228px; min-width:228px;}
#cssmenu ul li:last-child{ float:none;}
#cssmenu ul li a{ 
	padding:12px 20px; 
	float: none;
	height:auto;
}
#cssmenu ul ul li a{ padding:8px 30px;}



.navigation {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 0;
    width: auto;
}

.header {
    padding: 0 15px;
}

.logo_area {
    float: none;
    width: auto;
	text-align:center;
}

.righttop_area {
    float: none;
    margin-left: 0;
    width: auto;
}

.top_content {
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: auto;
}

.logo_area img {
    padding: 20px 0 0;
    width: 100%;
}
.body_left {
    float: none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}
.body_content {
    margin: 0;
    padding: 0 15px 30px;
}
.top_content img{ width:100%;}

.brand_content {
    margin: 0;
    padding: 0;
}
.brand_content img {
    float: none;
    margin-bottom: 10px;
    padding-left: 0;
    width: 100%;
}

.body_right img {
    width: 100%;
}

.body_right {
    float: none;
    width: auto;
}
.contact_col {
    border-top: 1px solid #333;
    float: none;
    padding-top: 20px;
    width: auto;
}

}






















