@charset "utf-8";
/* CSS Document */
html, body {
  height: 100%;
}
body {
	font: normal 62.5% Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #333;
	background: #DBEBF5 url(/images/layout/containerbg.jpg) center top no-repeat;
	text-align: center;
}

* {
  padding: 0;
  margin: 0;
}
img {
  border: none;
}

/*--------------------------------------
GLOBALS & GENERAL CASES
---------------------------------------*/

a {
  text-decoration: underline;
  padding: 1px;
  color: #0065CB;
}
a:hover {}
a span {height: 1px; width: 1px; position: absolute; overflow: hidden; top: -10px;}
/*--------------------------------------
TYPOGRAPHY
---------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: Helios Thin, Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-weight: normal;
}

h1 {
	font-size: 1.6em;
	color: #FF3399;
	margin-bottom: 28px;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #0065CB;
  margin-bottom: 17px;
}
.acc-head, .clearboth {
  clear: left;
}

h3 {
  font-size: 1.4em;
  color: #FF3399;
}

h4 {
  font-size: 1.2em;
}

/* approx 11/14 */
p {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0;
	margin-bottom: 17px;
	color: #0065CB;
}
ul, ol {
	color: #0065CB;
	font-size: 1.2em;
	margin-bottom: 17px;
  list-style: disc outside;
  padding-left: 30px;
}
ol {
  list-style: decimal outside;
}
ul ul, ol ol {
  font-size: 1em;
}

.mainnav, .submenu, #footer ul, .kwicks, .buttons {
  list-style: none;
  padding: 0;
}

/* PAGE STRUCTURE 
---------------------------------------------*/

#container {
  width: 980px;
	text-align: left;
	margin: 0 auto -140px;
  position: relative;
  min-height: 100%;
  z-index: 1;
}
* html #container {
  height: 100%;
}
#contentframe {
  width: 980px;
  padding-bottom: 140px;
  overflow: hidden;
}
.main {
  background: #DBEBF5 url(/images/layout/bodyhomebg.jpg) 60% top no-repeat;
}
#header {
	height: 309px;
}
.main #header {
  height: 188px;
}
#header .logo {
	margin-top: 5px;
	float: left;
	border: none;
}
#header .tel {
	float: right;
	margin-top: 15px;
}
#waterfor {
	margin-top: 111px;
	position: absolute;
	top: 0px; left: 0;
	padding-left: 211px;
}
#waterfor li {
	display: inline;
}
#waterfor .office {
	margin-right: 90px;
}
#waterfor .home {
	margin-left: 80px;
}

#waterfor img {
	border: none;
}
#waterfor a:hover {
	border:none;
	background:none;
}
.shopping  {
	position: absolute;
	z-index: 6;
	width: 980px;
	text-align: right;
	top: 0; left: 0;
	margin-top: 85px;
}
.shopping img  {
	border:none;
}
.shopping .cart {
	margin-left: 8px;
}
.shopping a:hover {
	border: none;
	background: none;
}
#brdcrmbs {
  position: absolute;
  top: 50px;
  left: 211px;
}
#brdcrmbs a, #brdcrmbs strong {
  color: #3399CC;
  font-weight: normal;
}
.mainnav {
	position: absolute;
	z-index: 7;
	top: 0; left: 0;
	margin-top: 15px;
	padding-left: 211px;
	font-size: 1.3em;
}
.mainnav li {
	float: left;
	margin-right: 15px;
	position: relative;
}
.mainnav li a {
	color: #3399CB;
	display: block;
}
.mainnav li.last {
  padding-bottom: 6px;
}
.mainnav li a:hover {
	color: #FF3399;
}

.submenu {
	display: none;
/*	background: transparent url(/images/layout/mainnavulbg.jpg) right bottom no-repeat; */
	background: transparent url(/images/layout/menu-bg.gif) left top repeat-y;
	position: absolute;
	border: solid 1px #E6EAEF;
	top: 20px; left: 0; width: 156px;
  font-size: 12px;
}
.submenu li {
  float: none;
  margin: 0;
}
.submenu li a {
  padding: 2px 10px;
}
.submenu li.first a {
  padding-top: 5px;
}
.hover {
  display: block;
}
.mainnav .active a {
	font-weight: bold;
	text-decoration: none;
}
.mainnav .active .submenu .active a {
  text-decoration: none;
}
.mainnav .active .submenu a {
  font-weight: normal;
  text-decoration: underline;
}


#content, #footer {
	clear: both;
}


#footer {
	background: transparent url(/images/layout/footerbg.jpg) center 24px no-repeat;
	text-align: center;
	width: 100%;
	height: 75px;
	margin-top: 7px;
	position: relative;
	z-index: 2;
}
#footer ul {
	width: 980px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#footer .f1 {
  width: 153px;
  text-align: left;
}
.f2 {
  width: 83px;
}
.f3 {
  width: 201px;
}
.f4 {
  width: 200px;
}
.f5 {
  width: 129px;
}
.f6 {
  width: 104px;
}
#footer .f7 {
  width: 104px;
  text-align: right;
}
#footer li {
	float: left;
	text-align: center;
}
#footer li a {
	font-size: 1.2em;
}
#footer a, address a {
  color: #FF3399;
}
address {
	display: block;
	width: 980px;
	margin: 0 auto;
	text-align: right;
	font: normal 1.1em Tahoma, Geneva, sans-serif;
	color: #336599;
	padding-bottom: 20px;
  position: relative;
  z-index: 2;
}
address a {
  
}

/*---- kwicks -----------------------*/

.kwicks {
  width: 980px;
  position: relative;
  list-style: none;
  overflow: hidden;
}
.kwicks li div {
  width: 30px;
  height: 30px;
  background-color: white;
}
.kwicks li {
  float: left;
  width: 75px;
  height: 384px;
  overflow: hidden;
  position: relative;
  border-left: solid 1px #fff;
}
.kwicks li a {
  display: block;
  width: 193px;
  height: 300px;
  font: normal 18px Arial;
  color: #09C;
  padding: 5px 0 0 7px;
  text-indent: -1000px;
  background: transparent url(/images/layout/kwicks/labels1.gif) left top no-repeat;
}
.kwicks li span {
  position: absolute;
  bottom: 0;
  width: 195px; padding: 0 0 0 5px;
  height: 50px;
  font: normal 12px Arial;
  display: none;
  color: #09C;
  text-indent: -1000px;
  background: transparent url(/images/layout/kwicks/labels2.gif) left top no-repeat;
}
/*
.kwicks li.kw2 { background-position: -207px top; }
.kwicks li.kw3 { background-position: -413px top; }
.kwicks li.kw4 { background-position: -616px top; }
.kwicks li.kw5 { background-position: -823px top; }
.kwicks li.kw6 { background-position: -1029px top; }
.kwicks li.kw7 { background-position: -1235px top; }
.kwicks li.kw8 { background-position: -1440px top; }
.kwicks li.kw9 { background-position: -1646px top; }
.kwicks li.kw10 { background-position: -1853px top; }
.kwicks li.kw11 { background-position: -2059px top; }
.kwicks li.kw12 { background-position: -2264px top; }
.kwicks li.kw13 { background-position: -2470px top; }
*/

.kwicks li.kw1 a { background-position: 20px 7px; }
.kwicks li.kw2 a { background-position: -200px 7px; }
.kwicks li.kw3 a { background-position: -400px 7px; }
.kwicks li.kw4 a { background-position: -604px 7px; }
.kwicks li.kw5 a { background-position: -816px 7px; }
.kwicks li.kw6 a { background-position: -1018px 7px; }
.kwicks li.kw7 a { background-position: -1223px 7px; }
.kwicks li.kw8 a { background-position: -1437px 7px; }
.kwicks li.kw9 a { background-position: -1635px 7px; }
.kwicks li.kw10 a { background-position: -1841px 7px; }
.kwicks li.kw11 a { background-position: -2047px 7px; }
.kwicks li.kw12 a { background-position: -2252px 7px; }
.kwicks li.kw13 a { background-position: -2458px 7px; }

.kwicks li.kw1 span { background-position: 6px top; }
.kwicks li.kw2 span { background-position: -200px top; }
.kwicks li.kw3 span { background-position: -400px top; }
.kwicks li.kw4 span { background-position: -604px top; }
.kwicks li.kw5 span { background-position: -816px top; }
.kwicks li.kw6 span { background-position: -1018px top; }
.kwicks li.kw7 span { background-position: -1223px top; }
.kwicks li.kw8 span { background-position: -1430px top; }
.kwicks li.kw9 span { background-position: -1635px top; }
.kwicks li.kw10 span { background-position: -1843px top; }
.kwicks li.kw11 span { background-position: -2053px top; }
.kwicks li.kw12 span { background-position: -2252px top; }
.kwicks li.kw13 span { background-position: -2462px top; }

.kwicks li.kw1 { background: transparent url(/images/layout/kwicks/kwick1.jpg) left -3px no-repeat; border-left: none; }
.kwicks li.kw2 { background: transparent url(/images/layout/kwicks/kwick2.jpg) 40% -3px no-repeat; }
.kwicks li.kw3 { background: transparent url(/images/layout/kwicks/kwick3.jpg) 60% -3px no-repeat; }
.kwicks li.kw4 { background: transparent url(/images/layout/kwicks/kwick4.jpg) 40% -3px no-repeat; }
.kwicks li.kw5 { background: transparent url(/images/layout/kwicks/kwick5.jpg) 50% -3px no-repeat; }
.kwicks li.kw6 { background: transparent url(/images/layout/kwicks/kwick6.jpg) 50% -3px no-repeat; }
.kwicks li.kw7 { background: transparent url(/images/layout/kwicks/kwick7.jpg) 20% -3px no-repeat; }
.kwicks li.kw8 { background: transparent url(/images/layout/kwicks/kwick8.jpg) 50% -3px no-repeat; }
.kwicks li.kw9 { background: transparent url(/images/layout/kwicks/kwick9.jpg) 35% -3px no-repeat; }
.kwicks li.kw10 { background: transparent url(/images/layout/kwicks/kwick10.jpg) 50% -3px no-repeat; }
.kwicks li.kw11 { background: transparent url(/images/layout/kwicks/kwick11.jpg) 30% -3px no-repeat; }
.kwicks li.kw12 { background: transparent url(/images/layout/kwicks/kwick12.jpg) 47% -3px no-repeat; }
.kwicks li.kw13 { background: transparent url(/images/layout/kwicks/kwick13.jpg) right -3px no-repeat; }


/*------ buttons ------------*/
.buttons {
  overflow: hidden;
  margin-bottom: 0;
}
.buttons li {
  float: left;
  padding: 9px 34px 9px 0;
}
.buttons li.last {
  padding-right: 0;
}

/*------ catalog accordeon -----------*/
.acc-head {
  cursor: pointer;
  background: #95C9EE;
  font: normal 1.3em/22px Arial;
  padding: 0 0 0 25px;
  color: white;
  text-decoration: underline;
  margin: 0 0 2px;
}
input.add2cart {
  background: transparent url(/images/layout/add-to-cart.gif) left top no-repeat;
  width: 135px; height: 25px;
  font: normal 13px/25px Arial;
  color: white;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
div.cat {
  width: 100%;
}
table.catalog, table.catalog tbody {
  width: 100%;
  background: #F6FBFC;
}
table.catalog td {
  padding: 10px 0;
  color: #39C;
  font-size: 13px;
}
td.cst {
  white-space: nowrap;
}
table.catalog td.cap, td.cst span {
  font: normal 14px Lucida Sans Unicode;
}
table.catalog td.cap {
  padding: 10px 5px;
  width: 560px;
}
td.gtc { width: 30px; }
td.atc { width: 140px; }
td.cnt { width: 270px; }
td.img { width: 150px; }

/*----- basket ---------------*/
table.nopcart {
  width: 100%;
  border-collapse: collapse;
  background: #EAF4FA;
  margin-bottom: 30px;
}
.nopcart caption {
  text-align: left;
  font: normal 16px/32px Arial, sans-serif;
  color: #39c;
  background: transparent url(/images/layout/caption-left.gif) left top no-repeat;
  padding: 0 0 0 7px;
}
.nopcart caption span {
  float: left;
  background: #EAF4FA url(/images/layout/caption-right.gif) right top no-repeat;
  padding: 0 15px 0 8px;
}

.nopcart td {
  color: #39c;
  font-size: 13px;
  border-top: 1px solid #C0DFEF;
  padding: 10px 3px;
  line-height: 22px;
  white-space: nowrap;
}
.nopcart .pname {
  white-space: normal;
}
.nopcatr tr.last td.first {
  background: transparent url(/images/layout/tbl-corner-lb.gif) left bottom no-repeat;
}
.nopcatr tr.last td.last {
  background: transparent url(/images/layout/tbl-corner-rb.gif) left bottom no-repeat;
}
.nopcart td a {
  color: #39c;
}
.nopcart .psum span {
  background: #F69;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 0 3px;
}
.nopcart input {
  font-size: 14px;
  color: #39c;
  border: 1px solid #ccc;
}

.nopcart a.basket_clear {
  float: left;
  width: 145px;
  height: 25px;
  background: transparent url(/images/layout/cart-clear.gif) left top no-repeat;
  color: white;
  font: normal 13px/25px Lucida Sans Unicode, Lucida Grande, sans-serif;
  text-align: center;
  text-decoration: none;
}
.nopcart a.basket_clear:hover, .nopcart a.basket_button:hover {
  text-decoration: underline;
}

.nopcart a.basket_button {
  float: right;
  width: 135px;
  height: 25px;
  background: transparent url(/images/layout/cart-button.gif) left top no-repeat;
  color: white;
  font: normal 13px/25px Lucida Sans Unicode, Lucida Grande, sans-serif;
  text-align: center;
  text-decoration: none;
}

.nopbutton, .nopinput {
  font-size: 11px;
}

.shop_button, .nopbutton {
  border: 1px solid #ccc;
  text-decoration: none;
  background: #f0f0f0;
  color: #000;
  font-size: 11px;
  padding: 3px 5px;
}

.cat-nav {
  height: 38px;
  margin: 0; padding: 0 0 0 7px;
  list-style: none;
  width: 980px;
  background: transparent url(/images/layout/cat-tabs.gif) left bottom no-repeat;
}
.cat-nav li {
  float: left;
  font: normal 1.4em/31px Arial;
  padding-right: 7px;
}
.cat-nav li a {
  color: #39C;
  padding: 0 20px;
  display: block;
}
.cat-nav li.active {
  background: transparent url(/images/layout/cat-tab2.gif) right top no-repeat;
}
.cat-nav li a:hover, .cat-nav li.active a {
  text-decoration: none;
}
.cat-nav li.active a {
  background: transparent url(/images/layout/cat-tab1.gif) left top no-repeat;
}
.cat-nav li.active a:hover {
  text-decoration: underline;
}
#accordion {
  margin: 20px 0;
}
#accordion .element {
  padding: 10px 0 0 40px;
}

#sidebar {
  float: right;
  padding-left: 15px;
  width: 177px;
  background: #DBEBF5;
}

/*-------------- old styles --------------------------------------------------*/
.topimg, .bottomimg {
  float: right;
  margin: 0 0 10px 10px;
}
img.left {
  float: left;
  margin: 0 10px 10px 0;
}
img.desc {
  float: left;
  margin: 0 14px 23px 0;
}
#subbodytxt label {
  float: left;
  text-align: right;
  width: 300px;
}

.imgrow {
  list-style: none;
  padding-left: 0;
}
.imgrow li {
  display: inline;
}
.product {
  padding-left: 150px; /* 980 - 830 */
}
.product .desc {
  margin-left: -140px;
}
#content .product ul.h{
	list-style: none;
	padding: 0;
	margin: 0 0 20px 31px;
	width: 483px;
	display: block;
	background: #F83181;
}
#content .product ul.h li{
	background: #F83181;
	padding: 0 10px 0 13px;
	color: white;
	margin: 0px;
}
#content .product ul.h .first{
	background: url(/img/layout/ulhfirstbg.gif) no-repeat left top;
	padding-top: 10px;
}
#content .product ul.h .last{
	background: transparent url(/img/layout/ulhlastbg.gif) no-repeat left bottom;
	padding-bottom: 10px;
}
.info {
	display: block;
	float: left;
	text-align: left;
	line-height: 1.8em;
}
.info .link {
	color: #257AA4;
}
.bold {font-weight:bold;}
#content .product h1 {
	width: 400px;
	margin-left: 40px;
}
#content .product h2 {
	margin-left: 40px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #3399CB;
}
#content .product p {
	color: #3399CB;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.3em;
	margin-left: 40px;
}

#content .product ul{
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 40px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.3em;
	color: #3399CB;
}
#content .product li {
	margin-bottom: 7px;
}
