body {
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #6B6D70;
	background-color: #D6D6D6;
}

#header {
	border-bottom: 1px solid #FFF;
	position: relative;
	background-color: #BDDFF2;
	height: 110px;
	color: #6B6D70;
}

#header h1 {
	color: #6B6D70;
	width: 380px;
	text-align: center;
	padding-top: 5px;
	font-size: 250%;
	display: inline;
	float: left;
}	

#header img {
	float:left;
	padding-top: 10px;
}

#trnav{
	float: right;
	width: 120px;
	background: #FFF;
	border: 3px solid #6B6D70;
	padding: 0;
	padding-bottom:3px;
	font-size: 75%;
	list-style: none;
	margin: 10px 5px 0 0;
}

#trnav li{
	padding: 3px 0 0 5px;
	}

#trnav a {
	color: #6B6D70;
}


#trnav li a:HOVER { text-decoration: underline; }


#topnav {
	background-color: #F7BFD6;
	color: #6B6D70;
	padding: 2px 0;
	margin-bottom: 10px;
	clear:both;
	font-weight: bold;
}

#topnav ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
	border-left: 1px solid #6B6D70;
	display: inline;
}
	
#topnav li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #6B6D70;
}
	
#topnav li a {
	text-decoration: none;
	color: #6B6D70;
}
	
#topnav li a:hover {
	text-decoration: underline;
	color: #6B6D70;
}

#topnav form {
	display: inline;
	padding: 0 25px 0 15px;
}

input {
	padding:0;
}

a:link, a:visited { 
	color: #6B6D70;
	text-decoration: none;
}


a:hover, a:active {
	text-decoration: underline;
}

a:focus{outline:none;}  

h1 {
	color: #6B6D70;
	/*font: 150% georgia, times, "times new roman", serif;*/
	font-weight: bold;
	margin: 0 0 2px 0;
	padding-bottom: 0;
}


h2 {
	color: #6B6D70;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 2px 0;
}

#container {
	margin: 1em auto;
	width: 920px;
	text-align: left;
	background-color: #FFF;
	border: 1px solid black;
}
	
#content {
	margin: 0 20px 40px 200px;
	padding-left: 20px;
	/*border-left: 1px solid #999;*/
	border-left: 1px solid #6B6D70;
	text-align: justify;
}

#content .banner {
	float: right;	
	width: 25%;
	min-height: 5em;
	margin-left: 10;
	border: 3px solid #BDDFF2;
	padding: 1%;
	font-size: smaller;
}

#content p { 
	line-height: 125%; 
	width: 70%;
	text-align:justify;
}

#footer	{
	clear: both;
	color: #6B6D70;
	background-color: #BDDFF2;
	text-align: right;
	padding: 5px;
	font-size: 90%;
}

#leftbar {
	float: left;
	width: 160px;
	/*display: inline;*/
	/*border-right: 1px solid #999;*/
	padding-right: 30px;
}

#menu {
	/*avoid gap after li in ie6 by setting width*/
	
	width: 160px;
	margin-left: 9px;
	padding-left: 0px;
	border: 1px solid #6B6D70;
	/*border-top: 0;*/
}

#menu ul {
	padding-top: 0px;
	margin-top:0px;
	padding-bottom: 0px;
	margin-bottom:0px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	/*background-color: #C0A072;*/
}

#menu ul li a {
	display: block;
	padding: 1px 0 1px 8px;
	margin-left: 5px;
	padding-left: 2px;
	font: 90% arial, hevetica, sans-serif;
	font-weight: bold;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/

#menu ul li a { width: 114px; }

#menu ul li a {
	\width: 100px;
	w\idth: 100px;
}

#menu ul li {
	/*border-top: 1px solid #524939;*/
}

#menu ul ul li a {
	display: block;
	color: #6B6D70;
	padding: 1px 0 1px 8px;
	margin-left: 5px;
	font: 85% arial, hevetica, sans-serif;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/

#menu ul ul li a { width: 106px; }

#menu ul ul li a {
	\width: 130px;
	w\idth: 130px;

}

#menu ul li a, #menu a:visited{
	/*border-left: 8px solid #C0A072;*/
	border-left: 8px solid #FFF;
	/*background: #C0A072;*/
	color: #6B6D70;
	text-decoration: none;
}


#menu ul li ul li a {
	/*border-left: 8px solid #C0A072;*/
	border-left: 8px solid #FFF;
	background: #BDDFF2;
	color: #6B6D70;
	text-decoration: none;
	padding-left: 1px;
	margin-left: 20px;
}
/* Dark  #524939
Light #B5AEA5
C0A072*/

#menu a:hover, #menu a#current:hover, #menu a:active {
	border-left: 8px solid #03B6ED;
	text-decoration: underline;
}

.base-layer {
  margin: 0.5em 12px 0.5em 30px; 
  padding: 0; 
  text-align: center; 
  width: auto;
}

.base-layer img {
	border: 0;
}

.table-row {
  text-align: center; 
  height: 280px;
  width: 96%;
}

.space-line {
 /*used to be clear*/
  margin: 0; 
  padding: 0; 
  width: auto;
  border: 0;
}

.base-layer .product_box {
  padding: 0.3em 0.3em 0 0.3em;
  text-align: center;
  text-indent: 0;
  border-top: 2px solid #CCC;
  float: left; 
  margin: 5px; 
  /*padding: 0; */
  width: 160px;
  font-size: 0.8em;
}

.base-layer .price {
	font-weight: bold;
	font-size:14px;
	border: 0;
	margin: 0;
	padding: 0;
}

/*
#products{
	width: 650px;	
	list-style-type: none;
	font-size: 10px;
	text-align:center;
}

#products li{
	float:left;
	position:relative;
	width: 160px;
	min-height: 240px;
	height: 240px;
	margin: 2px 20px 6px 0;
}

#products li div.product{
	position: absolute;
	padding: 0;

	width: 150px;
	height: 160px;
	top:0;
	left:0;
}

#products img {
	border: 0;
	border-top: 2px solid #ccc;
	margin-top: 10px;
}

#products h2{
	font-weight: bold;
	font-size: 14px;
	height: auto;
	text-align:center;
}

.product a:hover {
	text-decoration:none;
	cursor: pointer;}

.product .price{
	font-weight: bold;
	font-size:14px;
	border-bottom: 2px solid #ccc;
}
*/

.pagelink {
	list-style-type:none;
	text-align: right;
	padding: 0;
	font-size: 1.2em;
	}

.pagelink ul li
	{
	display: inline;
	}

.pagelink ul li
	{
	display: inline;
	}

.pagelink  .current
	{
	font-weight: bold;
	}

#product {
	text-align:left;
	height: 430px;
}

#product .rightbox {
	text-align: right;
	padding-right: 20%;
}
#product img {
	float: left;
}

#product .price {
	font-size: 250%;	
}

#product .instock {
	background-image: url(/images/instock.gif);
	background-repeat: no-repeat;
	background-position: right 1px;
	font-size: 11px;
	padding: 0 20px 10px 0;
	color: #999;
}

#product .outofstock {
	background-image: url(/images/outofstock.gif);
	background-repeat: no-repeat;
	background-position: right 1px;
	font-size: 11px;
	padding: 0 20px 10px 0;
	color: #999;
}

#product .description {
	/*clear: both;	*/
}

#product form {
	font-size: 11px;
}

#product .freedelivery {
	text-align: center;	
	margin-left: 350px;
	/*border: 2px solid #0F0;*/
	padding: 3px;
	font-weight: bold;
	/*background: #ccc;*/
}

#product .delivery_price {
	font-size: 12px;
	color: #666;
}

#product input {
	border: 1px #999 solid;
	padding: 2px;
}

#product .dnb {
	font-size: 10px;
	color: #666;
	border: 0;
}

#product .dnb input{
	border: 0;
}

.basket{
	width: 99%;
	}

.basket table{
	border: 1px solid #ccc;
	border-right: 0;
	border-top:0; 
	width:100%;
}

.basket th{
	background: #ccc;
	text-align: center;
	font-size:13px !important;
}

.basket .basket_cell{
	padding:5px 5px 5px 15px;
	text-align:left;
	position: relative;
	font-size:11px;
}

.basket td{
	border-right: 1px solid #ccc;
	font-size:11px;
}

.basket .price_cell{
	padding:5px 5px 5px 15px;
	text-align:center;
	position: relative;
	font-size:11px;
}

.basket .requests {
	color: #999;
	padding: 0;
	margin: 0;
	display: inline;
}

.subtotal{
	width: 167px;
	float: right;
	margin-right: 7px;
	font-size: 11px;
	
}

.subtotal_box{
	border: 1px solid #ccc;
	border-top:0;
	width: 165px;
	overflow:hidden;
	padding:5px 0;
}

.labelbox {
	width:60px;
	float: left;
	padding-left: 10px;
	text-align: left;
	padding-right:10px;
}

.total{
	background: #ccc;
	font-weight:bold;
}

.pricebox {
	width:70px;
	float: right;
	text-align: right;
	padding-right:10px;
}

.update_button {
	display:block;
	text-align: right;
}

.toptext {
	color: #FF0000;
	font-weight: bold;
	font-size: 100%;
}

.box {
	font-size: 11px;
	width: 400px;
	border: 1px solid #ccc;
}

.box h4 {
	color: #000;
	background-color: #CCC; 
	padding:3px 25px; 
	font-weight:bold;
	font-size: 12px;
	margin: 0;
}

.box .redbox {
	border: 1px solid #F00;
}

.box .greybox {
	border: 1px solid #999;
}


.topaddresses table {
	border: 1px solid #ccc;
	color: #666;
	font-size: 11px;
	padding: 5px;
}

.topaddresses a{
	color: #666;
	font-size: 11px;
}

.topaddresses .rightside {
	padding-left: 5px;
	width: 190px;
}
.topaddresses .rightline {
	border-right: 1px solid #ccc;
	width: 190px;
}

.topaddresses h4 {
	margin: 0;
	padding-bottom: 5px;
	font-size: 14px;
}

.bigbox {
	font-size: 11px;
	width: 500px;
	border: 1px solid #ccc;
}

.bigbox table td {
	padding-right: 30px;
}

.payment_box {
	padding: 0 0 20px 20px;
	color: #666;
}

.payment_box p{
	padding-top: 5px;
}

.clearbox {
	font-size: 11px;
	width: 500px;
	border: 0;
}

.instructions {
	padding: 5px;
}

.submit_order{
	padding: 2px;
	margin-top: 5px;
	font-weight: bold;
	clear: both;
	text-align: right;
}

.submit_order input {
	text-align: center;
	border: 2px solid #000;
}

.address, .address p{
	font-size: 1.2em;
	color: #585B6A;
}

.address h4{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
}

.address h3{
	font-size: 2.5em;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
}

.address ul{
	margin-left: 50px;
}

.address li{
	list-style-image: url("images/bullet-arrow.gif");
}

#callback {
	float:left;
	border: 2px solid #999;
	padding: 3px;
	margin-right: 40px;
}

#callbacktext {
	margin:5px;
	background-image: url('../images/phone.png');
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 50px;
	height: 50px;
	vertical-align: middle;
}
