/*
color:#5b6f73; dark green
color:#bdbb9b; light brown
color:#362a1f; dark brown
color:#941B1B; red*/
* {
	margin:0;
}
html, body, #wrap {
	height: 100%;
}
body > #wrap {
	height: auto;
	min-height: 100%;
	background:url(../Images/bg.jpg) #786A4F repeat-x top right;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p {
	color:#fff;
	font-family: "helvetica neue", Helvetica, Arial, sans-serif;
	font-size:1.0em;
}
p strong{
	font-weight:bold;
}
h1 {
	color:#fff;
	font-family: "helvetica neue", Helvetica, Arial, sans-serif;
	font-size:1.5em;
	}
h2 {
	color:#fff;
	font-family: "helvetica neue", Helvetica, Arial, sans-serif;
	font-size:1.3em;
	}
a:hover {
color:#941B1B;
}
a {
color:#99957A;
}
p {
padding-bottom:10px;
}
/*--------------------------------------------------------------------------------------------HEADER*/
#header {
	height:221px;
	margin:0 auto;
	width:900px;
	background: url(../images/header.gif) repeat-x top left;
}
#h-left {
	float:left;
	width:518px;
}
#header h2 a {
	background:transparent url(../Images/logo.gif) no-repeat scroll left top;
	display:block;
	height:109px;
	text-indent:-9999px;
	width:270px;
	padding:40px 0 0 20px;
	color:#5a7074;
}
#h-right {
	background: url(../images/tag.gif) top right no-repeat;
	display: block;
	float:right;
	width:382px;
	height: 139px;
}
.phone{
	float:right;
	font-size:1.85em;
	font-weight:100;
	margin:-14px 19px 0 0;
}
/*<![CDATA[*/

/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}
.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	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 li li {
	float: none;/* items of the nested menus are kept on separate lines */
}
.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 {
	margin: 0 0 0 0;
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}
.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- 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: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: 30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */

ul.menu {
	position:relative;
	list-style-type:none;
	padding:40px 0 0 20px;
	clear: both;
}
ul.menu li {
	float: left;
	margin: 0 20px 0 0;
}
ul.menu li a {
	color:#99957a;
	font-family: "helvetica neue", Helvetica, sans-serif;
	font-size:1.5 em;
	font-weight:lighter;
	text-decoration:none;
	text-transform:uppercase;
	margin-bottom: 10px;
	white-space: nowrap
}
ul.menu li a:hover {
	color:#fff;
}
ul.menu li a.selected {
	color:#fff;
}
ul.menu li ul
		{	position: absolute;
			visibility: hidden;
			background: #271c1c;
			padding:10px;
			/*filter:alpha(opacity=95);-moz-opacity:.95;opacity:.95;*/
			background-color: rgba(39,28,28,0.8);
		}
		
ul.menu li ul li
		{	float: none;
			display: block;
			margin-bottom: 10px;}
ul.menu li ul li a:hover {
	font-weight: bold;
}	
			
			
			
			
			
			

/*---------------------------------------------------------------------------------------MAIN*/

#main {
	background: #11222A url(/images/background.gif) repeat-x;
	padding-bottom: 306px;/* must be same height as the footer */
	clear:both;
	width:900px;
	margin:0 auto;
	height: 100%;
	overflow: hidden;
}
#mainLeft {
	position: relative;
	float:left;
	width:450px;
	margin:-513px 0 0 0;
	z-index: 9999;
}
#mainRight {
position: relative;
	float:right;
	width:450px;
	margin:-513px 0 0 0;
	z-index: 9999;
}
#main h1 a{
	margin:0 0 20px;
	padding:5px 0 0 10px;
	text-decoration:none;
}
#main h1 {
	color:#99957A;
	font-family:Arial, "helvetica neue", Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bolder;
	text-transform:uppercase;
}
.copy {
	margin: 110px 0 0 20px;
	width: 320px;
	background: #271c1c;
	padding:20px;
	background-color: rgba(39,28,28,0.8);
	/*opacity:0.85;
	filter:alpha(opacity=8);
	-moz-opacity:.8;opacity:.8;*/
	font-size: 0.9em;
	font-weight: lighter;
}
.copy a {
	color:#99957A;
	text-decoration: none;
	margin-bottom: 5px;
}
.copy a:hover {
padding: 0 5px;
	background: #99957A;
	color:#fff;
	text-decoration: none;
	margin-bottom: 5px;
}
.copy a:active {
padding: 0 5px;
	background: #99957A;
	color:#fff;
	text-decoration: none;
	margin-bottom: 5px;
}
.copy ul{
	list-style: disc;
	list-style-position: inside;
	padding: 0 0 20px 0;
}
.copy li{
	color:#fff;
	font-family: "helvetica neue", Helvetica, Arial, sans-serif;
	font-size:0.9em;
	text-align: left;
	padding: 0 0 5px 0;
	list-style:none;
	}
.small {
	font-size: 0.75em;}
#banner1 {
	margin: 0 0 0 250px;
	width: 180px;
	background: #271c1c;
	/*filter:alpha(opacity=95);-moz-opacity:.95;opacity:.95;*/
	background-color: rgba(39,28,28,0.8);
	font-size: 0.9em;
	font-weight: lighter;
}
#banner1 p{
	text-align: center;
	font-size: 1.1em;
	}
#banner1 h2{
	text-align: center;
	padding: 10px 0;
	}
/*-----------------------------------SLIDESHOW*/
#slideshow {
    position:relative;
    height:513px;	
	background:url(../images/kitchen.jpg) no-repeat top left;
}

#slideshow IMG {
    position:absolute;
    z-index:8;
	opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
	opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/*--------------------------- CENTER -- GOOGLE MAP */


#map{
width:396px;
height:396px;
margin: 20px 0 0 0;
border:solid 2px #271c1c;
}

#map a{
color:#271c1c;
text-decoration:none;
border:none;
border-bottom:dotted 1px #271c1c;
}
/*----------------------------------------------------------------------------------------FOOTER*/
/*.clear {
	clear:both;
}*/
#footer {
	width: 900px;
	margin: 0 auto;
	clear:both;
	position: relative;
	margin-top: -310px; /* negative value of footer height */
	height: 310px;
	background: url(../images/footer.gif) #271c1c repeat-x top left;
}
#footerContent {
	margin:0 auto;
}
#footerLeft {
float: left;
	background: url(../images/number.gif) top left no-repeat;
	width: 320px;
	height: 133px;
	display: block;
	}
.adoseof {
	float: left;
	margin: 141px 0 0 20px;
	color: #fff;}
#footerRight {
	float:right;
	width:275px;
	margin: 36px 20px 0 0;
}
#footerRight p{
font-size: 0.9em;
padding: 0 0 5px 0;
}
label {
	color:#fff;
	font-family: "helvetica neue", Helvetica, Arial, sans-serif;
	font-size:0.9em;
}
/*---ul#subNav {
	list-style-type:none;
	padding:14px 0 0 0;
	width:900px;
	float:left;
}
ul#subNav li {
	display:inline;
}
ul#subNav li a {
	color:#bdbb9b;
	font-family: Arial, "helvetica neue", Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bolder;
	height:auto !important;
	line-height:27px;
	padding:0 6px;
	text-decoration:none;
	text-transform:uppercase;
}
ul#subNav li a:hover, ul#subNav li a.selected {
	color:#5b6f73;
}
ul#subNav li a.highlight {
	color:#941b1b;
}--*/
#offer {
	position: absolute;
	top:40%;
	right:0;
	z-index: 99;
}
.slide {
background:transparent url(../images/offer1.gif) no-repeat scroll center top;
right:0;
width:85px;
height: 159px;
padding:0pt;
}

.btn-slide {
display:block;
height:31px;
line-height:100%;
width:85px;
}

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/*-------------------------------------------------------POP */

/* Define the space for the popout. */
#popOut {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40%;
	right: 0;
	width: 218px;
	height: 161px;
	z-index: 999999999;
	overflow: hidden; 
	/* Allows us to hide the ad with a negative margin. */ }

/* Basic formatting within the ad space. */
#popOut a, #popout a img {
	text-decoration: none;
	border: 0;
	outline: 0; }
#popOut a span {
	display: none; }

/* Formatting the "Cap" - the part the user click to open the ad. */
#popOut #cap {
	width: 20px;
	height: 157px;
	position: relative;
	right: 0;
	z-index: 102; }

/* Formatting the close button. */
#popOut a#close {
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	width: 20%;	}

/* Formatting the ad itself. */
#popOut #adbox {
	position: absolute;
	top: 10px;	
	left: 20px;
	margin-left: -300px;
	z-index: 101; }
