body {
  width: 1024px;
  background: url('../images/body_bg.png') repeat-x #ffffff;
  font-family: Arial;
  margin: 0px auto;
  line-height:1.45;
}

a {
  outline: none; 
}

h1 {
  color: #01a0dc;
  font-size: 24px;
  font-weight: normal;
  margin: 0px;
  line-height: 30px;
}

h2 {
  color: #175797;
  font-size: 18px;
  font-weight: normal; 
}

h3 {
  color: #5d5d5d;
  font-size: 12px;
  font-weight: normal;
  margin: 0px; 
}

h4 {
  color: #5d5d5d;
  font-size: 14px;
  font-weight: normal;
  margin: 13px 0px 13px 0px;
}

h5 {
  color: #175797;
  font-size: 14px;
  font-weight: bold; 
}

h6 {
  color: #01a0dc;
  font-size: 12px;
  font-weight: bold;
  margin: 0; 
}

img {
  border: none; 
}

span {
  color: #5D5D5D; 
}

.outer {
  background: url('../images/gradient_bg.png') no-repeat;
  width: 1024px;
  position: relative;
  margin: 0 auto;
}

.container {
  background-color: #ffffff;
  width: 917px;
  padding: 0px 10px 0px 10px;
  margin: 0 auto;
  position: relative;
}

.header {
  background: url('../images/header_bg.png') no-repeat;
  width: 917px;
  height: 217px;
}

.header .logo {
  float: left;
  border: 0px;
  padding: 15px 0px 0px 14px;
}

.header .contact {
  float: right;
  padding: 11px 15px 0px 0px;
}

.nav {
  padding: 0px;
  float: left;
}

.nav ul {
  margin: 15px 0px 0px 25px;
  list-style-type: none;
  float: left;
  padding: 0px;
}

.nav li {
  height: 30px;
  float: left;
  list-style-type: none;
  padding: 0px;
  margin: 0px 6px 0px 0px;
}

.nav li ul{
  margin: 0px;
  position: absolute;
  left: 10px;
  display: none;
  padding-top: 9px;
  padding-left: 25px;
  width: 892px;
  background: #ffffff;
  letter-spacing: 0.34px;
}

.nav li ul li img{
  position: relative;
  top: 3px;
  padding-left: 20px;
  padding-right: 15px;
}

.nav li ul li a {
  color: #01a0dc;
  font-size: 13px;
  text-decoration: none;
}

.nav li ul li a:hover{
  color: #175797;
}

.nav li ul li a.active{
  color: #175797;
}

.nav_button {
  border: 0px;
  height: 30px;
  display: block;
}

#nav_home{
  background: url('../images/nav_home.png') no-repeat;
  background-position: 0px 0px;
  width: 68px;
}

#nav_home:hover, #nav_home.active{
  background-position: 0px -30px;
}

#nav_home_active{
  background: url('../images/nav_home.png') no-repeat;
  background-position: 0px -30px;
  width: 68px;
}

#nav_products{
  background: url('../images/nav_products.png') no-repeat;
  background-position: 0px 0px;
  width: 115px;
}

#nav_products:hover, #nav_products.active {
  background-position: 0px -30px;
}

#nav_products.active ul{
  display: block;
}

#nav_products ul:hover{
  display: block;
}

.nav li:hover ul {
  display: block;
  z-index: 100;
}

#nav_kids{
  background: url('../images/nav_kids.png') no-repeat;
  background-position: 0px 0px;
  width: 57px;
}

#nav_kids:hover, #nav_kids.active {
  background-position: 0px -30px;
}

#nav_velvet{
  background: url('../images/nav_velvet.png') no-repeat;
  background-position: 0px 0px;
  width: 70px;
}

#nav_velvet:hover, #nav_velvet.active {
  background-position: 0px -30px;
}

#nav_velvet.active ul{
  display: block;
}

#nav_velvet ul:hover{
  display: block;
}

#nav_daffodil{
  background: url('../images/nav_daffodil.png') no-repeat;
  background-position: 0px 0px;
  width: 185px;
}

#nav_daffodil:hover, #nav_daffodil.active {
  background-position: 0px -30px;
}

#nav_enviro{
  background: url('../images/nav_enviro.png') no-repeat;
  background-position: 0px 0px;
  width: 111px;
}

#nav_enviro:hover, #nav_enviro.active {
  background-position: 0px -30px;
}

#nav_enviro.active ul {
  display: block;
  z-index: 1;
}

#nav_faq{
  background: url('../images/nav_faq.png') no-repeat;
  background-position: 0px 0px;
  width: 57px;
}

#nav_faq:hover, #nav_faq.active {
  background-position: 0px -30px;
}

#nav_faq.active ul{
  display: block;
}


#nav_about{
  background: url('../images/nav_about.png') no-repeat;
  background-position: 0px 0px;
  width: 124px;
}

#nav_about.active ul {
  display:block;
  z-index: 1;
}

#nav_about:hover, #nav_about.active {
  background-position: 0px -30px;
}

#nav_contact{
  background: url('../images/nav_contact.png') no-repeat;
  background-position: 0px 0px;
  width: 102px;
}

#nav_contact:hover, #nav_contact.active {
  background-position: 0px -30px;
}

.nav2{
  height: 19px;
  position: absolute;
  font-size: 14px;
  color: #01a0dc;
  margin: 14px 0px 0px -74px;
}

.nav2 a{
  font-size: 14px;
  color: #01a0dc;
  text-decoration: none;
}

.nav2 a:hover{
  color: #175797;
}

.nav2 img{
  margin: 0px 20px 0px 20px;
  position: relative;
  top: 3px;
}

.ontop{
  z-index: 200 !important; 
}

#products_nav2{
  display: block;
}

#enviro_nav2{
  display: none;
}

#about_nav2{
  display: none;
}

.footer {
  background: url('../images/footer_bg.jpg') no-repeat;
  width: 917px;
  height: 76px;
  margin: 50px 0px 30px 0px;
  float: left;
}
.footer .footer_links {
  margin: 0px 0px 0px 17px;
  padding-top: 30px;
  float: left;
}

.footer .footer_links a {
  font-size: 13px;
  color: #01a0dc;
  font-weight: normal;
  text-decoration: none;
}

.footer .footer_links a:hover {
  color: #175797;
}

.footer img {
  padding: 0px 12px 0px 12px;
  position: relative;
  top: 3px;
}

.footer .copyright {
  float: left;
  clear: left;
  font-size: 12px;
  color: #888888;
  margin: 4px 0px 0px 17px;
}

.home_welcome {
  background: url('../images/home_welcome.jpg') no-repeat;
  width: 917px;
  height: 206px;
  float: left;
  display: block;
}

.home_welcome img{
  border: 0px;
}

.home_welcome .view_prod{
  padding-left: 259px;
}

.welcome_text{
  color: #175797;
  font-weight: normal;
  padding:30px 0 3px 25px;
}

.welcome_text h1{
  font-size: 14px;
  width: 490px;
  font-weight: normal;
}

.welcome_text h2{
  font-size: 13px;
  width:442px;
  font-weight: normal;
}

.welcome_text a{
  font-weight: bold;
  color: #01a0dc;
}

.home_featured {
  background: url('../images/home_featured.jpg') no-repeat;
  width: 917px;
  height: 282px;
  float: left;
  display: block;
}

.home_featured .featured_container {
  margin: 66px 0px 0px 25px;
  width: 868px;
}

.home_featured .featured {
  color: #175797;
  float: left;
}

.home_featured .featured h1 {
  font-weight: bold;
  font-size: 14.5px;
}

.home_featured .featured h2 {
  font-weight: normal;
  font-size: 12px;
  margin: 0px;
}

.home_featured .featured a {
  font-weight: bold;
  font-size: 12px;
  color: #175797;
}

.home_featured #featured1 {
  width: 223px;
  float: left;
  margin-right: 23px;
}

.home_featured #featured2 {
  width: 294px;
  float: left;
  margin: 0px 27px 0px 25px;
}

.home_featured #featured3 {
  width: 250px;
  float: left;
  margin-left: 25px;
}

.panels {
  float: left;
  width: 917px;
  margin-top: -1px;
  margin-bottom: 0px;
}

.panels h1 {
  font-size: 13px;
  color: #175797;
  font-weight: normal;
  margin: 58px 0px 20px 25px;
  width: 195px;
  line-height: 19px;
}

.panels a {
  font-size: 13px;
  color: #175797;
  font-weight: bold;
  margin: 0px 0px 0px 25px;
  display: block;
  width: 180px;
}

#rough_it {
  background: url('../images/panel_rough_it.png') no-repeat;
  float: left;
  width: 444px;
  height: 214px;
  margin: 0px 15px 0px 9px;
}

#soft_and_strong {
  background: url('../images/panel_soft_and_strong.png') no-repeat;
  float: left;
  width: 444px;
  height: 214px;
  margin: 3px 12px 0px 9px;
}

#soft_and_strong h1 {
  color: #5d5d5d;
  letter-spacing: -.25px;
  margin-top: 84px;
  margin-left: 23px;
}

#soft_and_strong a {
  background: url('../images/watch_velvet_button.png') no-repeat;
  width: 163px;
  height: 41px;
  margin-left: 18px;
}

#soft_and_strong .velvet_tvc {
  background: url('../images/watch_velvet_button.png') no-repeat;
  width: 163px;
  height: 41px;
  margin: -2px 0px 0px 0px;
}

#soft_and_strong .velvet_tvc:hover {
  background: url('../images/watch_velvet_button.png') no-repeat 0px -41px;
  width: 163px;
  height: 41px;
}

#back_to_school {
  background: url('../images/back_to_school_panel.jpg') no-repeat;
  float: left;
  width: 444px;
  height: 214px;
  margin: 3px 12px 0px 9px;
}

#back_to_school a {
  float: left;
  width: 436px;
  height: 206px;
  margin:0px;
}

#kids_panel {
  background: url('../images/kids_panel.jpg') no-repeat;
  float: left;
  width: 436px;
  height: 210px;
  margin-top: 4px;
}

#kids_panel_full {
  background: url('../images/kids_panel_full.png') no-repeat;
  float: left;
  width: 892px;
  height: 206px;
  margin: 4px 10px 0;
}

#kids_panel_full a, #happy-feet a{
  width: 892px;
  height: 206px;
}

#kids_panel a{
  position: absolute;
  right: 32px;
  margin-top: 10px;
  width: 416px;
  height: 190px;
}

#happy-feet {
  background: url('../images/happy-feet.png') no-repeat;
  float: left;
  width: 892px;
  height: 206px;
  margin: 4px 10px 0;
}

.page{
  margin-top: 16px;
}

.page_left {
  float:left;
  margin-left:25px;
  margin-right:22px;
  width:596px;
}

.page_left a {
  color: #175797;
  font-size: 12px;
  font-weight: bold; 
}

.kids_link{
  position: absolute;
  right: 48px;
  top:228px;
  width: 372px; 
  height: 470px; 
}

.kids_link a{
  position: absolute;
  width: 365px; 
  height: 470px;
  margin-top: 15px;
}

#kids_left {
  width: 447px !important;
}

#kids_left h3 {
  margin-bottom: 10px;
}

.prod_info{
  padding-right: 30px;
  float: left;
}

.prod_info h2{
  margin: 5px 0px 0px 0px;
}

.prod_info h3{
  margin: 5px 0px 10px 0px;
}

#prod_info1{
  width: 268px;
}

#prod_info2{
  width: 272px;
}

#prod_info3{
  width: 238px;
}

.prod_image{
  float: right;
  padding-right: 10px;
}

.page_right {
  width: 250px;
  min-height: 517px;
  float:left;
}

.aloe_vera{
  float:left;
  background: url('../images/aloe_vera.jpg') no-repeat;
  width: 144px; 
  height: 180px;
  margin-left: 25px;
}

.aloe_vera .view{
  padding:197px 0px 0px 3px;
  border: 0px;
}

.product_content {
  float: left;
}

.product_content h2 {
  font-size:16px;
  font-weight: bold;
}

.product_content h5 {
  font-weight: normal;
  margin-top: -26px;
  width: 400px;
}

#kids_right {
  background: url('../images/kids_banner.jpg') no-repeat;
  width: 420px !important;
}

.push_panel{
  padding:13px 0px 0px 19px;
}

.push_panel h1{
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
  position: static !important;
}

.push_panel h2{
  color: #5d5d5d !important;
  font-weight: normal;
  font-size: 13px;
  margin:6px 0px 0px 0px;
}

.push_panel a{
  color: #5d5d5d;
  font-weight: bold;
  font-size: 13px;
}

#pp_toilet{
  background: url('../images/pp_toilet.png') no-repeat;
  width: 230px;
  height: 231px;
}

#pp_toilet h1 {
  color: #01a0dc;
}

#pp_toilet #piclink {
  position: relative;
  width: 215px;
  height: 95px;
  top: 28px;
  display: block;
}

#pp_long_roll{
  background: url('../images/pp_long_roll.jpg') no-repeat;
  width: 230px;
  height: 257px;
}

#pp_long_roll h1{
  color: #00a13b;
}

#pp_long_roll #piclink {
  position: relative;
  width: 215px;
  height: 100px;
  top: 20px;
  left:-2px;
  display: block;
}

#pp_daffodil{
  background: url('../images/pp_daffodil.jpg') no-repeat;
  width: 230px;
  height: 251px;
}

#pp_daffodil h1 {
  color: #ffc001;
}

#pp_daffodil #piclink {
  position: relative;
  width: 204px;
  height: 104px;
  top: 24px;
  left: 4px;
  display: block;
}

#pp_rough_it{
  background: url('../images/pp_rough_it.jpg') no-repeat;
  width: 230px;
  height: 268px;
}

#pp_rough_it h1{
  color: #01a0dc;
}

#pp_rough_it #piclink {
  position: relative;
  width: 211px;
  height: 102px;
  top: 28px;
  display: block;
}

#pp_facial{
  background: url('../images/pp_facial.png') no-repeat;
  width: 230px;
  height: 263px;
}

#pp_facial h1{
  color: #01a0dc;
}

#pp_facial #piclink {
  position: relative;
  width: 215px;
  height: 140px;
  top: 16px;
  display: block;
}

#pp_hypo{
  background: url('../images/pp_hypo.jpg') no-repeat;
  width: 230px;
  height: 304px;
}

#pp_hypo h1{
  color: #6c7277;
}

#pp_hypo #piclink {
  position: relative;
  width: 202px;
  height: 118px;
  top: 19px;
  left: 6px;
  display: block;
}

#pp_candf{
  background: url('../images/pp_candf.png') no-repeat;
  width: 230px;
  height: 292px;
}

#pp_candf h1{
  color: #60a9b2;
}

#pp_candf #piclink {
  position: relative;
  width: 175px;
  height: 102px;
  left: 14px;
  top: 28px;
  display: block;
}

#pp_velvet{
  background: url('../images/pp_velvet.jpg') no-repeat;
  width: 230px;
  height: 228px;
}

#pp_velvet h1{
  color: #c44389;
}

#pp_velvet #piclink {
  position: relative;
  width: 215px;
  height: 95px;
  top: 28px;
  display: block;
}

#pp_kids{
  background: url('../images/pp_kids.jpg') no-repeat;
  width: 230px;
  height: 278px;
}

#pp_kids #piclink {
  position: relative;
  width: 210px;
  height: 240px;
  display: block;
}

#pp_daffodil_sing {
  background: url('../images/pp_daffodil_sing.png') no-repeat;
  width: 247px;
  height: 349px;
  margin-left: 5px;
  margin-top: -3px;
}

#pp_daffodil_sing #piclink {
  position: relative;
  width: 230px;
  height: 330px;
  display: block;
  left: -10px;
  top: -4px;
}

.kids_banner_text {
  float: left;
  width: 308px;
  margin: 134px 0px 0px 41px;
  color: #004f93 !important;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  height: 100px;
  line-height:1.1;
}

.kids_banner_text span{
  font-size: 17px !important;
  font-weight: bold;
  color: #004f93 !important;
}

.submit input {
  background: transparent url('../images/send_button.gif') no-repeat scroll 0 0;
  border: medium none;
  color: #175797;
  cursor: pointer;
  font-size: 0.9em;
  margin-left: 140px;
  text-align: center;
  width: 120px;
  height: 20px;
  font-family: Arial;
}

.contactform fieldset {
  border:medium none;
  margin:0;
  padding:0;
}

.contactform div.required {
  color:#FF0000;
}

.contactform div {
  padding:0.25em 0;
  width:100%;
}

.contactform div label {
  display:block;
  width:10em;
}

fieldset label {
  color: #5D5D5D;
  float: left;
  width: 100px;
  font-size: 14px;
}

fieldset input, fieldset select, fieldset textarea {
  border:1px solid #CCCCCC;
  padding:2px;
  width:300px;
}

#wipesPopup {
  background: url('../images/popup_window.png') no-repeat;
  width: 663px;
  height: 562px;
  display: none;
  position:absolute;

  left: 110px;
  z-index: 2;
  padding: 22px 22px 22px 22px;
}

#wipesPopup .close_btn{
  background: url('../images/close.jpg') no-repeat;
  float: right;
  clear: both;
  width: 28px;
  height: 28px;
}

#wipesPopup .close_btn:hover{
  background: url('../images/close_ro.jpg') no-repeat;
  cursor: pointer;
}

#wipesPopup .big_image {
  background: url('../images/lg_blue.jpg') no-repeat;
  height: 422px;
  width: 663px;
  float: left;
}

#wipesPopup .thumbnails {
  height: 107px;
  width: 590px;
  margin-left: 80px;
}

.thumbnails .lrg_grey {
  width: 175px;
  float: left;
}

.thumbnails .lrg_blue {
  width: 173px;
  float: left;
}

.thumbnails .sml_grey {
  float: left;
}

.thumbnails .sml_blue {
  width: 98px;
  float: left;
}

#backgroundPopup {
  background: #ffffff;  
  display:none;  
  position:absolute;
  top: 0px;
  left: 0px;  
  height:100%;  
  width:100%;  
  z-index: 1;
}

.product_nav {
  margin: 6px 0px 13px 0px;
  list-style-type: none;
  float: left;
  padding: 0px;
  font-size: 13px;
}

.product_nav a {
  font-weight: normal;
  text-decoration: none;
  color: #01a0dc;
}

.product_nav li {
  height: 22px;
  float: left;
  list-style-type: none;
  padding: 0px;
  margin: 0px 6px 0px 0px;
}

.product_nav li:hover, .product_nav li .active {
  color: #175797 !important;
}

.product_nav img{
  position: relative;
  top: 3px;
  padding-left: 19px;
  padding-right: 14px;
}

.slider{
  width: 4000px;
  height: 780;
}

.product_view {
  float: left;
  width: 595px;
  min-height: 755px;
}

#products{
  float: left;
  width: 595px;
}

#prod_white {
  float: left;
  width: 595px;
}

#prod_hypo {
  float: left;
  width: 595px;
}

#prod_prints {
  float: left;
  width: 595px;
}

#prod_scented {
  float: left;
  width: 595px;
}

#prod_long_roll {
  float: left;
  width: 595px;
}

.prod_toilet_container {
  width: 595px;
}

.prod_toilet_container td{
  vertical-align: bottom;
}

.prod_toilet_container h5{
  margin: 21px 0px 0px -3px;
}

.prod_toilet_container h6{
  margin-top: 12px;
}

.prod_toilet_container img{
  border: 0px;
  margin-left: -3px;
}

.prod_container {
  width: 620px;
}

.prod_container td{
  vertical-align: bottom;
}

.prod_container h5{
  margin: 12px 0px 0px 0px;
  display: inline;
}

.prod_container h6{
  margin-top: 12px;
  font-size: 14px;
}

.prod_container img{
  border: 0px;  
  margin-left: -3px;
  position: relative;
  bottom: 20px;
}

.velvet_product {
  padding-top: 249px;
  clear: both;
}

.facial_spacer {
  top: 18px;
}

.row1 {
  height: 220px;
  vertical-align: bottom;
}

.row1_tall {
  height: 250px;
  vertical-align: bottom;
}

.magnify{
  position: relative;
  top: -22px;
  left: 13px;
}

#prod1 {
  width: 203px
}

#prod2 {
  min-width: 200px
}

#prod3 {
  
}

#prod4 {
  width: 276px;
}

#prod5 {
  
}

#prod6 {
  
}

#product {
  width: 202px !important;
  float: left;
}

.product_view_tissue {
  min-height: 1250px;
  float: left;
  width: 595px;
}

.product_view_tissue h3 {
  margin-bottom: 12px;
}

.tissue_title {
  position: relative;
  left: 116px;
  top: 10px;
}

.double {
  top: 22px;
  margin-top: 0px !important;
}

.tissue_info {
  height: 32px;
  color: #175797;
  font-size: 12px;
  font-weight: bold;
}

.velvet_tissue_info {
  height: 32px;
  color: #da931b;
  font-size: 12px;
  font-weight: bold;
}

.info_text{
  vertical-align: middle !important;
  padding-bottom: 32px;
}

.info_text span{
  color: #5d5d5d;
  font-size: 12px;
  font-weight: normal;
}

.row2 {
  height: 181px;
  vertical-align: bottom;
}

.row3 {
  height: 261px;
  vertical-align: bottom;
}

/* override the root element to enable scrolling */ 
#flowpanes { 
    position:relative; 
    overflow:hidden; 
    clear:both; 
} 
 
/* override single pane */ 
#flowpanes div { 
    float:left; 
    display:block; 
    width:670px; 
    font-size:14px; 
} 
 
/* our additional wrapper element for the items */ 
#flowpanes .items { 
    width:20000em; 
    position: relative; 
    clear:both; 
    margin:0; 
    padding:0; 
} 
 
#flowpanes .less, #flowpanes .less a { 
    color:#999 !important; 
    font-size:11px; 
}

#flowtabs a.current, #flowtabs a:hover{
  color: #175797;
}

.matrix_container {
  width: 868px;
  margin-left: 25px;
  float: left;
  color: #175797;
  font-size: 14px;
  font-weight: normal;
}

.matrix_container span{
  font-size: 16px;
  font-weight: bold;
  color: #175797;
}

.matrix {
  background: url('../images/matrix.jpg') no-repeat;
}

.matrix table{
  border-collapse: collapse;
  color: #01a0dc;
  font-size: 16px;
}

.matrix table img{
  margin-bottom: 4px; 
}

.matrix table img{
  border: 0px;
}

.matrix table .h_left_first{
  height: 37px;
  width: 170px;
}

.matrix table .h_top{
  padding-left: 20px;
  width: 78px;
}

.matrix table .h_left{
  height:86px;
  text-align: right;
  padding-right: 28px;
}

.matrix table .box{
  vertical-align: bottom;
  text-align: center;
}

.faqs h4 {
  margin: 0px;
}

.faqs h5 {
  margin-bottom: 0px;
}

.about_history h2 {
  margin: 30px 0px 0px 0px;
}

.about_history h4 {
  margin-top: 0px;
}

.contact_us h2 {
  color: #01A0DC;
}

.contact_us h4 {
  margin-top: 0px;
}

.contact_us h5 {
  margin-bottom: 0px;
}

.candf_faq h3{
  margin-bottom: 18px;
}

.candf_faq h6{
  margin-bottom: 5px;
}

.velvet_page {
  width: 917px;
  height: 517px;
}

#v_landing {
  background: url('../images/velvet_landing_bg.jpg') no-repeat;
  height: 517px;
}

#v_toilet {
  background: url('../images/velvet_toilet_bg.jpg') no-repeat;
}

#v_facial {
  background: url('../images/velvet_facial_bg.jpg') no-repeat;
  height: 860px;
}

#v_facial .velvet_title{
  text-align: center;
  float: left;
  margin-top: 8px;
}

#v_facial .fuschia{
  width: 146px;
}

#v_facial .choc{
  width: 239px;
}

#v_facial .mint{
  width: 140px;
}

.velvet_page h1 {
   color: #c93181;
   display: inline;
   margin-right: 4px;
   padding-bottom: 4px;
}

#v_landing h1 {
   position: relative;
   bottom: 4px;
}

#v_landing h4 {
  margin-top: 13px;
}

.velvet_page h4 {
  letter-spacing: -0.1px;
  line-height: 17px;
  margin-top: 17px;
}

.velvet_page h2 {
  color: #da931b;
  margin-bottom: 5px;
}

.velvet_page h3 {
  letter-spacing: -0.1px;
  line-height: 17px;
  margin-top: 17px;
}

.velvet_page h5 {
  color: #DA931B;
}

.velvet_page h6 {
  color: #C93181;
}

#v_landing .velvet_left{
  margin-top: 0px !important;
  height: 533px;
}

.velvet_page .velvet_left{
  float: left;
  margin: 18px 27px 0px 25px;
  width: 595px;
}

.velvet_page .facial_left{
  margin-bottom: -34px !important;
}

.velvet_page .velvet_panels{
  float: left;
  margin-top: 12px;
}

.vt_btn {
  margin: 275px 12px 0px 74px;
}

.velvet_page .box_container {
  margin-top: 325px;
}

.velvet_page .info_box {
  float: left;
  height: 115px;
}

.velvet_page .left {
  width: 280px;
}

.velvet_page .right {
  margin-left: 33px;
  width: 280px;
}

.velvet_page .info_box h3 {
  letter-spacing:-0.15px;
}
