/* CSS Document */

body {
	margin:30px 0;
	padding:0;
	color:white;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	background:#5e5043 url(images/page-bg.jpg) repeat-x top;
	text-align:center;
}

h1, h2, h3, h4, h5, h6, p, table, form {
	margin:0 0 16px 0;
	padding:0;
}

/****************** Layout */

#wrapper img#logo {
	float:left;
}

#wrapper img#tagline {
	float:left;
	margin:45px 0 0 55px;
}

#wrapper img#contacts {
	float:right;
	margin:15px 0 0 0;
}

#wrapper {
	margin:auto;
	width:900px;
	border:15px solid white;
	background:#413931 url(images/wrapper-bg.gif) no-repeat top right;
	min-height:380px;
	height:auto !important;
	height:380px;
}

#wrapper .menu {
	clear:both;
	margin:0 auto 0 145px;
}

#wrapper .content {
	clear:both;
	width:800px;
	text-align:left;
	margin:0 auto 0 auto;
	padding:20px 0 0 0;
}
#wrapper .content h1 {
	margin-bottom: 20px;
}


div#footer {
	font-size:10px;
	color:#9b8e85;
	width:700px;
	text-align:center;
	margin:8px auto 8px auto;
}

div#footer img#tagline {
	display:none;
}

div#footer span {
	clear:both;
}

/******************* Top Menu */

#wrapper .menu ul {
	padding:0;
	margin:0;
	list-style:none;
	color:white;
	float:left;
}

#wrapper .menu ul li {
	height:33px;
	float: left;
	background: transparent 0 -33px no-repeat;
	float:left;
}

#wrapper .menu ul li#home {
	background-image:url(images/menu/home.gif);
	width:114px;
}

#wrapper .menu ul li#about-us {
	background-image:url(images/menu/about-us.gif);
	width:82px;
}

#wrapper .menu ul li#developments {
	background-image:url(images/menu/developments.gif);
	width:113px;
}

#wrapper .menu ul li#furniture-packages {
	background-image:url(images/menu/fp.gif);
	width:146px;
}

#wrapper .menu ul li#extras {
	background-image:url(images/menu/extras.gif);
	width:64px;
}

#wrapper .menu ul li#links {
	background-image:url(images/menu/links.gif);
	width:64px;
}

#wrapper .menu ul li#contact-us {
	background-image:url(images/menu/contact-us.gif);
	width:151px;
}
#wrapper .menu ul li#insurance {
	background-image:url(images/menu/insurance.gif);
	width:151px;
}

#wrapper .menu ul li:hover, #wrapper .menu ul li.selected {
	background-position:0 0;
}

#wrapper .menu ul li a span {
	display:none;
}

#wrapper .menu ul li a {
	display:block;
	height:100%;
}

/******************************************** Menu 2nd tier */

#wrapper .menu ul li ul {
	position: absolute;
	display: none;
	font-family:tahoma, arial;
	color:#4066B3;
	background:none;
	margin:0 0 0 0;
}
	
#wrapper .menu ul li ul li {
	background:#78695f;
	height:auto;
	filter:alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity:0.95;
	text-align:center;
	font-size:11px;
	clear: both;
	float: left;
}

#wrapper .menu ul li ul li:hover {
	background-color: #eaeaea;
}

#wrapper .menu ul li:hover ul {
	display: block;
}

#wrapper .menu ul li ul li a {
	height:100%;;
	width:150px;
	text-decoration:none;
	color:white;
	padding:3px 0 3px 0;
}

#wrapper .menu ul li ul li a:hover {
	color:black;
}

/************* Typography */

h1 {
	font-size:16px;
}

h2 {
	font-size:12px;
	font-weight:bold;
}
h3 {
	font-size: 13px;
	color: #E0DCD8;
}
a {text-decoration:underline;}

img.tile {
	float:left;
	margin:0 24px 24px 0;
}

#wrapper .content a{
	color:white;
	text-decoration:none;
}

#wrapper .content a:hover {
	text-decoration:underline;
}

#wrapper .content ul li {
	list-style:square;
}
img.incidental {
	float:right;
	margin:0 0 20px 20px;
	border:7px solid white;
}

div.clearfix {
	clear:both;
}

#gallery02 img {
	border: 7px solid #FFFFFF;
	height: 80px;
	width: 95px;
	margin-bottom: 20px;
	margin-right: 20px;
}
#form td {
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
#form .name {
	width: 180px;
}
#form #tRight {
	text-align: right;
	padding-right: 8px;
}
#form .gImg {
	border: 6px solid #FFFFFF;
}

#form .amount {
	width: 20px;
	margin-right: 6px;
}

#payment {
	position: relative;
}

#wrapper #inventory {
	position: relative;
	min-height: 380px;
	height: auto !important;
}
/* for Internet Explorer */
/*\*/
* html #wrapper #inventory {
height: 380em;
}
/**/

a.linkLogo {
	float:left;
	margin:0 50px 50px 0;
}

a.linkLogo span {
	display:none;
}
