@charset "utf-8";

body {
	font-family:arial, helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #000000;
}

a:link {
	color: #FFFFFF;
    text-decoration: none;
}

a:visited {
	color: #FFFFFF;
    text-decoration: none;
}

a:hover {
	color: #FFFFFF;
    text-decoration: none;
}

a:active {
	color: #FFFFFF;
    text-decoration: none;
}

#wrapper {
	position: relative;
	width: 1030px;
	height: 1100px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../doilycorner.png);
	background-repeat: no-repeat;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#header {
	position: absolute;
	top: 10px;
	left 0%;
	margin-left: 420px;
}

#scroller {
	position: absolute;
	top: 120px;
	width: 800px;
	left 0%;
	margin-left: 300px;
	border: thick solid #FFFFFF;
	padding: 4px;
	background-color:#000000;
}

#placeholderdiv {
	text-align: center;
}

/* CSS for list and item pages */

.l:hover {
	background-color: #232323;
}

#itemshome {
	position: absolute;
	top: 450px;
	width: 200px;
	left 0%;
	margin-left: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #ffffff;
}

#itemsprimitives {
	position: absolute;
	top: 490px;
	width: 200px;
	left 0%;
	margin-left: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #ffffff;
}

#itemsglassware {
	position: absolute;
	top: 530px;
	width: 200px;
	left 0%;
	margin-left: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #ffffff;
}

#itemsfurniture {
	position: absolute;
	top: 570px;
	width: 200px;
	left 0%;
	margin-left: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #ffffff;
}

#itemsmisc {
	position: absolute;
	top: 610px;
	width: 200px;
	left 0%;
	margin-left: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

#itemscontact {
	position: absolute;
	top: 650px;
	width: 200px;
	left 0%;
	margin-left: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

#itemsfacebook {
	position: absolute;
	top: 730px;
	width: 200px;
	left 0%;
	margin-left: 10px;
	text-align: center;
}

#itemsinstagram {
	position: absolute;
	top: 780px;
	width: 200px;
	left 0%;
	margin-left: 10px;
	text-align: center;
}

#itemscontent {
	position: absolute;
	top: 760px;
	height: 200px;
	width: 590px;
	left 0%;
	margin-left: 350px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	padding: 15px;
	text-align:justify;
}















