@import url("reset.css");

body {
	background:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}

a:link { color:#000; text-decoration:underline; }
a:visited { color:#000; text-decoration:underline; }
a:hover { color:#000; text-decoration:none; }
a:active { color:#000; text-decoration:underline; }


a {
	outline: none;
}

#subnav { display:none; }

p {
	margin:15px 0 15px 0;
	line-height:18px;
}

p.smlLine {
	margin:5px 0 5px 0;
}

b {
	font-weight:normal;
}

p.note {
	font-size:11px;
	margin-top:40px;
	font-style:italic;
}

p#testimonial {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:13px;
	width:450px;
	text-align:center;
	position:relative;
	left:100px;
	top:0px;
}

p#testimonial span {
	font-style:normal;
	font-size:13px;
	display:block;
}

.strong {
	font-weight:bold;
}

h1 {
	font-size:46px;
	margin-bottom:30px;
}

#wrapper {
	height:810px;
	width:1000px;
	margin:0 auto;
	position:relative;
	top:-10px;
}

#top, #bottom {
	width:1000px;
	height:127px;
	margin:0 auto;
	position:relative;
}

#logo {
	position:absolute;
	left:60px;
	bottom:-3px;
}

#bf_logo {
	position:absolute;
	right:150px;
	bottom:-3px;
}

#bf_hint {
	display:inline-block;
	width:130px;
	position:absolute;
	right:5px;
	bottom:10px;
	color:#ffffff;
	font-family:Times;
	text-decoration:none;
	font-size:14px;
}

#top ul {
	font-family:Times;
	font-size:14px; 
	position:absolute;
	bottom:10px;
	left:220px;
}

#top ul li { display:inline; margin-right:18px; }
#top ul li a { display:inline; color:#ffffff; text-decoration:none; }
#top ul li a.active { color:#B9A88C; }

#middle {
	width:1000px;
	height:578px;
	background:#AF9C70;
	border:solid 1px #DCCCBA;
	padding:7px 0 0 0;
	position:relative;
	overflow:hidden;
}

#holder {
	width: 9120px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	height: 578px;
	position: absolute;
	top: 0;
}

.page, .first_page {
	width:1000px;
	float:left;
	display:block;
	padding-top:7px;
}

.first_page,
#page_manufacturers {
	padding-left:58px;
}

.left_box {
	width:620px;
	height:578px;
	float:left;
	position: relative;
}

.winter_sale {
	width: 581px;
	height: 109px;
	position: absolute;
	top: 0px;
	right: 39px;
	display: block;
	background: url(../images/winter_sale.png) no-repeat 0 0;
	_background: url(../images/winter_sale.gif) no-repeat;
}

.winter_sale:hover {
	background: url(../images/winter_sale.png) no-repeat 0 -111px;
	_background: url(../images/winter_sale.gif) no-repeat;
}

.right_box {
	width:290px;
	height:500px;
	float:left;
	padding-top:45px;
	position:relative;
}

.inner {
	width:915px;
	height:100%;
	margin:0 auto;
}

#logos {
	position:absolute;
	bottom:30px;
	right:-14px;
}

#products_list { margin-top:15px; position:relative; left:-10px; }
#products_list li { margin-bottom:10px; position:relative; padding-left:10px; }
#products_list li a { text-decoration:none; }
#products_list ul { 
	background:#C7BD9E;
	position:absolute; 
	left:-200px; 
	top:-10px; 
	display:none;
	width:200px;
}

#products_list ul li { margin:0px; padding:0px; }
#products_list ul li a {
	padding:10px 0 10px 20px;
	display:inline-block;
	width:150px;
}

#products_list li.back {
	background:url(../images/active.gif) repeat-y;
}

#products_list ul li a:hover { background: #ffffff; }

#contact_tbl {
	margin-top:5px;
}

#contact_tbl tr th, #contact tr td {
	padding:10px 10px 10px 0;
}

.field, .fieldarea {
	width:250px;
	padding:2px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	border:solid 1px #000000;
}

.fieldarea {
	width:347px;
}

.btn {
	padding:5px 20px 5px 20px;
	border:solid 1px #000000;
	font-family:Times;
	font-size:16px;
}

#contact_tbl tr th {
	font-weight:bold;
}

#dialog {
	font-size:13px;
}
/* home
 * --------------------------------------------------------------- */
.left_box .block {
  float: left;
  width: 48%;
  height: 50%;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  font-family: Times, serif;
}
.left_box .block ul,
.left_box .block li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.left_box .block li {
  display: none;
  width: 100%;
  height: 100%;
}
.left_box .block li.first-child {
  display: block;
}
.left_box .block img {
  display: block;
  margin: 0 auto;
  border: 1px solid #fff;
  box-shadow: 4px 4px 2px #333;
  -webkit-box-shadow: 4px 4px 2px #333; /* Safari */

}
.left_box .block p {
  margin: 10px 0;
  color: #fff;
  line-height: 24px;
  text-align: center;
}
.left_box .block p sup {
  line-height: 0;
}
/* manufacturers
 * --------------------------------------------------------------- */
#manufacturers {
  display: block;
  position: absolute;
  width: 130px;
  right: 5px;
  top: 30px;
  color: #af9c70 !important;
  font-family: Times, serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
/*
#top ul li #manufacturers {
  display: block;
  position: absolute;
  width: 130px;
  left: 645px;
  top: -60px;
  color: #af9c70 !important;
  font-family: Times, serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
  */
#page_manufacturers h1 {
  color: #fff;
}
#page_manufacturers table {
  margin: 70px 0 0 0;
  font-size: 16px;
  line-height: 40px;
}
#page_manufacturers table,
#page_manufacturers table a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#page_manufacturers table a:hover {
  text-decoration: underline;
}
#page_manufacturers table td.name {
  width: 220px;
}

