#header {
	height: 150px;
	width: 750px;
	background-color: #C8D5E4;
	background-image: url(images/logo.png)
}

#header h1 {
	height: 150px;
	text-indent: -4000px;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
}	

#topmenu{
	background-color: white;
	width: 750px;
	float: left;
	text-align: left;
	color: #697F6A;
}

#topmenu p {
	font-size: 12px;
}

#topmenu a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #697F6A;
}

#topmenu a:hover {
	text-decoration: underline;
}

#textsection {
	width: 750px;
	float: left;
	padding: 0px;
	background-color: white;
	background-image:url(images/background.png);
	background-repeat:repeat-y;
	font-size: 12px;
	height:inherit;
}	

.leftbox {
	width: 149px;
	float: left;
	margin-left: 5px;
	border: 1px solid #b6b7cb;
	background: #f8f8f9;
	margin-bottom: 20px;
}

.leftbox p {
	margin-left: 2px;
}

.rightbox {
	width: 583px;
	float: right;
	margin-left: 5px;
	margin-right: 5px;
}

#footer {
	color: #716F64;
	text-align: center;
	width: 750px;
	height: 80px;
	background-image:url(images/mainfooter.png);
	background-repeat:no-repeat;
	float: left;
}

#footer p {
	color: black;
	font-size: 12px;
	margin-top: 5px;
}

#footer a {
	font-weight: bold;
	text-decoration: none;
	color: black;
}

#footer a:hover {
	text-decoration: underline;
}

p {
font-size: 12px;
}

/* Main menu */

#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
margin: 0;
margin-bottom: 5px;
margin-top: 5px;
padding-left: 0;
float: left;
font-weight: bold;
width: 100%;
border: 1px solid #DFDFDF;
border-width: 1px 0;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 5px;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: gray;
font-weight: bold;
padding: 2px 6px 4px 6px;
text-decoration: none;
background: white url(images/menudivide.gif) top right repeat-y;
}

#underlinemenu ul li a:hover{
color: black;
background-color: #F3F3F3;
border-bottom: 4px solid #006093;
padding-bottom: 0;
}



/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family:  Arial, Helvetica, sans-serif; font-size: 12px; }
.errorBox { font-family:  Arial, Helvetica, sans-serif; font-size: 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family:  Arial, Helvetica, sans-serif; font-size: 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family:  Arial, Helvetica, sans-serif; font-size: 12px; color: #70d250; text-decoration: underline; }

BODY {
  text-align: center;
  background: #ffffff;
  color: #000000;
  margin: 0px;
	font-family:  Arial, Helvetica, sans-serif;
}

.fixcenter {
  width: 750px;
  background: #ffffff;
  color: #000000;
  margin: auto;
  margin-top: 20px;
  text-align: left;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #006093;
  text-decoration: underline;
}

.blue {
color: #006093;
font-size:14px;
}

.red {
color: #BB271E;
font-size:14px;
}

.green {
color: #0A843E;
font-size:14px;
}

FORM {
	display: inline;
}

/* Top >> Catalog    My Account | Cart Contents | Checkout */
TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  /*background: #bbc3d3;*/
  background-color:#FFFFFF;
}

TD.headerNavigation {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 12px;
  /* background: #bbc3d3; */
  background-color:#FFFFFF;
  color: #6C796F;
  font-weight : bold;  
}

A.headerNavigation { 
  color: #6C796F; 
}

A.headerNavigation:hover {
  color: #6C796F;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

/* color around each box in oscommerce */
.infoBox {
  background: #979076;
}

/* colour of the inside of the boxes */
.infoBoxContents {
  background: #f8f8f9;
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* pink highlighted areas */
.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* each box on oscommerxe - new products for month etc */
TD.infoBoxHeading {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;  
  background: #6C796F;
  /* background:#FFFFFF; */
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 12px;
  /* background: #b6b7cb; */
  background:#6C796F;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 12px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #6C796F;
}

TR.subBar {
  /* background: #f4f7fd; */
  background:#FFFFFF;
}

TD.subBar {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

TD.main, P.main {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.accountCategory {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 12px; 
}

TEXTAREA {
  width: 100%;
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* text on home page - "welcome back xxx" */
SPAN.greetUser {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #6C796F;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family:  Arial, Helvetica, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family:  Arial, Helvetica, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family:  Arial, Helvetica, sans-serif; font-size: 12px; color: #8c8c8c; }
.checkoutBarCurrent { font-family:  Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }

/* message box */

.messageBox { font-family:  Arial, Helvetica, sans-serif; font-size: 12px; }
.messageStackError, .messageStackWarning { font-family:  Arial, Helvetica, sans-serif; font-size: 12px; background-color: #448ABE; }
.messageStackSuccess { font-family:  Arial, Helvetica, sans-serif; font-size: 12px; background-color: #448ABE; }

/* input requirement */

.inputRequirement { font-family:  Arial, Helvetica, sans-serif; font-size: 12px; color: #ff0000; }

/* BOF: Additional Images */
.imagesBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/* EOF: Additional Images */

/* Category box image */
TD.infoBoxHeadingCategories {
  background: #33c3d3;
  background-image: url('images/boxes/categories.png');
  background-repeat: no-repeat;
  width:149px;
  height:25px;
}

/* Shopping Cart box image */
TD.infoBoxHeadingCart {
  background: #33c3d3;
  background-image: url('images/boxes/cart.png');
  background-repeat: no-repeat;
  width:149px;
  height:25px;
}