/* CSS Document */

/*Varnish stripping**/
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a img,:link img,:visited img { border:none }
address { font-style:normal }
abbr, acronym {border: none;}

/*browser normalisation*/
#force-scrollbar { 
	position: absolute; 
	top: 0; 
	bottom: -1px;
	width: 1em;
	z-index: -1;
}

/*Main page elements*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #191919;
	color: #999999;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#home-page {
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/background-carousel.gif);
}

#container {
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#topbar {
	height: 34px;
	overflow: hidden;
}
#topbar h1 {
	line-height: 34px;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 20px;
	float: left;
	width: 230px;
}

#menu {
	width: 690px;
	float: right;
	overflow: hidden;
	padding-right: 20px;
}
#menu ul {
	float: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#menu li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	padding-right: 20px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	display: block;
	line-height: 34px;
}
#menu a:hover {
	background-color: #818285;
}
#flasharea {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 250px;
	width: 260px;
}
#middle {
	padding: 20px;
	width: 920px;
	overflow: hidden;
	background-image: url(images/top-background.jpg);
	background-repeat: no-repeat;
	height: 250px;
}




#top {
	background-color: #FFFFFF;
	padding: 20px;
	height: 250px;
	background-image: url(images/top-background.jpg);
	background-repeat: no-repeat;
}
#logo {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 133px;
	width: 300px;
}
#logo img {
	margin-bottom: 30px;
}
#tagline {
	font-size: 26px;
	font-weight: normal;
	text-transform: lowercase;
}


#photographyservices {
	background-image: url(images/services-background.png);
	background-repeat: no-repeat;
	height: 220px;
	width: 200px;
	float: right;
	padding: 15px;
	margin-left: 20px;
}
#photographyservices h2 {
	font-size: 22px;
	font-weight: normal;
	text-transform: lowercase;
	color: #FFFFFF;
	display: block;
	background-image: url(images/divider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#photographyservices a {
	color: #33cccc;
	text-decoration: none;
}
#photographyservices a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#photographyservices li {
	line-height: 14px;
	display: block;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-bottom: 10px;
}
#carousel {
	margin: 0px;
	padding: 0px;
	height: 200px;
}

#main {
	width: 960px;
	overflow: hidden;
}





/*content*/
#content {
	width: 570px;
	float: left;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 20px;
}
#content p {
	margin-bottom: 20px;
}
#content h2 {
	font-size: 40px;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	color: #FFFFFF;
}
#content h3 {
	font-size: 22px;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	color: #FFFFFF;
}

#content p a, #content li a {
	text-decoration: none;
	color: #33CCCC;
}
#content p a:hover, #content li a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#content li {
	margin-bottom: 5px;
}
#content ul {
	padding-left: 30px;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 20px;
}
#content ul ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 0px;
	margin-top: 5px;
}
#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 30px;
	margin-bottom: 20px;
}
#content ol ol {
	margin-bottom: 0px;
	margin-top: 5px;
}
#content table {
	margin-bottom: 20px;
}
#content td {
	margin: 0px;
	padding: 0px;
}
#content blockquote {
	font-size: 22px;
	color: #95926A;
	font-weight: normal;
	text-transform: lowercase;
	line-height: 125%;
}
#content blockquote p {
	padding: 0px;
	margin: 0px;
	color: #959252;
}
.imagecaption {
	display: block;
	font-weight: normal;
	margin-top: 5px;
	color: #6EB43F;
}



/*content form*/
#contact-page #content p em, #contact-page #content ol em   {
	color: #F00 !important;
	font-style: normal;
	font-weight: bold;
}
#contact-page #content form p#validation {
	padding: 10px !important;
	border: 1px solid #CCCCCC;
	background-color: #EFF3F4;
	color: #F00 !important;
	margin-bottom: 30px;
	width: 398px;
}
#contact-page #content form  {

}
#contact-page #content form fieldset {
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
}
#contact-page #content form fieldset legend span{
	text-transform: none;
	color: #666;
	font-size: 160%;
	line-height: 100%;
	padding: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contact-page #content form ol {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content form ol li {
	padding: 2px;
}
#contact-page #content form ol li label {
	vertical-align: middle;
	font-size: 100%;
	display: block;
	text-align: left;
	margin-bottom: 2px;
	color: #CCCCCC;
	font-weight: bold;
	width: 550px;
}
#contact-page #content form ol li label em {
	text-transform: uppercase;
	color: #FF0000;
}
#contact-page #content form ol li select {
	background-color: #FFF !important;
	border: 1px solid #DDD;
	margin: 0px;
	padding: 5px;
	color: #333333;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}
#contact-page #content form ol li input.text {
	border: 1px solid #ddd;
	padding: 5px;
	width: 550px;
	color: #333333;
	background-color: #FFF !important;
	margin: 0px;
	font-size: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#contact-page #content form ol li textarea.text {
	border: 1px solid #DDD;
	padding: 5px;
	width: 550px;
	background-color: #FFF !important;
	margin: 0px;
	font-size: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}
#contact-page #content form ol li label.checkbox-label {
	display: inline;
	vertical-align: bottom;
	margin:0;
	padding:0;
	padding-left: 2px;
}
#contact-page #content form ol li input.checkbox , #contact-page #content form ol li input.radio{
	vertical-align: bottom;	
	margin:0;
	padding:0;
	display: inline;
}
#contact-page #content form .submit {
	margin: 0px !important;
	padding: 0px !important;
	border: none !important;
	background-image: none !important;
	background-color: #FFF !important;
}
#sidebar {
	margin: 0px;
	width: 290px;
	float: right;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#sidebar a {
	color: #33cccc;
	text-decoration: none;
	text-transform: lowercase;
}
#sidebar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#ourstaff, #testimonials {
	margin-bottom: 40px;
}
#ourstaff   h2, #testimonials h2 {
	font-size: 22px;
	text-transform: lowercase;
	color: #CCCCCC;
	font-weight: normal;
	margin-bottom: 15px;
	padding-bottom: 15px;
	background-image: url(images/divider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#ourstaff li {
	background-image: url(images/divider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 15px;
	margin-bottom: 15px;
	height: 100px;
}
#ourstaff img {
	padding: 0px;
	float: left;
	height: 100px;
	width: 100px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#ourstaff h3 {
	font-weight: bold;
	color: #FFFFFF;
}
#testimonials  blockquote {
	font-size: 22px;
	color: #95926A;
	font-weight: normal;
	text-transform: lowercase;
	line-height: 125%;
}
#testimonials  p {
	font-size: 100%;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 10px;
}
#footer {
	padding-top: 15px;
	background-image: url(images/divider.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: right;
	padding-bottom: 15px;
}
#footer .wrapper {
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer a {
	color: #33CCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}







#gallery {
	padding: 0px !important;
	overflow: hidden !important;
	list-style-type: none !important;
	width: 590px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#gallery li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	list-style-type: none;
	float: left;
	width: 175px;
}
#gallery .imagecaption {
	display: block;
	margin-top: 5px;
	color: #C9C9C9;
}

#gallery img {
	height: 175px;
	width: 175px;
}
#serviceswrapper {
	float: left;
	width: 250px;
	padding-left: 20px;
}
#serivespic {
	margin: 0px;
	padding: 0px;
	float: left;
}
.staff {

}

.staff img {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
	width: 250px;
}
.whitetext {
	color: #FFF;
}

