html, body {
	font-family: "Century Gothic", "Arial", sans-serif;
	margin: 0;
	background-image: url(../images/backgrounds/main.png);
	background-repeat: repeat-y;
	background-position: top center;
	width: 100%; 
	height: 100%;
	background-color: black;
}

body {
	color: white;
	
}

#bodyContainer {
	width: 800px;
	margin: 0 auto;
}

a img {
	border: none;
}

#header {
	/* border-top: 4px solid black; */
	background-color: #99ba02;
	padding: 5px 0 0 0;
	margin: 0;
	height: 50px
}

ul#menu {
	position: relative;
	z-index: 130;
	text-align: right;
	
}

ul#menu, #submenus ul {
	margin: 0;
	background: #4a717e;
	font-size: 80%;
}

ul#menu li {
	display: inline;
	padding: 0 8px;
}

ul#menu a, #submenus ul a {
	color: white;
	text-decoration: none;
	font-size: 90%;
}

ul#menu a:hover, #submenus ul a:hover {
	color: #e9ff85;
}

#submenus ul {
	padding: 5px;
	list-style-type: none;	
}

#submenus ul li {
	margin-bottom: 10px;
}

#content_main {
	color: black;
	font-size: 80%;
	/* padding: 0 0 0 160px; */
	margin: 0 0 0 160px;
	position: relative;
	z-index: 50;
}

html.Explorer_6 #content_main {
	float: right;
	margin: 0 0 0 0 !important;
	padding: 0 !important;
	
	
	
} 

html.Explorer_5 #content_main img.banner,
html.Explorer_6 #content_main img.banner {
	width: 639px;
}

img#aurapaint {
	position: relative;
	margin-top: -20px;
}

img.subpageBanner {
	position: absolute;
	left: 0px;
}

html.Explorer_5 img.subpageBanner,
html.Explorer_6 img.subpageBanner {
	left: -3px;
}

#content_main table td {
	padding: 2px 10px 2px 10px;
}

#content_main table td table td table td{
	padding: 2px 10px 2px 0px;
}



#content_main table td.contentheading {
	color: #4a717e;
	font-weight: bold;
	font-size: 120%;
	padding: 40px 10px 2px 0px;	
}

#content_main table td.top {
	padding-top: 0px;
}

#sidenav {
	position: relative;
	z-index: 100;
	font-size: 80%;
	width: 145px;
	color: white;
	overflow: visible;;
	/* position: absolute; */
	float: left;
	/* left: 0;
	top: 77px; */
	padding: 5px 5px 5px 10px;
	margin-right: 0px;
}

#sidenav a {
	color: #ccccff;
}

#contentPage {
	padding: 10px 15px 0 15px;
	margin-right: 0px;
}



#indexImage {
	margin-right: 10px;
	
}

#homePage {
       padding-left: 10px;
	padding-right: 10px;
	color: black;
	display: inline-block;
	
}

html.Explorer_5_Windows #homePage,
html.Explorer_6_Windows #homePage, 
html.Explorer_7_Windows #homePage {
	padding: 0;
	margin: 0;	
}


#homePage h1 {
	padding-top: 10px;
	font-size: 1.7em;
}

#homePageBlurb {
	z-index: 10;
	text-align: center;
	/* position: absolute;
	left: 54%;
	right: 0px; 
	*/
	margin-top: -30px;
	position: relative;
	height: 330px;
	padding: 10px 10px 10px 300px;
}

#homePageBlurb.feb2007 {
	margin-top: 0px;
	margin: 0;
	font-size: 0.95em;
}

html.Explorer_6_Windows #homePageBlurb,
html.Explorer_7_Windows #homePageBlurb {
	padding: 10px;
	width: 300px;
	overflow: hidden;
}

html.Safari_Mac #homePageBlurb.feb2007 {
	padding-top: 50px;
}

html.Explorer_6_Windows #homePageBlurb.feb2007,
html.Explorer_7_Windows #homePageBlurb.feb2007 {
	padding-top: 0px;
	font-size: 0.9em;
}

#innerHomePageBlurb {
	position: relative;
	top:50%; height:14em; margin-top:-11em;
}

#innerHomePageBlurb.feb2007 {
	top: 0;
	margin: 0;
}

html.Explorer_6 #innerHomePageBlurb,
html.Explorer_7 #innerHomePageBlurb {
	height: 18em;
	margin-top: -9em;
}

table.info {
	font-size: 80%;
}

table.info th {
	text-align: right;
}

table.info td {
	text-align: left;
}

.small, .createdate, .readon {
	font-size: 70%;
}

img.leftMargin {
	margin-left: 10px;
}

img.rightMargin {
	margin-right: 10px;
}

.readon {
	font-weight: bold;
	text-decoration: none;
	color: rgb(102, 102, 102);
}

#submenus ul {
	display: none;
	position: absolute;
}

/* Slides */
h1 {
	margin-top: 0;
}

#part1, #part2 {
	position: absolute;
	color: white;
	top: 200px;
}

#indexImage {
	float: left ;
}

.submenu-last {
	width: 120px;
	left: -20px;
}


#slideshow .slide {
	width: 100%;
	height: 182px;
	vertical-align: middle;
	padding: 10px 0; 
}

#slideshow .slide img {
	float: left;
	margin-right: 10px;
}

#slideshow .slide .text {
	font-size: 20px;
}

table.verticalTable th {
	text-align: right;
	vertical-align: top;
}

table.verticalTable td {
	text-align: left;
	vertical-align: top;
}


table.productList td { 
vertical-align: top;
}

table.productList td p {
margin-bottom: 50px; 
}

table.productList td p.noPadding {
margin-bottom: 0px;
}

table.productList td p.subProduct {
text-align: right;	
}

blockquote {
	color: black;
	padding: 20px;
	font-family: "Monotype Corsiva";
	font-size: 140%;
	background-image: url(../images/backgrounds/parchment-1.gif);
	margin: 20px;
}

.signature {
	padding-top: 30px;
	padding-left: 60%;
}

table.productList th {
	
}

#tagline {
	
	text-align: center;
	font-weight: bold;
	height: 2em;
	line-height: 2em;
}

img.leftAligned {
	float: left;
	margin: 5px 10px 5px 0;
}

img.rightAligned {
	float: right;
	margin: 5px 0 5px 10px;
}

img.leftAligned, img.rightAligned, img.png {
	behavior: url(/lesliepaint.com/htc/pngbehavior.htc);
}

.logo {
	margin-top: 30px;
}


