/* Content CSS
----------------------------------------------
	- Only body content classes in this file
	
---------------------------------------------*/

.content {
	background-image: url(../images/content/content-bg.jpg);
	background-repeat: repeat-y;
	background-color: #f2f4ec;
	margin: 0 auto;
	padding-left: 30px;
	padding-bottom: 15px;
	padding-top: 15px;
	position: relative;
	top: -5px;
	width: 942px; /* width (-) minus padding of 11px; */
}

/* Content Column
---------------------------------------------------*/
.leftColumn {
	float: left;
	width: 550px;
}

.leftColumnContact {
	float: left;
	width: 700px;
}

.leftColumnStore {
	float: left;
	width: 680px;
}

.leftColumnStore img { margin-right: 20px; margin-bottom: 10px; }

.rightColumn {
	float: right;
	width: 350px;
}

.rightColumnContact {
	float: right;
	width: 250px;
}

.rightColumnStore {
	float: right;
	width: 250px;
}

/* Free Delivery Offer
--------------------------------------------------*/
.freeDeliveryText {
	padding-left: 0px;
	padding-top: 15px;
	color: #f1278b;
}

.freeDelivery {
	padding-right: 10px;
}

/* Links
------------------------------------------------*/
.content a:link {
	color: #f1278b;
}

.content a:active {
	color: #f1278b;
}

.content a:visited {
	color: #f1278b;
}

.content a:hover {
	color: #FF00CC;
}

/* Iframe Margin Hack
----------------------------------------------------*/
.iframeMargin {
	border: solid 5px white;
}

/* Navigation
----------------------------------------------------*/
ul.catalogueNav { 
	display: block;
	width: 150px;
	font-weight: bold;
	color: white;
}

ul.catalogueNav li a { 
	display: block;
	height: 15px;
	padding-top: 5px; padding-bottom: 5px; padding-left: 5px;
	font-weight: bold;
}

ul.catalogueNav li a:active { 
	display: block;
	height: 15px;
	padding-top: 5px; padding-bottom: 5px; padding-left: 5px;
	font-weight: bold;
}

ul.catalogueNav li a:visited { 
	display: block;
	height: 15px;
	padding-top: 5px; padding-bottom: 5px; padding-left: 5px;
	font-weight: bold;
}

ul.catalogueNav li a:hover { 
	display: block;
	height: 15px; color: #222;
	padding-top: 5px; padding-bottom: 5px; padding-left: 5px;
	font-weight: bold;
	background-color: white;
}

ul.catalogueNav li#currentpage a { 
	display: block;
	height: 15px; color: #222;
	padding-top: 5px; padding-bottom: 5px; padding-left: 5px;
	font-weight: bold;
	background-color: white;
}


/* Gallery
----------------------------------------------------*/
#gallery-nav img { margin-right: 2px; margin-bottom: 2px; }
#gallery-nav { width: 552px; }










