@charset  "UTF-8";

/* CSS Document */
*
{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

a { color: #000; }
a:hover { color: #A92E4F; }

#container
{
	margin: 0 auto;
	width: 835px;
}

#header
{
	display: block;
	height: 68px;
}

img
{
	border: 0;
	margin: 0;
	padding: 0;
}

#logo { float: left; }

#about-border
{
	background-image: url(images/about_border.gif);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 403px;
}

#contact-border
{
	clear: both;
	background-image: url(images/contact_border.gif);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 381px;
}

#copy
{
	padding: 0 70px;
	text-align: left;
}

#vintage, #printed
{
	text-align: left;
	padding: 0 20px;
}

#vintage .item, #printed .item { clear: both; }

#vintage .item .flash
{
	float: left;
	display: block;
	height: 320px;
	width: 225px;
	padding-top: 5px;
}

#printed .item .image
{
	float: left;
	display: block;
	width: auto;
}

#vintage .item .text
{
	float: right;
	width: 500px;
	padding-top: 20px;
}

#printed .item .text
{
	float: right;
	width: 527px;
	padding-top: 20px;
}

#vintage .item span, #printed .item span, div.title
{
	font-size: 12px;
	font-weight: bold;
}

#vintage .item span strong, #printed .item span strong, div.title strong { font-size: 15px; }
div.title { padding-bottom: 5px; }

#vintage .item p, #printed .item p { padding: 0 25px; }

#vintage .line
{
	clear: both;
	background-image: url(images/vintage_line.gif);
	background-repeat: no-repeat;
	display: block;
	height: 10px;
}

.orderbg1
{
	background-image: url(images/order1.gif);
	background-repeat: no-repeat;
}

a.order1
{
	display: block;
	height: 85px;
	background-image: url(images/order1.gif);
	background-repeat: no-repeat;
	background-position: -330px top;
	text-indent: -9999px;
	width: 197px;
	margin-left: 330px;
}

a.order1:hover { background-position: -330px -85px; }

.orderbg2
{
	background-image: url(images/order2.gif);
	background-repeat: no-repeat;
}

a.order2
{
	display: block;
	height: 68px;
	background-image: url(images/order2.gif);
	background-repeat: no-repeat;
	background-position: -330px top;
	text-indent: -9999px;
	width: 197px;
	margin-left: 330px;
}

a.order2:hover { background-position: -330px -67px; }

.orderbg3
{
	background-image: url(images/order3.gif);
	background-repeat: no-repeat;
}

a.order3
{
	display: block;
	height: 92px;
	background-image: url(images/order3.gif);
	background-repeat: no-repeat;
	background-position: -330px top;
	text-indent: -9999px;
	width: 197px;
	margin-left: 330px;
}

a.order3:hover { background-position: -330px -92px; }

.orderbg4
{
	background-image: url(images/order4.gif);
	background-repeat: no-repeat;
}

a.order4
{
	display: block;
	height: 100px;
	background-image: url(images/order4.gif);
	background-repeat: no-repeat;
	background-position: -330px top;
	text-indent: -9999px;
	width: 197px;
	margin-left: 330px;
}

a.order4:hover { background-position: -330px -100px; }
#printed table { margin-left: 20px; }

#printed table td
{
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	padding: 2px;
}

#printed table td.col1
{
	text-align: left;
	width: 180px;
}

#printed table td { width: 90px; }

#bespoke-furniture, #bespoke-blinds, #bespoke-light
{
	display: block;
	text-align: left;
	background-repeat: no-repeat;
	padding-right: 202px;
	padding-left: 235px;
}

#bespoke-furniture
{
	height: 312px;
	padding-top: 430px; 
	background-image: url(images/bespoke_furniture.jpg);
}

#bespoke-blinds
{
	height: 235px;
	padding-top: 450px;
	background-image: url(images/bespoke_blinds.jpg);
}

#bespoke-light
{
	height: 376px;
	padding-top: 460px;
	background-image: url(images/bespoke_light.jpg);
}


