/* Main CSS Start */
/*importing reset stylesheet start*/
@import "reset.css";
/*importing reset stylesheet end*/

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
/*--------Generally css-------*/
				p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 0px;
	margin: 5px 0px 0px 15px;
	display: inline;
}
img.alignleft {
	padding: 0px;
	margin: 5px 15px 0px 0;
	display: inline;
}
img.aligncenter {
	display: block;
	padding: 0px;
	margin:0 0 10px 0;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
h1 {
	font-size:28px;
	font-weight:bold;
	color:#000;
}
h2 {
	font-size:24px;
	color:#737373;
	padding:0 0 15px 2px;
	background:url(/images/bordr-doted.gif) repeat-x bottom;
}
h2 span {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#9a9a9a;
}
h3 {
	font-size:22px;
	padding-bottom:15px;
	color:#000;
}
h4 {
	font-size:18px;
	padding-bottom:15px;
	color:#000;
}
h5 {
	font-size:16px;
	font-weight:bold;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 0 7px 0;
	cursor:pointer;
}
h5 a{
	text-decoration:underline !important;
}
h5 a:hover{
	text-decoration:none !important;
}
h5 span {
	display:inline-block;
	
}
.heading{
	display:inline-block;
	padding:0 15px 0 0;
}
h6 {
	font-size:16px;
	padding:15px 0 10px 0;
	color:#4b4b4b;
	font-family:Arial, Helvetica, sans-serif;
	background:url(/images/bordr-doted.gif) repeat-x bottom;
	margin:0 0 0 13px;
}
ol {
	padding-bottom:15px;
	list-style:decimal!important;
}
p {
	font-size:12px;
	color:#737373;
	padding-bottom:15px;
	line-height:14px;
	padding:10px 0 0 14px;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/*--------Generally css-------*/


#wrapper {
	width: 100%;
}
/* Main CSS End */


/* Header CSS Start */
#header {
	width: 100%;
	background:url(/images/header-bg.gif) no-repeat center top;
}
#inner-header {
	width: 988px;
	height: 196px;
	margin: 0 auto;
	overflow:hidden;
	position:relative;
}


.top-nav {
	background:url(/images/top-nav.png) no-repeat;
	width:455px;
	height:42px;
	float:right;
	overflow:hidden;
}
.top-nav ul {
	list-style:none;
	padding:0 0 0 20px;
	float:left;
}
.top-nav ul li {
	background:url(/images/layout/right-nav-libg.gif) no-repeat left 13px;
	list-style-type:none;
	padding:0 5px;
	float:left;
	line-height:36px;
}
.top-nav ul li a {
	font-size:11px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}
.top-nav li.samples_basket {
	
	padding:0 10px 0 27px;
	background:none;
}

.top-nav  li.samples_basket img {
	vertical-align:middle; 
	margin:-3px 5px 0 5px;
}






#logo {
	width:739px;
	float:left;
	position:absolute;
	top:20px;
}
#logo a {
	background:url(/images/logo.png) no-repeat;
	width:739px;
	height:100px;
	float:left;
	text-indent:-9999px;
}
.card {
	width:225px;
	float:right;
	padding:6px 0 0 0;
	position:absolute;
	right:7px;
	top:40px;
}
.card ul {
	float:right;
}
.card ul li{
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:32px;
	font-weight:bold;
	display:block;
    text-shadow: 1px 1px 0 #2EAFB5;
	line-height:35px;

}
.card ul li div{
	color:#fff;
	font-size:32px;
	font-weight:bold;
	display:block;
	float:right;
	width:80px;
}
.card ul li span{
	display:block;
	clear:both;
	width:216px;
	padding:15px 0 0 0;
	_padding:3px 0 0 0;
}

/* Header CSS End */


/* Menu CSS Start */
#menu {
	height:47px;
	width:988px;
	position:absolute;
	top:138px;
}
#menu ul {
}
#menu ul li {
	float:left;
	background:url(/images/li-bg.png) no-repeat;
	width:111px;
	text-align:center;
	height:47px;
	margin:0 3px 0 0;
	cursor:pointer;
}
#menu ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	display:block;
	color:#3d3d3d;
	text-decoration:none;
	width:111px;
	line-height:12px;
	padding:7px 0 0 0;
}
#menu ul li:hover a{
	background:url(/images/hover-li-1.png) no-repeat;
	height:47px;
}
#menu ul li.last-li {
	background:url(/images/last-li-active.png) no-repeat;
	width:66px;
	height:47px;
	font-weight:bold;
}
#menu ul li.last-li{
	width:66px;	
}
#menu ul li.last-li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	line-height:36px;
	width:66px !important;
	display:block;
}
#menu ul li.last-li a:hover {
	background:url(/images/last-li-hover.png) no-repeat;
}
#menu ul li span {
	display:block;
}
/* Menu CSS End */


/* Content CSS Start */
#content {
	width:988px;
	margin:0 auto;
	padding:20px 0 0 0;
}

#content h1 {
	padding-bottom:10px;	
}

#col-1 {
	width: 653px;
	float: left;
	padding:0 0 50px 0;
}
#col-2 {
	width: 268px;
	float: right;
	position:relative;
}
.left-col ul li {
	list-style:none;
	overflow:hidden;
	width:653px;
	float: left;
}
.left-col {
	width:653px;
	float: left;
}
.left-col ul li.active {
	background:url(/images/medal.jpg) no-repeat 97% top;
}
.left-col-1 {
	float:left;
}
.left-col-2 {
	float:right;
	width:420px;
}
.prdct-txt {
	font-size:12px;
	color:#3d3d3d;
	line-height:17px;
	display:block;
	padding:0 0 24px 27px;
	width:310px;
}
.prdct-txt p {

	padding:0;
	margin:0;	
}


.inner-prct {
	padding:20px 0 20px 0;
	overflow:hidden;
	background:url(/images/bordr-doted.gif) repeat-x bottom;
	width:653px;
	float: left;
}
.small-prdct {
	background:url(/images/prdct-active.gif) no-repeat;
	width:72px;
	height:37px;
	display:block;
	margin: 0 0 0 25px;
}
.small-prdct:hover {
	background:url(/images/prdct-hover.gif) no-repeat;
}
.prdct-information {
	width: 653px;
	padding:0;
	float: left;
	background: #35c7cd;
	margin-top: 30px;
	margin-bottom: 23px;
}
.prdct-information ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.prdct-information ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
	font-size:16px;
	padding:0 0 0 15px;
	line-height:27px;
}
.informtn-left {
	float:left;
}
.informtn-right {
	float:right;
}
.informtn-right img {
	line-height:20px;
	padding:8px 20px 0 0;
}
.ad-1 {
	padding:0 0 15px 0;
}
.ad-2 {
	background:url(/images/ad-2.jpg) no-repeat;
	width:268px;
	height:95px;
	position:relative;
}
.ad-line-1 {
	font-size:24px;
	color:#f29400;
	display:block;
	float:right;
	padding:10px 13px 0 0;
	text-shadow: 1px 1px 0px#46115c;
	letter-spacing:-1px;

}
.ad-para {
	clear:both;
	text-align:right;
	display:block;
	font-size:13px;
	color:#ffffff;
	float:right;
	width:235px;
	text-indent:30px;
	padding:0 13px 0 0;
	font-family:Helvetica;
}
.star {
	position:absolute;
	top:-13px;
	left:-22px;
}
.ad-3 {
	background:url(/images/ad-3.jpg) no-repeat;
	width:268px;
	height:155px;
	padding:0 0 15px 0;
}
.ad-line-2 {
	font-size:31px;
	color:#ffed00;
	display:block;
	width:275px;
	letter-spacing:-2px;
	padding:15px 0 0 7px;
	text-shadow:1px 1px 0px#97220a;
}
.ad-para-2 {
	font-size:16px;
	color:#fff;
	padding:0 0 0 10px;
	display:block;
	width:140px;
	font-family:Helvetica;
}
.uk{
	font-weight:bold;
	font-size:16px;
	color:#ffed00;
	text-decoration:none;
	display:block;
	padding:5px 0 0 10px;
}
.uk:hover{
	text-decoration:underline;
}
.uk-2{
	font-weight:bold;
	font-size:16px;
	color:#ffed00;
	text-decoration:none;
	display:inline-block;
	padding:0 0 0 10px;
}
.uk-only{
	font-size:8px;
	font-weight:bold;
	color:#fff;
	display:inline-block;
}
.uk-2:hover{
	text-decoration:underline;
}
.ad-4{
	background:url(/images/ad-4.jpg) no-repeat;
	width:268px;
	height:155px;
	padding:0 0 25px 0;	
}
.ad-line-3{
	font-size:31px;
	color:#fff;
	display:block;
	width:155px;
	padding:7px 0 0 10px;
	line-height:27px;
	text-shadow:2px 2px 0px#8db50c;
}
.ad-para-3{
	padding:3px 0 0 10px;
	margin:0;
}
.ad-para-3 li{
	list-style:none;
}
.ad-para-3 li a{
	font-weight:bold;
	color:#fff;
	font-size:14px;
	line-height:17px;
	background:url(/images/li-bg-1.png) no-repeat left;
	padding:0 0 0 10px;
}
.ad-para-4{
	font-size:18px;
	color:#00338E;
	display: inline-block;
	padding:12px 0 0 7px;
	font-family:Helvetica;	
}
.more{
	font-size:15px;
	color:#ffffff;
	text-decoration:none;	
}
.more:hover{
	text-decoration:underline;
}
.ad-5{
	background:url(/images/ad-5.jpg) no-repeat;
	width:268px;
	height:139px;	
}
.ad-line-4{
	font-size:31px;
	color:#fff;
	display:block;
	padding: 7px 0 0 10px;
	text-shadow:1px 1px 0px#846100;
}
.mail-txt{
	color:#e2001a;
	font-size:16px;
	font-weight:bold;
	display:block;
	padding:0 0 0 10px;	
}
.mail-txt-2{
	font-size:16px;
	font-weight:bold;
	color:#000;
	display:block;
	width:170px;
	padding:0 0 0 10px;
	text-shadow: 1px 1px 0px#554900;
}
.dtail{
	display:block;
	padding:14px 0 0 10px;
	font-size:15px;
	color:#ffffff;
	text-decoration:none;	
	line-height:17px;
}
.dtail:hover{
	text-decoration:underline;
}
/* Content CSS End */


/* Left Menu */

.inner-left-cont {
	float:left;
	width:168px!important;
	padding:18px 0 0 0;
	min-height:700px;
}




.inner-left-cont ul {
	list-style:none;
	padding:0 0 0 0;
	float:left;
	width:168px;
}
.inner-left-cont ul li {
	background:url(/images/common/gallery-left-listbg.gif) no-repeat left bottom;
	list-style-type:none;
	padding:7px 0;
}
.inner-left-cont ul li a {
	display:block;
	width:168px;
	font-size:14px;
	font-weight:bold;
	color:#888;
	text-transform:capitalize;
}
.inner-left-cont ul li a:hover, .inner-left-cont ul li a.active {
	background:url(/images/common/gallery-left-hoverbg.gif) no-repeat right 3px;
	text-decoration:none;
	color:#00338E;
}
.gallery-adds {
	padding:5px 0 0 0;
}
.gallery-adds a.alernate {
	float:left;
	background:url(../images/click-free.jpg) no-repeat;
	width:168px;
	height:109px;
	margin-top:15px;
}
.gallery-adds a.alernate:hover {
	float:left;
	background:url(../images/gallery-sample-hover.gif) no-repeat;
}
.gallery-adds img {
	float:right;
	margin-top:14px;
}






/* Product Page */
.product-content {
	float:right;
	width:804px;
	margin-bottom:15px;
}




.slider-area {
	width:478px;
	height:px;
	float:left;
	padding:0 0 0 0;
	position:relative;
}

.prod-slider {
	width:467px;
	height:360px;
	border:1px solid #c1c1c1;
	float:left;
	padding:3px 5px 0 5px;
	_padding:3px 0 0 5px;
	margin-bottom:5px;
	position:absolute;
}

.prod-slider h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding:3px 0 3px 9px;
	background:#00338E;
	border:none;
	
}


.proud {
	float: right;
	height: 111px;
	width: 99px;
	position: absolute;
	top: 4px;
	right: 12px;
	display: block !important;
	z-index:999;
}



.design-letter_editor {
width:265px;
border:6px solid #00338E;
background:#fff;
padding:29px 17px 10px 25px;
float:right;
margin-bottom:17px;
float:right;
position:absolute;
}

.design-letter_editor h3{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#52891c;
padding:0 0 9px 0;
text-transform:none;
}

.design-letter_editor p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#4b4b4b;
padding:0 0 9px 0;
text-align:left;
line-height:15px;
width:250px;
}

.design-letter_editor span {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
display:block;
color:#4b4b4b;
padding:0 0 0 0;
text-align:left;
}

.design-letter {
width:265px;
border:6px solid #00338E;
background:#fff;
padding:29px 17px 10px 25px;
float:right;
margin-bottom:17px;
*margin-bottom:7px;
float:right;
position:absolute;
top:-1px;
display:none;
right:-327px !important;
}



.prod-aerow {
position:absolute;
left:-28px;
top:52px;
}

.design-letter h3{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#52891c;
padding:0 0 9px 0;
text-transform:none;
}

.design-letter p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#4b4b4b;
padding:0 0 9px 0;
text-align:left;
line-height:15px;
width:250px;
}

.design-letter span {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
display:block;
color:#4b4b4b;
padding:0 0 0 0;
text-align:left;
}

.prod-right-area {
	width:318px;
	float:right;
	padding:0 0 16px 0;
	background:#f1f1f1;
}

.design-nav {
	width:307px;
	padding:30px 0 0 13px;
}
.design-nav ul {
	padding:0 0 0 0;
	list-style:none;
	width:307px;
}
.design-nav ul li {
	float:left;
	padding:0 0 4px 0;
	border:none;
	margin:0;
}
.design-nav ul li a {
	display:block;
	float:left;
	width:293px;
	height:38px;
	padding:0 0 0 0;
}
.design-nav ul li a:hover {
	text-decoration:none;
}
.design-nav ul li a.add-1 {
	background:url(/images/buttons/sample.jpg) no-repeat;
}
.design-nav ul li a.add-1:hover {
	background:url(/images/buttons/sample-hover.jpg) no-repeat;
}
.design-nav ul li a.add-2 {
	background:url(/images/buttons/quote.jpg) no-repeat;
}
.design-nav ul li a.add-2:hover {
	background:url(/images/buttons/quote-hover.jpg) no-repeat;
}
.design-nav ul li a.add-3 {
	background:url(/images/buttons/call.jpg) no-repeat;
}
.design-nav ul li a.add-3:hover {
	background:url(/images/buttons/call-hover.jpg) no-repeat;
}
.design-nav ul li a.add-4 {
	background:url(/images/buttons/order.jpg) no-repeat;
}
.design-nav ul li a.add-4:hover {
	background:url(/images/buttons/order-hover.jpg) no-repeat;
}
.design-nav ul li a.add-5 {
	background:url(/images/buttons/tell.jpg) no-repeat;
}
.design-nav ul li a.add-5:hover {
	background:url(/images/buttons/tell-hover.jpg) no-repeat;
}
.design-nav ul li a img {
	padding:0 0 0 0;
}
.prod-sub-area {
	float:right;
	width:680px;
	border-top:8px solid #00338E;
	border-bottom:8px solid #00338E;
	background:#f1f1f1;
	padding:19px 95px 155px 29px;
	margin-bottom:10px;
}
.prod-sub-area h1, h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#131313;
	font-size:16px;
	font-weight:bold;
	padding:0 0 7px 0;
	border-bottom:1px dotted #000000;
}

.prod-sub-area p {
	font-family:Arial, Helvetica, sans-serif;
	color:#4b4b4b;
	font-size:12px;
		padding:9px 0 15px 0;

	line-height:15px;
}

.prod-sub-area p span {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
	font-size:12px;
}

.white-area {
	width:640px;
	padding:0 28px 15px 12px;
	background:#FFFFFF;
	margin-top:15px;
	float:left;
}
#white-left {
	float:left;
	width:41px;
	padding:9px 0 0 5px;
}
#white-right {
	width:575px;
	float:right;
}
#white-right p {
	font-family:Arial, Helvetica, sans-serif;
	color:#52891c;
	font-size:12px;
	padding:9px 0 0 0;
	line-height:15px;
	font-weight:bold;
}
.mail-btn {
	float:left;
	width:350px;
	padding:0 0 0 0;
	margin-top:51px;
}
.mail-btn ul {
	float:left;
	list-style:none;
	padding:0 0 0 0;
	width:350px;
}
.mail-btn ul li {
	float:left;
	padding:0 0 0 0;
	border:none;
	margin:0;
	width:auto;
}
.mail-btn ul li a {
	padding:0 5px 0 0;
	border:none;
	margin:0;
}


.ad-gallery {
  width: 478px;
}
.ad-gallery, .ad-gallery * {
  margin: 0;
  padding: 0;
}

  .ad-gallery .ad-image-wrapper {
    width: 100%;
    height: 369px;
    margin-bottom: 5px;
	margin-top:18px;
    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: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      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(../images/common/product_left-aerow.gif);
        width: 9px;
        height: 13px;
        display: none;
        position: absolute;
        top: 47%;
        left: 0;
        z-index: 101;
      }
	  .ad-image-wrapper {
	  }
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(../images/common/product_right-aerow.gif);
        width: 9px;
        height: 13px;
        right: 0;
        left: auto;
      }
    .ad-gallery .ad-image-wrapper .ad-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 2;
    }
	
      .ad-gallery .ad-image-wrapper .ad-image a img {
        border: 0;
      }
      .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 7px;
        text-align: left;
        width: 100%;
        z-index: 2;
        background: url(../opa75.png);
        color: #000;
      }
      * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='/image/common/opa75.png');
      }
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
          display: block;
        }
  .ad-gallery .ad-controls {
    height: 20px;
	display:none;
  }
    .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;
    }
  .ad-gallery .ad-nav {
    width: 100%;
    position: relative;
  }
    .ad-gallery .ad-forward, .ad-gallery .ad-back {
      position: absolute;
      top:25px;
	  right:0!important;
      height: 100%;
      z-index: 10;
    }
    /* IE 6 doesn't like height: 100% */
    * html .ad-gallery .ad-forward, .ad-gallery .ad-back {
      height:105px;
    }
    .ad-gallery .ad-back {
      cursor: pointer;
      left: 9px;
      width: 13px;
      display: block;
      background: url(../images/common/product_left-aerow.gif) 0px 22px no-repeat;
    }
    .ad-gallery .ad-forward {
      cursor: pointer;
      display: block;
      right: 5px!important;
      width: 13px;
      background: url(../images/common/product_right-aerow.gif) 0px 22px no-repeat;
    }
    .ad-gallery .ad-nav .ad-thumbs {
      overflow: hidden;
      width: 100%;
    }
	.ad-thumbs {
	height:98px;
	padding:7px 0 0 0!important;
	background:#f1f1f1;
	}
      .ad-gallery .ad-thumbs .ad-thumb-list {
        float: left;
        width: 9000px;
        list-style: none;
      }
	.ad-gallery .ad-nav .ad-thumbs {
    margin: 0 0 0 24px;
    overflow: hidden;
    width: 436px !important;
}
.ad-nav{
	background:#f1f1f1!important;
	float:left!important;
}
	  
        .ad-gallery .ad-thumbs li {
          float: left;
          padding:0 5px 0 1px;
        }
          .ad-gallery .ad-thumbs li a {
            display: block;
          }
            .ad-gallery .ad-thumbs li a img {
				width:100px;
				height:89px;
              border: 1px solid #bcbcbc;
			  display:block;
            }
            
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}
 
 
 


/* Footer CSS Start */
#footer {
	height: 215px;
	background:url(/images/footer-bg.gif) repeat-x;
	width:100%;
	overflow:hidden;
}
#inner-footer{
width:988px;
margin:0 auto;
overflow:hidden;
padding:7px 0 0 0;
}
.footer-left{
	float:left;
}
.footer-left ul{
	padding:0;	
}
.footer-left ul li{
	float:left;
	font-size:11px;
	color:#ffffff;
	font-family:Verdana, Geneva, sans-serif;
	padding:0 6px 0 0;
}
.footer-right{
	float:right;
}
.footer-right ul{
	padding:0;
}
.footer-right ul li{
	float:left;
	color:#fff;
	font-size:11px;
	padding:0 0 0 9px;
}
.footer-right ul li a{
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
}
.footer-right ul li a:hover{
	text-decoration:underline;
}
.other-site{
	display:block;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#00338e;
	padding:30px 0 0 0;	
	text-transform:uppercase;
}
.other-site-nav{
	float:left;	
	padding:6px 0 0 0;
}
.other-site-nav li{
	float:left;
	list-style:none;	
	padding:0 5px 0 0;
	color:#00338e;
	font-size:11px;
}
.other-site-nav li a{
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	color:#00338e;
	text-decoration:none;
	text-transform:capitalize;
	letter-spacing:-1px;
}
.other-site-nav li a:hover{
	text-decoration:underline;
}
.site-logo{
	padding:22px 0 0 0;
	overflow:hidden;	
}
.site-logo ul{
	padding:0;	
}
.site-logo ul li{
	float:left;
	padding:0 18px 0 0;
	list-style:none;
}
.last-tab{
	 padding:20px 0 0 0;	
}
.last-tab ul{
	padding:0;
}
.last-tab ul li{
	float:left;
	padding:0 8px 0 0 !important;
	font-size:11px;
	color:#00338e;
}
.last-tab ul li a{
	font-size:11px;
	color:#00338e;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
}
.last-tab ul li a:hover{
	text-decoration:underline;
}
.heading-area{
	padding:10px 0 10px 0;
}
.heading-area-2{
	width:279px;
	height:101px;
	margin:0 auto;
	padding:15px 0 0 0;
	margin:0 10px 0 0;
	
}
.heading-area-2 a span{
	position:absolute;
	top:68px;
	left:-13px;
	display:inline-block;
}
/* Footer CSS End */



.left {
	float: left;
}
.right {
	float: right;
}
.basket-title {
	width: 100%;
	overflow: hidden;
	padding: 0 0 19px 0;
}
.top-browsing-link {
	width: 293px;
	height: 37px;
	float: right;
}
.top-browsing-link a {
	width: 293px;
	height: 37px;
	display: block;
	text-decoration: none;
	text-indent: -9000px;
	background: url(/images/buttons/browsing-link.gif) no-repeat left top;
}
.basket-left-sectioin {
	width: 801px;
	float: right;
}
.green-bar-list {
	width: 801px;
	overflow: hidden;
}
/*.green-bar-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.green-bar-list ul li {
	width: 801px;
	background: url(/images/green-bar-bg.gif) repeat-x left top;
	margin: 0 0 8px 0;
}*/
.green-list-inner {
	width: 801px;
	line-height: 33px;
}
.green-list-title{
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	background: url(/images/green-bar-errow.gif) no-repeat left;
	padding: 0 ;
	margin: 0;
	float: left;
	font-weight: bold;
}

.green-list-title,h2{
 text-decoration: none; border-bottom:none;
 }
.selected-items {
	color: #fff;
	float: right;
	padding: 0 0 0 0;
	text-align: right;
	display: inline-block;
	font-size: 12px;
	font-weight: normal !important;
	line-height: 19px;
}
.check-list {
	width: 650px;
	padding: 5px 0 15px 39px;
	margin: 0;
	list-style: none;
}
.check-list li {
	width: 200px;
	display: inline-block;
	padding: 0 0 6px 0;
	*float: left;
	*padding: 0;
}
.check-list li label {
	width: 170px;
	font-size: 13px;
	color: #888888;
	text-align: left;
	display: inline-block;
}
.menu_list {	
	width: 801px;
}
.menu_head {
	width: 730px;
	padding: 6px 30px 6px 40px;
	cursor: pointer;
	position: relative;
	margin: 0 0 8px 0 !important;
    font-weight: bold;
    background: #00338E url(/images/left.gif) no-repeat 22px center;
	display: block;
	overflow: hidden;
	float: left;
	*float: none;
}
.on{
	background: #00338E url(/images/down.gif) no-repeat 20px center;
}

.menu_body {
	display: none;
	background:none !important;
	overflow: hidden;
	float: left;
	*float: none;
}
.menu_body a{
  display: block;
  color: #006699;
  padding-left: 10px;
  font-weight: bold;
  text-decoration: none;
  background:none;
}
.menu_body a:hover{
  color: #000000;
  text-decoration: underline;
}
.basket-left-cont {
	float:left;
	width:168px!important;
	padding:0 0 0 0;
}
.left-red-box {
	width: 159px;
	overflow: hidden;
}
.left-red-box-top {
	width: 159px;
	height: 11px;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	float: left;
	background: url(/images/red-box-top.gif) no-repeat left top;
}
.left-red-box-bottom {
	width: 144px;
	float: left;
	background: url(/images/red-box-bottom.gif) no-repeat left bottom;
	padding: 5px 5px 10px 13px;
}
.left-red-box-bottom p {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding: 0 0 10px 0;
	line-height: 19px;
}
.bumper-pack {
	width: 801px;
	height: 33px;
	background: #00b9e9 url(/images/bumper-title-bg.gif) no-repeat 20px center;
	cursor: pointer;
}

.btn{
	background:  #00b9e9 url(/images/bumper-title-bg-atv.gif) no-repeat 20px center;
}

.bumper-pack-title {
	font-size: 16px;
	line-height: 33px;
	color: #fff;
	padding: 0 0 0 40px;
	display: block;
	float: left;
}

span.bumper-pack-right {
	color: #fff;
	float: right;
	font-size: 12px;
	font-weight: normal;
	padding: 0 37px 0 0;
	display: inline-block;
	float: right;
	line-height: 33px;
}

.bumper-pack-box {
	width: 761px;
	padding: 0 0 15px 40px;
}

.bumper-pack-box p label{
	font-weight: bold;
	color: #888888;
	font-size: 13px;
	padding: 0 15px 0 0;
}

.bumper-pack-box p input {
	margin: 0 20px 0 0;
	display: inline-block;
}

.bumper-pack-box p input.check-pad {

position: relative;

bottom: -2px;}

.grey-bar {
	width: 801px;
	height: 33px;
	background: #666;
	margin: 17px 0 0 0;
}

.grey-bar-title {
	font-size: 16px;
	line-height: 33px;
	color: #fff;
	padding: 0 0 0 20px;
	display: block;
}

.grey-bar-title span {
	color: #fff;
	float: right;
	font-size: 12px;
	font-weight: normal;
	padding: 0 52px 0 0;
}

.form-box {
	width: 801px;
	background: #f1f1f1;
	padding: 15px 0 50px 0;
	border-bottom: 8px solid #00338E;
	position: relative;
	margin-bottom:10px;
}
.form-box span {
	width: 382px;
	display: block;
	float: left;
	padding: 0 0 5px 13px;
	
}
.form-box span label{
	font-size: 12px;
	color: #000;
	padding: 0 10px 0 0;
    float:left;
    
}
.form-box span.error{
	font-size: 12px;
	color: #000;
	padding: 0 0 0 0;
    width:230px;
    float:left;
}
.form-box span input {
	width: 362px;
	height: 28px;
	border: 0;
	line-height: 28px;
	background: url(/images/compny-detail-input-bg.gif) no-repeat;
	padding-left: 10px;
	padding-right: 10px;
}
.form-box span textarea {
	width: 362px;
	height: 77px;
	border: 0;
	line-height: 28px;
	background: url(/images/textarea-bg.gif) no-repeat left;
	padding: 10px;
}
.form-box span input.check-box {
	width: auto;
	height: auto;
	line-height: normal;
	background: none;
	padding-left: 0;
	padding-right: 0;
}
.form-box span label.check-box-label{
	float: left;
	font-weight: bold;
	padding: 0 10px 0 17px;
}
.form-box span.check-box-bottom {
	padding: 33px 0 0 0;
}
.form-box span input.submit-request {
	width: 293px !important;
	height: 38px !important;
	background: none;
	text-align: center;
}
.form-box span.submit-button {
	text-align: center;
	padding: 32px 0 0 0;
}
.busniss-customer {
	width: 170px;
	position: absolute;
	left: -182px;
	top: 13px;
}
.red-title {
	font-size: 14px;
	color: #e2001a;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
	padding: 0 0 2px 0;
}
.busniss-customer p {
	font-size: 13px;
	color: #737373;
	padding: 0;
	width: 170px;
}
.busniss-customer p a {
	color: #737373;
	text-decoration: underline;
	font-size: 13px;
}
.busniss-customer p a:hover {
	text-decoration: none;
}




h2.trigger {
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
	background: url(/images/common/h2_trigger_a.gif) no-repeat;
	height: 25px;
	line-height: 22px;
	width: 200px;
	font-size: 2em;
	font-weight: normal;
	float: left;
    
}
h2.trigger a {
	color: #888888;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover { color: #888888; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	width: 200px;
	clear: both;
}

.toggle_container p {

	padding-top:0px;
	font-size: 12px;
    padding-left:20px;

}

