/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;

}

p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

a
{
cursor: pointer
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.headeraddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;

}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 2px;
	font-weight:bold ;
}

li {
	text-align: left;
}

img.imagecentred {
	display: block;
    margin-left: auto;
    margin-right: auto;

}

.textcentered {
	text-align:center
} 

table.homepagelayouttable {width: 750px; border: 1px solid #000000; margin-left: auto; margin-right: auto;}
table.homepagelayouttable td { border: 1px solid #000000; }
table.homepagelayouttable th { border: 1px solid #000000; }

table.tablewithnoborder {border: none;}
table.tablewithnoborder td {border: none;}
table.tablewithnoborder th {border: none;}

table.tablewithborder {border: 1px solid #000000; margin-left: auto; margin-right: auto;}
table.tablewithborder td {border: 1px solid #000000; }
table.tablewithborder th {border: 1px solid #000000; }


a.aboutlinks:link
{
color: blue;
}

a.aboutlinks:visited
{
color: blue;
}

a.aboutlinks:hover
{
color: blue;
background: #e6e6ff;
}

a.aboutlinks:active
{
color: blue;
}

a.furniturelinks:link
{
color: blue;
}

a.furniturelinks:visited
{
color: blue;
}

a.furniturelinks:hover
{
color: blue;
background: #ffecc6;
}

a.furniturelinks:active
{
color: blue;
}

a.serviceslinks:link
{
color: blue;
}

a.serviceslinks:visited
{
color: blue;
}

a.serviceslinks:hover
{
color: blue;
background: #d5ead5;
}

a.serviceslinks:active
{
color: blue;
}

a.contactlinks:link
{
color: blue;
}

a.contactlinks:visited
{
color: blue;
}

a.contactlinks:hover
{
color: blue;
background: #f4d7d7;
}

a.contactlinks:active
{
color: blue;
}

.linknoline {
	text-decoration: none; color:#000000
}
	
.aboutbullet {
	list-style-image: url(images/layout/about_bull.gif);
}
.furniturebullet {
	list-style-image: url(images/layout/furniture_bull.gif);
}
.contactbullet {
	list-style-image: url(images/layout/contact_bull.gif);
}
.servicesbullet {
	list-style-image: url(images/layout/services_bull.gif);
}
