﻿body 
{
	margin: 0px 0px 0px 0px;
	background-image: url(images/wall_background.jpg);
	background-repeat: repeat;
	font-family: Verdana;
	font-size: 11px;
	color: #D3D6D3;
	background-color: #ebc586;
}

div.Container
{
	width: 929px;
	margin: 0px auto 0px auto;
}
div.ContainerNoPNGSupport
{
	width: 827px;
	margin: 0px auto 0px auto;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.SusanLawrence
{
	font-style: italic;
}

div.Top
{
	background-repeat: no-repeat;
	background-image: url(images/top_background.png);
	height: 250px;
	width: 820px;
	padding: 0px 54px 0px 55px;
}

div.TopNoPNGSupport
{
	background-repeat: no-repeat;
	background-image: url(images/top_background_no_transparency.png);
	height: 250px;
	width: 827px;
	padding: 0px 0px 0px 0px;
}

#divLogo
{
	position: relative;
	top: 0px;
}

#divLogo img
{
	display: block;
    margin-left: auto;
    margin-right: auto;
    border: solid 0px black;
}

div.Loading
{
	padding: 2px 10px 2px 10px;
	margin: 0px;
	width: 3000px;
	height: 16px;
	color: #999999;
	font-family: Arial;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: bold;
	background-color: #FFFFFF;	
	position: absolute;
	z-index: 40;
	top: 0px;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
div.Loading span
{
	top: 3px;
	position: absolute;
	z-index: 40
}
div.Loading img
{
	padding: 0px 6px 0px 0px;
	z-index: 40
}


/* shopping cart and login links */
#divUserLinks
{
	float: right;
	padding: 166px 10px 0px 0px;
	color: #B3D6FF;
}

#divUserLinks .HasShoppingCartItems
{
	font-weight: bold;
}

/* address */
div.Address
{
	position: absolute;
	top: 140px;
	font-size: 9px;
}
div.Address a
{
	color: #FFECB3;
	font-size: 9px;	
}



/* links */
a:link, a:active, a:visited			{ color: #CCE4FF; font-family: Verdana; font-size: 11px; text-decoration: none; }
a:hover								{ color: #FFC4C2; font-family: Verdana; font-size: 11px; text-decoration: underline; }

#divBottomNavigation a:link			{ color: #D3D6D3; font-family: Verdana; font-size: 11px; text-decoration: none; }
#divBottomNavigation a:visited		{ color: #D3D6D3; font-family: Verdana; font-size: 11px; text-decoration: none; }
#divBottomNavigation a:active		{ color: #FF0000; font-family: Verdana; font-size: 11px; text-decoration: none; }
#divBottomNavigation a:hover		{ color: #D3D6D3; font-family: Verdana; font-size: 11px; text-decoration: underline; }


/* shopping cart link */
.ShoppingCartItemLink
{
	font-weight: bold;
}

/* three column layout */

div.MainContent
{
	background-repeat: repeat-y;
	background-image: url(images/middle_background.png);
	width: 850px;
	padding: 20px 39px 40px 40px;
	min-height: 360px;
}
div.MainContentNoPNGSupport
{
	background-repeat: repeat-y;
	background-image: url(images/middle_background_no_transparency.png);
	width: 827px;
	padding: 20px 0px 40px 0px;
	min-height: 360px;
}

#divLeftColumn 
{
	padding: 0px 20px 10px 0px;	
}

/* second column in two column layout */
#divSecondColumn
{
	width: 100%;
	padding: 0px 10px 10px 20px;
}

/* hidden forms */
.FormOne
{
	display: none;	
}



/* left navigation */

#divNavigationVerticalText
{
	position: absolute;
	left: 0px;
	padding: 100px 0px 0px 0px;
	width: 81px;
	display: none;
}

#divLeftNavigation
{
	position: relative;
	width: 170px;
	left: 18px;
	padding: 0px;
}

#divLeftNavTop
{
	background-image: url(images/left_nav_top_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 3px;		
	width: 170px;
	overflow: hidden;  /* IE 6 hack */
}

#divLeftNavMiddle
{
	background-image: url(images/left_nav_middle_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 20px 0px;
	min-height: 340px;  /* this same height value is set in the layout table for IE 6 */
	width: 170px;
	text-align: left;	
}

#divLeftNavBottom
{
	background-image: url(images/left_nav_bottom_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	width: 170px;
	height: 6px;		
	overflow: hidden;  /* IE 6 hack */	
}

#divLeftNavigation .MainNavigationTreeView
{
	width: 170px;
}

/* main navigation */

#divMainNavigation
{
	top: 188px;
	padding: 0px 0px 0px 116px;
	margin: 0px;
	white-space: nowrap;
	position: absolute;
}


#divMainNavigation ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#divMainNavigation li
{
	display: inline;
	padding: 0px 10px 0px 10px;
}


/* bottom navigation */

div.BottomNavigation
{
	background-image: url(images/bottom_background.png);
	background-repeat: no-repeat;
	width: 850px;
	padding: 18px 39px 0px 40px;
	height: 90px;
	text-align: center;
}
div.BottomNavigationNoPNGSupport
{
	background-image: url(images/bottom_background_no_transparency.png);
	background-repeat: no-repeat;
	width: 827px;
	padding: 18px 0px 0px 0px;
	height: 38px;
	text-align: center;
}

div.BottomNavigation ul,
div.BottomNavigationNoPNGSupport ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

div.BottomNavigation li,
div.BottomNavigationNoPNGSupport li
{
	display: inline;
	height: 25px;
	padding: 0px 10px 0px 10px;
}


.ErrorText
{
	color: #FF0000;
	font-weight: bold;
	display: block;
	margin-bottom: 12px;
}

.Button
{

}

.TextPhoto
{
	float: right;	
	padding: 0px 8px 8px 8px;
}

.TextPhoto span
{
	display: block;
	width: 100%;
	text-align: center;
}

.TextPhoto img
{
	border: solid 1px #AAAAAA;
}
