body {
background: transparent;
color:#000000;
font-family: Verdana, Helvetica;
font-size: 10pt;
line-height:1.2em;
margin:0px auto;
padding:0px;
}

a {
color:#000000;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

p {
margin:0px 0px 0px 0px;
}

img {
	border: 2px solid gray;
}

ul,ol,dl {
font-size:0.9em;
margin:0px 0 0px 0px;
}

ul ul,ol ol {
margin:0px 0px 0px 0px;
}

blockquote {
border:0px solid #dadada;
font-size:0.9em;
margin:0px 0px;
padding:0px;
}

h1 {
color:#000000;
font-size:2.3em;
letter-spacing:1px;
}

h1 a {
color:#000000;
text-transform:none;
}

h2 {
	color: #000000;
	font-size:1em;
	font-style: bold;
	margin:0px 0px;
}

h3 {
color:#4088b8;
font-size:1em;
margin:0px 0px;
}


/* unordered list */
ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 6px 0px; 
  padding: 0px;
}


/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}


/*** Main wrap and header ***/
#wrap {
color:#000000;
margin:0px auto;
padding:0px 0px 0px 0px;
width:950px;
}

#header {
text-decoration:none;
margin:20px 0px 30px 0px;
}

/*** Menu ***/
#menu{
	background: transparent;
	color: #000000;
	height: 100px;
	width: 970px;
}

#menu ul{margin: 0px auto;}

#menu li{
  float: left; 
  margin: 0px; 
  padding: 0px;
  list-style: none;
}

#menu li a {
  display: block;
  float: left;
  height: 38px;
  text-decoration: none; 
  padding: 70px 19px 0px 19px;
  background: transparent;
  color: #000000;
}

#menu li a:hover, #menu li a.selected, #menu li a.selected:hover{ 
  background: #D0F4FF;
  color: #000000;
}


/*** Form ***/
#form{
	background: transparent;
	color: #000000;
	height: 100px;
	width: auto;
	float: right; 
}


/*** Sidebar ***/
#sidebar {
float:left;
line-height:1.4em;
margin:0 0 0 5px;
padding:1px 0 0;
width:195px;
}

/* Menu for Art (Side)*/
/*<![CDATA[*/
/* - - - ADxMenu: BASIC styles - - - */

.menu {
	width: 10em;/* VERY IMPORTANT! Set this to appropriate value, either here on down in the design section */
}

.menu, .menu ul {	/* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 100%;	/* and move them to the right of the item */
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}


/* - - - ADxMenu: DESIGN styles - - - */

.menu, .menu ul li {
	color: #hhh;
	background: #FFFFFF;
}

.menu {
	width: 10em;
}

.menu ul {
	width: 10em;
}

.menu a {
	text-decoration: none;
	color: #000000;
	padding: .4em 1em;
	display: block;
}

.menu a:hover, .menu li:hover>a {
	color: #000000;
	background: #D0F4FF;
	padding: .4em 1em;
	display: block;
}

.menu li {	/* create borders around each item */
	border: 1px solid #456432;
}
.menu>li + li, .menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}


/*** Main content ***/
#contentright {
float:right;
line-height:1.5em;
margin:0;
padding: 0px 0px 0px 20px;
text-align:left;
width:730px;
}

.contenttext {
float:left;
}

#contentleft {
	color: #000000;
	text-align: left;
	width: 950px;
	float: left;
    padding: 0px 0px 0px 10px;
}

#contentcenter {
	float: center;
	text-align:center;
}

#websitecontentleft {
	color: #000000;
	text-align: left;
	width: 400px;
	float: left;
    padding: 0px 0px 0px 0px;
}

#websitecontentright {
	color: #000000;
	width: 400px;
	float: left;
    padding: 0px 0px 0px 50px;
}


/*** Furniture (Size/Price/Spec ***/
#contentfurnleft {
float:left;
line-height:1.5em;
margin:0;
padding: 0px 0px 0px 30px;
text-align:left;
width:285px;
}


/*** Footer ***/
#footer {
clear:both;
color:000000;
font-size:0.9em;
line-height:1.6em;
margin:0px 0px 0px 0px;
padding:100px 0px 0px 0px;
text-align:center;
}

#footer p {
margin:0;
padding:0;
}

#footer a {
color:#000000;
}

#footer a:hover, #footer a.selected, #footer a.selected:hover{ 
  background: #D0F4FF;
  color: #000000;
}


/*** Various classes ***/
.left {
float:left;
margin:0px 0px 0px 0px;
}

.center {
float:center;
margin:0px 0px 0px 0px;
}

.leftphoto {
float:left;
margin:0px 0px 50px 0px;
}

.right {
float:right;
margin:0px 0px 0px 0px;
}

.photo {
margin:10px 10px;
}

.largephoto {
margin: 0px 20px 20px 20px;
}

.regular {
color:#000000;
font-size:11px;
text-decoration:none;
}
