/*hex colours:

mid grey: #a4a3a3
content panel grey: #bbb6ba

light violet: #ede5ec
mid violet: #bca2ba
purple: #6c276a

Client gallery image size: 500 x 500, no thumbs

*/

/* CSS Reset */

@CHARSET "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
	-moz-outline-style: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:active {
	outline: none;
}

/* Site CSS Start */

body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1;
	cursor: default;
	background: transparent url(../assets/images/bg-tile.png) repeat;
}

#outerWrapper {
	width: 1040px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 100%;
	height: 150px;
	background: transparent url(../assets/images/header-bg.png) no-repeat;
}

/* Primary Navigation */

#navBar {
	height: 30px;
	background: url(../assets/images/navBar-bg.png) no-repeat;
	position: relative;
	width: 100%;
	z-index: 500;
}

#navBar .table {
	display: table;
	margin-right: auto;
	margin-left: auto;
}

#navBar .select, #navBar .current {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	white-space: nowrap;
}

#navBar li {
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	color: #bca2ba;
	margin: 0;
	padding: 0;
	height: auto;
	float: left;
}

#navBar .select a {
	display: block;
	height: 30px;
	float: left;
	padding: 0 30px 0 30px;
	text-decoration: none;
	line-height: 30px;
	white-space: nowrap;
	color: #bca2ba;
}

#navBar .current a {
	display: block;
	height: 30px;
	float: left;
	padding: 0 0 0 15px;
	text-decoration: none;
	line-height: 30px;
	white-space: nowrap;
	color: #fff;
}

#navBar .current a b {
	display: block;
	padding: 0 30px 0 15px;
}

#navBar .select a:hover, #navBar .select li:hover a {
	padding: 0 0 0 15px;
	cursor: pointer;
	color: #fff;
}

#navBar .select a:hover b, #navBar .select li:hover a b {
	display: block;
	float: left;
	padding: 0 30px 0 15px;
	cursor: pointer;
}

#navBar .select_sub {
	display: none;
}

/* IE6 only */
#navBar table {
	border-collapse: collapse;
	margin: -1px;
	font-size: 1em;
	width: 0;
	height: 0;
}

#navBar .sub {
	display: table;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#navBar .sub_active .current_sub a, #navBar .sub_active a:hover {
	background: transparent;
	color: #fff;
}

#navBar .select :hover .select_sub, #navBar .current .show {
	display: block;
	position: absolute;
	width: 100%;
	top: 30px;
	background: url(../assets/images/navBarSub-bg.png) no-repeat;
	padding: 0;
	z-index: 100;
	left: 0;
	text-align: center;
}

#navBar .current .show {
	z-index: 10;
}

#navBar .select :hover .sub li a, #navBar .current .show .sub li a {
	display: block;
	float: left;
	background: transparent;
	padding: 0 10px 0 10px;
	margin: 0;
	white-space: nowrap;
	border: 0;
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
}

#navBar .current .sub li.sub_show a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	cursor: default;
}

#navBar .select :hover .sub li a:hover, #navBar .current .sub li a:hover {
	visibility: visible;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	text-transform: capitalize;
}

/* Admin / user area secondary navigation */

#secondaryNav {
	padding-left: 10px;
}

#secondaryNav a {
	color: #fff;
	text-decoration: none;
}

#secondaryNav a:hover {
	text-decoration: underline;
}

/* Content Structure CSS */

#contentWrapper {
	width: 100%;
	min-height: 520px;
	background: transparent url(../assets/images/content-bg.png) repeat-y center;
	clear: both;
}

#homeCopy {
	width: 275px;
	float: left;
	margin-left: 30px;
}

#homeCopy h1, #homeCopy p {
	padding-left: 30px;
}

#homeCopy p {
	width: 220px;
	font-size: 16px;
}

#homeCopy img.signature {
	float: right;
}

#homeSlides {
	width: 700px;
	height: 500px;
	float: right;
	margin-right: 20px;
}

#leftContainer {
	width: 700px;
	float: left;
	margin-left: 40px;
}

#rightContainer {
	width: 200px;
	height: 500px;
	float: right;
	margin-right: 40px;
	padding: 20px 0 0 20px;
	border-left: 1px dashed #ede5ec;
}

#fullContainer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#vertScroll {
	width: 100%;
	height: 450px;
	overflow-y: scroll;
	overflow-x: hidden;
}

#centreContainer {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}

#columnContainer {
	width: 40%;
	float: left;
	margin-left: 60px;
}

#footer {
	height: 45px;
	width: 1040px;
	background: transparent url(../assets/images/footer-bg.png) no-repeat center center;
}

#links {
	width: 100%;
	height: 32px;
}

#copyright {
	float: left;
	padding-left: 20px;
}

#social {
	float: right;
	padding-right: 20px;
}

#social img {
	vertical-align: top;
}

#copyright p, #social p {
	color: #333;
	font-size: 13px;
}

#copyright a {
	color: #6c276a;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

/* Home Page Slideshow CSS */

#slides {
	width: 700px;
	height: 500px;
	border: none;
	padding: 0;
	margin: 0;
}

/* General Font CSS */

h1, h2, h3, h4 {
	font-family: Helvetica, ÒHelvetica NeueÓ, Arial, sans-serif;
}

h1 {
	font-size: 30px;
	font-weight: 600;
	padding: 30px 0;
	color: #bca2ba;
}

h2 {
	font-size: 18px;
	font-weight: 500;
	padding: 20px 0;
	color: #ccc;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
	color: #7c9296;
}

p {
	padding-bottom: 10px;
	line-height: 20px;
	color: #fff;
	font-size: 15px;
}

hr {
	border: 1px dashed #666;
	width: 95%;
	margin-bottom: 10px;
}

a {
	color: #a4a3a3;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}

.centre {
	text-align: center;
}

.news {
	text-align: center;
	padding-top: 60px;
}

span.newslink {
	font-size: 12px;
	text-align: center;
}

p.statement, p.black {
	color: #000;
	text-align: center;
	padding-top: 10px;
}

/* Testimonials CSS */

#speechBubble {
	width: 800px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

blockquote {
	background: #fff;
	padding-left: 30px;
	font-style: italic;
	color: #000;
}

.testimonial {
	display: block;
	padding-right: 30px;
	font-size: 14px;
}

.name {
	text-transform: uppercase;
	font-weight: bold;
	color: #bca2ba;
}

.source {
	color: #ccc;
	padding-left: 75px;
	text-align: left;
	font-size: 13px;
}

.bubbleTop {
	background: transparent url(../assets/images/bubble-top.png) no-repeat;
	height: 20px;
}

.bubbleBottom {
	background: transparent url(../assets/images/bubble-bottom.png) no-repeat;
	height: 35px;
}

/* Cross Site Form CSS */

#contactForm {
	width: 525px;
	margin-left: auto;
	margin-right: auto;
}

#contactForm label {
	width: 100px;
}

form#contactForm input#submit {
	margin-left: 225px;
}

#contactForm input[type="text"] {
	width: 185px;
}

#loginForm, #registrationForm, #addShoot {
	width: 100%;
}

#loginForm label {
	width: 75px;
}

form#loginForm input#submit {
	margin-left: 150px;
}

form#registrationForm input#submit, form#addShoot input#submit, form#addTestimonial input#submit {
	margin: 20px 0 0 160px;
}

#registrationForm label, #addShoot label {
	width: 150px;
}

#galleryForm, #userProfile {
	width: 350px;
}

#galleryForm label, #userProfile label{
	width: 100px;
}

label {
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 10px;
	display: block;
	line-height: 20px;
	padding-top: 4px;
	color: #fff;
}

form p {
	padding-bottom: 5px;
}

textarea {
	border: 1px solid #c4e3d9;
	width: 350px;
}

input[type="text"], input[type="password"], textarea {
	font-family: ÒHelvetica NeueÓ, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 2px;
}

input[type="text"], input[type="password"] {
	border: 1px solid #c4e3d9;
	width: 200px;
}
	
input[type="submit"] {
	min-width: 75px;
	font-weight: bold;
	margin-top: 10px;
}

input:focus, textarea:focus {
	border: 1px solid #c4e3d9;
}
	
/* ajax CSS */

#txtHint {
	color: #fff;
}

table.ajaxTable {
	text-align: center;
	border: 1px solid #bca2ba;
	border-color: #bca2ba;
	border-collapse: collapse;
}

th {
	font-weight: bold;
	background-color: #bca2ba;
	color: #6c276a;
}

/* PHP form error message CSS */

ul.err {
	list-style: disc;
	color: red;
	padding-left: 50px;
}

/* Client Gallery CSS */

#clientGallery {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
}

div.nomargin {
	margin-right: 0px;
}

.pic {
	float: left;
	margin: 0 15px 15px 0;
	border: 5px solid white;
	width: 200px;
	height: 250px;
}

.pic a {
	width: 200px;
	height: 250px;
	text-indent: -99999px;
	display: block;
}

.clear {
	clear: both;
}

/* Paypal cart CSS */

#imageOrders {
	text-align: center;
	width: 500px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

#imageOrders img {
	border: 10px solid #fff;
}

form#cart {
	margin-top: 10px;
}

form#cart p {
	color: #000;
}

form#cart a {
	color: #fff;
	text-decoration: none;
}

form#cart a:hover {
	color: #6c276a;
	text-decoration: underline;
}

form#cart input[type="text"] {
	width: 20px;
	border: 1px solid #666;
}


