/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*********** end reset ***************/

body {
	font: 90%/130% Georgia, "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	background: #E8BEE2 url(../images/background.jpg) repeat-x top center; 
	text-align:center;
}

/*********** containers ***************/


#container-site {
	margin: 0 auto;
  	width: 760px;
  	text-align: left;
  	padding: 0;
}

#container-head {
	background: #E8BEE2 url(../images/topbg.jpg) repeat-x bottom left;
	height: 240px;
}

#container-logo {
	text-indent: -3000px;
	overflow: hidden;
	background: url(../images/logo.gif) no-repeat top left;
	height: 219px;
	width: 260px;
	float: left;
}

#container-logo a {
	height: 219px;
	width: 260px;
	display: block;
}

#container-body {
	clear: both;
	float: left;
	background: #ECCAE7;
	padding: 25px;
}

#container-footer {
	background: #DEAFD8;
	padding: 15px 25px;
	display: block;
	float: left;
}

#container-footer ul {
	float: left;
}

#container-footer ul li {
	float: left;
	padding-right: 8px;
}

#container-footer div {
	float: right;
}

#container-body-content {
	float: left;
	width: 470px;
}

#container-body-content ul {
	list-style: url(../images/bullet.gif);
	margin:0 0 10px 22px;
}

#container-body-content ul li {
	padding:0 0 5px 0;
}

body.wide #container-body-content {
	float: left;
	width: 710px
}

#container-body-sidepanel {
	float: left;
	width: 240px;
	padding: 10px 10px 30px 35px;
	background: url(../images/right_background.jpg) repeat-y 20px 0;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 195px; /* correct width for IE6 */
}

html>body #container-body-sidepanel { width: 195px;}

#container-body-sidepanel a:link, #container-body-sidepanel a:active, #container-body-sidepanel a:visited {
	color:#000;
	text-decoration:none;
}

#container-body-sidepanel a:hover {
	text-decoration:underline;
}

#container-head ul {
	float: right;
	margin: 25px 10px 0 0;
}


#container-head ul li a
{
	display: block;
	overflow: hidden;
	text-indent: -1234em;
	background-image: url(../images/nav_small.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 26px;
	width: 400px;
	margin: 0;
}

#container-head ul li#how a { background-position: 0 -26px; }
#container-head ul li#product a { background-position: 0 -78px; }
#container-head ul li#new a { background-position: 0 -52px; }
#container-head ul li#bespoke a { background-position: 0 -104px; }
#container-head ul li#order a { background-position: 0 -130px; }
#container-head ul li#contact a { background-position: 0 -156px; }

/*********** homepage specific ***************/

body#home #container-head {
	height: 280px;
}

body#home #container-logo {
	background: url(../images/logohome.gif) no-repeat top left;
	height: 263px;
	width: 310px;
}

body#home #container-logo a {
	height: 263px;
	width: 310px;
	display: block;
}

body#home #container-head ul {
	float: right;
	margin: 25px 10px 0 0;
	height: 235px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 210px; /* correct width for IE6 */
}

html>body#home #container-head ul { height: 220px;}


body#home #container-head ul li a
{
	display: block;
	overflow: hidden;
	text-indent: -1234em;
	background-image: url(../images/nav.gif);
	background-position: 0 0;
	height: 30px;
	width: 400px;
	background-repeat: no-repeat;
	margin: 0;
}

body#home #container-head ul li#how a { background-position: 0 -31px; }
body#home #container-head ul li#new a { background-position: 0 -62px; }
body#home #container-head ul li#product a { background-position: 0 -94px; }
body#home #container-head ul li#bespoke a { background-position: 0 -128px; }
body#home #container-head ul li#order a { background-position: 0 -160px; }
body#home #container-head ul li#contact a { background-position: 0 -192px; }


/*********** text styles ***************/

a {
	color: #990099;
}

p {
margin: 10px 0;
}

p.strong {
	font-weight: bold;
}

h1, h2 {
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

h1 {
	font-size: 25px;
}

h2 {
	padding-top: 10px;
	font-size: 20px;
}

img.about-pic {
	margin: 0 8px 0 0;
}

strong { font-weight: bold; }

.prod-display {
	margin: 10px 0 ;
	padding: 10px 0;
	border-top: 1px solid #DEAFD8;
	clear: both;
}

.prod-display ul {
	float: left;
	list-style:none !important;
	margin:0 0 0 0 !important;
}

.prod-display ul li {
	float: left;
	margin: 0 0;
}

.prod-display ul li img {
	margin-right:5px;
}

.prod-display form {
	clear:both;
}

.prod-display input {
	padding: 5px 0 0 0;
}

#spec-message {
	background: #DEAFD8;
	border: 1px solid #000;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 16px;
	font-size: 140%;
}

.sold {
	margin:10px 0 5px 0;
} 
