@charset "UTF-8";
body {
	color: #000000;
	background-color: #703505;
	background-image: url(images/ad_back.jpg);
	background-repeat: repeat;
	background-position: center top;
}

.oneColFixCtrHdr #mycontainer {
	width: 802px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #donnyheadlogo {
	padding: 0;
}
.oneColFixCtrHdr #myheader h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #mynav {
	padding: 0;
	height: 35px;
	background-image:url(images/mynavback.gif);
	}

.oneColFixCtrHdr #mynavcenter {
	margin: 0 0 0 90px;
	padding: 0;
	width: 657px;
	}

	
.oneColFixCtrHdr #mybody {
	padding: 0;
	background-image:url(images/mybodyback.gif);
}

.oneColFixCtrHdr #mycenter {
	margin: 0 0 0 27px;
	padding: 0;
	width: 742px;
	background-color:#deba9a;
}

.oneColFixCtrHdr #myfooter {
	padding: 0;
	height: 49px;
}

.oneColFixCtrHdr #myaddress {
	padding: 0;
}

.oneColFixCtrHdr #myaddress p {
	font-family:Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	font-size:9pt;
	line-height:12pt;
	padding: 0px;
	margin: 20px;
	text-align:center;
}


.navback {
	background-image: url(images/mynavback.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #391802;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #391802;
}
.bodyleft {
	background-image: url(images/bodyleft.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.bodyright {
	background-image: url(images/bodyright.gif);
	background-repeat: repeat-y;
	background-position: left top;
}


/* Before and After */
.beforeback{
	background-image: url(images/customback.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.beforenav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 138px;
	height: 363px;
	float: left;
}

.beforephotos {
	margin: 36px 0px 10px 148px;
	padding: 0;
	list-style: none;
	width: 594px;
	height: 363px;
}

.SlidingPanels {
	margin: 0;
	padding: 0px;
	float: left;
	position: relative;
	width: 138px;
	border: none;
}

.SlidingPanelsContentGroup {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	width: 138px;
}

.SlidingPanelsContent {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 138px;
	overflow: hidden;
}


.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

.SlidingPanels2 {
	float: left;
	position: relative;
	width: 594px;
	padding: 0px;
	border: none;
}

.SlidingPanels2ContentGroup {
	position: relative;
	width: 594px;
	margin: 0px;
	padding: 0px;
}

.SlidingPanels2Content {
	float: left;
	width: 594px;
	overflow: hidden;
	margin: 0;
}


.SlidingPanels2Animating * {
	overflow: hidden !important;
}

.slidingnavphoto {
	margin: 3px 32px 3px 32px;
	padding: 0;
	border: solid #FFFFFF 2px;
	}
	
.arrowup {
	margin: 0;
	padding: 5px 34px 0px 34px;
	}
	
.arrowdown {
	margin: 0;
	padding: 0px 34px 5px 34px;
	}
	
.dropphoto {
	margin: 7px 0;
	padding: 0;
}
	
.centerphoto{
	margin: 0 60px 0 60px;
	padding: 0;
	border: solid #FFFFFF 2px;
	width: 466px;
}

.subphotonav{
	margin: 0 0 0 10px;
	padding: 0;
	width: 70px;
	float: left;
}
.subphoto{
	margin: 0px;
	padding: 0 0 0 26px;
	width: 484px;
	overflow: hidden;
}
.subphotonavborder{
	margin: 2px 0;
	border: solid #FFFFFF 2px;
	}
.subphotoborder{
	padding: 6px;
	background-color:#FFFFFF;
	border: solid #000000 2px;
}


.donnymain{
	margin: 0;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 32px;
	width: 100%;
}




/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 180px; }
#controls {	margin:0 auto 10px auto; }
#galleries {	margin:0 auto 20px auto; }
#galleries label { padding-bottom: 2px; }

#galleryLinks a {
	color: white;
	text-decoration: none;
}

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 64px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #c9a180;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:visited {
	background: #c9a180;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:hover {
	background: #c9a180;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#transport .playBtn .pauseLabel, #transport .pauseBtn .playLabel {
	display: none;
}

#previews {
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	padding: 10px 10px 20px 10px;
	margin-bottom: 5px;
	background-image: url('../demos/images/bg.gif');
	width: 250px;
	float: left;
	margin-right: 10px;
}
#thumbnails {
	clear: both;
	margin: 10px auto;
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}
#picture {
	padding: 0px;
	width: 450px;
	float: left;
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #eacfb8;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	padding: 1em; 
	overflow: hidden; 
	width: 0px;
	height: 0px;
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 1px solid #999; }
.selectedThumbnail {  border: solid 3px #FFFFFF !important; }
.inFocus {  border: solid 2px #FFFFFF !important; }

/* Gallery 2 */

#gallery2container {
	margin: 0 auto;
	padding: 0;
	width: 660px;
	position: relative;
	z-index: 1000;
}

#gallery2container img { 
	border: 1px solid #000000;
	margin: 10px 15px;
	padding: 4px;
	}

.animationContainer{
	height: 1px;
	width: 730px;
	position: absolute;
	z-index: 1100;
}

.demoDiv{
	margin: 0 auto;
	padding: 10;
	background-color: #CCC; 
	height: 300px;
	width: 640px;
	border: 1px solid black;
	overflow: hidden;
}
	

/* General */
.ClearAll {
	clear: both;
}

/* Sliding Panels-Custom page */

/* SprySlidingPanels.css - version 0.1 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.cSlidingPanels {
	margin: 0 70px;
	padding: 10px;
	position: relative;
	width: 540px;
	height: 148px;
	border: none;
}

.cSlidingPanelsContentGroup {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	width: 540px;
}

.cSlidingPanelsContent {
	margin: 10px 0 0 12px;
	padding: 0;
	float: left;
	width: 532px;
	height: 148px;
	overflow: hidden;
}
.cSlidingPanelsContent img{
	margin: 4px;
	padding: 4px;
	border: solid #7B3B04 2px;
	background-color: #FFFFFF;
}




/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime we are animating between panels. This rule makes sure that *all* content inside
 * the widget is overflow:none to avoid a rendering glitch that occurs in FireFox 1.5 whenever
 * there is an element inside the widget that displays a scrollbar.
 *
 * The class is automatically removed once the animation has stopped so that the overflow
 * properties of the content inside the widget should be restored.
 */
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

/* The class used in this selector is programatically added to the SlindingPanelsContent
 * container that is currently visible in the view port. The class is automatically removed
 * when the widget switches to a different panel.
 */
.SlidingPanelsCurrentPanel {
}

/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime the SlidingPanels container is given focus. The class is automatically removed
 * once the SlidingPanels container loses focus.
 */
.SlidingPanelsFocused {
}


/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background-color: #FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	padding: 6px;
	text-align:center;
}

.littlephotoborder{
	padding: 6px;
	background-color:#FFFFFF;
	border: solid #000000 2px;
	margin: 0 0 16px 16px;
}.fakehr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #630;
	width:100%;
	margin: 2px 0 10px 0px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13pt;
	line-height: 16pt;
	font-weight: bold;
	color: #630;
}
