/* CSS Document */

body {
	background-color:#616161;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

p {
	margin:0px 0px 20px 0px;
}

a {
	text-decoration:underline;
	color:#ff6600;
}



div#container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	height:700px;
}

div#content {
	height:605px;
	background-color:#666666;
}

div#logo {
	float:left;
	padding:50px 10px 0px 50px;
}

div#content-home {
	height:605px;
	background-image:url(../images/home-background.jpg);
	background-repeat:no-repeat;
}



.aje {
	float:left;
	font-size:46px;
	padding:50px 10px 0px 50px;
}

.photography {
	float:left;
	font-size:18px;
	padding:55px 0px 0px 0px;
	letter-spacing:0.8em;
	font-weight:bold;
}

.imagesby {
	font-size:12px;
	padding:4px 0px 0px 0px;
	letter-spacing:0.15em;
	font-weight:normal;
}

div#left-column {
	float:left;
	margin:50px 0px 0px 45px;
	width:230px;
	font-size:12px;
	color:#cccccc;
}

div#right-column {
	float:left;
	width:610px;
	margin:50px 0px 0px 30px;
	padding:0px 0px 0px 0px;
	height:430px;
}

div#scroll-area {
	width:640px;
	height:400px;
	overflow:auto;
	outline:none;
	-moz-outline-style: none;
}

div#footer {
	background-color:#555555;
	height:95px;
	font-size:10px;
	color:#CCCCCC;
}






.footer-left {
	float:left;
	padding:10px 0px 0px 50px;
}

.footer-right {
	float:right;
	padding:10px 50px 0px 0px;
}

div#footer a {
	font-size:10px;
	text-decoration:none;
	color:#CCCCCC;
}

div#footer a:hover {
	font-size:10px;
	text-decoration:underline;
	color:#CCCCCC;
}

.left-content-div {
	width:434px; 
	float:left; 
	margin-right:20px;
}

.pdf-button {
	background:url(../images/button-background.jpg) repeat-x;
	width:133px;
	padding:3px 15px;
	margin-left:20px;
}
a.pdf-link {
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

.black-button {
	background-image:url(../images/black-button-slice.jpg);
	background-repeat:repeat-x;
	width:135px;
	height:22px;
	font-size:10px;
	font-weight:normal;
	color:#FFFFFF;
	line-height:1.9em;
	border:0px;
}

.green-button {
	background-image:url(../images/green-button-slice.jpg);
	background-repeat:repeat-x;
	width:135px;
	height:22px;
	font-size:10px;
	font-weight:normal;
	color:#FFFFFF;
	line-height:1.9em;
	border:0px;
}

#contactForm {
	margin-top:25px;
}

#contactForm p {
	margin-top:5px;
	margin-left:0px;
	height:13px;
}


#contactForm input {
	width:200px;
	font-size:12px;
	margin:0px;
	float:left;
	background-color:#cccccc;
	border:1px solid #969696;
}

#contactForm button {
	background-color:#ffffff;
	border:none;
}

#contactForm textarea {
	font-family:Arial, Helvetica, sans-serif;
	width:280px;
	height:100px;
	border:1px solid #969696;
	background-color:#CCCCCC;
	font-size:12px;
	float:left;
}

#contactForm label {	
	width:120px;
	text-align:left;
	margin-right:5px;
	float:left;
}

#contactForm label.error {
	float:left;
	font-size:11px;
	color:#FFFFFF;
	padding-left:20px;
	background-image:url(../images/field-error.png);
	background-repeat:no-repeat;
	background-position:left center;
	margin-left:4px;
	font-style:italic;	
	height:20px;
	font-weight:normal;
	text-align:left;	
	width:100px;
	padding-top:3px;
	
}

#contactForm label.success {
	font-size:11px;
	color:#999999;
	padding-left:20px;
	background-image:url(../images/field-ok.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:0px;
	margin-left:4px;	
	height:20px;
	text-align:left;
	width:40px;
	float:left;

}

.secfade{
      position: absolute; 
      background-color: #aaaaaa; 
}

div.sec{ 
      width: 300px; 
      font-family: Arial, Helvetica, sans-serif; 
      position: absolute;  
      color: #CCCCCC;
      padding: 7px 7px 15px 7px;
	  
}
div.sec .seccontainer{ 
      font-weight: normal; 
}
div.sec .secclose{ 
      	position: absolute;
      	top: 14px; 
      	right: 7px; 
      	width: 18px; 
      	color: #cccccc; 
      	font-weight: bold; 
	cursor:pointer;
	font-size:12px;
}
div.sec .secmessage {   
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 0.5em;
	-moz-border-radius-topleft: 0.5em;
      	line-height: 14px; 
      	color: #cccccc; 
      	background-color:#666666;
      	font-size: 12px; 
      	text-align: left; 
      	border-right: solid 1px #000;
      	border-top: solid 1px #dedede;
      	border-left: solid 1px #dedede;
      	padding:2px 2px 0px 2px;
}

div.sec .promptheader {
	background-color:#555555;
	color:#cccccc;
        font-size: 12px; 
        text-align: left;
        font-weight:bold;
        padding:5px;
        margin-bottom:10px;
        -webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 0.25em;
	-moz-border-radius-topleft: 0.25em;
}

div.sec .secbuttons{ 
      	text-align: center; 
      	padding: 10px 0px 10px 0px; 
      	background-color:#666666;
      	border-bottom: solid 1px #000;
      	border-left: solid 1px #dedede;
      	border-right: solid 1px #000;   
      	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 0.5em;
	-moz-border-radius-bottomleft: 0.5em;
      	
}
div.sec button { 
      	padding: 2px 10px;
      	margin: 0 10px; 
      	background-color: #6ca934; 
      	border-right: solid 1px #000;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #000;
      	color: #e4e2e2; 
      	font-weight: normal; 
      	font-size: 12px; 
	cursor:pointer;
	text-transform: uppercase;
	
}

div.sec button:hover{ 
      	background-color: #728A8C;
	color: #ffffff;
}

div.sec button.secdefaultbutton{ 
      	background-color: #6ca934;
}

.secwarning .sec .secbuttons{ 
      	background-color: #4f4f4f;
}

div.sec .prompt-ok {
	background:url(../images/prompt-ok.jpg) no-repeat center left;
	padding:10px 10px 10px 60px;
	margin-left:10px;
	line-height:16px;
}

div.sec .prompt-error {
	background:url(../images/prompt-error.jpg) no-repeat center left;
	padding:10px 10px 10px 60px;
	margin-left:10px;
	line-height:16px;
}

div.sec .prompt-warn {
	background:url(../images/prompt-warn.jpg) no-repeat center left;
	padding:10px 10px 10px 60px;
	margin-left:10px;
	line-height:16px;	
}


#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #CCC;	
	padding: 5px;
	opacity: 0.85;
	font-size:11px;
	font-weight:normal;
	background-color:#656565;
	color:#FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 0.4em;
	width:200px;
}
#tooltip h3, #tooltip div { 
	margin: 0;
	font-size:11px; 
	font-weight:normal;
	}
	
#tooltip.regtip {
	width:300px;
	background-color:#CCC;
	color:#444;
}


/* NAVIGATION CLASSES */


#navigation {
	height:170px;
	margin-bottom:20px;
}

#navigation .menu-head {
	cursor:pointer;
}

#navigation .menu-head-active {
	text-transform:uppercase;
	color:#FFF;
}

#navigation ul {
	margin:0px;
	list-style-type:none;
	padding:0px;
}

#navigation .menu-head a {
	cursor:pointer;
	text-transform:none;
	color:#c2c2c2;
	text-decoration:none;
	outline:none;
	-moz-outline-style:none;
}
#navigation .menu-head a:hover {
	color: #ff6600;
}

#navigation .menu-body li {
	margin-left:10px;
}

#navigation .menu-body a {
	cursor:pointer;
	text-transform:none;
	color:#c2c2c2;
	text-decoration:none;
	outline:none;
	-moz-outline-style:none;
}

#navigation .menu-body a:hover {
	color: #ff6600;
}



/* GALLERY CLASSES */

#hidden-img {
display: none;
}

#hidden-th {
display: none;
}



div#th-gallery {
	width:240px;
	height:230px;
	overflow:auto;
	outline:none;
	-moz-outline-style: none;
}

#th-gallery-info {
	display:none;
	font-size:11px;
	color:#c2c2c2;
	margin:15px 0px 20px 0px;
}


#main-image {
	width:600px;
	height:400px;

}

#main-image img {
	
}

.holder {
	float:left;
	width:102px;
	height:69px;
	background: #444 url(../images/ajax-loader.gif) no-repeat center center;
	margin:0px 9px 9px 0px;
	cursor:pointer;
}

#th-gallery img.active {
	opacity:1;
	filter:alpha(opacity=100);
	border:1px solid #FFFFFF;
}

#th-gallery img {
	opacity: 0.6;
	filter:alpha(opacity=60);
	border:1px solid #444;
}

#th-gallery img:hover {
	opacity: 0.85;
	filter:alpha(opacity=85);
}
#gallery-control {
	margin:10px 10px 0px 0px;
	display:none;
}

#back-arrow {
	cursor:pointer;
}

#forward-arrow {
	cursor:pointer;
}
#imgnum {
	font-size:11px;
	color:#c2c2c2;
}


/* SCROLL AREA CLASSES */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	outline:none;
	-moz-outline-style: none;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #666;
}
.jScrollPaneDrag {
	position: absolute;
	background: url(../images/drag.jpg) repeat-y;
	cursor: pointer;
	overflow: hidden;
	height:10px;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-image:url(../images/up-arrow.jpg);
	height: 12px;
	width:10px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-image:url(../images/down-arrow.jpg);
	height: 12px;
	width:10px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/*STUDIO IMAGES */

#studio-images {
	float:left;
	width:285px;
}

#studio-images img {
	display:none;
	border:0px;
}

.topmenu ul {
	padding:0px;
	margin:0px;
}

.topmenu li {
	padding:0px;
	margin:0px;
	list-style:square inside;
	color:#CCCCCC;
}

.submenu ul {
	padding:0px;
	margin:0px;
}

.submenu li {
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 10px;
	list-style:square inside;
	color:#CCCCCC;
}