/*
-----------------------------------------------
Client: Optimal Life Fitness Group
Author: Copious Ltd - www.copious.co.uk
Copyright: 2005-2006 Copious Ltd
Version:  05 Nov 2007
----------------------------------------------- */

/* Import Stylesheets
----------------------------------------------- */
@import url("product_listings.css");
@import url("cart_account.css");
@import url("ccv4.css");
/* Page Structure
----------------------------------------------- */

body {
 	background: #F2F2F2;
	color: #6A6A6A;
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	text-align: center;
	}
	
html>body { /* be nice to Opera */
	font-size: small;
	}
	
	
	
/* Postioning
----------------------------------------------- */

#wrapper {
	background: #FFFFFF;
	position: relative;
	margin: 0 auto;
	padding: 0;
	line-height: 120%;
	text-align: left;
	width: 900px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 900px;
	color: #333333;
	}
	
html> #wrapper { /* be nice to Opera */
  	width: 900px;
	} 

/* Common Typography
----------------------------------------------- */
	
h1, h2, h3, h4, h5, h6	{
	font-family: Arial, helvetica, sans-serif;
	}
	
h1 { 
	color: #333333;
	border: none;
	margin: 20px 0;
	padding: 6px;
	font-size: 135%; 
	font-weight: bold; 
	}
	
h1.sub { 
	color: #2C54B4;
	border-bottom: 1px solid #C1C1B1;
	margin: 20px 0 8px 0;
	padding: 0 0 2px 0;
	font-size: 125%; 
	font-weight: bold; 
	}

h2 { 
	color: #333333;
	margin: 20px 0 0 0;
	padding: 0 0 2px 0;
	font-size: 100%; 
	font-weight: bold; 
	}
	
h2.featured-listings,
h2.highlite { 
clear: both;
	color: #2C54B4;
	background: #F0F4FB;
	border: none;
	margin: 20px 0 0 0;
	padding: 6px;
	font-size: 125%; 
	font-weight: bold; 
	}
	
h3 {
	color: #2C54B4;
	border-bottom: 1px solid #C1C1B1;
	margin: 10px 0 14px 0;
	padding: 0 0 2px 0;
	font-size: 115%; 
	font-weight: bold;
	}
	
h3.highlite { 
	clear: both;
	color: #2C54B4;
	border: none;
	margin: 20px 0 0 0;
	padding: 6px;
	font-size: 125%; 
	font-weight: bold; 
	}
	
h4 {
	color: #6A6A6A;
	border-bottom: 1px dotted #C1C1B1;
	margin: 10px 0 4px 0;
	padding: 0 0 2px 0;
	font-size: 100%; 
	font-weight: bold;
	}
	
h5, h6 {
	margin: 0;
	padding: 0 0 12px 0;
	line-height: 140%;
	font-size: 85%;
	font-weight: bold;
	}
	
ul h5,
ul h6 {
	margin: 12px 0;
	padding: 0;
	line-height: 140%;
	font-size: 120%;
	font-weight: bold;
	}
	
/* LEFT COLUMN
----------------------------------------------- */
/* Shopping Basket (left column)
----------------------------------------------- */
	
#basket { 
	clear: left;
	background-color: #5A7806;
	color: #DBEDAD;	
	margin: 0 0 0 6px;
	padding: 8px;
	width: 192px;
	font-size: 85%;
	text-align: left;
	}

#basket p.title {
	background: transparent url(http://www.copioushosting.co.uk/ecommerce/images/layout/basket-icon.gif) no-repeat 0 30%;
	color: White;
	margin: 0;
	padding: 0 0 6px 20px;
	font-size: 105%;
	font-weight: bold; 
	}
	
#basket p.empty {
	color: #DBEDAD;
	margin: 0;
	padding: 0 0 0 20px;
	font-style: italic;
	font-size: 100%;
	}

.txtCartPrice {
	float: right;
	color: White;
	padding-right: 3px;
	}
	
.cartTotal {
	border-top: 1px solid #7BA307;
	border-bottom: 1px solid #7BA307;
	padding: 2px 0;
	margin: 3px 0;
	}

a.txtCartProduct:link,
a.txtCartProduct:visited,
a.txtCartProduct:active {
	text-decoration: none;
	color: #DBEDAD;
	background: none;
	}

a.txtCartProduct:hover {
	text-decoration: none;
	color: White;
	background: #97C325;
	}

a.viewCartButt:link,
a.viewCartButt:visited,
a.viewCartButt:active {
	padding: 2px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #97C325;
	border-bottom: 1px solid #447E25;
	border-right: 1px solid #447E25;
	border-top: 1px solid #DBEDAD;
	border-left: 1px solid #DBEDAD;
	text-decoration: none;
	font-weight: bold;
	}

a.viewCartButt:hover {
	background-color: #447E25;
	color: #FFFFFF;
	border-bottom: 1px solid #DBEDAD;
	border-right: 1px solid #DBEDAD;
	border-top: 1px solid #224114;
	border-left: 1px solid #224114;
	}
	
/* Sign-up Newsletter form
----------------------------------------------- */
	
#sign-up {
	clear: left;
	background-color: #2C4E9A;
	border-bottom: 1px solid White;
	color: white;
	margin: 0 0 0 5px;
	padding: 8px;
	width: 192px;
	}
	
#sign-up span.title {
	background: transparent url(../styleImages/icons/mailing-icon.gif) no-repeat 0 20%;
	color: white;
	margin: 0;
	padding: 0 0 10px 18px;
	font-size: 115%;
	font-weight: bold; 
	}
	
#sign-up p,
#sign-up strong {
	color: #ADBEE5;
	margin: 0;
	padding: 0;
	font-size: 85%;
	}
	
#sign-up .inputfield { 
	color: #6A6A6A;
	border: 1px solid #9BB0DF;
	margin: 0;
	padding: 2px;
	width: 180px; 
	text-align: left;
	}
	
#sign-up .row {
	padding: 6px 0 0 0;
	}

/* Advertising
----------------------------------------------- */

#internal_banners {	
	clear: left;
	margin: 0 0 0 5px;
	width: 200px;
	}
	
#internal_banners p {
	color: #B9B9B9;
	text-align: right;
	font-size: 80%;
	margin: 0;
	padding: 0;
	}
	
.int-banner {
	border-top: 1px solid White;
	margin: 0px;
	border-left: 1px solid White;
	border-bottom: 1px solid White;
	}

#advertising_banners {	
	clear: left;
	margin: 12px 0 0 20px;
	width: 190px;
	}
	
#advertising_banners p {
	color: #B9B9B9;
	text-align: right;
	font-size: 70%;
	margin: 0;
	padding: 0;
	}
	
.ad-banner {
	border-top: 1px solid White;
	border-left: 1px solid White;
	margin: 0;
	padding: 0;
	display: block;
	}

/* MAIN COLUMN (page content)
----------------------------------------------- */

#contentblock {
	float: left;
	margin: 0;
	padding: 0 0 0 0;
	width: 641px;
	}
	
#content {
	margin: 0;
	padding: 0 30px 0 30px;
	float: left;
	width: 641px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	}
	
p {
	margin: 0;
	padding: 0 0 12px 0;
	line-height: 140%;
	font-size: 85%;
	}
	
form,
ol,
ul {
	margin: 0px;
	padding: 0px;
	}

.txtOldPrice {
	text-decoration: line-through;
	}

.txtSale {
 	color: #FF0000;
	}
	
.txtOutOfStock {
	color: #FF0000;
	}

.txtBoxSave {
	color: #F90707;
	padding-left: 16px;
	}
	
.txtStockWarn {
	font-size: 75%;
	color: #FF0000;
	}
	
.txtError {
	font-weight: bold;
	color: #2C54B4;
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	margin: 6px 0;
	padding: 2px;
	}
	
#page-end {
	clear: both;
	border-top: 1px solid #B9B9B9;
	margin: 12px 0;
	padding: 8px 0;
	text-align: center;
	}
	
#page-end p {
	margin: 0;
	padding: 0 0 6px 0;
	line-height: 140%;
	font-size: 105%;
	font-weight: bold;
	}
	
#page-end p a {
	font-weight: bold;
	}
	
ul.simpleList { 
	background: #F0F4FB;
	margin: 0 0 12px 0;
	padding: 12px;
	list-style-type: none;
	font-size: 85%;
	line-height: 1.4em;
	}
	
ul.simpleList li { 
	background: url(../styleImages/icons/link-arrow.gif) 0 4px no-repeat;
	margin: 0 0 0 22px;
	padding: 0 0 0 12px;
	}
	
ul.simpleList li.title { 
color: #2C54B4;
	background: none;
	margin: 0;
	padding: 0 0 4px 0;
	font-weight: bold;
	font-size: 115%;
	}
	
address {
	font-style: normal;
	}
	
ul#contact { 
	margin: 0 0 12px 0;
	padding: 0;
	list-style-type: none;
	font-size: 85%;
	line-height: 140%;
	}
	
#session {
	font-size: 85%;
	margin: 0;
	padding: 0;
	text-align: right;
	}

#session a {
	font-weight: bold;
	}

p.random { 
	background: #FF6600;
	color: white;
	font-size: 95%;
	margin: 0;
	padding: 0;
	text-align: right;
	}


/* Imagery / Photography
----------------------------------------------- */

img {
	border: none;
	}

	
	/* General linkology
----------------------------------------------- */

a:link, 
a:visited {
	color: #2C54B4;
	font-weight : normal; 
	text-decoration: underline;
	}

a:hover {
	color: #97C325;
	text-decoration : none;
	}

a:active {
	color: #2C54B4;
	text-decoration : underline;
	}
	


/* Main Navigation
----------------------------------------------- */

#left-column {
	float: left;
	margin: 0px;
	}
	
ul#categories {
	margin: 0;
	padding: 0 0 0 5px;
	list-style-type: none;
	width: 190px;
	}

ul#categories li {
	float2: left;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	margin: 0;
	padding: 0;
	}

ul#categories li a {
	background: #3161C6 url(../styleImages/buttonblu.gif) repeat top left;
	color: #FFFFFF;
	margin: 0;
	padding: 6px 0 6px 8px;
	display: block;
	font: 90% Arial, Helvetica, sans-serif;
	text-decoration : none;
	width: 200px;
	}

ul#categories li a:visited {
	}

ul#categories li a:hover {
	background: #7391D4 url(none);
	color: #FFFFFF;
	}

#categories li.home a {
	background: #2C4E9A url(none);
	font-size: 100%;
	font-weight: bold;
	}
	
#categories li.commerce a {
	background: #638218 url(../styleImages/buttongrn.gif) repeat top left;
	}

#categories li.commerce a:hover {
	background: #97C325 url(none);
	}
	
#left-column ul.site-docs {
	margin: 0;
	padding: 0 0 0 5px;
	list-style-type: none;
	width: 190px;
	}
	
#left-column ul.site-docs li {
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	margin: 0;
	width: 200px;
	padding: 0;
	}
	
#left-column ul.site-docs li a {
	background: #638218 url(../styleImages/buttongrn.gif) repeat top left;
	color: #FFFFFF;
	margin: 0;
	padding: 6px 0 6px 8px;
	display: block;
	font: 90% Arial, Helvetica, sans-serif;
	text-decoration : none;
	width: 200px;
	}
	
#left-column ul.site-docs a:hover {
	background: #97C325;
	width: 200px;
	}
	
#left-column ul.site-docs li span {
	display: none;
}

	
/* Header
----------------------------------------------- */

#header	{
	border: 0;
	margin: 0;
	padding: 0 40px 0 0;
	height: 182px;
	text-align: right;
	}
	
#header	{
	background: transparent url("../styleImages/header.jpg") top left no-repeat;
	}
	
#header h1 {
	color: #000;
	border: 0;
	margin: 0;
	padding: 0;
	}
	
#header h1 span	{
	display: none;
	}


	
/* Footer
----------------------------------------------- */

#footer {
	position: relative;
	background: #414141;
    color: #FFFFFF;
    font-family: Verdana;
    height: 26px;
    overflow: hidden;
    padding: 5px 10px;
    width: 860px;
	margin: auto;
	font-size: 14px;
	}

#footer .footer-contact {
	float: left;
	clear: none;
}

#footer .credentials {
	float: right;
	clear: none;
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: 75%;
}

/* Fixes float escaping bug in IE/Win, hides from IE Mac \*/
* html #footer p { height: 1%; }
/* End hide from IE Mac */

#footer a {
	color: #FFFFFF;
}	
	
/* Misc Elements
----------------------------------------------- */
	
.skiplink {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}
	
.oldbrowsers, 
.hide {
	display: none;
	}

.clear {
	clear: both; 
	display: block; 
	margin: 0;
	font-size: 1px; 
	line-height: 1px; 
	height: 1px; /* used for clearing elements */
	} 
	
hr {
	height: 1px;
	background-color: #C1C1B1;
	color: #C1C1B1;
	border: none;
	padding: 0;
	margin: 14px 0 10px 0;
	}

	

	
	




	





	

