@charset "utf-8";
html, body
{
	width: 100%;
	background: #FFFFFF;
	position: relative;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	
	margin:0 auto;
	padding: 0;

	height:100%;

	min-height:100%;
}

#centre-column
{
	width: 635px;
	float: left;
	margin: auto 7px auto 7px;


	background: #FF0000;		/* TEMPLATE */
}

#left-column, #right-column
{
	width: 150px;
	float: left;


	text-align: center;
	background: #BBFFBB;		/* TEMPLATE */
}

#right-column
{
	width: 150px;
	float: right;


	background: #BBBBFF;		/* TEMPLATE */
}

a
{
	color: #000000;
}

a:hover
{
	color: #000000;
}

a[target="_blank"]
{
	white-space: nowrap;
	padding-right: 13px;
	background: url(/images/external.png) no-repeat 100% 50%;
	position:relative;
}

img
{
	border: none;
	margin:0;
	padding:0;
}

#wrapper
{
	background: transparent url(images/footer.png) repeat-x bottom;			/* BOTTOM BG IMAGE */
	position: relative;
	
	margin:0 auto;
	margin: 0 auto -140px;

	height: auto !important;

	height:100%;

	min-height:100%;
}

#sub-wrapper
{
	text-align: left;
	background: transparent url(images/background-tile.png) no-repeat top right;	/* TOP BG IMAGE */
	position: relative;
	
	margin:0 auto;
	
	height: auto !important;

	height:100%;

	min-height:100%;
	
	width: 100%;
}

#header
{
	position: relative;
	height: 130px;


	background: #FFFFBB;		/* TEMPLATE */
}

#header-content
{
	width: 952px;
	margin: auto;
	height: 130px;


	background: #FFFF00;		/* TEMPLATE */
}

#bread-crumb
{
	padding: 5px 0 5px 0px;
	color: #000000;
	font-weight: bold;
}

#bread-crumb a
{
	color: #000000;
}

#content-wrapper
{
	width: 100%;
	padding-top: 10px;
}

#content
{
	width: 950px;
	margin: auto;
	position: relative;
}

#footer
{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 140px;
	width: 100%;
	text-align: center;
	color: #000000;
	background: transparent url(images/footer-tile.png) no-repeat bottom right;


	background: #BBFFFF;		/* TEMPLATE */
}

#footer-content
{
	width: 952px;
	margin: auto;
	height: 140px;


	background: #00FFFF;		/* TEMPLATE */
}

.pageNumber
{
	padding: 1px 2px 1px 2px;
	margin: 0 2px 0 2px;
	background: #FFFFFF;
	border: 1px solid #669900;
	text-decoration: none;
}

/*****************
* ELEMENT STYLES *
*****************/

.blue-round-header
{
	width: 150px;
	height: 8px;
	background: transparent url(images/blue-round-header.png) no-repeat;
}

.blue-round-content
{
	width: 150px;
	background: transparent url(images/blue-round-content.png) repeat-y;
}

.blue-round-footer
{
	width: 150px;
	height: 8px;
	background: transparent url(images/blue-round-footer.png) no-repeat;
}

.red-round-header
{
	width: 150px;
	height: 8px;
	background: transparent url(images/red-round-header.png) no-repeat;
}

.red-round-content
{
	width: 150px;
	background: transparent url(images/red-round-content.png) repeat-y;
}

.red-round-footer
{
	width: 150px;
	height: 8px;
	background: transparent url(images/red-round-footer.png) no-repeat;
}

.blue-round-content p, .red-round-content p
{
	margin: 0;
	padding: 3px;
}

/*****************
* PRODUCT STYLES *
*****************/

.category-display
{
	margin: 10px 0;
}

.category-display-image
{
	float: left;
	width: 155px;
}

.category-display-content
{
	float: left;
	width: 465px;
}

/*******
* TEXT *
*******/

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.textLeft
{
	text-align: left;
}

.textCentre
{
	text-align: center;
}

.textRight
{
	text-align: right;
}

.textJustify
{
	text-align: justify;
}

/************
* MODIFIERS *
************/

.noDec
{
	text-decoration: none;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.clear
{
	clear: both;
}

.pad5
{
	padding: 5px;
}

.padTop3
{
	padding-top: 3px;
}

.padRight5
{
	padding-right: 5px;
}

.padBottom5
{
	padding-bottom: 5px;
}

.marginTop3
{
	margin-top: 3px;
}

.marginTop5
{
	margin-top: 5px;
}

.marginBottom5
{
	margin-bottom: 5px;
}

.marginLeft3
{
	margin-left: 3px;
}

/**************
* LEFT COLUMN *
**************/

#navigation
{
	width: 150px;
	margin : 0; 
	padding: 0;
	float:left;

	background: #00FF00;		/* TEMPLATE */
}

.left-content
{
	margin-top: 10px;		/* TEMPLATE */
	background: #00FF00;		/* TEMPLATE */
}

/***************
* RIGHT COLUMN *
***************/

.right-content
{
	margin-top: 10px;		/* TEMPLATE */
	background: #0000FF;		/* TEMPLATE */
}


/****************
* SHOPPING CART *
****************/

#cart{
/*padding:10px;*/
}

#cart table{
text-align:center;
border-collapse:collapse;
}

#cart th{
border-top:1px solid #CCCCCC;
}

#cart td{
height:50px;
border-top:1px solid #CCCCCC;
}

#paymentStages{
padding:10px;
}

#checkout{
padding:0 10px 10px 10px;
}

#checkout label{
display:block;
width:140px;
float:left;
}


#reviewCart{
text-align:center;
border-collapse:collapse;
margin-bottom:10px;
width:600px;
}

#reviewCart th{
border-top:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
}

#reviewCart td{
height:40px;
}

#step3{
padding:10px;
}

/*************************************
CONTACT FORM
*************************************/

#contact-form{
padding:0 0 0 0;
float:left;
width:500px;
}

#contact-form label{ 
display:block;
float:left;
width:150px;
}