html, html body
{
   height:100%;
   margin:0;
   padding:0;
}

body
{
	color: #fff;
	/*background: #000 url(/images/bg_textured.jpg) center center no-repeat;*/
	background:#000;
	font-size : 16px;
	font-family : "Trebuchet MS",Verdana,Arial;
	font-weight : normal;
	min-width:960px;
	min-height:600px;
	text-align:center;
}

h1,h2,h3
{
   color:#fff;
}

h1
{
   margin:0em 0em 0.5em 0em;
   font-size:22px;
}

h3
{
   margin:0em 0em 0.5em 0em;
}

#site_loading
{
   position:absolute;
   left:0px;
   top:0px;
   height:100%;
   width:100%;
   background-color:#000;
   z-index:100;
   font-size:18px;
   display:none;
}

#cs_debug
{
   position:absolute;
   top:0px;
   left:5px;
   width:300px;
   height:100%;
   font-size:10px;
}

#cs_debug2
{
   position:absolute;
   top:0px;
   right:5px;
   width:300px;
   height:100%;
   font-size:9px;
}

.main_vertical
{
   float:left;
   height:50%;
   margin-top:-300px;
   width:100%;
}

.main_horizontal
{
   width:960px;
   margin-left:auto;
   margin-right:auto;
   height:600px;
   text-align:center;
   clear:both;
   position:relative;
}

.photography_vertical
{
   float:left;
   height:50%;
   margin-top:-290px;
   width:100%;
}

.photography_horizontal
{
   width:960px;
   margin-left:auto;
   margin-right:auto;
   height:580px;
   text-align:left;
   clear:both;
   position:relative;
}

.darkened
{
   background-color: rgb(0, 0, 0);
   opacity: 0.3;
   -moz-opacity:0.30;
   filter: alpha(opacity=30);
   z-index: 20;
}

a, a:visited
{
   color:#7898d6;
   font-weight:bold;
   text-decoration:none;
   outline-style:none;
}

a:active, a:hover
{
   color:#ffd34f;
   outline-style:none;
}

a.text_button:link, a.text_button:visited, input.text_button
{
   color:#fff;
	background-color:#3b5998;
	border-top:1px solid #d9dfea;
	border-right:1px solid #0e1f5b;
	border-bottom:1px solid #0e1f5b;
	border-left:1px solid #d9dfea;
	padding:5px;
	font-weight:bold;
   font-family:'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
   margin-right:5px;
}

a.text_button:hover, a.text_button:active
{
	background-color:#466cb4;
	text-decoration:none;
}

ul
{
   margin-left:1.2em;
   padding-left:0px;
}

.input_field
{
	color:#fff;
	background-color:#333;
	border:1px solid #444;
	padding:0px 2px;
	font-family:'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:1em;
}

textarea
{
	color:#fff;
	background-color:#333;
	border:1px solid #444;
	padding:2px;
	font-family:'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:1em;
	height:8.4em;
}

.current_field
{
   background-color:#444;
   border:1px solid #666;
   color:#fff;
   padding:0px 2px;
	font-family:'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:1em;
}

.error_field
{
   border:1px solid #844;
   background-color:#544;
   color:#fff;
   padding:0px 2px;
	font-family:'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:1em;
}

#title
{
   margin-bottom:30px;
   text-align:center;
}

#main_div
{
   width:960px;
   height:350px;
   position:relative;
}

#photo_div
{
   background: url(/images/front.jpg) 0px 0px no-repeat;
   position: absolute;
   width: 327px;
   height: 350px;
   left:0px;
   top:0px;
   cursor:pointer;
   text-indent:-9999px;
}

#design_div
{
   background: url(/images/front.jpg) -327px 0px no-repeat;
   position: absolute;
   width: 329px;
   height: 350px;
   left:327px;
   top:0px;
   cursor:pointer;
   text-indent:-9999px;
}

#web_div
{
   background: url(/images/front.jpg) -656px 0px no-repeat;
   position: absolute;
   width: 323px;
   height: 350px;
   left:656px;
   top:0px;
   cursor:pointer;
   text-indent:-9999px;
}

#footer
{
   margin-top:0px;
   padding-bottom:20px;
   width:980px;
   height:12px;
   position:relative;
   top:40px;
}

#footer_line
{
   background: url(/images/footer.png) 0px 0px no-repeat;
   position: absolute;
   width: 980px;
   height: 1px;
   left:0px;
   top:0px;
}

#footer_about
{
   background: url(/images/footer.png) -403px -5px no-repeat;
   position: absolute;
   width:45px;
   height:9px;
   top:5px;
   left:403px;
   float:left;
   background-color: rgb(0, 0, 0);
   opacity: 0.5;
   -moz-opacity:0.5;
   filter: alpha(opacity=50);
   z-index: 20;
   cursor:pointer;
}

#footer_contact
{
   background: url(/images/footer.png) -459px -5px no-repeat;
   position: absolute;
   width:60px;
   height:8px;
   top:5px;
   left:459px;
   float:left;
   background-color: rgb(0, 0, 0);
   opacity: 0.5;
   -moz-opacity:0.5;
   filter: alpha(opacity=50);
   z-index: 20;
   cursor:pointer;
}

#footer_about:hover
{
   cursor:pointer;
   background-color: rgb(0, 0, 0);
   opacity: 1;
   -moz-opacity:1;
   filter: alpha(opacity=100);
   z-index: 20;
}

#footer_contact:hover
{
   cursor:pointer;
   background-color:#000;
   opacity: 1;
   -moz-opacity:1;
   filter: alpha(opacity=100);
   z-index: 20;
}

.recaptchatable .recaptcha_image_cell, #recaptcha_table
{
   background-color:#fff !important; /*reCaptcha widget background color*/
}

#recaptcha_table
{
   border-color: #666 !important; /*reCaptcha widget border color*/
}

#recaptcha_response_field
{
   border-color: #ccc !important; /*Text input field border color*/
   background-color:#666 !important; /*Text input field background color*/
   color:#fff;
}

.message_box
{
   /*max-width:500px;*/
   padding:5px 7px 7px 7px;
   margin:10px 10px 10px 0px;
   font-weight:bold;
   overflow:hidden;
}

.mb_red
{
   background-color:#800003;
   border:1px solid #cc8a8b;
   color:#ffe1e2;
}

.mb_yellow
{
   background-color:#7d7237;
   border:1px solid #ccc28a;
   color:#fff;
}

.mb_green
{
   background:#305f29;
   border:1px solid #95cc8a;
   color:#cfe8c8;
}

#about
{
   text-align:justify;
}

#about_photo, #about_design, #about_web
{
   float:left;
   text-align:left;
}

#about_photo
{
   width:300px;
   border-right:1px solid #999;
   margin-right:20px;
   padding-right:20px;
}

#about_design
{
   width:200px;
}

#about_web
{
   width:360px;
   margin-left:20px;
   padding-left:20px;
   border-left:1px solid #999;
}

.light_blue
{
   color:#9cb4e2;
}

.white
{
   color:#fff;
}

h2 .aside
{
   font-size:16px;
   color:#789;
}


/*** start photography section ***/
#photography_topnav
{
   /*position: absolute;*/
   width: 960px;
   height: 50px;
   /*left:0px;
   top:0px;
   float:left;*/
}

.topnav_link
{
   position:absolute;
   cursor:pointer;
   text-indent:-9999px;
}

#topnav_home
{
   width:74px;
   height:50px;
   left:0px;
   top:0px;
   background: url(/images/photo_topnav.png) 0px 0px no-repeat;
   opacity: 0.60;
   -moz-opacity:0.60;
   filter: alpha(opacity=60);
}

a.selected #topnav_home, a:hover #topnav_home
{
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

#topnav_portfolio
{
   width:135px;
   height:50px;
   left:74px;
   top:0px;
   background: url(/images/photo_topnav.png) -74px 0px no-repeat;
   opacity: 0.60;
   -moz-opacity:0.60;
   filter: alpha(opacity=60);
}

a.selected #topnav_portfolio, a:hover #topnav_portfolio
{
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

#topnav_info
{
   width:166px;
   height:50px;
   left:209px;
   top:0px;
   background: url(/images/photo_topnav.png) -209px 0px no-repeat;
   opacity: 0.60;
   -moz-opacity:0.60;
   filter: alpha(opacity=60);
}

a.selected #topnav_info, a:hover #topnav_info
{
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

#topnav_contact
{
   width:121px;
   height:50px;
   left:375px;
   top:0px;
   background: url(/images/photo_topnav.png) -375px 0px no-repeat;
   opacity: 0.60;
   -moz-opacity:0.60;
   filter: alpha(opacity=60);
}

a.selected #topnav_contact, a:hover #topnav_contact
{
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

#topnav_cs_logo
{
   position:absolute;
   width:450px;
   height:50px;
   left:510px;
   top:0px;
   background: url(/images/photo_topnav.png) -510px 0px no-repeat;
   text-indent:-9999px;
}

#photo_topnav #topnav_cs_logo
{
   background: url(/images/photo_topnav.png) -510px 0px no-repeat;
}

#web_topnav #topnav_cs_logo
{
   background: url(/images/web_topnav.png) -510px 0px no-repeat;
}


#photography_left_nav
{
   width:150px;
   height:482px;
   position:absolute;
   top:50px;
   left:0px;
   font-size:16px;
   font-weight:bold;
   display:none;
   opacity: 0.00;
   -moz-opacity:0.00;
   filter: alpha(opacity=0);
}

#noscript_full #photography_left_nav
{
   display:block;
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

.leftnav_link
{
   position:absolute;
   cursor:pointer;
   text-indent:-9999px;
   display:block;
}

/*** START LEFT NAV ***/
#left_nav_photo_info_about
{
   background: url(/images/photo_info_leftnav.png) 0px 0px no-repeat;
   width:150px;
   height:34px;
   left:0px;
   top:0px;
   opacity: 0.60;
   -moz-opacity:0.60;
   filter: alpha(opacity=60);
}

a.selected #left_nav_photo_info_about, a:hover #left_nav_photo_info_about
{
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

#left_nav_photo_info_weddings
{
   background: url(/images/photo_info_leftnav.png) 0px -34px no-repeat;
   width:150px;
   height:38px;
   left:0px;
   top:34px;
   opacity: 0.60;
   -moz-opacity:0.60;
   filter: alpha(opacity=60);
}

a.selected #left_nav_photo_info_weddings, a:hover #left_nav_photo_info_weddings
{
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

#left_nav_photo_info_portraits
{
   background: url(/images/photo_info_leftnav.png) 0px -72px no-repeat;
   width:150px;
   height:38px;
   left:0px;
   top:72px;
   opacity: 0.60;
   -moz-opacity:0.60;
   filter: alpha(opacity=60);
}

a.selected #left_nav_photo_info_portraits, a:hover #left_nav_photo_info_portraits
{
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

#left_nav_photo_info_headshots
{
   background: url(/images/photo_info_leftnav.png) 0px -110px no-repeat;
   width:150px;
   height:34px;
   left:0px;
   top:110px;
   opacity: 0.60;
   -moz-opacity:0.60;
   filter: alpha(opacity=60);
}

a.selected #left_nav_photo_info_headshots, a:hover #left_nav_photo_info_headshots
{
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

#left_nav_photo_info_commercial
{
   background: url(/images/photo_info_leftnav.png) 0px -145px no-repeat;
   width:150px;
   height:34px;
   left:0px;
   top:145px;
   opacity: 0.60;
   -moz-opacity:0.60;
   filter: alpha(opacity=60);
}

a.selected #left_nav_photo_info_commercial, a:hover #left_nav_photo_info_commercial
{
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

#left_nav_photo_info_processing
{
   background: url(/images/photo_info_leftnav.png) 0px -180px no-repeat;
   width:150px;
   height:35px;
   left:0px;
   top:180px;
   opacity: 0.60;
   -moz-opacity:0.60;
   filter: alpha(opacity=60);
}

a.selected #left_nav_photo_info_processing, a:hover #left_nav_photo_info_processing
{
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

#left_nav_photo_info_products
{
   background: url(/images/photo_info_leftnav.png) 0px -215px no-repeat;
   width:150px;
   height:35px;
   left:0px;
   top:215px;
   opacity: 0.60;
   -moz-opacity:0.60;
   filter: alpha(opacity=60);
}

a.selected #left_nav_photo_info_products, a:hover #left_nav_photo_info_products
{
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

#left_nav_photo_info_exhibition
{
   background: url(/images/photo_info_leftnav.png) 0px -250px no-repeat;
   width:150px;
   height:35px;
   left:0px;
   top:250px;
   opacity: 0.60;
   -moz-opacity:0.60;
   filter: alpha(opacity=60);
}

a.selected #left_nav_photo_info_exhibition, a:hover #left_nav_photo_info_exhibition
{
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}
/*** END LEFT NAV ***/

#photography_main
{
   width:800px;
   height:480px;
   position:absolute;
   display:none;
   top:50px;
   left:160px;
   opacity: 0.00;
   -moz-opacity:0.00;
   filter: alpha(opacity=0);
   /*border:1px solid yellow;*/
}

#photography_loading
{
   width:32px;
   height:32px;
   position:relative;
   display:none;
   top:270px;
   left:484px;
   text-align:left;
}

#home_loading
{
   width:32px;
   height:32px;
   position:absolute;
   display:none;
   top:228px;
   left:344px;
   text-align:left;
   display:block;
}

#home_progress_bar
{
   position:absolute;
   top:230px;
   left:310px;
   display:none;
}

#noscript_full #home_widgets
{
   position:absolute;
   top:50px;
}

#photography_full
{
   width:960px;
   height:480px;
   position:absolute;
   top:50px;
   left:0px;
   text-align:left;
   font-size:16px;
   display:none;
   opacity: 0.00;
   -moz-opacity:0.00;
   filter: alpha(opacity=0);
}

#home_slideshow
{
   width:720px;
   height:480px;
   position:absolute;
   top:0px;
   left:0px;
   text-align:center;
   opacity: 0.00;
   -moz-opacity:0.00;
   filter: alpha(opacity=0);
   /*display:none;*/
}

#home_widget1, #home_widget2, #home_widget3
{
   width:219px;
   height:146px;
   position:absolute;
   left:741px;
   background:#000;
   display:block;
   outline-style:none;
   opacity: 0.70;
   -moz-opacity:0.70;
   filter: alpha(opacity=70);
   border:none;
   text-indent:-9999px;
}

#home_widget1:hover, #home_widget2:hover, #home_widget3:hover
{
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

#home_widget1
{
   top:0px;
   background: url(/images/decor_home.jpg) 0px 0px no-repeat;
   cursor:pointer;
}

#home_widget2
{
   top:167px;
   background: url(/images/decor_home.jpg) 0px -167px no-repeat;
   cursor:pointer;
}

#home_widget3
{
   top:334px;
   background: url(/images/decor_home.jpg) 0px -334px no-repeat;
   cursor:pointer;
}

#exhibition td, #exhibition th
{
   text-align:center;
   border-bottom:1px solid #999;
   padding:20px 10px;
}

#exhibition tr
{
   vertical-align:middle;
}

.white_border
{
   border:1px solid #fff;
}

#photography_slideshow
{
   width:722px;
   height:480px;
   position:absolute;
   display:none;
   top:50px;
   left:160px;
   text-align:center;
   opacity: 0.00;
   -moz-opacity:0.00;
   filter: alpha(opacity=0);
   /*border:1px solid yellow;*/
}

#noscript_full #photography_slideshow
{
   display:block;
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

#photography_thumbs
{
   width:68px;
   height:480px;
   position:absolute;
   display:none;
   text-align:center;
   top:50px;
   left:884px;
   opacity: 0.00;
   -moz-opacity:0.00;
   filter: alpha(opacity=0);
   /*border:1px solid green;*/
}

#noscript_full #photography_thumbs
{
   left:882px;
   display:block;
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

#photography_thumbs_inner
{
   width:68px;
   height:398px;
   position:absolute;
   display:block;
   text-align:center;
   top:42px;
   left:0px;
   overflow:hidden;
   /*border:1px solid red;*/
}


#photography_thumbs_scroller
{
   position:absolute;
   top:0px;
   left:8px;
}

#photography_thumbs_up_arrow11
{
   background: url(/images/slideshow_controls.png) -528px 0px no-repeat;
   position:absolute;
   width:14px;
   height:12px;
   left:29px;
   top:0px;
   cursor:pointer;
   overflow:hidden;
}

#photography_thumbs_up_arrow
{
   position:absolute;
   top:0px;
   left:8px;
   padding:20px;
}

#photography_thumbs_up_arrow span
{
   background: url(/images/slideshow_controls.png) -528px 0px no-repeat;
   width:14px;
   height:12px;
   cursor:pointer;
   overflow:hidden;
   display:block;
}

#photography_thumbs_down_arrow11
{
   background: url(/images/slideshow_controls.png) -545px 0px no-repeat;
   position:absolute;
   width:14px;
   height:12px;
   left:29px;
   top:469px;
   cursor:pointer;
   overflow:hidden;
}

#photography_thumbs_down_arrow
{
   position:absolute;
   top:430px;
   left:8px;
   padding:20px;
}

#photography_thumbs_down_arrow span
{
   background: url(/images/slideshow_controls.png) -545px 0px no-repeat;
   width:14px;
   height:12px;
   cursor:pointer;
   overflow:hidden;
   display:block;
}

/* new styles */
a.thumb_loading
{
   display:block;
   width:53px;
   height:53px;
   margin-bottom:2px;
   border:1px solid #666;
   cursor:default;
   background:#333;
}

a.thumb_loading img
{
   display:none;
   border:1px solid #000;
}

a.thumb_noscript
{
   display:block;
   float:left;
   width:53px;
   height:53px;
   margin:0px 2px 2px 0px;
   border:1px solid #666;
   background:#333;
   opacity: 0.50;
   -moz-opacity:0.50;
   filter: alpha(opacity=50);
}

a.thumb_noscript img
{
   border:none;
}

a.thumb_noscript:hover
{
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

a.selected_thumb_noscript
{
   display:block;
   float:left;
   width:53px;
   height:53px;
   margin:0px 2px 2px 0px;
   border:1px solid #fff;
   background:#333;
}

a.selected_thumb_noscript img
{
   border:none;
}

a.loaded_thumb
{
   clear:left;
   outline-style:none;
   display:block;
   cursor:pointer;
}

a.loaded_thumb img
{
   border:1px solid #bbb;
   margin-bottom:2px;
   opacity: 0.50;
   -moz-opacity:0.50;
   filter: alpha(opacity=50);
}

a.loaded_thumb img:hover
{
   border:1px solid #d9e2f3;
   opacity: 0.99 !important;
   -moz-opacity:0.99 !important;
   filter: alpha(opacity=99) !important;
}

.selected_thumb
{
   border: 1px solid #fff;
   opacity: 0.99 !important;
   -moz-opacity:0.99 !important;
   filter: alpha(opacity=99) !important;
}
/* end new styles */

a.slideshow_thumb2
{
   clear:left;
   outline-style:none;
   background:#090;
   display:block;
}

a.slideshow_thumb2 img
{
   border:1px solid #bbb;
   background:#f00;
   margin-bottom:2px;
   opacity: 0.20 !important;
   -moz-opacity:0.20 !important;
   filter: alpha(opacity=20) !important;
}

ul.muse_container {
	list-style: none;
	margin: 0;
	padding:1px;
   width:906px;
   background:#fff;
   overflow:hidden;
}
ul.muse_container li {
	margin: 0;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 181px;
	height: 181px;
}
ul.muse_container li img {
	width: 180px; height: 180px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	margin: 1px;
	position: absolute;
	left: 0; top: 0;
}


.muse_container1
{
   text-align:center;
   overflow:hidden;
}

.muse_container2
{
   margin:1px;
   float:left;
   width:180px;
   height:180px;
   position:relative;
}

.muse_thumb:hover
{
   width:200px;
   height:200px;
}




.loaded_thumb2
{
   border:1px solid #666;
   margin-bottom:2px;
   opacity: 0.50;
   -moz-opacity:0.50;
   filter: alpha(opacity=50);
}

.loaded_thumb2:hover
{
   border:1px solid #d9e2f3;
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

.faded_thumb
{
   opacity: 0.30;
   -moz-opacity:0.30;
   filter: alpha(opacity=30);
}

#photography_footer
{
   /*border:1px solid blue;*/
   position: absolute;
   width: 960px;
   height: 23px;
   left:0px;
   top:534px;
}

#tagline
{
   text-align:center;
   width:960px;
}

#links
{
   clear:both;
   color:#aaa;
   font-family : "Century Gothic",Verdana,Arial;
   padding:15px 0px 0px 0px;
   text-align:center;
}

#links a
{
   font-size:12px;
   font-weight:normal;
   color:#aaa;
   margin:0px 10px;
}

#links a:hover
{
   color:#fff;
}

#photography_music_controls
{
   float:left;
   position:absolute;
   top:0px;
   left:0px;
   display:none;
}

#music_on_off
{
   position:absolute;
   display:inline;
   top:0px;
   left:0px;
}

#music_on
{
   background: url(/images/slideshow_controls.png) -562px 0px no-repeat;
   position:absolute;
   width:69px;
   height:12px;
   left:0px;
   top:0px;
   cursor:pointer;
   display:none;
   outline-style:none;
   overflow:hidden;
}

#music_off
{
   background: url(/images/slideshow_controls.png) -562px -15px no-repeat;
   position:absolute;
   width:69px;
   height:12px;
   left:0px;
   top:0px;
   cursor:pointer;
   display:inline;
   outline-style:none;
   overflow:hidden;
}

#music_tracks
{
   position:absolute;
   top:0px;
   left:100px;
   display:inline;
}

#music_track
{
   background: url(/images/slideshow_controls.png) -632px 0px no-repeat;
   position:absolute;
   top:0px;
   left:0px;
   width:40px;
   height:12px;
   display:inline;
   overflow:hidden;
}

#music_track_numbers
{
   position:absolute;
   top:0px;
   left:45px;
   display:inline;
   width:60px;
   height:12px;
   outline-style:none;
}

a.current_track
{
   opacity: 0.99 !important;
   -moz-opacity:0.99 !important;
   filter: alpha(opacity=99) !important;
}

#track1, #track2, #track3, #track4
{
   position:absolute;
   top:0px;
   width:15px;
   height:12px;
   display:inline;
   overflow:hidden;
   opacity: 0.40;
   -moz-opacity:0.40;
   filter: alpha(opacity=40);
   outline-style:none;
}

#track1
{
   background: url(/images/slideshow_controls.png) -230px 0px no-repeat;
   left:0px;
}

#track2
{
   background: url(/images/slideshow_controls.png) -245px 0px no-repeat;
   left:15px;
}

#track3
{
   background: url(/images/slideshow_controls.png) -260px 0px no-repeat;
   left:30px;
}

#track4
{
   background: url(/images/slideshow_controls.png) -275px 0px no-repeat;
   left:45px;
}

#track1:hover, #track2:hover, #track3:hover, #track4:hover
{
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

#photography_slideshow_controls
{
   float:right;
   display:none;
   opacity: 0;
   -moz-opacity:0;
   filter: alpha(opacity=0);
}

#noscript_portfolio_footer #photography_slideshow_controls
{
   display:block;
   opacity: 99;
   -moz-opacity:99;
   filter: alpha(opacity=99);
}

a #slideshow_control_previous
{
   background: url(/images/slideshow_controls.png) -116px 0px no-repeat;
   position:absolute;
   width:49px;
   height:15px;
   left:675px;
   top:0px;
   cursor:pointer;
   overflow:hidden;
}

#slideshow_current
{
   background: url(/images/slideshow_controls.png) -225px 0px no-repeat;
   position:absolute;
   width:15px;
   height:15px;
   left:810px;
   top:0px;
   overflow:hidden;
}

#slideshow_of
{
   background: url(/images/slideshow_controls.png) -212px 0px no-repeat;
   position:absolute;
   width:13px;
   height:15px;
   left:835px;
   top:0px;
   overflow:hidden;
}

#slideshow_total
{
   background: url(/images/slideshow_controls.png) -435px 0px no-repeat;
   position:absolute;
   width:15px;
   height:15px;
   left:855px;
   top:0px;
   /*visibility:hidden;*/
   overflow:hidden;
}

a #slideshow_control_next
{
   background: url(/images/slideshow_controls.png) -165px 0px no-repeat;
   position:absolute;
   width:47px;
   height:15px;
   left:740px;
   top:0px;
   cursor:pointer;
   overflow:hidden;
}

a:hover #slideshow_control_next, a:hover #slideshow_control_previous, .slideshow_control_stop:hover, .slideshow_control_start:hover, #music_on:hover, #music_off:hover, #photography_thumbs_up_arrow:hover, #photography_thumbs_down_arrow:hover
{
   opacity: 0.50;
   -moz-opacity:0.50;
   filter: alpha(opacity=50);
}

.slideshow_control_stop
{
   background: url(/images/slideshow_controls.png) -450px -15px no-repeat;
   position:absolute;
   width:110px;
   height:12px;
   left:530px;
   top:0px;
   cursor:pointer;
   overflow:hidden;
}

.slideshow_control_start
{
   background: url(/images/slideshow_controls.png) 0px 0px no-repeat;
   position:absolute;
   width:115px;
   height:12px;
   left:525px;
   top:0px;
   cursor:pointer;
   overflow:hidden;
}

#contact_details
{
   float:right;
   width:250px;
}

.decor_contact
{
   float:right;
   margin:10px 0px 0px 10px;
}

.decor_contact_image
{
   border:1px solid #999;
   margin-bottom:10px;
}

#contact_sent
{
   /*opacity: 0;
   -moz-opacity:0;
   filter: alpha(opacity=0);*/
}

/*** START SCROLLBAR ***/
.scrolling_content
{
   width: 773px;
   height: 480px;
   float:left;
   overflow:hidden;
   padding-right:7px;
   text-align:justify;
   /*margin:7px 7px 7px 0px;*/
}

.scrolling_content_full
{
   width: 933px;
   height: 480px;
   float:left;
   overflow:hidden;
   padding-right:7px;
   text-align:justify;
   /*margin:7px 7px 7px 0px;*/
}

.scrollbar_outer
{
	width: 20px;
   height: 480px;
	float:left;
}

.scrollbar_up
{
   background: url(/images/slideshow_controls.png) -528px 0px no-repeat;
   height:12px;
   width:14px;
   display:block;
   margin:0px 3px 4px 3px;
   outline-style:none;
   cursor:pointer;
}

.scrollbar_vertical
{
	background-color: #333;
	width: 20px;
   height: 448px;
   /*visibility:hidden;*/
}

.handle_vertical
{
	height: 84px;
	width: 20px;
	background: url(/images/scrollbar_handle.png) no-repeat;
	cursor:pointer;
}

.scrollbar_down
{
   background: url(/images/slideshow_controls.png) -545px 0px no-repeat;
   width:14px;
   height:12px;
   display:block;
   margin:4px 3px 0px 3px;
   outline-style:none;
   cursor:pointer;
}
/*** END SCROLLBAR ***/

/*** START IMAGEMENU ***/
#imageMenu {
	position: absolute;
	width: 150px;
	height: 480px;
	overflow: hidden;
   display:none;
   opacity: 0.00;
   -moz-opacity:0.00;
   filter: alpha(opacity=0);
}

#noscript_full #imageMenu
{
   display:block;
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	width: 150px;
   height: 480px;
}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-bottom: 1px solid #000;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:150px;
	height:47px;
	outline-style:none;
}

#noscript_full #imageMenu ul li a {
   height:36px;
}

#noscript_full #imageMenu ul li a.selected {
   height:146px;
}

#imageMenu ul li.portraits a {
	background: url(/images/imagemenu/portraits.jpg) no-repeat top left;
}
#imageMenu ul li.weddings a {
	background: url(/images/imagemenu/weddings.jpg) no-repeat top left;
}
#imageMenu ul li.headshots a {
	background: url(/images/imagemenu/headshots.jpg) no-repeat top left;
}
#imageMenu ul li.ballet a {
	background: url(/images/imagemenu/ballet.jpg) no-repeat top left;
}
#imageMenu ul li.dance a {
	background: url(/images/imagemenu/dance.jpg) no-repeat top left;
}
#imageMenu ul li.music a {
	background: url(/images/imagemenu/music.jpg) no-repeat top left;
}
#imageMenu ul li.landscapes a {
	background: url(/images/imagemenu/landscapes.jpg) no-repeat top left;
}
#imageMenu ul li.sport a {
	background: url(/images/imagemenu/sport.jpg) no-repeat top left;
}
#imageMenu ul li.nature a {
	background: url(/images/imagemenu/nature.jpg) no-repeat top left;
}
#imageMenu ul li.architecture a {
	background: url(/images/imagemenu/architecture.jpg) no-repeat top left;
}
#imageMenu ul li.commissions a {
	background: url(/images/imagemenu/commissions.jpg) no-repeat top left;
}

#portfolio_progress_bar
{
   position:absolute;
   top:270px;
   left:375px;
   display:none;
}
/*** END IMAGEMENU ***/

/*** POST PRODUCTION ***/
#processing_slider_container
{
   width:770px;
   height:360px;
   overflow:hidden;
   position:relative;
}

#processing_slider_contents
{
   position:absolute;
   left:0px;
   top:0px;
   width:1580px;
   height:360px;
}

#processing
{
   background:#555;
   position:absolute;
   top:0px;
   left:0px;
   width:770px;
   height:360px;
   float:left;
}

#processing_rollover
{
   display:block;
   width:197px;
   height:320px;
   float:left;
}

#processing_rollover span
{
   width: 197px;
   height: 40px;
   display:block;
   left:0px;
   top:0px;
   cursor:pointer;
   outline-style:none;
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

#processing_rollover a:hover
{
   opacity: 0.5;
   -moz-opacity:0.50;
   filter: alpha(opacity=50);
}

#processing_airbrushed
{
   background: url(/images/processing_rollover.jpg) 0px -0px no-repeat;
}

#processing_vivid
{
   background: url(/images/processing_rollover.jpg) 0px -40px no-repeat;
}

#processing_soft_focus
{
   background: url(/images/processing_rollover.jpg) 0px -80px no-repeat;
}

#processing_aged_photo
{
   background: url(/images/processing_rollover.jpg) 0px -120px no-repeat;
}

#processing_black_white
{
   background: url(/images/processing_rollover.jpg) 0px -160px no-repeat;
}

#processing_sepia_dark
{
   background: url(/images/processing_rollover.jpg) 0px -200px no-repeat;
}

#processing_sepia_light
{
   background: url(/images/processing_rollover.jpg) 0px -240px no-repeat;
}

#processing_blue_tone
{
   background: url(/images/processing_rollover.jpg) 0px -280px no-repeat;
}

#processing_progress_bar
{
   position:absolute;
   top:180px;
   left:340px;
}

#processing_loaded
{
   display:none;
   opacity: 0.00;
   -moz-opacity:0.00;
   filter: alpha(opacity=0);
}

#processing_image
{
   border:1px solid white;
   border-left:none;
   display:block;
   float:left;
}

#processing_tab
{
   background:#555;
}

#processing_tab a
{
   color:#fff;
}

#retouching_tab
{
   background:#333;
}

#retouching_tab a
{
   color:#fff;
}

#retouching
{
   background:#333;
   position:absolute;
   float:left;
   top:0px;
   left:770px;
   width:770px;
   height:360px;
   text-align:center;
   padding-top:10px;
}

#retouching_slider_container
{
   overflow:hidden;
   width:768px;
   height:322px;
   text-align:center;
   position:relative;
}

#retouching_slider_contents
{
   position:absolute;
   left:0px;
   top:0px;
   width:770px;
   text-align:center;
}

#retouching_progress_bar
{
   position:absolute;
   top:180px;
   left:340px;
}

#retouching_loaded
{
   display:none;
   opacity: 0.00;
   -moz-opacity:0.00;
   filter: alpha(opacity=0);
}

.retouching_image
{
   border:1px solid #fff;
   margin-bottom:10px;
}

#retouching_controls_outer
{
   text-align:center;
   overflow:auto;
   width:760px;
}

#retouching_controls_inner
{
   width:500px;
   height:30px;
   position:absolute;
   overflow:auto;
   left:50%;
   margin-left:-185px;
}

a.ret, a:visited.ret
{
   color:#888;
   padding-left:5px;
   padding-right:5px;
   float:left;
   display:block;
}

a.ret_arrow
{
   margin-left:5px;
   margin-right:5px;
   float:left;
   display:block;
}

a.ret_current, a:visited.ret_current
{
   color:#fff;
   float:left;
   display:block;
}

a#retouching_control_previous
{
   background: url(/images/slideshow_controls.png) -116px 0px no-repeat;
   cursor:pointer;
   display:block;
   float:left;
   height:15px;
   position:relative;
   top:5px;
   width:49px;
   
   /*overflow:hidden;*/
   /*display:inline-table;*/
   /*vertical-align:middle;*/
}

a#retouching_control_next
{
   background: url(/images/slideshow_controls.png) -165px 0px no-repeat;
   width:47px;
   height:15px;
   cursor:pointer;
   display:block;
   float:left;
   position:relative;
   top:5px;
}
/*** END POST PRODUCTION ***/

/*** dwProgressBar2 ***/
#processing_pb_box	{ border:1px solid #888; width:100px; height:5px; text-align:left; }
#processing_pb_perc	{ background:#aaa; height:5px; }
#retouching_pb_box	{ border:1px solid #555; width:100px; height:5px; text-align:left; }
#retouching_pb_perc	{ background:#aaa; height:5px; }
#portfolio_pb_box    { border:1px solid #555; width:100px; height:5px; text-align:left; }
#portfolio_pb_perc	{ background:#aaa; height:5px; }
#home_pb_box    { border:1px solid #555; width:100px; height:5px; text-align:left; }
#home_pb_perc	{ background:#aaa; height:5px; }
/*** END dwProgressBar2 ***/

/*** noscript version ***/
#noscript_topnav
{
   width: 960px;
   height: 50px;
   float:left;
}

#noscript_full
{
   width:960px;
   float:right;
   clear:both;
   text-align:justify;
   font-size:16px;
}

#noscript_home
{
   width:720px;
   height:480px;
}


#noscript_left_nav
{
   width:150px;
   font-size:16px;
   font-weight:bold;
   float:left;
   clear:both;
}

#noscript_left_nav .leftnav_link
{
   position:static;
}

#noscript_main
{
   width: 800px;
   text-align:justify;
   float:right;
}

#noscript_processed
{
   text-align:center;
   margin-top:20px;
   font-style:italic;
}

#noscript_processed img
{
   border:1px solid #fff;
}

#noscript_footer
{
   width: 960px;
   height: 23px;
   clear:both;
}

#noscript_portfolio_footer
{
   width: 960px;
   height: 23px;
   clear:both;
   position: absolute;
   left:0px;
   top:534px;
}

#noscript_tagline
{
   text-align:right;
   padding:15px 0px;
}
/*** end noscript***/

/*** end photography section ***/


/*** start web section ***/
.web_vertical
{
   float:left;
   height:50%;
   margin-top:-290px;
   width:100%;
}

.web_horizontal
{
   width:960px;
   margin-left:auto;
   margin-right:auto;
   height:580px;
   text-align:left;
   clear:both;
   position:relative;
}

#web_topnav
{
   width: 960px;
   height: 50px;
}

#web_left_nav
{
   width:150px;
   height:482px;
   position:absolute;
   top:50px;
   left:0px;
   font-size:16px;
   font-weight:bold;
   display:none;
   opacity: 0.00;
   -moz-opacity:0.00;
   filter: alpha(opacity=0);
}

#content_home
{
   width:720px;
   height:480px;
}

#web_main
{
   width:800px;
   height:480px;
   position:absolute;
   display:none;
   top:50px;
   left:160px;
   opacity: 0.00;
   -moz-opacity:0.00;
   filter: alpha(opacity=0);
   /*border:1px solid yellow;*/
}

#web_full
{
   width:960px;
   height:480px;
   position:absolute;
   top:50px;
   left:0px;
   text-align:left;
   font-size:16px;
   /*display:none;
   opacity: 0.00;
   -moz-opacity:0.00;
   filter: alpha(opacity=0);*/
}

#web_footer
{
   /*border:1px solid blue;*/
   position: absolute;
   width: 960px;
   left:0px;
   top:534px;
}

.web_portfolio_thumb
{
   float:left;
   margin:7px;
   font-size:12px;
}

.web_portfolio_thumb img
{
   border:5px solid #aaa;
}

.web_portfolio_noscript_section
{
	clear:both;
}

.web_portfolio_noscript_section img
{
	float:left;
	margin:0 10px 15px 0;
	border:1px solid #fff;
}

.web_portfolio_noscript_section .title
{
	font-weight:bold;
	font-size:20px;
}

#web_home_news
{
   border-left:1px dashed #555;
   float:right;
   margin-left:10px;
   padding-left:10px;
   text-align:left;
   width:300px;
}

#web_home_news .date
{
   color:#999;
   font-size:14px;
   margin-top:14px;
}

#web_home_overview
{
   float:left;
   width:635px;
}

#web_home_featured
{
   border-top:1px dashed #555;
   float:left;
   margin-top:10px;
   margin-bottom:10px;
   overflow:auto;
   padding-top:10px;
   width:635px;
}

#web_home_testimonials
{
   border-top:1px dashed #555;
   clear:both;
   padding-top:5px;
}

#web_home_featured .featured_item
{
   float:left;
   text-align:center;
   width:210px;
}

#web_home_featured .featured_item img
{
   margin-bottom:10px;
   border:5px solid #aaa;
}

#web_home_featured .featured_item .title
{
   font-weight:bold;
}

#web_home_featured .featured_item .info
{
   color:#aaa;
   font-size:14px;
}

#web_skills_logos
{
   float:right;
   margin:0px 0px 0px 10px;
   text-align:center;
   width:100px;
}

/* start web left nav */
#left_nav_web_info_about
{
   background: url(/images/web_info_leftnav.png) 0px 0px no-repeat;
   width:150px;
   height:38px;
   left:0px;
   top:0px;
   opacity: 0.60;
   -moz-opacity:0.60;
   filter: alpha(opacity=60);
}

a.selected #left_nav_web_info_about, a:hover #left_nav_web_info_about
{
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

#left_nav_web_info_services
{
   background: url(/images/web_info_leftnav.png) 0px -34px no-repeat;
   width:150px;
   height:38px;
   left:0px;
   top:34px;
   opacity: 0.60;
   -moz-opacity:0.60;
   filter: alpha(opacity=60);
}

a.selected #left_nav_web_info_services, a:hover #left_nav_web_info_services
{
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

#left_nav_web_info_skills
{
   background: url(/images/web_info_leftnav.png) 0px -68px no-repeat;
   width:150px;
   height:38px;
   left:0px;
   top:68px;
   opacity: 0.60;
   -moz-opacity:0.60;
   filter: alpha(opacity=60);
}

a.selected #left_nav_web_info_skills, a:hover #left_nav_web_info_skills
{
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

#left_nav_web_info_why_choose_me
{
   background: url(/images/web_info_leftnav.png) 0px -102px no-repeat;
   width:150px;
   height:38px;
   left:0px;
   top:102px;
   opacity: 0.60;
   -moz-opacity:0.60;
   filter: alpha(opacity=60);
}

a.selected #left_nav_web_info_why_choose_me, a:hover #left_nav_web_info_why_choose_me
{
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

#left_nav_web_info_partners
{
   background: url(/images/web_info_leftnav.png) 0px -136px no-repeat;
   width:150px;
   height:38px;
   left:0px;
   top:136px;
   opacity: 0.60;
   -moz-opacity:0.60;
   filter: alpha(opacity=60);
}

a.selected #left_nav_web_info_partners, a:hover #left_nav_web_info_partners
{
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}
/* end web left nav */

/*** end web section ***/

