@charset "UTF-8";
/* ----------CSS Reset---------- */
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, 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-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* -----------End Reset---------- */

a {
	color: #929698;
	text-decoration:none;
	outline:none;
	line-height: 20px;
}
a:hover {
	color: #58605d;
	line-height: 20px;
}

	
body {
	text-align: center;
	background: white;
}

h2{
	margin: 7px 0;
	color: #58605d;
}

h3{
	margin: 6px 0;
	color: #58605d;
	font-size: 14px;
}

#container {
	width: 850px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#header {
	height: 70px;
	border-bottom: solid 1px #c2c2c2;
	position: relative;
}
#header h1 {
	background: url(../images/header_title2.png) no-repeat;
	height: 33px;
	text-indent: -9999px;
	position: relative;
	top:20px;
	width: 400px;
}
#sidebar1 {
	float: right;
	width: 150px;
	background: #999;
}
#mainContent {
	margin: 10px 0 0 0;
	height: 462px;
	position: relative;
}

body#start #mainContent {
	height: 392px;
	margin: 0 0 10px 0;
}

#thumbs{
	border-top: solid 1px #c2c2c2;
	margin: 23px 0 0 0;
}

#footer {
	text-align:center;
	border-top: solid 1px #c2c2c2;
}
#footer p {
	padding-top: 10px;
	font-size: 0.7em;
	line-height: 15px;
	color: #929698;
}

body#about #aboutContent { 
	min-height: 392px;
	margin: 0 auto 10px auto;
	text-align: center;
}


#aboutdetails{
	margin: 0 auto;
	text-align: left;
	width: 600px;
	padding: 30px 0;
	}
	
#abouttext{
    width: 300px;
    float: left;
}




#aboutdetails p{
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
	color: #929698;
}

#contactdetails{
	float: right;
	text-align: left;
	width: 250px;
	
	}
	
#aboutdetails #abouttext p {
    font-size: 10px;
}

/* -----------Galleries page----------- */

#galleryholder img {
	margin-top:15px;
	border: 1px solid #c2c2c2;
	padding: 5px;
	background: #eae7dd;
}



body#gallery #mainContent {
	height: 392px;
	border-bottom: solid 1px #c2c2c2;
	margin: 0 0 10px 0;
}

#galleryholder{
	margin: 0 auto 0 auto;
	text-align: center;
	width:300px;
	position: relative;
}

#start #galleryholder{
	margin: 0 auto 0 auto;
	text-align: center;
	width:505px;
	position: relative;
}



ul#gallerylinks{
	list-style:none;
	display:block;
	text-align: left;
	position: absolute;
	bottom: 13px;
	left: 560px;
}

/* -----------End Galleries page----------- */
/* ----------menus---------- */

ul#mainmenu {
	height: 30px;
	border-bottom: solid 1px #c2c2c2;
	text-align: center;
}

ul#mainmenu li {
	display: inline;
}

ul#mainmenu li a {
	display: block;
	float: left;
	line-height: 30px;
	margin-right: 30px;
	font-size: 12px;
	}
	
body#advertising ul#mainmenu li a.advertising, 
body#film ul#mainmenu li a.film,
body#theatre ul#mainmenu li a.theatre,
body#portraits ul#mainmenu li a.portraits,
body#travel ul#mainmenu li a.travel,
body#headshots ul#mainmenu li a.headshots {
	color: #27abc3;
}

a.email {
	background:url(../images/maillink.png) no-repeat bottom left;
	width:250px;
	height: 16px;
	display: block;	
}

a.email:hover, a.email:active {
	background-position: top left;
}

#contactdetails a {
    font-size: 12px;
	text-indent: -9999px;
	line-height: 16px;
	height: 16px;
}

a.about {
	background: url(../images/info.jpg) bottom left no-repeat;
	position: absolute;
	top: 30px;
	right: 0px;
	width: 33px;
	height: 25px;
	text-indent: -9999px;
}

a.about:hover, body#about a.about {
	background: url(../images/info.jpg) top left no-repeat;
	}


/* ----------End menus---------- */
/* ----------Float Classes---------- */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* ----------End Float Classes------- */
/* ----------Start Gallery----------- */
.galleria {
	list-style:none;
	width:500px;
}
.galleria li {
	display:block;
	width:48px;
	height:48px;
	border: 1px solid #c2c2c2;
	overflow:hidden;
	float:left;
	margin:0 5px 5px 0;
}
.galleria li a {
	display:none
}
.galleria li div {
	position:absolute;
	display:none;
	top:0;
	left:180px;
}
.galleria li div img {
	cursor:pointer;
}
.galleria li.active div img, .galleria li.active div {
	display:block;
}
.galleria li img.thumb {
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto;
}
.galleria li .caption {
	display:none;
	padding-top:.5em;
}
* html .galleria li div span {
	width:400px;
} /* MSIE bug */

.galleria_wrapper{
	background: #fff;
	
}

.galleria_container{
background: #fff;
width:600px;
}

.replaced {
	margin-top: 5px;
}

#main_image {
	margin:0 auto 0 auto;
	height:360px;
	width:600px;
	background:#fff;
}
#main_image img {
	margin-bottom:0px;
	border: 1px solid #c2c2c2;
	padding: 5px;
	background: #eae7dd;
}
.nav {
	padding-top:0px;
	clear:both;
	font:12px 'helvetica neue', sans-serif;
	text-align: center;
	}
/* ----------End Gallery---------- */


/* Client Pages */

body#client #mainContent h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}

body#client #mainContent a {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: underline;
	padding-right: 20px;
}

body#client #mainContent p{
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

body#client #mainContent a.imglink {
	font-size: 18px;
	padding-bottom: 10px;
}


body#client #footer {
	border-top: solid 1px #c2c2c2;
}

body#client #footer p {
	font-size: 0.7em;
	line-height: 40px;
	}
	
body#client #mainContent a.orderform {
	font-size: 14px;
	padding: 5px 5px 5px 28px;
	display: block;
	margin: 0 0 20px 0;
	line-height: 24px;
	background: url(../images/pdf.jpg) no-repeat center left;
}

