body {
	margin: 0;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/******************************************************************************
-------------------- BOF styles used in manager  -----------------------------
******************************************************************************/
p, h1, h2, h3, h4, h5, h6 {
	margin: 0 0 5px;
	padding: 0;
	font-weight: normal;
}
p {
	margin: 0 0 10px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px; /* same font size as site copy*/
}
h6 {
	font-size: 10px;
}
h4 {
	margin: 0 0 10px;
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #018181; 
}
textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.green {
	color: #017878;
}
.orange {
	color: #f86e04;
}
/******************************************************************************
-------------------- EOF styles used in manager  -----------------------------
******************************************************************************/


#centerBody a:hover, #header a:hover {
	color: #015a5b;
}	

#container {
	width: 900px;
	margin: 20px auto 0;
	text-align: left;
}


#header {
	height: 115px;
	background: #FFF url(images/header.jpg) no-repeat;
	margin: 0 0 2px;
}

#sectionHeader {
	background: #FFF url(images/sectionHeader.jpg) repeat-x;
	padding: 0 4px;
	margin: 4px 0;
	height: 22px;
	line-height: 20px;
	color: #FFF;
	font-size: 20px;
}
#sectionHeader a {
	float: right;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
}

#sectionHeader a:hover {
	color: #CBEDED;
}

 .menuHeader {
	height: 26px;
	line-height: 26px;
	margin: 17px 5px;
	padding: 0 5px;
	color: #018181;
	font-size: 14px;
	border: 1px dotted #58aead;
	border-width: 0 0 1px 0;
	font-weight: bold;
}

table.layout {
	
}
table.layout td {
	vertical-align: top;
}

td.leftCol {
	background: #cbeded;
	width: 160px;
}


td.centreCol {
	width: 555px;
	background: #E3E3E3;
}
#centerBody {
	background: #e3e3e3;
	padding: 4px;
}
#innerContent {
	padding: 10px;
	border: 1px solid #c6c5c5;
	background: #FFF;
}

td.rightCol {
	background: #FFF url(images/rightColBG.jpg) repeat-y top center;
	width: 185px;
}

.keywordSearch {
	background: url(images/rightColKWSearchBG.jpg) no-repeat top center;
	height: 102px;	
	text-align: center;
}
form.keywordSearchForm {
	margin: 0 13px;
	text-align: left;
	padding: 13px 0 0 5px;
}

form.keywordSearchForm input.textField {
	width: 135px;
	border: 1px solid #c5d2df;
	margin: 13px 0 5px;
}


.quickOrder {
	background: url(images/rightColQOrderBG.jpg) repeat-x;
	height: 90px;	
	text-align: center;
	margin: 10px 9px;
}
form.quickOrderForm {
	text-align: left;
	padding: 3px 0 0 9px;
}
.inputs {
	margin: 10px 0 0;
}
form.quickOrderForm label {
	vertical-align: middle;
}
form.quickOrderForm input {
	margin: 2px 0;
}
form.quickOrderForm input.qty {
	width: 32px;
	border: 1px solid #c5d2df;
	margin: 4px 0 4px 5px;
	vertical-align: middle;
}
form.quickOrderForm input.code {
	width: 54px;
	border: 1px solid #c5d2df;
	margin: 4px 0 4px 5px;
	vertical-align: middle;
}

/************************************************************************
 							Header Navigation
 ************************************************************************/
 
.cartLink {
 	width: 185px;
	float: right;
}

.cartLink ul {
 	margin: 0;
	padding: 20px 30px 0 22px;
	list-style: none;
}
.cartLink ul li {
 	height: 20px;
	line-height: 20px;
	border: 1px dotted #58aead;
	border-width: 0 0 1px 0;
	background: url(images/headerMenuBullet.jpg) no-repeat left;
	padding: 0 0 0 10px;
}


/************************************************************************
 							Right Col Navigation
 ************************************************************************/
.rightNav {
	text-align: center;
}
.rightNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.rightNav li {
	margin: 0 0 10px;
}
.rightNav li a {
	display: block;
	padding: 18px 10px;
	width: 145px;
	border: 1px solid #FFF;
	margin: 0 auto;
	background: #e26303;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}
.rightNav li a:hover {
	background: #f86e04;
}


/***********************************************************************
                              Search area
***********************************************************************/
#search {
	height: 60px;
	line-height: 60px;
	background: url(images/searchBackgroundjpg.jpg) repeat-x top left;
	color: #FFF;
	font-size: 14px;
	padding: 0 10px;
}
select.searchCat {
	width: 180px;
	margin: 0 5px 0 15px;
}
select.searchBrand {
	width: 150px;
	margin: 0 5px 0 0;
}

/************************************************************************
							Product listing
***********************************************************************/
.searchTerm {
	margin: 0 0 10px;
}
.searchTerm .searchTerm {
	font-weight: bold;
	color: #017878;
	padding: 0 5px;
}
.pagination {
	text-align: center;
	margin: 10px 0;
}
.addButton {
	text-align: right;
}
table.productList {
	width: 520px;
}
table.productList th {
	text-align: left;
	text-transform: capitalize;
	font-size: 11px;
	border: 1px dotted #58aead;
	border-width: 0 0 1px 0;
	padding: 0 0 5px;
}
table.productList th.ctr {
	text-align: center;
}
table.productList td {
	vertical-align: top;
	padding: 5px 5px 5px 0;
	font-size: 11px;
}
table.productList td.code {
	width: 40px;
}
table.productList td.product {
	width: 200px;
	padding: 5px 20px 5px 0;
}
table.productList td.brand {
	width: 80px;
}
table.productList td.retail, table.productList td.specialprice {
	width: 45px;
}
table.productList td.price {
	width: 60px;
}
table.productList td.last {
	padding: 0;
}

table.productList input {
	width: 32px;
	height: 14px;
	padding: 0;
	border: 1px solid #c5d2df;
	margin: 4px 0 4px 5px;
	vertical-align: top;
}
table.productList td.last input {
	text-align: center;
}

/************************************************************************
							Home Page
***********************************************************************/
.innerHomeContent {
	background: #FFF;
	border: 1px solid #C6C5C5;
	padding: 10px;
	margin: 4px 0 0;
}


/************************************************************************
							Specials listing
***********************************************************************/

#homeSpecials, #belowContent {
	width: 525px;
}

#special {
	float:left;
	height:130px;
	margin: 20px 0 0;
	padding:0 10px 20px 0;
	width: 252px;
	border: 1px dotted #58aead;
	border-width: 0 0 1px 0;
}
#fullSpecial {
	height: 235px;
}

#special #brand, #fullSpecial #brand {
	font-weight:bold;
	text-transform:capitalize;
}

#special #title, #fullSpecial #title {
	color: #018181;
	padding: 0 0 15px;
	
}
#special #title, #fullSpecial #title, .productList .brand, .productList .product {
	text-transform:capitalize;
}
#fullSpecial #title {
	font-size: 13px;
	font-weight: bold;
}

#special #image {
	float:left;
	width: 80px;
	height: 80px;
	text-align: center;
	margin: 0 15px 0 0;
}
#fullSpecial #image {
	float:left;
	width: 220px;
	height: 220px;
	text-align: left;
	margin: 0 15px 15px 0;
}

#pricing {
	margin: 4px 0;
}
#fullSpecial #pricing {
	margin: 4px 0 10px;
}

#fullSpecial .links {
	border: 1px dotted #58aead;
	border-width: 1px 0;
	line-height: 30px;
	height: 30px;
	margin: 0 0 0 233px;
}

h1#pagetitle {
	font-size:18px;
	color:#017878;
	padding:0 0 20px 0;
	font-weight: normal;
}

#specialprice {
	text-decoration:line-through;
}

.specialprice {
	color:#FF0000;
	font-weight: bold;
}

#listSpecials #special {
	width: auto;
	float: none;
	height: auto;
}
#listSpecials #title {
	padding: 0 0 5px;
}
#pricing .link {
	float: right;
}

/************************************************************************
									Top Nav
************************************************************************/
#topNav {
	text-align: right;
	height: 25px;
	line-height: 25px;
	background: #018181;
	color: #FFF;
	padding: 0 10px;
	margin: 0 0 2px;
}

#topNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topNav li {
	padding: 0;
	margin: 0;
	display: inline;
}

#topNav li a {
	color: #FFF;
	padding: 0 10px;
	border: 1px solid #FFF;
	border-width: 0 1px 0 0;
}
#topNav li.last a {
	padding: 0 0 0 5px;
	border-width: 0;
}

/************************************************************************
								Cart
************************************************************************/

table.productList input.cartQty {
	margin: 0;
}
table.productList input.cartCB {
	margin: 6px 0 4px 5px;
	border: none;
}
.cartTotal {
	font-weight: bold;
	padding: 10px 0;
}
.noDelivery {
	color: #FF0000;
}
.returnLink {
	line-height: 30px;
}

/************************************************************************
							Member Form
***********************************************************************/
form td {
	padding: 5px 0;
}	
form p {
	margin: 10px 0;
}
form th {
	padding: 5px;
}
.errors {
	color: #FF0000;
	padding: 0 0 20px;
}
form textarea {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}





/************************************************************************
								Footer
************************************************************************/
#footer {
	height: 20px;
	line-height: 20px;
	background: #fe7002;
	text-align: center;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li {
	padding: 0;
	margin: 0;
	display: inline;
}

#footer li a {
	color: #FFF;
	padding: 0 5px;
	margin: 0 0 0 -3px;
	border: 1px solid #FFF;
	border-width: 0 1px 0 0;
}
#footer li.last a {
	padding: 0 0 0 5px;
	border-width: 0;
}

