body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-color: #fff;
	margin: 0;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

a {
  color: #999999;
  text-decoration: none;
}

a:hover {
  color: #1122CC;
  text-decoration: underline;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
	margin-top: 5px;
}

ul,
ol {
  padding: 0;
  margin: 0 0 10px 0px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
  list-style: none;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.span1 {
	width: 140px;
}

.span2 {
	width: 200px;
}

.span3 {
	width: 300px;
}

.span4 {
	width: 348px;
}

.span8 {
	width: 440px;
}

.span9 {
	width: 540px;
}

.span10 {
  width: 780px;
}

.span11 {
	width: 530px;
}

.left {
	float: left;
	margin-right :15px;
}

#wrapper {
	width: 780px;
	margin: 0px auto;
	border: 1px solid #ccc;
}

.header {
	margin-bottom: 10px;
}

.navbar {
	background-color: #555555;
	background-image: -moz-linear-gradient(top, #555555, #999999);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#999999));
	background-image: -webkit-linear-gradient(top, #555555, #999999);
	background-image: -o-linear-gradient(top, #555555, #999999);
	background-image: linear-gradient(to bottom, #555555, #999999);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff999999', GradientType=0);
	clear:both;
}

.nav {
	list-style: none;
	padding: 0px 5px;
	margin: 0;
}

.nav li {
	float: left;
	margin: 0 20px;
	padding: 2px;
}

.nav li a {
	color: #fff;
	padding: 3px;
	text-decoration: none;
}

.nav li a:hover {
	color: #1122CC;
}

.subnav {
	list-style: none;
	margin: 10px;
}

.subnav li a {
	font-weight:bold;
	text-decoration: none;
}

.subnav li li {
	list-style: none;
	background: none;
	padding-left: 0px;
}

.catnav li {
	background: url(../img/product_menu_arrow.gif) no-repeat left top;
	padding-left: 20px;
	list-style: none;
	line-height: 1.3;
	margin: 5px 0;
}

.catnav a {
	font-weight: bold;
	text-decoration: none;
}

.catnav li li {
	background: none;
	padding-left: 0px;
}

.catnav li li a {
	font-weight: normal;
}

.slider, .slider img {
	margin: 0;
	padding:0;
}

.lfbackground {
	background: url(../img/bkgnd-pg.jpg) no-repeat left top;
	clear:both;
}

.frame-border {
	border: 1px solid #ccc;
	margin: 10px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.frame-border  a {
	text-decoration: none;
}

.cat-frame {
	margin-top: 10px !important;
	margin-left: 10px !important;
}

.cat-frame .space {
	border: 1px solid #ccc;
	padding: 10px;
	min-height: 260px;
}

.item_frame {
	margin-top: 10px !important;
	margin-left: 10px !important;
	border: 1px solid #ccc;
}

.padding-frame {
	padding: 10px;
}

.contact form {
	margin-bottom: 15px;
}

.contact form input {
	margin: 2px 0;
}

input.span2, textarea.span2 {
	width: 250px;
	margin-left: 0;
}

.contact .red {
	color: #F00;
}


.footer {
	margin:0;
	font-size: 11px;
	line-height: 1.4;
	color: #666666;
	border-top: 1px solid #ccc;
}

.footer .address {
	padding: 5px;
	border-bottom: 10px solid #ccc;
}

.footer .copyright {
	padding: 5px;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 14px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.btn-large [class^="icon-"] {
  margin-top: 2px;
}

.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}

.btn-small [class^="icon-"] {
  margin-top: 0;
}

.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 17px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}