/* Reset some common tags */
html, body, div, ul, ol, dl, dd, dt li, h1, h2, h3, h4, h5, p, a, form, blockquote, img, a img, fieldset {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	text-decoration: none;
}


/* --- HTML ---------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
html {
	background: #afb1b4 url(../images/bg_html.jpg) 0 0;
	font-size: 62.5%;
}


/* --- Body ---------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #444;
}

#wrapper {
	position: absolute;
	width: 760px;
	float: left;
	display: inline;
	left: 50%;
	margin: 0 0 0 -383px;
	padding: 0 3px;
	background: url(../images/bg_body.png) 0 0 repeat-y;
}

a {
	color: #555;
}

img.left {
	float: left;
	vertical-align: text-top;
	margin-right: 10px;
}

/* --- Header -------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
#header {
	width: 760px;
	float: left;
	display: inline;
	padding: 0 0 1px 0;
	margin: 0 0 1px 0;
	border-bottom: 5px #f78f1e solid;
}
	/* -- Logo -- */
	#logo {
		width: 375px;
		float: left;
		display: inline;
		margin: 5px 0 0 0;
	}
		#logo h1 a {
			width: 365px;
			height: 76px;
			float: left;
			display: inline;
			text-indent: -999%;
			margin: 0 0 0 10px;
			background: url(../images/logo_bluedot.png) 0 0 no-repeat;
		}
		#logo p.subtitle {
			width: 355px;
			background: #00aeef;
			float: left;
			color: #fff;
			text-transform: uppercase;
			font-style: italic;
			display: inline;
			margin: 10px 0 0 0;
			padding: 3px 10px;
		}
		
	/* -- Contact -- */
	#header div.contact {
		width: 184px;
		height: 58px;
		float: left;
		display: inline;
		margin: 5px 0 0 20px;
		padding: 47px 0 0 10px;
		color: #555;
		border-left: 1px #a7a9ac solid;
	}
		#header div.contact p {
			font-family: "Arial Black", Arial, Helvetica, sans-serif;
			font-size: 1.8em;
			color: #00aeef;
		}
		#header div.contact dl {
			font-size: 1.2em;
		}
			#header div.contact dl dt {
				float: left;
				font-weight: bold;
				padding-right: 3px;
			}
	
	/* -- Image -- */
	#header div.image {
		width: 155px;
		height: 117px;
		float: right;
		display: inline;
		overflow: hidden;
	}
		#header div.image img {
			float: left;
		}
		
		
/* --- Main ---------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
#main {
	width: 760px;
	float: left;
	display: inline;
	background: url(../images/bg_main.gif) 0 0 repeat-y;
}


/* --- Sidebar ------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
#sidebar {
	width: 207px;
	float: left;
	display: inline;
	padding-top: 43px;
}


/* --- Navigation ---------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
ul.nav {
	width: 207px;
	float: left;
	list-style: none;
}
	ul.nav li {
		width: 207px;
		height: 1%;
		border-top: 1px #009cd8 solid;
		float: left;
		clear: both;
	}
	ul.nav li.title {
		width: 197px;
		padding: 8px 5px;
		text-transform: uppercase;
		color: #fff;
		font-size: 1.4em;
		font-weight: bold;
		font-style: italic;
		background: #f78f1e;
		font-family: "Arial Black", Arial, Helvetica, sans-serif;
	}
	
	ul.nav li a {
		display: block;
		color: #fff;
		font-weight: bold;
		padding: 10px 0 10px 10px;
		margin: 0;
		font-size: 1.2em;
		text-transform: uppercase;
	}
		ul.nav li a:hover {
			color: #ddd;
		}
		ul.sub li a {
			padding-left: 20px;
		}
		ul.l {
			border-bottom: 1px #009cd8 solid;
		}
	body.home #nav_home a, body.canvas_prices #nav_prices a, body.contact #nav_contact a, body.wraps_styles #nav_wrapstyle a, body.postage_delivery #nav_postage a, body.location #nav_location a, body.services #nav_photo_services a, body.photoshoots #nav_photoshoots a, body.your_photos #nav_your_photos a, body.buy_canvas #nav_art_design a {
		background: #33bef2 url(../images/bg_nav_current.gif) right 50% no-repeat;
	}
	
ul.nochex {
	width: 207px;
	float: left;
	list-style: none;
	margin: 20px 0;
}
ul.nochex li {
	font-style: italic;
}
ul.nochex li a {
	font-size: 1.2em;
	color: #fff;
	padding-left: 20px;
}
	
	
/* --- Content ------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
#content {
	width: 550px;
	float: left;
	display: inline;
	margin: 0 0 0 3px;
}
	#content .margin {
		margin-top: 1.5em;
	}
	#content h2 {
		font-family: "Arial Black", Arial, Helvetica, sans-serif;
		font-size: 1.6em;
		color: #fff;
		background: #48c5ec;
		padding: 10px;
		margin-bottom: 10px;
		clear: both;
	}
	body.home #content h2 {
		margin: 0;
	}
	#content h3 {
		margin: 1em 0 0 0;
		font-size: 1.5em;
		font-weight: bold;
		color: #00aeef;
		padding: 0 10px;
	}
	#content h4 {
		font-size: 1.3em;
		padding: 0 10px;
	}
	#content p {
		font-size: 1.2em;
		margin: 0 10px 1.5em 10px;
		line-height: 1.5em;
		color: #444;
	}
	body.home #content p {
		margin: 0 0 1.5em 0;
	}
	#content p a {
		color: #00aeef;
		font-weight: bold;
	}
	#content p a:hover {
		text-decoration: underline;
	}


/* --- Your photos --------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
body.your_photos #content fieldset {
	margin: 10px;
	border: 1px #ddd solid;
}
	body.your_photos #content h4 a {
		color: #00AEEF;
	}
	body.your_photos #content fieldset legend {
		font-weight: bold;
		margin: 0 1em;
		padding: 3px 1em;
		font-size: 1.2em;
		background: #00aeef;
		color: #fff;
	}
		body.your_photos #content fieldset p {
			margin-top: 10px;
		}
	
	#photo_upload {
		display: none;	
	}
	
	body.your_photos #content #photo_upload dl {
		margin: 1.5em 10px;
	}
	body.your_photos #content #photo_upload fieldset.photo_hidden {
		display: none;
	}
	body.your_photos #content #photo_upload dl.row {
		width: 510px;
		float: left;
		display: inline;
		clear: both;
	}
		body.your_photos #content #photo_upload dl.row dd {
			width: 127px;
			float: left;
			display: inline;
			font-size: 1.2em;
		}
		body.your_photos #content #photo_upload dl.row dd img.style {
			margin-top: 5px;
			display: block;
			cursor: pointer;
		}
		body.your_photos #content #photo_upload dl.row label {
			font-weight: bold;
		}
		body.your_photos #content #photo_upload dl.row dd img {
			vertical-align: middle;
		}
	body.your_photos #content #photo_upload dl.row input, body.your_photos #content #photo_upload dl.row label {
		display: inline;
		width: auto;
	}
	body.your_photos #content #photo_upload dl dt, body.your_photos #content #photo_upload dl dd {
		margin-bottom: 10px;
	}
	#photo_upload input, #photo_upload textarea {
		width: 230px;
	}
	#photo_upload input.submit, body.your_photos #content #photo_upload p input.checkbox {
		width: auto;
	}
	body.your_photos #content #photo_upload dl dt {
		width: 130px;
		float: left;
		display: inline;
		font-weight: bold;
		font-size: 1.2em;
		padding: 0;
	}
	
	
/* --- Homepage photography ------------------------------------------------------ */
/* ------------------------------------------------------------------------------- */
body.home #content div.photography {
	width: 540px;
	height: 257px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 10px 0 10px 10px;
}
	body.home #content div.photography div.images {
		width: 210px;
		height: 257px;
		position: relative;
		overflow: hidden;
		float: left;
		display: inline;
	}
		body.home #content div.photography div.images div.items {
			position: absolute; 
			width: 20000em;  
			margin: 0;
		}
		body.home #content div.photography div.images div.items div {
			float: left;
			display: inline;
		}
		div.folio_nav {
			z-index: 5;
			width: 210px;
			height: 30px;
			position: absolute;
			bottom: 0;
			background: #000;
			filter:alpha(opacity=50);
			opacity: 0.5;
			-moz-opacity:0.5;
		}
		a.previous, a.next {
			z-index: 99;
			width: 15px;
			height: 16px;
			position: absolute;
			bottom: 4px;
			cursor: pointer;
		}
		a.next {
			right: 5px;
			background: url(../images/button_next.png) 0 0 no-repeat;
		}
		a.previous {
			left: 5px;
			background: url(../images/button_previous.png) 0 0 no-repeat;
		}
	body.home #content div.photography div.content {
		width: 320px;
		float: left;
		display: inline;
		margin: 0 0 0 10px;
	}
		body.home #content div.photography div.content p {
			padding-right: 10px;
		}
	body.home #content div.photography div.content blockquote {
		background: #f9ab56;
	}
		body.home #content div.photography div.content blockquote p {
			color: #fff;
			margin: 8px 0 0 0;
			padding: 9px 0 9px 5px;
			font-size: 1.3em;
			font-family: "Arial Black", Arial, Helvetica, sans-serif;
		}
	
	/* -- Photography button -- */
	body.home #content div.photography div.content p.button_photographyservices {
		margin: 0 0 10px 0;
		padding: 0;
	}
		body.home #content div.photography div.content p.button_photographyservices a {
			width: 227px;
			height: 41px;
			display: block;
			text-indent: -999%;
			background: url(../images/button_photography_services.gif) 0 0 no-repeat;
		}
		body.home #content div.photography div.content p.button_photographyservices a:hover {
			background: url(../images/button_photography_services.gif) 0 -41px no-repeat;
		}
		
		
/* --- Phoography Services ------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
body.services #content fieldset {
	margin: 10px;
	border: 1px #ddd solid;
}
	body.services #content fieldset legend {
		font-weight: bold;
		margin: 0 1em;
		padding: 3px 1em;
		font-size: 1.2em;
		background: #00aeef;
		color: #fff;
	}
	body.services #content fieldset p {
		margin-top: 10px;
	}
	body.services #content fieldset p.price {
		width: 91px;
		height: 66px;
		font-size: 2.8em;
		float: right;
		display: inline;
		color: #fff;
		text-align: center;
		padding: 25px 0 0 0;
		font-family: "Arial Black", Arial, Helvetica, sans-serif;
		background: url(../images/icon_price.png) 0 0 no-repeat;
	}
	body.services #content ul.pad {
		padding: 1em 0;
	}
	body.services #content ul li {
		margin-left: 4em;
		font-size: 1.2em;
		line-height: 1.5em;
	}
	
	
/* --- Photo Shoots ------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
body.photoshoots #content fieldset {
	margin: 10px;
	border: 1px #ddd solid;
}
	body.photoshoots #content fieldset legend {
		font-weight: bold;
		margin: 0 1em;
		padding: 3px 1em;
		font-size: 1.2em;
		background: #00aeef;
		color: #fff;
	}
	body.photoshoots #content fieldset p {
		margin: 15px 0 15px 10px;
		font-size: 2em;
	}
	body.photoshoots #content fieldset p strong {
		font-size: 1.2em;
	}
	body.photoshoots #content fieldset p.price {
		width: 91px;
		height: 66px;
		font-size: 2.8em;
		float: right;
		display: inline;
		color: #fff;
		text-align: center;
		margin-top: 0;
		padding: 25px 0 0 0;
		font-family: "Arial Black", Arial, Helvetica, sans-serif;
		background: url(../images/icon_price.png) 0 0 no-repeat;
	}
	body.photoshoots table.prices {
		margin: 0.5em 0 1em 10px;
	}
	body.photoshoots table.prices th {
		font-weight: bold;
		font-size: 1.2em;
	}
	
		
/* --- Canvas printing ----------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
body.home #content div.canvas_printing {
	width: 550px;
	float: left;
	display: inline;
	background: url(../images/homepage/canvas/homepage.jpg) 0 40px no-repeat;
}
	body.home #content div.canvas_printing h2 {
		background: #48c5ec url(../images/bg_h2_canvas.png) right bottom no-repeat;
	}
	body.home #content div.canvas_printing p {
		padding: 0 10px;
		margin-top: 140px;
	}
	
	/* -- Photography button -- */
	body.home #content div.canvas_printing p.canvas_button {
		margin: 1.5em 0 10px 10px;
		padding: 0;
	}
		body.home #content div.canvas_printing p.canvas_button a {
			width: 167px;
			height: 40px;
			display: block;
			text-indent: -999%;
			background: url(../images/button_canvas_prices.png) 0 0 no-repeat;
		}
		body.home #content div.canvas_printing p.canvas_button a:hover {
			background: url(../images/button_canvas_prices.png) 0 -40px no-repeat;
		}
		
		
/* --- Canvas Prices ------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
table.prices {
	width: 525px;
	border: 1px #ddd solid;
	margin: 0 10px;
}
	table.prices th, table.prices td {
		padding: 5px;
	}
	table.prices th {
		font-size: 1.3em;
		text-align: left;
		text-transform: uppercase;
	}
	table.prices thead th {
		border-bottom: 1px #ddd solid;
	}
	table.prices tbody th {
		border-right: 1px #ddd solid;
	}
	table.prices tr.even {
		background: #e2f4fd;
	}
	
	
/* --- Contact ------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
body.contact #content form dl {
	margin: 1.5em 10px;
}
body.contact #content form dl dt {
	width: 100px;
	float: left;
	display: inline;
	font-size: 1.2em;
	padding: 3px 10px 0 0;
}
body.contact #content form dl dt, body.contact #content form dl dd {
	margin-bottom: 1em;
}
body.contact #content form dl dt label {
	color: #777;
}


/* --- Wraps and styles ---------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
body.wraps_styles #content fieldset {
	margin: 10px;
	border: 1px #ddd solid;
}
	body.wraps_styles #content fieldset legend {
		font-weight: bold;
		margin: 0 1em;
		padding: 3px 1em;
		font-size: 1.2em;
		background: #00aeef;
		color: #fff;
	}
	body.wraps_styles #content fieldset p {
		margin-top: 10px;
	}
	
	
/* --- Location ------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------- */
body.location #content h2 {
	margin: 0;
}
#map_canvas {
	width: 550px;
	height: 560px;
}


/* --- Location ------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------- */
body.terms_and_conditions #content {
	font-size: 0.8em;
}
body.terms_and_conditions #content h2 {
	font-size: 2em;
}


/* --- Buy canvas ---------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
body.buy_canvas #content {
	
}
	body.buy_canvas #content form.view_cart {
		float: right;
		margin: 0 23px 0 0;
	}
	body.buy_canvas #content form.bottom {
		margin-bottom: 10px;
	}
	
	body.buy_canvas #content p.buynow {
		width: 91px;
		height: 80px;
		font-size: 2em;
		float: right;
		display: inline;
		color: #fff;
		text-align: center;
		padding: 15px 0 0 0;
		font-family: "Arial Black", Arial, Helvetica, sans-serif;
		background: url(../images/icon_price.png) 0 0 no-repeat;
	}
	body.buy_canvas #content p.disc {
		font-style: italic;
		font-size: 0.9em;
	}
	
/* --- Product List -------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
#products {
	width: 530px;
	float: left;
	display: inline;
	list-style: none;
	padding: 0 10px;
}
	#products li h3 {
		margin: 0;
		padding: 0 0 0 5px;
		color: #00aeef;
	}
	#products li label, #products li select {
		margin: 0 0 0 5px;
		padding: 0;
	}
	#products li select {
		width: 150px;
		display: block;
	}
	#products li label {
		font-size: 1.2em;
		margin-top: 10px;
	}
	#products li input.cart {
		height: 16px;
		border: 0;
		margin: 10px 0 0 5px;
		padding: 0 0 0 20px;
		color: #f78f1e;
		cursor: pointer;
		background: #fff url(../images/icon_cart.gif) 0 50% no-repeat;
	}
	#products li div.info {
		width: 163px;
		float: left;
		display: inline;
		background: #eaeaea;
	}
	#products li {
		float: left;
		display: inline;
		width: 163px;
		padding: 0 0 5px 0;
		border: 1px solid #ccc;
		margin: 10px 0;
	}
	#products li.pano {
		width: 258px;
	}
	#products li.right {
		margin-left: 10px;
	}
	#products li:hover {
		border: 1px solid #00aeef;
	}
		#products li img {
			padding: 3px 0 1px 1px;
		}
		#products li.centre {
			margin: 10px;
		}


/* --- Footer -------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
#footer {
	width: 750px;
	float: left;
	display: inline;
	border-top: 3px #f78f1e solid;
	background: #eaeaea;
	padding: 5px;
}
	#footer p.links {
		float: left;
		color: #f78f1e;
	}
	#footer p.disc {
		float: right;
	}
	
	
/* --- Classes ------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
.right {
	float: right;
}
.clear {
	clear: both;
}
