ghtml, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
	text-decoration:none;
	list-style:none;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
.home{
	margin: 0;
	/*min-width: 980px;*/
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;	
	background:none;
}
body{
	margin: 0;
	/*min-width: 980px;*/
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	/*background-image: url(../images/banner_1-inner.jpg);
	background-image: url(../images/inner_bg.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#dedede;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

p{
	margin:0;	
}

p, ul{
	
	list-style:none;
	
}

section{
    background-size:cover !important;	
}


/* Media queries */
	
	@media only screen and (min-width: 1100px) {
		body { font-size:120%;}		
		h2 { font-size:65px;}	
	}  
	       
	@media only screen and (max-width: 800px) {
		body { font-size:100%;}
		h2 { font-size:40px;}
	}   
	
	@media only screen and (max-width: 400px) {
		body { font-size:90%;}
		h2 { font-size:30px;}
	}
	
img{
	border: 0;
}
b
{
	font-weight:bold;
}

.float-left{
	float: left;	
}

.float-right{
	float: right;
}


/*details page css...........start...............*/
#details_main{
	width:100%;
	background:#FFFFFF;
	margin:0px;
	padding:0px;
	float: left;
}
#details_center{
	float: left;
    margin-left: 0px;
    margin-top: 0px;
    padding-top:0px;
    width:100%;
}
.mango_jeq{
	width:100%;
	float:left;
	padding-top:0px;
	position:relative;
}
/*details page css image gallery...........start...............*/
 #gallery {
    padding: 30px;
  }
  .example {
    border: 1px solid #CCC;
    background: #f2f2f2;
    padding: 10px;
  }
  ul {
    list-style-image:url(list-style.gif);
  }
  pre {
    font-family: "Lucida Console", "Courier New", Verdana;
    border: 1px solid #CCC;
    background: #f2f2f2;
    padding: 10px;
  }
  code {
    font-family: "Lucida Console", "Courier New", Verdana;
    margin: 0;
    padding: 0;
  }
  #gallery {
     padding: 0;
    width: 100%;
  }
  #descriptions {
    position: relative;
    height: 50px;
    background: #EEE;
    margin-top: 10px;
    width: 640px;
    padding: 10px;
    overflow: hidden;
  }
    #descriptions .ad-image-description {
      position: absolute;
    }
      #descriptions .ad-image-description .ad-description-title {
        display: block;
      }
	  
	  
	  
	  .ad-gallery {
  width:99%;
}
.ad-gallery, .ad-gallery * {
  margin: 0;
  padding: 0;
}
  .ad-gallery .ad-image-wrapper {
    width: 100%;
    height: 663px;
    position: relative;
    overflow: hidden;
  }
    .ad-gallery .ad-image-wrapper .ad-loader {
      position: absolute;
      z-index: 10;
      top: 48%;
      left: 48%;
      border: 1px solid #CCC;
    }
    .ad-gallery .ad-image-wrapper .ad-next {
      position: absolute;
      right: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
       display: none;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: none;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
      /* Or else IE will hide it */
      background: url(non-existing.jpg)\9
    }
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(ad_prev.png);
        width: 30px;
        height: 30px;
        display: none;
        position: absolute;
        top: 47%;
        left: 0;
        z-index: 101;
      }
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(ad_next.png);
        width: 30px;
        height: 30px;
        right: 0;
        left: auto;
      }
    .ad-gallery .ad-image-wrapper .ad-image {
      z-index: 9;
	  width:100%!important;
		height:663px !important;
    }
      .ad-gallery .ad-image-wrapper .ad-image a img {
        border: 0;
      }
	  .ad-gallery .ad-image-wrapper .ad-image img  {
        width:100%!important;
		height:100%!important;
      }
      .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        top: 60%;
    color: #FFFFFF;   
    padding:0px;
    position: absolute;
	font-size:31px;
	 font-family: 'HelveticaNeueMedium',Helvetica,sans-serif;
    text-align: left;
    width: 420px !important;
    z-index: 2;	
	  left: 55%;
    margin-left: -480px;  
      }
      * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');
      }
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
          display: block;
        }
  .ad-gallery .ad-controls {
    height: 20px;
  }
    .ad-gallery .ad-info {
      float: left;
    }
    .ad-gallery .ad-slideshow-controls {
      float: right;
    }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
        padding-left: 5px;
        cursor: pointer;
      }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.9em;
      }
    .ad-gallery .ad-slideshow-running .ad-slideshow-start {
      cursor: default;
      font-style: italic;
    }
	
.botom_cover{
	
    background-image: url("../images/bottom_shade.png");
    background-position: left 125px;
    background-repeat: no-repeat;
    padding-bottom: 0;
    width: 940px;
    z-index: 1000;
	position: relative;
}





  .ad-gallery .ad-nav {	
	padding: 10px 13px;	
	height: 138px;
	width: 915px;	
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/botm_red.jpg);
	background-repeat: no-repeat;
	background-position:center 82px;	
	 position: absolute;
	 top: -82px;
}
    .ad-gallery .ad-forward, .ad-gallery .ad-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 10;
    }
    /* IE 6 doesn't like height: 100% */
    * html .ad-gallery .ad-forward, .ad-gallery .ad-back {
      height: 100px;
    }
    .ad-gallery .ad-back {
     background: url("../images/ad_scroll_back.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: none;
    height: 30px;
    left: 5px;
    margin-top: 95px;
    width: 13px;
    }
    .ad-gallery .ad-forward {
      cursor: pointer;
      display: none;
      right: 0px;
      width: 13px;
	  height:30px;
	  margin-top:95px;
      background: url(../images/ad_scroll_forward.png)no-repeat;
    }
    .ad-gallery .ad-nav .ad-thumbs {
        margin-left: 7px;
    overflow: hidden!important;
    width: 898px;
	float:left;
	
	   }
      .ad-gallery .ad-thumbs .ad-thumb-list {
        float: left;
        width:9000px;
        list-style: none;
		overflow:hidden;
		 margin-left: 149px;
      }
        .ad-gallery .ad-thumbs li {
          float: left;
          padding: 0 0 0 1px;
		  
		  
        }
          .ad-gallery .ad-thumbs li a {
           
			padding:3px;
			position:relative;
			float:left;
          }
		   .ad-gallery .ad-thumbs li a span {
            display: block;
			position:absolute;
			font-family:'flexomedium', Arial, Helvetica, sans-serif;
			font-size:12px;
			text-transform:uppercase;
			color:#fff;
			background:#b10618;
			padding:3px 12px;
			left:8px;
			bottom:8px;
          }
            .ad-gallery .ad-thumbs li a img {             
              display: block;			
			  opacity: 10!important;
			  margin-top:37px;
			   float:left;
			   border:5px solid #fff;
            }
			.ad-gallery .ad-thumbs li a.ad-active{
				background:url(../images/activ_bg.png) no-repeat;
              border:none;
			  margin-top:0px;
			  padding:21px 8px 8px 8px;
			  float:left;
            }
            .ad-gallery .ad-thumbs li a.ad-active img {             
			  margin-top:0px;
			  float:left;
			  border:none;
            }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}

.ad-gallery .ad-nav footer {
   color:#696969;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 23px;
    padding: 24px 0 0;
    text-align: center;
    width: 100%;
}

.ad-gallery .ad-nav footer a {	
	 color:#696969;
	
}
.ad-gallery .ad-nav footer a:hover{	
	 color:#fff;
	
}
.ad-gallery .ad-nav footer img {		
	 margin-bottom:-6px;
	
}
/*details page css image gallery...........end...............*/




.top_shade {
    background-attachment: scroll;
    background-image: url("../images/shade.png");
    background-position: left top;
    background-repeat: repeat;
    height: 120px;
    left: 50%;
    margin-left: -470px;
    margin-top: 0;
    padding-top: 15px;
    position: absolute;
    top: 0;
    width: 940px;
    z-index: 5000;}
	
.inner .top_shade {
    background-attachment: scroll;
    background-image: url("../images/shade.png");
    background-position: left top;
    background-repeat: repeat;
    height: 120px;
    left: 50%;
    margin-left: -470px;
    margin-top: 0;
    padding-top: 15px;
    position: absolute;
    top: 0;
    width: 940px;
    z-index: 5000;}

.top_shade header{
	height: 100px;	
	padding:10px;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../images/menu_act_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	float:left;	
}

.outer_wrapper header{
	height: 100px;	
	padding:10px;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../images/menu_act_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	float:left;		
	/*background-image: url("../images/shade.png");*/
	
}
h1
{
	width:128px;
	height:98px;
	float:left;
}

.right_section{
	  float: left;
    padding-top: 10px;
    width: 792px;
}
.top{
	    float: right;
    width: 386px;
	 padding-bottom: 23px;
}
.social{
	width:83px;
	float:left;
	border-right:1px solid #d5d5d5;
	padding:0px 2px;
	margin-top:5px;
}
.social img{
    float: left;
    margin-right: 5px;
    margin-top: -2px;
	
}
.top_menu{
	float:left;
	width:215px;
	margin-top:6px;
}
.top_menu li{
	float:left;	
	border-right:1px solid #636363;
}
.top_menu .lst{
	float:left;	
	border:none;
}
.top_menu li a{
	float:left;	
	color: #636363;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	padding:0 15px;
}
.top_menu li a:hover{	
	color:#790612;
}
.search{
	width:168px;
	float:left;	
	border:1px solid #d5d5d5
}
.search input{
	width:131px;
	height:25px;
	
	background:none;
	padding:0px 0 0 10px;
	*height:20px;
	*padding:5px 0 0 10px;
	height:20px\9;
	padding:5px 0 0 10px\9;
	font-size:11px;
	color:#707070;
	text-align:left;
	float:left;
	border:none;
	outline:none;
}
.search .btn{
	width:25px;
	height:24px;	
	float:left;
	border:none;
	outline:none;
	background:none;
	padding:0;
	margin:0px;
}

nav{
	  
    float: left;
    height: 40px;
    position: relative;
    width: 792px;}


ul.menu {list-style:none; margin:0; padding:0; height:40px; float:right;}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#790612; text-decoration:none; font-size:12px; font-family:'flexomedium', Arial, Helvetica, sans-serif; text-transform:uppercase;}
ul.menu a:hover {color:#fff; /*font-weight:bold;*/}

ul.menu li {
	position:relative;
	float:left;
	margin-right:0px;	
	border-right:1px solid #d3cfcf;
}
ul.menu .last {
	position:relative;
	float:left;
	margin-right:0px;
	background:none!important;
	border:none!important;
	
}
ul.menu li:last-child {
	position:relative;
	float:left;
	margin-right:0px;
	background:none!important;
	border:none!important;
	
}



ul.menu ul {position:absolute; top:42px; left:0; background-image: url(../images/menu_act_bg.jpg);
	background-repeat: repeat; background-position: left top; display:none; /*opacity:0;*/ list-style:none; width:165px; *width:181px; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80) !important;
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.8 !important;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.8 !important;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.8 !important;  margin:0; padding:0;}
	
ul.menu ul li {position:relative; width:165px; margin:0; border:none; padding:0;}
ul.menu ul li a {display:block; padding:12px 7px 12px 12px; background-image: url(../images/menu_act_bg.jpg);
	background-repeat: repeat;color:#fff!important;
	background-position: left top; font-size:12px; font-weight:normal; *margin-left:-16px }
ul.menu ul li a:hover {
	background-image: url(../images/menu_act_bg2.jpg);
	background-repeat: repeat;
	color:#fff!important;
	background-position: left top;
	}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {	
	padding:14px 11px;	
	font-weight:normal;
	background-image: url(../images/menu-brdr.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/* IE9, IE10 */
@media screen and (min-width:0\0) {
    ul.menu .menulink{ padding:14px 11px 13px 11px; *padding:15px 11px 13px 11px;}
}
ul.menu .menulink:hover, ul.menu .menuhover {background-image: url(../images/menu_act_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	color:#fff!important;
	/*font-weight:bold!important;*/}
	
ul.menu .sub {background:#d1d1d1 url(images/arrow.gif) 136px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}	
	
	
.image_cover1{
	background:url(../images/cover_imge.png) repeat-y 50% top;
	height: 654px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
/* IE8, IE9 */
.image_cover1  {background:url(../images/cover_imge.png) repeat-y 50% top\0/;} /* must go at the END of all rules */
.image_cover-inner{
	background: url("../images/cover_imge-inner.png") repeat scroll 50% top transparent;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}


.outer_wrapper{
	width:940px;
	margin:0px auto 0;	
	padding:0;
	position:relative;
	z-index:500;
	/*background:url("../images/shade.png");*/
}

#top_wrpper{
	height: 100px;	
	padding:10px;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../images/menu_act_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	float:left;	
}
#top_wrpper2{
	
	
	 position: fixed;
    top: 0;
	/*margin:0 auto;	
	left:20%\9;
    margin-left: -67px\9;*/
	 z-index: 5000;
	 top:0;
	 left:0;
	 width:100%;
	
}
.onscroll_hide{
	width:920px;	
	margin:0 auto;
	height: 100px;	
	padding:10px;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../images/menu_act_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.in_bner{
	  color: #FFFFFF;
    float: left;
    font-family: 'HelveticaNeueMedium',Helvetica,sans-serif;
    font-size: 31px;
    height: 94px;
    padding: 220px 20px 20px;
    text-align: left;
    width: 900px;
}
.content_wrper{
	width:940px;
	background:url(../images/inner_cont_bg.png) repeat-y left top;
	float:left;
	padding:0;
	margin:0;
	position:relative;
	z-index:999;
}
.left{
	width:199px;
	float:left;
	padding:20px 20px 20px 19px;
}
.left h3{
	 color: #FFFFFF;
    float: left;
    font-family: 'HelveticaNeueMedium',Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 5px;
    text-transform: uppercase;
    width: 100%;
	
}
ul.product{
	width:201px;
	float:left;
	padding-bottom:20px;
	height:175px;
	overflow:hidden;
	margin-bottom:18px;
}
ul.product li{
	width:201px;
	float:left;
}
ul.product li img{	
	float:left;
}

ul.product li span{
	 background: none repeat scroll 0 0 #B10618;
    color: #FFFFFF;
    float: left;
    font-family: 'HelveticaNeueMedium',Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 7px 10px;
    text-transform: uppercase;
    width: 91%;
}
	
.lft_contact {
    background: url("../images/left_contct_bg.jpg") no-repeat scroll left top transparent;
    float: left;
    height: 98px;
    padding: 15px;
    width: 86%;
}
.lft_contact h3{
	 color: #232323;
    float: left;
    font-family: 'HelveticaNeueMedium',Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 5px;
    text-transform: uppercase;
    width: 100%;
}
.lft_contact p{
	 color: #232323;
    float: left;
    font-family: 'HelveticaNeueMedium',Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
	line-height:12px;
    padding-bottom: 5px;
    text-transform: uppercase;
    width: 80%;
}
.lft_contact span{
	 color: #232323;
    float: left;
    font-family: 'HelveticaNeueMedium',Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 5px;
    text-transform: uppercase;
    width: 100%;
}
.inner_line{
	background:url(../images/inside_botm.jpg) repeat-x left top;
	height:16px;
	float:left;
	width:940px;
}
.right{
	width:660px;
	float:left;
	padding:20px;	
}
.right h2{
	 color: #FFF;
    float: left;
    font-family: 'HelveticaNeueMedium',Helvetica,sans-serif;
    font-size: 31px;
    font-weight: normal;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}
.right p{
	width:100%;
	float:left;
	padding:0 0 10px;	
}
.breadcrums{	
	   border-bottom: 1px solid #47150E;
    border-top: 1px solid #47150E;
    float: left;
    padding: 8px 10px 8px 0;
    width: 99%;
}
.breadcrums li{		
    background: url("../images/bread_arw.png") no-repeat scroll left 1px transparent;
    float: left;
    margin-right: 8px;
    padding-left: 11px;
}
	

.breadcrums .fst{	
	float: left;
	background:none;
	padding-left:0px
	
}

.right .content{
	 color: #FFF;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 10px;
    line-height:20px;
    width: 100%;
	text-align:justify;
}
.right .content p{
	float:left;
	padding:10px 0px;
}
.right .content ul{
	width:97%}
.right .content ul li{
	/*background-image: url("../images/arrow-inside.png") !important;
    background-position: 0 11px;
    background-repeat: no-repeat !important;*/
    float: left;
    padding: 15px 12px 0 0px;}		
.breadcrums li a{	
	float: left;
	 font-family: 'HelveticaNeueMedium',Helvetica,sans-serif;
	color:#ba2635;
	font-size:11px;
	text-align:left;	
}
.breadcrums li a:hover{		
	color:#fc4d5f;
	}

footer {  
    color: #696969;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 23px;
    padding: 6px 0 10px;
    text-align: center;
    width: 100%;
	background:url("../images/shade.png");
}


footer a {	
	 color:#696969;
	
}
footer a:hover{	
	 color:#fff;
	
}
footer img {		
	 margin-bottom:-6px;
	
}


.bottom_wrap{
	width:941px;
	margin:0 auto;}
	
.inner-banner{
	/*background: url(../images/banner_2-inner.jpg); */
	width:100%; height:100%; 
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

	/*display:inline-block;*/
}
.footer-home{
	background:none;
}
	
/*****************************************************************contact us**********************************************************************/
.content_portion {
	float:left;
	width:687px;
	padding:6px 0px 0px;
}
.contactus_left{
	width:320px;
	float:left;
	padding: 0px;
}

.contactus_left form{
	width:320px;
	float:left;
}
.contactus_left ul {
	display:block;
	list-style:none;
	float:left;
}

label.name{
    color: #B6B2B2;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    width:250px;
}
li.email_contact {
	float:left;
	padding-bottom:5px;
	padding-right:16px;
	width:143px;
}
li.email_contact input {
	background:url(../images/contact_input_small.png) no-repeat;
	float:left;
	border:none;
	height:24px;
	padding:1px 7px;
	color:#B6B2B2;
	font-size:11px;
	width:132px;
}
li.email_contact span{
	width:100%;
	float:left;
	color:#B6B2B2;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding:3px 0px;
}
label.emailtext{
	background: url(../images/mandatory.png) no-repeat;
	background-position:35px 0px;
    color: #fff;
    display: block;
	font-weight:bold;
    float: left;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    width:141px;
}

li.contactus_mail {
	float:left;
	width:307px;
	padding-bottom:5px;
}
li.contactus_mail input{
	border:none;
	background: url(../images/contact_input_top.png) no-repeat;
	width:294px;
	float:left;
	height:24px;
	padding:1px 7px;
	color:#B6B2B2;
	font-size:11px;
	margin:0px;
}
label.mail{
	background: url(../images/mandatory.png) no-repeat;
	background-position:63px 0px;
    color: #B6B2B2;
    display: block;
	font-weight:bold;
    float: left;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    width:250px;
}
li.contactus_mail span{
	width:100%;
	float:left;
	color:#B6B2B2;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding:3px 0px;
}
li.contactus_mail textarea{
	background:url(../images/textare.png) no-repeat;
	width:301px;
	float:left;
	height:57px;
	padding: 3px;
	color:#B6B2B2;
	font-size:11px;
	margin:0px;
	border:none;
}
li.Security {
	float:left;
	width:307px;
}
li.Security img{
	float:left;
	width:53px;
	margin-right:13px;
	border:1px solid #A7A9AB;
	height:25px;
	padding:0px;
}
li.Security input{
	width:154px;
	float:left;
	height:20px;
	padding: 3px;
	color:#B6B2B2;
	font-size:11px;
	border: none;
	background:url(../images/contact_security.png) no-repeat;
}
li.Security input.contact_submit{
	background:url(../images/submit01.png);
	width:60px;
	float:left;
	height:25px;
	cursor:pointer;
	margin-left:12px;
	border:none;
}
li.phone_contact {
	float:left;
	padding-bottom:5px;
	width:146px;
}
li.phone_contact input {
	background:url(../images/contact_input_small.png) no-repeat;
	float:left;
	border:none;
	height:24px;
	padding:1px 7px;
	color:#B6B2B2;
	font-size:11px;
	width:132px;
}
li.phone_contact span{
	width:100%;
	float:left;
	color:#B6B2B2;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding:3px 0px;
}
label.phonetext{
    color: #fff;
    display: block;
	font-weight:bold;
    float: left;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    width:140px;
}
label.textarea_contact{
	background: url(../images/mandatory.png) no-repeat;
	background-position:53px 0px;
    color: #B6B2B2;
    display: block;
	font-weight:bold;
    float: left;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    width:250px;
}
label.Security_contact{
	background: url(../images/mandatory.png) no-repeat;
	background-position:79px 0px;
    color: #B6B2B2;
    display: block;
	font-weight:bold;
    float: left;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    width:250px;
}
li.Security span {
    color: #B6B2B2;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding: 3px 0;
    width: 100%;
}
.right_contact {
	float: left;
    margin-left: 42px;
    padding-top: 2px;
    width: 320px;
}
.right_contact h2{
	width:100%;
	float:left;
	font-size:14px;
	font-family:'HelveticaNeueMedium',Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0px 0px 9px;
	border-bottom: 1px solid #5A524D ;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:9px;
}
.contact_detailsinner {
	width:100%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	line-height:19px;
	margin-bottom:8x;
}
span.mob {
	float:left;
	margin:5px 0px;
	width:100%;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
span.mail_contact {
	background:url(../images/fax.png) no-repeat;
	padding:0px 0px 0px 25px;
	float:left;
	margin:5px 0px;
	width:100%;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
span.fax {
	float:left;
	margin:5px 0px;
	width:100%;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.map h2{
	width:100%;
	float:left;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	padding:9px 0px;
	border-bottom: 1px solid #5A524D ;
	border-top:1px solid #5A524D ;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:13px;
}
.map {
	width:100%;
	float:left;
	margin-top:8px;
}
.location_contact {
	float:left;
	width:320px;
}
.location_contact img {
	background:#a7673b;
	padding:5px;
	width:309px;
	height:130px;
}
#wrapper{
	float:left;
	width:100%;
	background:#dedede;
}
#main_wrapper1{
	margin:0 auto;
	background:#fff;
	 padding: 10px 15px ;
    width: 910px;
}
#main_wrapper{
	margin:0 auto;
	/*background:#fff;*/
	background:url("../images/inner_cont_bg.png") repeat-y scroll left top transparent;
	 padding: 0px ;
    width: 940px;
	z-index:200;
	position:relative;
}
.home-about{
	float:left;
	width:100%;
	padding:33px 0 15px;
}
.home-about img{
	float:left;
	margin:0 31px 10px 10px;
}
.home-about h2{
	/*width:100%;*/
	color:#790612;
	font-family:'flexomedium', Arial, Helvetica, sans-serif;
	font-size:25px;
	text-transform:uppercase;
}
.home-about p{
	/*width:100%;*/
	color:#727272;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-top:14px;
	line-height:23px;
}
.home-about a{
	background:url(../images/read_more.png) no-repeat right;
	color:#790612!important;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-right:16px;
	font-weight:bold;
	margin-top:10px;
	/*margin-left: 283px;*/
}
.home-about a:hover{
	color:#636363
}
.home_add{
	float:left;
	width:100%;
	padding-bottom: 15px;
	padding-top:10px;
}
.business_inquiry{
	background:url(../images/add1.jpg) no-repeat;
	float:left;
	height:145px;
	 padding: 12px 23px 20px;
    width: 258px;
}
.business_inquiry h2{
	float:left;
	width:100%;
	font-family:'flexomedium', Arial, Helvetica, sans-serif;
	font-size:19px;
	text-transform:uppercase;
	color:#fff;
	margin-top:6px;
}
.business_inquiry p{
	width:67%;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:12px 0px 40px;
	float:left;
}
.business_inquiry a {
	float:left;
	background:url(../images/click_here.png) no-repeat;
	width:102px;
	height:30px;
	cursor:pointer;
}
.business_inquiry a:hover {
		background:url(../images/click_here_hover.png) no-repeat;

}
.health_benefits{
	background:url(../images/add2.jpg) no-repeat;
	float:left;
	height:145px;
	padding: 12px 23px 20px;
    width: 254px;
}
.health_benefits h2{
	float:left;
	width:100%;
	font-family:'flexomedium', Arial, Helvetica, sans-serif;
	font-size:19px;
	text-transform:uppercase;
	color:#790612;
	margin-top:6px;
}
.health_benefits p{
	width:68%;
	color:#790612;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:12px 0px 40px;
	float:left;
}
.health_benefits a {
	float:left;
	background:url(../images/viewdetails.png) no-repeat;
	width:102px;
	height:30px;
	cursor:pointer;
}
.health_benefits a:hover {
		background:url(../images/viewdetails_hover.png) no-repeat;

}
.newandevents{
	background:url(../images/add3.jpg) no-repeat;
	float:left;
	height:145px;
	padding: 12px 23px 20px;
    width: 256px;
}
.newandevents h2{
	float:left;
	width:100%;
	font-family:'flexomedium', Arial, Helvetica, sans-serif;
	font-size:19px;
	text-transform:uppercase;
	color:#790612;
	margin-top:6px;
	margin-bottom:5px;
}
.newandevents ul{
	float:left;
	width:100%;
}
.newandevents ul li {
	float:left;
	width:100%;
	padding:2px 0px;
}
.newandevents ul li span{
	float:left;
	width:100%;
}
.newandevents ul li span a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	color:#ab0a1b;
	background:none;
}
.newandevents ul li p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	float:left;
	color:#474747;
}
.newandevents a{
	background:url(../images/read_more.png) no-repeat right;
	color:#790612!important;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-right:16px;
	font-weight:bold;
}
.newandevents a:hover{
	color:#636363
}
#footer_wrap{
	float:left;
	width:100%;
	background:#2e2e2e;
	padding:10px 0px;
	z-index:9999;
	position:relative;
}
.foot-bottom {
    margin: 0 auto;
    width: 489px;
	padding-top:7px;
	padding-bottom: 15px;
}
.foot-bottom p {
    color: #929292;
    float: left;
    font: 11px Arial;
    margin: 0 0px 0 0;
    padding: 0;
}

.foot-bottom ul.foot-nav {
    float: left;
    margin: 0;
    padding: 0;
}
ul.foot-nav li {
    border-left: 1px solid #929292;
    float: left;
    margin: 0 0px 0 8px;
    padding: 0 0px 0 8px;
}
.last {
    border-right: medium none !important;
    margin-right: 0 !important;
}
ul.foot-nav li a {
    color: #929292;
    float: left;
    font: 11px Arial;
    margin: 0;
    padding: 0;
}
ul.foot-nav li a:hover{
	color:#fff;
}
.design {
    float: right;
    margin: 0;
    padding: 0;
	display:none;
}
body.inner{
	background:#DEDEDE;
}
.inner_top {
	margin:0 auto;
	width:940px;
}
#wrapper_inner {
    /*background: none repeat scroll 0 0 #DEDEDE;*/
    float: left;
    width: 100%;
}
.inc_left{
	float: left;
    padding:0px;
    width: 238px;
	/*background:#c3061a;*/
}

div.contact_head {
    border-bottom: 1px solid #E0E0E0;
    margin-top: 26px;
    padding-bottom: 26px;
}
#stickyheader {
  background: none repeat scroll 0 0 #FFFFFF;
    height: 40px;
    width: 792px;}
#stickyalias {
display: none;
height: 40px;
}
#unstickyheader {
margin-bottom: 15px;
}
#othercontent {
margin-top: 20px;
}


#header-wrap2 {
    width:941px;
    z-index: 600;
	margin:0 auto;
	left:50%;
	margin-left:-470px;
}
.onscroll {
    height: 74px;
}
.onscroll {
    position: fixed;
    top: 0;
    width: 1008px;
}
.onscroll_hide2 {
     background-attachment: scroll;
    background-color: #FFFFFF;
    background-image: url("../images/menu_act_bg.jpg");
    background-position: left bottom;
    background-repeat: repeat-x;
    height: 50px;
    margin: 0 auto;
    padding: 0 10px;
    width: 921px;
	position:relative;
}
#onscroll_right {
    float: left;
    width: 599px;
}
.logo{
	float:left;
	 width: 321px;
}
#tabs{
  overflow: hidden;
  width: 100%;
  margin-top: 15px;
  padding: 0;
  list-style: none;
}

#tabs li{
 background-color: #F7F7F7;
    display: block;
    float: left;
    height: 42px;
    line-height: 42px;
    list-style: none outside none;
    margin-bottom: 0;
    margin-left: 0;
	 width: 212px;
	 padding:0;
	 opacity:0.9;
}

#tabs a{
  background-color: #F7F7F7;
    background-image: url("../images/sprite_contact_form.png");
    background-position: 20px -42px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
    color: #1D1B19;
    display: block;
    float: left;
    font-family:'flexomedium', Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 42px;
    min-width: 120px;
    padding-left: 50px;
    padding-top: 1px;
    text-decoration: none;
    width: 161px;
}

#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after{
}

#tabs a:focus{
  outline: 0;
}

#tabs a::after{
  background-color: #F7F7F7;
    background-image: url("../images/sprite_contact_form.png");
    background-position: 20px -42px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
    color: #1D1B19;
    display: block;
    float: left;
    font-family:'flexomedium', Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 42px;
    min-width: 120px;
    padding-left: 50px;
    padding-top: 1px;
    text-decoration: none;
    width: 161px;
	font-weight:bold;
}

#tabs #current a,
#tabs #current a::after{
 background-color: white;
    background-position: 20px 1px;
    border-bottom: 1px solid white;
    color: #790612;
    cursor: default;
  z-index: 3;
  width: 162px;
}
#content{
	float:left;
	width:596px;
	padding:20px;
	background:#FFF;
	opacity:0.9;
}
ul#contact{
	float:left;
	width:100%;	
}
ul#contact li{
	float:left;
	width:280px;
	margin-right:15px;
	position:relative;
	padding:0 0 15px;
	height: 74px;
	background:none !important;
}
ul#contact li label {
    color: #3A3534;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 5px !important;
    text-align: left;
    text-decoration: none;
    width: 320px;
}
ul#contact li label span {
    color: #AFAAAA;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    width: auto;
}
ul#contact li input {
    background: url("../images/field_1.gif") no-repeat scroll left top transparent;
    border: medium none !important;
    color: #666666;
    float: left;
    font-size: 12px;
    font-weight: 400;
    height: 29px;
    margin: 0;
    padding: 2px 5px;
    text-decoration: none;
    width: 250px;
}
#contact li select {
    background: url(../images/field_1.gif) no-repeat scroll left top transparent;
    border: medium none !important;
    color: #666666;
    float: left;
    font-size: 12px;
    font-weight: 400;
    height: 33px;
    margin: 0;
    padding: 2px 0px 0px 5px;
    text-decoration: none;
    width: 250px;
	-webkit-appearance: none;
}

ul#contact li label span.red {
    color: #D92027 !important;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    width: auto;
}
ul#contact li.contact_last{
	float:left;
	width:624px;
	margin-right:15px;
	position:relative;
	padding-bottom:10px;
	height:146px;
}
ul#contact li textarea {
    background: url("../images/txtarea.gif") no-repeat scroll left top transparent;
    border: medium none;
    float: left;
    height: 97px;
    margin: 0;
    padding: 2px 5px;
    width: 540px;
}
ul#contact li img {
    float: left;
    margin: 0;
    padding: 0;
    width: 69px;
}
ul#contact li input.captche_text {
    background-image: url("../images/field_2.gif");
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    height: 29px;
    margin-left: 10px;
    padding: 2px 5px;
    width: 147px;
}
ul#contact li input.submit {
    background: none repeat scroll 0 0 transparent;
    float: right;
    height: 35px;
    margin: 0;
    padding: 0;
    width: 78px;
}
ul#contact li input.inputfield{
	width:250px;
}
ul#contact li select.selectBox {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F4F4F4;
    border-color: #BDBDBD #BDBDBD #E6E6E6;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    height: 110px;
    padding-left: 8px;
    padding-right: 10px;
    padding-top: 8px;
    width: 286px;
}

ul#contact li select.selectBox option {
    margin: 5px 0;
}
a.banner_text{
	position:absolute;
	width:50%;
	top:50px;
	left:0px;
}
h2.banner_text h3{
	 float:left;
	 width:150px;
}
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }


/*
	PAGE STRUCTURE
*/
#page-wrap 									{ width:100%; position: relative; background:#dedede;
											  }

/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
a, a:visited								{ color: #729dff; text-decoration: none; }
a:hover, a:active							{ color: #FF0000;}
blockquote									{ padding: 0 20px; margin-left: 20px; border-left: 20px solid #ccc; font-size: 14px; 
									  		  font-family: Georgia, serif; font-style: italic; margin-top: 10px;}

/*
	SLIDER
*/
.slider-wrap								{ width: 100%; position: absolute; top: 87px; left: 40px; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 100%; height:663px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative;}
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border:8px solid #fff; margin-right: 5px; }
#movers-row									{
    margin: 0 auto;
   padding-left: 153px;
    width: 787px;
	 height: 79px;
	 background: url(../images/botm_red.jpg)}
#movers-row div								{ width:134; float: left; padding:0px 10px;margin-top: -38px; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ 
	width:940px;
	margin:0 auto;
	background:#fff;
	z-index:10000;
 }

.photo-meta-data span 						{ 
	font-size: 13px;
	position:absolute;
	top:252px;
	z-index:20000;
	width: 422px;
	left:23%;
 }
 .photo-meta-data span h2{
	 float:left;
	 width:100%;
	 font-family:'flexomedium', Arial, Helvetica, sans-serif;
    font-size:29px;
	color:#fff;

 }
  .photo-meta-data span p{
	 float:left;
	 width:100%;
	 padding:10px 0px;
	 font-family:'flexomedium', Arial, Helvetica, sans-serif;
    font-size:16px;
	color:#fff;

 }
  .photo-meta-data span a{
	 float:left;
	 font-family:'flexomedium', Arial, Helvetica, sans-serif;
    font-size:16px;
	background:url(../images/readmore_02.png) no-repeat right ;
	color:#fff;
	padding-right:20px;

 }


.cross-link									{ display: block; width:145px; margin-top: -14px; 
											  position: relative; padding-top: 15px; z-index: 999; }
.active-thumb 								{ background: transparent url(../images/icon-uparrowsmallwhite.png) 56px -1px  no-repeat; margin-top:-30px; }


.wrapper{
	float:left;
	width:100%;
}
.wrapper img{
}









.menu li ul {
    display: none;
}
.menu ul li a {
    display: block;
    white-space: nowrap;
}
.menu ul li a:hover {
/*background: #3b3b3b;*/
}
.menu li:hover ul {
    display: block;
    position: absolute;
}
.menu li:hover li {
    float: none;
    font-size: 11px;
}
.menu li:hover a {background-image: url(../images/menu_act_bg.jpg);
	background-repeat: repeat; background-position: left top; color:#FFF;  }
.menu li:hover li a:hover {
    
}





.contactdet_main {
    float: left;
    margin: 20px 0 50px 0px;
    width: 697px;
}
.contactdet {
    background: none repeat scroll 0 0 #F3F3F3;
	border:1px solid #EBE9E9;
    color: #4D4D4D;
    float: left;
    font: bold 12px/20px Arial,Helvetica,sans-serif;
    padding: 30px 0 16px 21px;
    width: 234px;
	height:221px;
	opacity:0.9;
}
.contactdet h4 {
    color: #790612;
    font-size: 12px;
    font-weight: bold;
}
.contactdet a{
    color: #842631;
}
.contactdet a:hover{
    color: #a00113;
}
.cont-map {
    border: 1px solid #EEEEED;
    float: left;
    position: relative;
}
.cont-map a {
    background: url("../images/icon-zoom-map.png") repeat scroll left top transparent;
    display: block;
    height: 76px;
    left: 41%;
    position: absolute;
    text-decoration: none;
    top: 37%;
    width: 76px;
}
.cont-map a:hover {
    background-position: center bottom;
}










.news {
    float: left;
    margin-top: 19px;
    width: 706px;
}
.listing_news ul li {
    border-bottom: 1px solid #DEDEDE;
    float: left;
    padding: 12px 0;
    width: 100%;
}
.news_images {
    background: none repeat scroll 0 0 #FFF;
    float: left;
    padding: 5px;
    width: 155px;
}
.news_text {
    float: left;
    margin-left: 15px;
    width: 460px;
}

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


.news_text h4 {
    border-bottom: 1px solid #808080;
    float: left;
    margin-bottom: 7px;
    padding: 0 0 4px;
    width:100%;
	color: #FFF;
}
.news_text p {
    color: #FFF;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding-bottom: 3px;
    padding-top: 0;
    text-align: justify;
    width: 100%;
}
.news_text span {
    color: #FFF;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
}
.news_text h4 a {
    color: #FFF;
    float: left;
    font-size: 16px;
    font-weight: bold;
}
.news_text a {
    color: #333333;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
}
.news_text a.news_link {
    background: url("../images/search_arw.png") no-repeat scroll right 6px transparent;
    color: #FFF;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding-right: 15px;
}




.search_text h4 {
    border-bottom: 1px solid #808080;
    margin-bottom: 7px;
    padding: 0 0 4px;
    width: 100%;
	display:inline-block;
}
.search_text p {
    color: #FFF;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding-bottom: 3px;
    padding-top: 0;
    text-align: justify;
    width: 100%;
}
.search_text span {
    color: #464749;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
}
.search_text h4 a {
    color: #FFF;
    float: left;
    font-size: 16px;
    font-weight: bold;
}
.search_text a {
    color: #333333;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
}
.search_text a.news_link {
    /*background: url("../images/inner_arrow.png") no-repeat scroll right center transparent;*/
	background:url("../images/search_arw.png") no-repeat scroll right 6px transparent;
    color: #FFF;
    float: left;
    font-size: 12px;
    font-weight: bold;
	padding-right:3px;
   }
.search_text a.news_link:hover {
	color:#e8e8e8;
}

   
 .slider-footer{
	position:absolute; 
	width:940px; 
	height:79px; 
	background:url(../images/botm_red-bg.png) no-repeat scroll left bottom transparent; 
	bottom:0; 
	z-index:2; 
	left:50%; 
	margin-left:-470px !important;
 }
.home .thumbnail-scroller .arrows{
	display:none;
}
.products .thumbnail-scroller .arrows{
	display:block;
}
.home .advanced-slider .layer span{
	background:none;
}
.products .advanced-slider .layer span{
	background:url("../images/dark-bg.png") repeat scroll 0 0 transparent;
}
.mandatory-cont{
   background: url("../images/mandatory.png") no-repeat scroll right 0 transparent;
    display: inline !important;
    padding-right: 15px;
}



.site_map {
    float: left;
	margin-left:25px;
}
ul.sitemap_left {
    display: block;
    float: left;
    list-style: none outside none;
    margin-right: 5px;
    width: 150px;
}
ul.sitemap_left h5 {
    color: #f9b1b6;
    font-family: 'SegoeUINormal',Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin-bottom: 7px;
    outline: medium none;
    width: 100%;
}
ul.sitemap_left li {
    background-image: url("../images/sitemap-arrow.png");
    background-position: 0 5px;
    background-repeat: no-repeat;
    color: #4685DF;
    font-size: 12px;
    font-weight: normal;
    list-style: none outside none;
    margin-left: 2px;
    outline: medium none;
    padding: 2px 0 2px 11px;
}
ul.sitemap_left li a {
    color: #dacccd;
    font-family: 'SegoeUINormal',Arial,Helvetica,sans-serif;
    font-size: 12px !important;
    margin-bottom: 3px !important;
    outline: medium none;
}
ul.sitemap_left li a:hover {
	color:#FFF;
}
.acc {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.arrowlistmenu {
    width: 100%;
	float:left;
}
.arrowlistmenu .menuheader {
    background-color: #D3D3D3;
    background-image: url("../images/nav_arrow.png");
    background-position: 645px 10px;
    background-repeat: no-repeat;
    color: #070707;
    cursor: pointer;
    float: left !important;
    font: bold 12px Arial;
    margin: 0 0 10px;
    padding: 7px 0 6px 10px;
    width: 100%;
}
.arrowlistmenu .openheader {
    background-image: url("../images/nav_arrow_up.png");
	background-color:#7A0613;
	color:#FFFFFF;
}
.arrowlistmenu ul {
    list-style-type: none !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
}
.arrowlistmenu ul li {
    background-image: url("../images/side-arrow.png") !important;
    background-position: 11px 9px !important;
    background-repeat: no-repeat !important;
    border-bottom: 1px solid #DDDDDD !important;
    padding: 4px 12px !important;
	width:646px;
}
.arrowlistmenu ul li a {
    color: #002C10;
    display: block;
    font-size: 12px;
    padding: 2px 0 2px 20px;
    text-decoration: none;
}
.arrowlistmenu ul li a.active {
    color: #FFFFFF !important;
}
.arrowlistmenu ul li.sub {
    background: none repeat scroll 0 0 #6AA382;
    border-bottom: 1px solid #B9DDC8;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 4px;
}
.arrowlistmenu ul li.sub1 {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #B9DDC8;
    color: #002C10;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 0 6px 7px;
    text-decoration: none;
}
.arrowlistmenu ul li.sub a {
    font-size: 13px;
    padding-left: 9px;
}
.arrowlistmenu ul li.sub a.active {
    color: #FFFFFF !important;
}
.arrowlistmenu ul li.sub a:hover {
}
.arrowlistmenu ul li a:visited {
    color: #002C10;
}
.arrowlistmenu ul li a:hover {
    color: #FFFFFF;
}
.lft_contact a{
	float:left;
	background:url(../images/click_here.png) no-repeat;
	width:102px;
	height:30px;
	cursor:pointer;
}
.lft_contact a:hover{
		background:url(../images/click_here_hover.png) no-repeat;

}
.content table tr td {
	border:1px solid #fff;
	padding:5px;
	text-align:left;}
.content table tr td p{
	padding:5px 0 !important;}

ul.products {
	display: block;
    float: left;}	
ul.products li{background-image: url("../images/sitemap-arrow.png");
    background-position: 0 9px;
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: normal;
    list-style: none outside none;
    margin-left: 2px;
    outline: medium none;
    padding: 2px 0 2px 11px !important;
	width:100%;
	color:#FFFFFF;}
.home-about ul.products{
	display: block;
	width:100%;
	float:none;
	margin-left:290px !important;}
.home-about ul.products li{
	background-image: url("../images/homeproduct-arrow.png");
    background-position: 0 5px;
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: normal;
    list-style: none outside none;
    margin-left: 2px;
    outline: medium none;
    padding: 2px 0 2px 11px !important;
	width:100%;
	color:#727272}

.slide ul.products li{
	background-image: url("../images/sitemap-arrow.png");
    background-position: 0 5px;
	}