/* @override http://localhost/kwf/kwf.css */

/*
Document:            .css
Date started:        11Aug2009
By:                  RW
Date last modified:  11Aug2009
Purpose:             
Copyright: Katie Walker Furniture

Modifications:
Date      By  Details
========= === ========================
11Aug2009 RW  Initial

*/
.body
{
	background-color: #eee;
}

#main, #details
{
	width: 800px;
	height: 565px;
	font: 12px Verdana, Helvetica, Arial, sans-serif;
	border: 1px solid white;/*#000033;*/
	background-color: white;
}

#shadow
{
	width: 816px;
	height: 581px;
	margin: 40px auto;
	background: url(images/shadow.png) right bottom !important;
	background: url(images/shadow.gif) right bottom;
	
}

#toc
{
	width: 605px;
	margin-left: auto;
	padding-left: 0;
	margin-top: 20px;
	height: 18px;
}

#toc li
{
	list-style-type: none;
	padding-right: 38px;
	display: inline;
}

#toc a
{
	/*font-size: 80%;*/
	/*font-weight: bold;*/
	color: black;
	text-decoration: none;
}

#toc a:hover, #logo a:hover
{
	text-decoration: underline;
}

a.current
{
	color: silver !important;
}


#body
{
	width: 70.7%;
	height: 355px;
	margin-left: auto;
	position: relative;
	margin-top: 20px;
}

#details #body
{
	height: 404px !important;
}

div#mainImage
{
	float: right;
	width: 45%;
	position: absolute;
	bottom: 20px;
	right: 28px;
}

#details div#mainImage
{
	width: 371px !important;
	bottom:  10px;
}
#mainImage img
{
}


#logo
{
	margin-left: 155px;
	margin-bottom: 10px;
	border-style: none;
}

#details #logo
{
	margin-left: 170px;
}
#details #logo img
{
	width: 275px;
	height: 90px;
}

#logo a
{
	color: black;
	text-decoration: none;
}

#quote
{
	font-style: italic;
	width: 45%;
	position: absolute;
	bottom: 10px;
}

div.text
{
	width: 45%;
	position: absolute;
	bottom: 10px;
}

#details div.text
{
	width: 166px;

}

div.column
{
	width: 50%;
	display: inline-block;
	float: left;
}

#body div.text div.2column div.column form textarea
{
	max-width: 268px;
}

#Annotation
{
	margin-top: 1em;
}

p
{
	margin-bottom: 0;
}

#imageIndex
{
	width: 95%;
	position: absolute;
	bottom: 10px;
}

div.indexRow
{
	margin-bottom: 10px;
}


div.indexThumb
{
	width: 94px;
	height: 94px;
	display: inline-block;
	margin-right: 8px;
}

span.indexThumb
{
	width: 94px;
	height: 94px;
	margin-right: 8px;
}

#imageIndex img.border
{
	border: 1px solid black;
}

h1
{
	font-size: 100%;
}

h2
{
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	color: gray;
	margin-bottom: 0;
}

#dimensions
{
	font-style: italic;
}

.text li
{
	list-style-position: outside;
	list-style-type: square;
	margin-left: -24px;
}


