/*-- ImageCity Screen CSS
     Author: Dave Robb, Bright: www.designbybright.com
	 Last Edit: 26.05.08
	 Edited By: Dave Robb --*/


/* ---------- General Layout Styles ---------- */
 
*	{ margin: 0; padding: 0; }

body {
	padding: 40px 0;
	background: #305771 url(../images/layout/background-grad.gif) bottom left repeat-x fixed;
	font-size: small;
	font-family: Trebuchet, "Trebuchet MS", Arial, sans-serif;
	line-height: 1.4em;
	}
	
#logoBox {
	width: 810px;
	margin: 0 auto;
	padding: 25px 35px 15px 35px;
	background: url(../images/layout/header-background.png) 0 0 no-repeat;
	behavior: url(iepngfix.htc);
	}
	
#container {
	width: 880px;
	margin: 0 auto;
	background: url(../images/layout/background-shadow.png) 0 0 repeat-y;
	behavior: url(iepngfix.htc);
	}
	
#mainContent {
	width: 802px;
	margin-left: 15px;
	padding: 25px 24px;
	background: #f3f5f9 url(../images/layout/main-body-background.jpg) 0 0 no-repeat;
	border-top: 1px solid #f3f5f9;
	font-size: 95%;
	}
	
#bodyBottom {
	width: 880px;
	height: 25px;
	margin: 0 auto;
	background: url(../images/layout/body-bottom.png) 0 0 no-repeat;
	behavior: url(iepngfix.htc);
	}
	
#footer {
	width: 820px;
	margin: 0 auto;
	padding: 0 30px;
	background: url(../images/layout/footer-top.png) 0 0 no-repeat;
	font-size: 90%;
	behavior: url(iepngfix.htc);
	}
	
#footerBottom {
	width: 880px;
	height: 25px;
	margin: 0 auto;
	background: url(../images/layout/footer-bottom.png) 0 0 no-repeat;
	behavior: url(iepngfix.htc)
	}

/* ---------- Header Styles ---------- */

#logo {
	float: left;
	width: 148px;
	}

#logoBox a {
	float: right;
	margin: 6px 0 0 0;
	width: 125px;
	font-size: 85%;
	text-align: right;
	color: #fff;
	background: url(../images/layout/cart.png) bottom left no-repeat;
	behavior: url(iepngfix.htc);
	}

#header {
	width: 850px;
	padding-left: 15px;
	}
	
#header ul {
	background: #b9ccde url(../images/layout/nav-background.gif) bottom left repeat-x;
	}
	
#header ul li {
	list-style: none;
	float: left;
	}
	
#header ul li a {
	float: left;
	display: block;
	padding: 10px 25px;
	color: #092239;
	font-size: 110%;
	text-decoration: none;
	background: url(../images/layout/nav-border.gif) bottom right no-repeat;
	}
	
#header ul li a:hover {
	color: #fff;
	background: #c3290e;
	}
	
#header ul li a.active {
	color: #fff;
	background: #c3290e;
	}
	
#header img, .slides {
	border-bottom: 7px solid #e0e8f0;
	display: block;
	}
	
.slides {
	width: 850px;
	height: 267px;
	}
	
/* ---------- Left Column Styles ---------- */

#leftColumn {
	width: 531px;
	float: left;
	color: #403e3e;
	}
	
#homeLeft {
	width: 250px;
	float: left;
	}
	
#homeCenter {
	width: 250px;
	float: right;
	}
	
.borderedImage, .borderedImageLeft {
	padding: 4px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #bcc7ce;
	}
	
.borderedImageLeft {
	float: left;
	margin: 0 10px 15px 0;
	}
	
.rightDescription, .rightDescriptionCorrections {
	float: right;
	width: 430px;
	}
	
.rightDescriptionCorrections {
	width: 350px;
	}
	
#priceTabNav {
	display: inline;
	}
	
#priceTabNav li {
	list-style: none;
	position: relative;
	z-index: 100;
	margin-right: 2px;
	float: left;
	}
	
#priceTabNav li a {
	float: left;
	padding: 6px 8px;
	background: #e8eef1;
	border: 1px solid #c3ced6;
	text-decoration: none;
	color: #092239;
	}
	
#priceTabNav li a:hover {
	background: #457493;
	color: #fff;
	}
	
#priceTabNav li.activeTab a {
	background: #f8f9fc;
	border-bottom: 1px solid #f8f9fc;
	float: left;
	}
	
#priceTabNav li.activeTab a:hover {
	border-bottom: 1px solid #f8f9fc;
	color: #092239;
	background: #f8f9fc;
	}
	
.tabContent,
.tabContentActive {
	position: relative;
	z-index: 70;
	width: 488px;
	clear: both;
	float: left;
	background: #f8f9fc;
	border: 1px solid #c3ced6;
	padding: 15px 20px;
	margin-top: -1px;
	}
	
.tabContent {
	display: none;
	}
	
.pricesDescription {
	width: 240px;
	float: right;
	margin-left: 30px;
	}
	
.tabContent table,
.tabContentActive table {
	width: 200px;
	float: left;
	border-top: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	font-size: 90%;
	}
	
.tabContent table td,
.tabContentActive table td,
.tabContent table th,
.tabContentActive table th {  
	padding: 3px;
	text-align: center;
	border-left: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	background: #fff;
	}
	
.tabContent table th,
.tabContentActive table th {
	background: #e8eef1;
	}
	
.tabContent table td.alt,
.tabContent table td.rowTitleAlt,
.tabContentActive table td.alt,
.tabContentActive table td.rowTitleAlt {
	background: #f0f8fb;
	}
	
.tabContent table td.rowTitle,
.tabContent table td.rowTitleAlt,
.tabContentActive table td.rowTitle,
.tabContentActive table td.rowTitleAlt, {
	font-weight: bold;
	text-align: right;
	}
	
/* ---------- Right Column Styles ---------- */

#rightColumn {
	width: 240px;
	float: right;
	}
	
.specialOffers {
	margin-bottom: 25px;
	padding: 9px 14px;
	background: #e8eef1;
	}
	
.top5Details {
	padding-top: 12px;
	font-weight: bold;
	font-size: 90%;
	color: #457493;
	text-transform: uppercase;
	line-height: 1.2em;
	}
	
.top5Details a {
	color: #e73516;
	font-weight: bold;
	text-decoration: underline;
	text-transform: none;
	}
		
/* ---------- Gallery Styles ---------- */

#gallery {
	margin-left: -2px;
	}
	
#galleryRight {
	float: right;
	width: 276px;
	}
	
#galleryCenter {
	float: right;
	width: 250px;
	}
	
#galleryLeft {
	float: left;
	width: 250px;
	}
	
#galleryNav {
	float: right;
	width: 300px;
	margin-right: 4px;
	}
	
#galleryNav li {
	list-style: none;
	float: right;
	margin: 0 0 0 8px;
	}
	
#galleryNav li a {
	float: left;
	display: block;
	padding: 4px 16px;
	text-decoration: none;
	color: #092239;
	background: #e8eef1;
	border: 1px solid #c3ced6;
	}
	
#galleryNav li a.active,
#galleryNav li a:hover {
	color: #fff;
	background: #c3290e;
	}
	
.pageNav {
	padding-right: 4px;
	text-align: right;
	}
	
.galleryImage {
	width: 150px;
	height: 210px;
	margin: 0 2px 20px 2px;
	padding: 2px;
	float: left;
	background: #fbfcff;
	border: 1px solid #c3ced6;
	}
	
.valignOuter {
	display: table;
    #position: relative;
    overflow: hidden;
	width: 150px;
	height: 150px;
	}
	
.valignMiddle {
	display: table-cell;
	#position: absolute;
	#top: 50%;
	vertical-align: middle;
	}
	
.valignInner {
	#position: relative;
    #top: -50%;
	margin: 0 auto;
	}
	
.valignInner a {
	display: block;
	width: 150px;
	text-align: center;
	}
	
#gallery .imageName, .imageName {
	height: 21px;
	margin: 8px 0 0 0;
	padding-top: 2px;
	color: #5e6d78;
	background: #f3f5f9;
	font-size: 90%;
	text-align: center;
	}

#gallery .addCart {
	height: 25px;
	margin: 0;
	padding-top: 3px;
	text-align: center;
	background: #e9eef0;
	border-top: 1px solid #d4dfe7;
	}
	
#gallery .addCart a {
	color: #e73516;
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
	}
	
.orderItem, .shoppingCart {
	position: relative;
	z-index: 10000;
	}

	
/* ---------- From Styles ---------- */

/* -- 01. Contact Form -- */

#contactForm {
	margin-top: 15px;
	}

#contactForm .contactLabelLeft {
	clear: both;
	width: 100px;
	float: left;
	margin: 0 10px 10px 0;
	text-align: right;
	}
	
#contactForm dt {
	width: 400px;
	margin-bottom: 10px;
	}
	
.contactRight {
	width: 200px;
	}
	
#leftColumn #contactForm p {
	margin: 14px 0 4px 0;
	}
	
#specialTxtArea {
	margin-bottom: 20px;
	}
	
.hidden {
	display: none;
	}
	
.button {
	float: right;
	margin-right: 112px;
	padding: 2px 4px;
	}
	
/* -- 02. Order Form -- */

.orderItemSummary .specialOffers {
	padding: 10px 2px 10px 42px;
	font-size: 90%;
	}
	
#mainContent .orderItemSummary .specialOffers p {
	margin: 8px 0 0 0;
	}

.summaryImage {
	display: block;
	width: 150px;
	height: 181px;
	margin: 10px 0 20px 0;
	padding: 2px;
	background: #fbfcff;
	border: 1px solid #c3ced6;
	}
	
.orderItem table td {
	padding: 0 20px 5px 0;
	font-size: 95%;
	}
	
.prevNext {
	margin-top: 10px;
	padding: 8px 10px;
	background: #e8eef1;
	text-align: right;
	}
	
.orderNotes {
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #c3ced6;
	font-size: 90%;
	color: #7f8f9a;
	}
	
#leftColumn .orderNotes p {
	margin-bottom: 8px;
	line-height: 1.2em;
	}
	
.currentBasket {
	margin-top: 15px;
	border: 1px solid #e8eef1;
	font-size: 90%;
	color: #7f8f9a;
	}
	
.currentBasket td {
	padding: 2px 4px;
	vertical-align: top;
	}
	
/* -- 02. Nochex Form -- */

hr	{
	border: none;
	margin: 15px 0;
	}
	
.payment i {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 8px;
	}
	
.payment table {
	width: 600px;
	clear: both;
	}
	
.payment td {
	padding: 4px 0;
	vertical-align: top;
	}
	
#mcbutton, #vcbutton, #vebutton, #mabutton, #sobutton, #nochexbutton {
	width: 51px;
	height: 41px;
	float: left;	
	}
	
.payment a {
	font-size: 80%;
	}
	
#lblBillingDetails {
	display: none;
	}
	
#checkoutHeader i {
	display: none;
	}

/* ---------- Footer Styles ---------- */

#footer ul {
	width: 400px;
	float: left;
	margin: 30px 0 0 0;
	}
	
#footer li {
	list-style: none;
	display: inline;
	margin: 0 8px;
	}
	
#footer li a {
	text-decoration: none;
	}
	
#footer li a:hover {
	text-decoration: underline;
	}
	
#footer p {
	width: 400px;
	float: right;
	margin: 20px 0 0 0;
	text-align: right;
	color: #457493;
	font-size: 95%;
	}

	
/* ---------- Typography Styles ---------- */

a	{
	color: #457493;
	}
	
a:hover {
	color: #a82109;
	}

h1, h2 {
	margin-bottom: 8px;
	}
	
.spacedHeader {
	margin: 30px 0 15px 0;
	}
	
.orderStep {
	font-size: 100%;
	margin-top: 15px;
	}
	
.orderNotes h3 {
	font-size: 90%;
	}
	
#rightColumn h3 {
	margin: 10px 0 4px 0;
	font-size: 105%;
	color: #457493;
	text-transform: uppercase;
	}
	
#leftColumn p,
#gallery p {
	margin: 6px 0 15px 0;
	}
	
#rightColumn p {
	margin-bottom: 20px;
	}
	
.smallText { font-size: 90%; color: #666; }
	
/* -- Image Replacement -- */

#headingWelcome, #headingCanvas, #headingSpecials,
#headingTop, #headingAbout, #headingYour,
#headingAboutCanvas, #headingCorrection, #headingContact,
#headingContactDetails, #headingPrices, #headingGalleries,
#headingLandGallery, #headingLifeGallery, #headingDigitalGallery,
#headingSummary, #headingOrder, #headingShopping, #headingMap,
#headingTerms, #landGallery, #lifeGallery, #digitalGallery, #top5 {
	width: 220px;
	height: 24px;
	display: block;
	text-indent: -9999px;
	behavior: url(iepngfix.htc);
	}
	
#headingWelcome			{ background: url(../images/headings/welcome.png); }
#headingCanvas 			{ background: url(../images/headings/photo-to-canvas.png); }
#headingSpecials 		{ background: url(../images/headings/special-offers.png); }
#headingTop	 			{ background: url(../images/headings/top-sellers.png); }
#headingAbout 			{ background: url(../images/headings/about.png); }
#headingYour 			{ background: url(../images/headings/your-photo.png); }
#headingAboutCanvas 	{ background: url(../images/headings/about-canvas.png); }
#headingCorrection		{ background: url(../images/headings/correction.png); }
#headingContact			{ background: url(../images/headings/contact.png); }
#headingContactDetails	{ background: url(../images/headings/contact-details.png); }
#headingPrices			{ background: url(../images/headings/our-prices.png); }
#headingGalleries		{ background: url(../images/headings/galleries.png); }
#headingLandGallery		{ background: url(../images/headings/land-gallery.png); }
#headingLifeGallery		{ background: url(../images/headings/life-gallery.png); }
#headingDigitalGallery	{ background: url(../images/headings/digital-gallery.png); }
#headingSummary			{ background: url(../images/headings/summary.png); }
#headingOrder			{ background: url(../images/headings/order.png); }
#headingShopping		{ background: url(../images/headings/shopping.png); }
#headingMap				{ background: url(../images/headings/map.png); }
#headingTerms			{ background: url(../images/headings/terms.png); }
#landGallery			{ background: url(../images/land-gallery.png); }
#lifeGallery			{ background: url(../images/life-gallery.png); }
#digitalGallery			{ background: url(../images/digital-gallery.png); }
#top5					{ background: url(../images/headings/top-5.png); }

/* ---------- Misc Styles ---------- */

.clear { clear: both; }

a img { border: none; }
	
/* ---------- Patches and Bugs ----------*/

/* -- Little fixes for IE6 -- */

.png { behavior: url(http://www.imagecity.co.uk/iepngfix.htc); }

#leftColumn { position: relative; z-index: 60; }
#rightColumn { position: relative; z-index: 80; }

/* -- Clearing floats -- */

#logoBox:after,
#header ul:after,
#mainContent:after,
#contactForm dd:after,
#contactForm dl:after,
#footer:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

* html #logoBox,
* html #header ul,
* html #mainContent,
* html #contactForm dd,
* html #contactForm dl,
* html #footer {
	height: 1px;
	}

*:first-child+html #logoBox,
*:first-child+html #header ul,
*:first-child+html #mainContent,
*:first-child+html #contactForm dd,
*:first-child+html #contactForm dl,
*:first-child+html #footer {
	min-height: 1px;
	}
