/* whole page */
body {
	margin: 0;
	padding: 0;
	color: black;
	background: #660000 url("images/mainshadow.jpg") center repeat-y;
	text-align: center;
}

/* positioning, background images */
/*
#shadowdiv {
	width: 750px;
	padding: 0 40px;
	margin: 0 auto;

}
*/
html>#shadowdiv {
	width: 790px;
}

#centerdiv {
	text-align: left;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 750px;
	height: 650px;
	z-index: 2;
	background: white;
}

#topleft, #topleftfp {
	position: absolute;
	top: 0;
	left: 0;
	background:  url("images/headerleft.jpg") no-repeat;
	width: 503px;
	height: 125px;
	z-index: 10;
}

#topleftfp {
	background:  url("images/headerleftwbigtitle.jpg") no-repeat;
}

#floor #topleftfp {
	background: url("images/headerleftwbigtitle_floor.jpg") no-repeat;
}

#headertitle, #headertitlebig {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 349px;
	z-index: 10;
}

#headertitle {
	background:  url("images/headertitle.jpg") no-repeat;
	top: 20px;
	left: 55px;
	height: 39px;

}

#floor #headertitle {
	background: url("images/headertitle_floor.jpg") no-repeat;
	width: 440px;
}

#pagetitle {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 54px;
	left: 214px;
	width: 238px;
	height: 57px;
}

/* #topright is part of original fp design, left in for possible future use */
#topright, #topright2, #toprightbig2 {
	position: absolute;
	top: 0;
	left: 503px;
	width: 247px;
	height: 125px;
	z-index: 10;
}

#topright {
	background:  url("images/headerrightwabout.jpg") no-repeat;
}

#topright2 {
	background:  url("images/headerrightwoabout.jpg") no-repeat;
}

#floor #toprightbig2 {
	background: url("images/headerrightwoabout_floor.jpg") no-repeat;
}

#menu {
	position: absolute;
	margin: 0;
	padding: 48px 17px 0px 17px;
	top: 125px;
	left: 0;
	/* width taken care of lower down */
	height: 371px;
	z-index: 10;
	background: url("images/menubg.jpg") no-repeat;
}

#floor #menu {
	background: url("images/menubg_floor.jpg") no-repeat;
}

#menu.nobg, #floor #menu.nobg {
	background: url("images/menubg_none.jpg") no-repeat;
}

/* IE6/Win workaround for #menu width */
#menu {
	width: 144px;
}
html>#menu {
	width: 176px;
}
/* end */

#menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font: 14px/1 "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif bolder;
}

#menu a {
	text-align: center;
	display: block;
	text-decoration: none;
	color: #330000;
	padding: 8px 0px 8px 0px;
	width: 145px;
	font-weight: bold;
	border: 0;
}

/*\*/  * html #menu a { line-height: 13px; padding: 8px 0 7px 0;} /**/

/*
* html #menu a {
	font-size: 13px;
}

#menu a {
	padding: 7px 0 7px 0;
}

html>#menu>a {
	padding: 8px 0 8px 0;
}
*/
#menu ul a:hover {
	color: #ffffff;
}

#menu ul a.lnkHome:hover {
	background:  url("images/menubgactive.jpg") 0 0 no-repeat transparent;
}

#menu ul a.lnkSamples:hover {
	background:  url("images/menubgactive.jpg") 0 -30px no-repeat transparent;
}

#menu ul a.lnkFAQ:hover {
	background:  url("images/menubgactive.jpg") 0 -60px no-repeat transparent;
}

#menu ul a.lnkTestimonials:hover {
	background:  url("images/menubgactive.jpg") 0 -90px no-repeat transparent;
}

#menu ul a.lnkContactUs:hover {
	background:  url("images/menubgactive.jpg") 0 -120px no-repeat transparent;
}

/* general text formatting */
#index, #testimonials, #samples, #contact, #FAQ {
	position: absolute;
	color: black;
	font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
	background: white;
	z-index: 5;
	background: white url("images/bgimg.jpg") 119px 457px no-repeat;
}

#floor #index, #floor #testimonials, #floor #contact, #floor #FAQ {
	background: white url("images/bgimg_floor.jpg") 66px 208px no-repeat;
}

#samples, #floor #samples {
	background: white;
}

#index, #testimonials, #samples, #contact, #FAQ {
	padding: 125px 20px 20px 185px;
	width: 545px;
	min-height: 100%;
}

html>#index, html>#testimonials, html>#samples, html>#contact, html>#FAQ {
	width: 750px;
}

#index h2 {
	color: #666666;
	font: 16px/1.3 "Lucida Grande", Helvetica, sans-serif;
	padding-left: 30px;
	background: url(dev/images/clover.jpg);
}

hr {
	color: #666666;
}

#footer {
	margin-top: 20px;
	text-align: center;
	font: 10px/1.1 Verdana, Arial, Helvetica, sans-serif;
}

/* individual page formatting */
#index ul {
	list-style-type: circle; 
}

/* not included in final version, left in place for possible future use */
#about { /* index page, right sidebar */
	position: absolute;
	top: 125px;
	right: 0px;
	background:  url("images/aboutbg.jpg") no-repeat;
	height: 231px;
	z-index: 10;
	padding: 0 20px;
	font: 10px/1.4 Verdana, Arial, Helvetica, sans-serif;
}

#about {
	width: 115px;
	text-align: justify;
}

html>#about {
	width: 155px;
}

#testimonials .quote {
	font-style: italic;
	line-height: 1.5;
	margin: 20px 0 8px 0;
	color: #660000;
}

#testimonials .source {
	line-height: 3;
	margin-left: 25px;
}

#FAQ ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#FAQ li.Q {
	padding: 20px 0 8px 0px;
	font-weight: bolder;
}

#FAQ li.A {

}

#samples a, a:visited, a:hover {
	border: 0;
	color: inherit;
	text-decoration: none;
}

#samples img {
	border: 0;
}

#samples #thumbs {
	padding: 0;
	margin: 15px 0;
}

#samples .thumbnails {
	float: left;
	padding: 8px;
}

#samples #sample {
	clear: both;
	width: 450px;
	height: 494px;
	padding: 0;
	margin: 10px auto;
	border: 1px black solid;
	background: #eeeeee;
}

#samples #sampledesc {
	position: relative;
	margin: 0;
	padding: 10px 0;
	width: 450px;
	text-align: center;
	font: 24px/1 "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
}

#contact #error {
	font: 10px/1.2 "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
	color: red;
	font-weight: bold;
}

#contact table.emailform {
	width: 545px;
}

#contact #conf {
	font: 12px/1.2 "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
	color: blue;
	padding: 8px 0;
}

#hidden {
	display: none;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	background:  url("images/menubgactive.jpg");
}

/* link formatting */
a:visited, a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	background: #cccccc;
}
