

/* GLOBAL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

body { 
	background:#c0b9a9 url("../images/bg.jpg") top left no-repeat;
	font: bold 11px "Arial", "Helvetica Neue", sans-serif ; color:#ffffcc; 
	border-top: 2px solid #91846f;
}

a {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

a:link {
	color: #fff;
}

a:visited {
	color: #fff;
}

a:hover {
	color: #fff;
	border-bottom: 1px solid #dcdcdc;
}

/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.header-title {
	display:block;
}

.header-subtitle {
	color:#fff;
}

div#logo, div#location, div#telephone, div#email {
	position:absolute;
}

div#logo {
	left: 56px;
	top: 36px;
}

div#location {
	left: 295px;
	top: 36px;
}

div#telephone {
	left: 454px;
	top: 36px;
}

div#email {
	left: 613px;
	top: 36px;
}

/* NAVIGATION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
div#navigation {
	position:absolute;
	left: 56px;
	top: 103px;
	width: 600px;
}

div#navigation ul {
	padding-top: 11px;
}

div#navigation li {
	display: inline;
}

div#navigation a {
	float: left;
	height: 0;
	padding-top: 28px;
	overflow: hidden;
	text-decoration: none;
	border: 0;
}

body#portraits #nav-portraits a, body#conceptual #nav-conceptual a, body#aboutcontact #nav-aboutcontact a  {
	background-position-y: -28px !important;
}

#nav-portraits a {
	width: 218px;
	background: url("../images/nav-portraits.gif") no-repeat 0 0;
}

#nav-portraits a:hover {
	background: url("../images/nav-portraits.gif") no-repeat 0 -28px;
}

#nav-spacer a {
	width: 30px;
	background: url("../images/nav-spacer.gif") no-repeat 0 0;
}

#nav-conceptual a {
	width: 263px;
	background: url("../images/nav-conceptual.gif") no-repeat 0 0;
}

#nav-conceptual a:hover {
	background: url("../images/nav-conceptual.gif") no-repeat 0 -28px;
}

#nav-aboutcontact a {
	margin-top:13px;
	width: 403px;
	background: url("../images/nav-aboutcontact.gif") no-repeat 0 0;
}

#nav-aboutcontact a:hover {
	background: url("../images/nav-aboutcontact.gif") no-repeat 0 -28px;
}



/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
div#content {
	position:absolute;
	left: 3px;
	top: 226px;
}

.profileimage {
	position:absolute;
	left:52px;
	top: 2px;
}

#about {
	position:absolute;
	left:335px;
	top: 29px;
	width: 360px;
}

#about p {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 18px;
}

p.introduction {
	padding-top: 10px;
	font-family: "Garamond", Georgia, serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}



/* SLIDER CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

div.panel ul li {
	float:left;
}

div.dotted-border-top {
	position: absolute;
	z-index: 999999;
	top: -7px;
	left: 26px;
}

div.dotted-border-bottom {
	position: absolute;
	z-index: 999999;
	top: 359px;
	left: 26px;
}


body.photo div.dotted-border-bottom {
	position: absolute;
	z-index: 999999;
	top: 470px;
	left: 26px;
}

div#slider-wrapper {

	position: relative;
	left: 52px;
	float: left;
	height: 380px;
}

body.photo div#slider-wrapper {

	position: relative;
	left: 52px;
	float: left;
	height: 481px;
}

div#slider {
	width: 747px;
}

div#slider .frame {
	padding: 1px;
}

div.panel ul li {
	margin: 0;
	padding-right: 5px;
	padding-bottom: 1px;
}

div.panel ul li a {
	border: 0;
	padding: 0;
	margin: 0;
}


/* SLIDER CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#slider-previous_button,  #slider-previous_button {
	position:absolute;
	left: 12px;
	top: 173px;
}

#slider-next_button, #slider-next_button {
	position:absolute;
	left: 811px;
	top: 173px;
}

body.photo #slider-previous_button, body.photo #slider-previous_button {
	position:absolute;
	left: 12px;
	top: 223px;
}

body.photo #slider-next_button, body.photo #slider-next_button {
	position:absolute;
	left: 811px;
	top: 223px;
}

/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
div#footer {
	position:absolute;
	left: 57px;
	top: 639px;
	padding-bottom: 50px;
}

body.photo div#footer {
	position:absolute;
	left: 57px;
	top: 739px;
	padding-bottom: 50px;
}
