@charset "UTF-8";
/* CSS Document */
html, body 
{
	height: 100%;
}

body {
	background-color: #FFFFFF;
	text-align: center;
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.tmPhotoBody #pageContainer {
	width: 965px;  
	margin: 0 auto; 
	text-align: left; 
}
	
.tmPhotoBody #layoutContainer {
	margin-top: 10px;
}

#header {
	width: 695px;
	padding-left: 254px;
	background: transparent url(../images/tmp_web_logo.png) no-repeat 0 0;
}

#mp3PlayerContainer {
	height: 16px;
	overflow: hidden;
	padding: 10px 0 11px 0;
	line-height: 0;
	font-size: 0;
}

.mp3PlayerObj 
{
    float: right;
    display: block; 
    padding: 0; 
    margin: 0;
}

#menuArea {
    height: 32px;	
	background: transparent url(../images/menu_bground.png) no-repeat 0 0;
}

#tlCorner, #blCorner, #lEdge {
	padding-left: 12px;
}

#tlCorner {
    background: transparent url(../images/box-sprite-01.png) no-repeat 0 0;
}

#blCorner {
    background: transparent url(../images/box-sprite-01.png) no-repeat 0 -24px;
}

#logoPhoto {
	padding-left: 242px;
	background: transparent url(../images/logo_photography.png) no-repeat 0 0;
}

#lEdge {
    background: transparent url(../images/box-sprite-02.png) repeat-y 0 0;
}

#trCorner, #brCorner, #rEdge {
	padding-right: 12px;
} 

#trCorner {
	background: transparent url(../images/box-sprite-01.png) no-repeat right -12px;
}

#brCorner {
	background: transparent url(../images/box-sprite-01.png) no-repeat right -36px;
}

#rEdge {
    background: transparent url(../images/box-sprite-02.png) repeat-y right 0;
}

#tEdge {
    height: 12px;
	background: transparent url(../images/box-sprite-01.png) repeat-x 0 -48px;
}

#bEdge {
    height: 12px;
	background: transparent url(../images/box-sprite-01.png) repeat-x 0 -60px;
}

#content {
	background: #000000;
	height: 480px;
	overflow: hidden;
	padding: 10px 0;
	color: #F0F0F0;
}

#tmp-content 
{
	height: 480px;
}

#footer {
    height: 25px;
	line-height: 25px;
	padding-left: 35px;
	font-size: 9pt;
	letter-spacing: 1px;
}

.greenCenter {
	text-align: center;
	color: #596C4A;
}

.copyright-message 
{
	display: block;
	text-align: center;
	color: #666666;
	height: 9px;
	line-height: 9px;
	font-size: 9px;
	letter-spacing: 1px;
	position: relative;
	top: -5px;
}

.clearMargin {
	clear: both;
}

#menu {
	display: block;
	line-height: 32px;
	letter-spacing: 2px;
}

#menu li {
	display: block;
	float: left;
	padding: 0 20px;
}

#menu li a {
	display: block;
	text-decoration: none;
	color: #596C4A;
}

#menu li a:hover {
	color: #000000;
}

#frontPageContent 
{
	visibility: hidden;
}

.frontpage-photo-frame {
	padding-top: 5px;
	margin: 0 auto;	
	position: absolute;
}

.photo {
	display: block;
}

.pb-tl-corner, .pb-bl-corner, .pb-l-edge {
    padding-left: 4px;
} 

.pb-tr-corner, .pb-br-corner, .pb-r-edge {
	padding-right: 4px;
} 

.pb-t-edge, .pb-b-edge {
	height: 4px;
}

.pb-l-edge
{
	background: transparent url(../images/l_pbedge.png) repeat-y 0 0; 
}

.pb-r-edge
{
	background: transparent url(../images/r_pbedge.png) repeat-y right 0; 
}

.pb-tl-corner {
	background: transparent url(../images/pb_corners.png) no-repeat 0 0; 
}


.pb-tr-corner {
	background: transparent url(../images/pb_corners.png) no-repeat right -4px;
}

.pb-t-edge {
	background: transparent url(../images/t_pbedge.png) repeat-x 0 0; 
}

.pb-bl-corner {
	background: transparent url(../images/pb_corners.png) no-repeat 0 -8px; 
}

.pb-br-corner {
	background: transparent url(../images/pb_corners.png) no-repeat right -12px;
}

.pb-b-edge {
	background: transparent url(../images/b_pbedge.png) repeat-x 0 0; 
}

img 
{
	-ms-interpolation-mode: bicubic;
}

/* Home Page Styles */

#imageRotater 
{
	overflow: hidden;
	height: 480px;
}

#imageRotater div 
{
	display: block;
	width: 100%;
	height: 480px;
	text-align: center;
}
#imageRotater div img 
{
	display: inline;
	border: 1px solid #555555;
}

/* Contact Page Styles */
    
#contact-form 
{
	
}

#contact-form textarea, #contact-form input 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#contact-form .form-element input , #contact-form .form-element textarea
{
	width: 100%;
}

#contact-form .form-button 
{
	padding: 10px;
	text-align: center;
}

#contact-form .form-button input 
{
	display: inline;
	width: auto;
}

#contact-form .form-item 
{
	display: block;
}

#contact-form .form-item label 
{
	font-size: 80%;
	display: inline;
}

#contact-form .form-element 
{
	display: block;
}

/* Common Slider Styles */

.ui-slider { width: 19px;  position: relative; background-repeat: repeat-y; background-position: 0 0; } 

.ui-slider-handle { position: absolute; z-index: 1; height: 150px; width: 19px; top: 0px; left: 0px; background-image: url(../images/scroll_handle.gif);  }
.ui-slider-handle-active { border: none;  }
.ui-slider-disabled .ui-slider-handle { opacity: 0.5; filter: alpha(opacity=50); }
.ui-slider-range { position: absolute; background: #50A029; opacity: 0.3; filter: alpha(opacity=30); width: 100%; height: 100%; }

/* Default slider backgrounds */
.ui-slider, .ui-slider-1 { background-image: url(../images/scroll_track_body.png); }
.ui-slider-2 { background-image: url(../images/scroll_track_body.png); }

.ui-slider-top { position: relative; height: 100%; width: 19px; background: transparent url(../images/scroll_track_top.png) no-repeat scroll top left; }
.ui-slider-bottom { position: relative; height: 100%; width: 19px; background: transparent url(../images/scroll_track_bottom.png) no-repeat scroll bottom left; } 

/* About Page Styles */
#about-container 
{
	background: url(../images/tmp-about-header.png) no-repeat scroll top left;
}

#contact-container 
{
	background: url(../images/tmp-contact-header.png) no-repeat scroll top left;
}

#pricing-container 
{
	background: url(../images/tmp-pricing-header.png) no-repeat scroll top left;
}

#details-container 
{
	background: url(../images/tmp-details-header.png) no-repeat scroll top left;
}

#contact-block 
{
	text-align: right;
}

#contact-block a, #contact-block a:visited
{
	color: #596C4A;
}

#contact-block a:hover 
{
	color: #7bc043;
}

.std-page-content 
{
	padding: 10px 0 10px 0;
	height: 460px !important;
}

.std-page-section 
{
	position: relative;
	width: 50%;
	height: 460px !important;
}

.std-page-section-right
{
	top: -460px;
	left: 50%;
}

.std-page-photo 
{
	text-align: center;
}

.std-page-photo img 
{
	display: inline;
	border: 1px solid #555555; 
}

.std-page-copy-container
{
}

.std-page-heading
{
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	margin-left: 80px;
}

.std-page-copy-scroller 
{
	height: 460px !important;
	overflow: hidden;
}

.std-page-copy 
{
	margin: 0 80px;
/*	height: 460px;*/
}

.std-page-copy p
{
	font-size: 85%;
	padding-bottom: 15px;
}
.std-page-copy ul 
{
	font-size: 85%;
}

.std-page-copy li 
{
	
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}


.std-page-copy-scrollbar.ui-slider  
{
	height: 460px !important;
	float: right;  
}

.std-page-content { visibility: hidden; }

/* Gallery Index Styles */
#gallery-index 
{

	text-align: center;
	visibility: hidden;
}

#gallery-list, #gallery-list li
{
	text-align: center;
	display: inline;
}

#gallery-list img 
{
	padding: 10px 20px;
}


/* Gallery Styles */

.gallery-browser {
	float: right;
}

.thumb-tray {
	position: relative;
	float: left;
	overflow: hidden;
	/*opacity: 0.0;
	filter:alpha(opacity=0);*/ 
	margin-right: 25px;
	margin-left: 12px;
	/*border: 1px solid #333333;*/
}

.thumbs {
	width: 120px;
	float: left;
}

.thumb {
	float: left;
	padding: 5px;
	opacity: 0.5;
	filter:alpha(opacity=50);
	line-height: 0;
	font-size: 0;
	cursor: pointer;
}

.thumb img {
	display: none;
	width: 50px;
	height: 50px;
}

.thumb-over, .thumb-selected {
	opacity: 1;
	filter:alpha(opacity=100);
}

.thumb-selected {
  border: 1px solid #7ac142;
  /*background-color: #222222;*/
  padding: 4px;
}

.thumbRow {
	float: left;
	clear: both;
}

.full-size, .gallery, .gallery-browser, .thumb-tray, .ui-slider {
	height: 480px;
}

.full-size 
{
  /*  float: left; */
    line-height: 0;
    font-size: 0;
    /*padding-left: 20px;*/
   	overflow: hidden;
   	height: 470px;
   	padding: 5px 0;
}

.loading 
{
   	background: transparent url(../images/loading-small.gif) no-repeat center center;	
}

.full-size img 
{
    display: none;
    /*border: groove 2px black;*/
    border: 1px solid #555555;
}

#gallery {
	/* border: 1px solid #333333 */
}

#gallery-slider 
{
	visibility: hidden;
}

#gallery-slider.ui-slider { float: left;  }

