@charset "utf-8";
body  {
	font: 85% Georgia, "Times New Roman", Times, serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	background-image: url(../Templates/mockup/darkBg.gif);
}
.dalePictures #container {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page 
	border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../Templates/mockup/mainconentBg.gif);
} 
.dalePictures #header {
	background: #DDDDDD;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../Templates/mockup/headerBg.gif);
} 
.dalePictures #header #cart img {
	padding-bottom: 0px;
	padding-top: 0px;
}
.dalePictures a {
	color: #FFCC00;
	text-decoration: none;
}
.dalePictures a:hover {
	color: #00CCFF;
}
.dalePictures #header 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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.dalePictures #cart {
	width:300px;
	padding: 35px 20px 0 20px;
	float: right;
}

.dalePictures p {
	color: #FFFFFF;
	padding: 0px 10px 0px 5px;
}
.dalePictures #sidebar {
	background-image: url(../Templates/mockup/siderbarBg.gif);
	color: #CCCCCC;
	width: 310px;
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0;
	padding-bottom: 25px;
}
.dalePictures #sidebarContainer {
	float: right;
	width: 310px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-image: url(../Templates/mockup/siderbarBgLarge.gif);
	color: #FFFFFF;
	/*padding-bottom: -30px;*/
}

.dalePictures #mainContent {
	/*margin: 0 350px 0 0;*/
	margin: 0;
	width: 650px;
	float:left;
	clear: left;
	padding-left: 10px;
} 
.dalePictures  #dirTree {
	/*margin: 0 350px 0 0;*/
	margin: 15px 40px 10px 40px;
	background-image:url(../Templates/mockup/dirTreeBg.gif);
	padding: 0;
	background-repeat: no-repeat;
	width: 825px;
	clear: both;
	position: relative;
} 
.dalePictures  #dirTree  a{
	/*margin: 0 350px 0 0;*/
	color:#DDDDDD;
} 
.dalePictures  #dirTree  a:hover {
	/*margin: 0 350px 0 0;*/
	color:#00ccff;
	text-decoration: underline;
} 
.dalePictures  #dirTree p {
	padding: 8px 10px 10px 20px;
}
.dalePictures #footer {
	padding: 5px 10px 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-image: url(../Templates/mockup/headerBg.gif);
	clear: both;
} 
.dalePictures #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#menuBar {
	background-image:url(../Templates/mockup/menuBg.gif);
	background-repeat:repeat-x;
		}

#sidebarContainer p {
	padding: 10px;
	}
#MenuBar1 li a {
	background-color: transparent;
	color:#FFCC00;
}
#MenuBar1 a:hover, #MenuBar1 a:focus {
	background-image: url(../Templates/mockup/menuBg.gif);
	background-repeat: repeat-x;
	color:#00CCFF
}
#MenuBar1 a.MenuBarItemHover {
	background-image: url(../Templates/mockup/menuBgDown.gif);
	background-repeat: repeat-x;
	color:#00FFFF
}
 #MenuBar1 a.MenuBarItemSubmenuHover, #MenuBar1 a.MenuBarSubmenuVisible {
	background-image: url(../Templates/mockup/menuBgDown.gif);
	background-repeat: repeat-x;
}
#MenuBar1 li {
	background-image: url(../Templates/mockup/menuBg.gif);
	background-repeat: repeat-x;
}
#MenuBar1 li li{
	background-image:none;
	background-color:#333333;
}

 ul.MenuBarHorizontal li 
{
	width: auto;
}
 ul.MenuBarHorizontal ul li, ul.MenuBarHorizontal ul 
{
	width: 10em;
}

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #000000;
}

.shadow {
	left: -7px;
	top: -5px;
	position: relative;
	border: 0;
}
.gallery_image {
	position: relative;
	background-color: #000000;
}
.gallery_image_container {
	float: left;
	padding-left: 5px;
	padding-top: 20px;
	padding-right: 5px;
	width: 190px;
}
.gallery_image_container_2 {
	float: left;
	padding-left: 5px;
	position: relative;
	padding-top: 20px;
	padding-right: 5px;
	width: 240px;
}
#sidebarContainer ul {
	margin: 0px;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	list-style-type: none;
}
#sidebarContainer h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}

	#sidebarContainer #sidebar h3 {
	background-color: #000000;
	text-indent: 0px;
	text-align: center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 10px;
}
#sidebar form {
	background-color: #333333;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#pic_link img {
	float: right;
}
.info {
	font-size: 70%;
	padding: 0px;
	margin: 10px;
}
.story{
	clear: both;
	padding: 0px 10px 0px 10px;
	font-size: 100%;
	width: auto;
}

.story p{
	padding: 10px 10px 10px 10px;
	color: #FFFFFF;
	
}
.red {
	color: #F00;
}

