body {margin:0; padding:0; left: auto; right: auto; margin-left: auto; margin-right: auto;
		background-color:#CCBF66; color:#000000; font-size: 14px;  font-family: Arial, Verdana, Geneva, sans-serif; line-height: 16px;}

#page {background-color:#CCBF66; position: relative; width:850px; height:100%; top: 0px; left: auto; right: auto; margin-left: auto; margin-right: auto;}
#banner {background-color:#73544D; width:850px; height:110px;}
#nav_background {background-color:#73544D; width:850px; height:40px;}
#container {width:850px; top: 0px; left: auto; right: auto; margin-left: auto; margin-right: auto; position:relative;}
#content {clear:both; margin-top:20px; position:relative; width:850px;}
#footer {clear:both; padding-top:60px; text-align:center; color:#993333; font-size:10px; line-height:11px; font-family:Verdana, Arial, Helvetica, sans-serif;}

#left_column {float:left; padding-right:40px; padding-left:20px;}
#left_column_collection {float:left; padding-right:30px; padding-left:10px;}
#right_column { }
.pagetitle {color:#B04449; font-size:20px; font-weight:bold;}
.inca_text {font-size:14px; color:#666035; font-family: Arial, Verdana, Geneva, sans-serif; font-weight:bold; line-height: 25px; text-align:justify;}
.collection_text {font-size: 14px;  font-family: Arial, Verdana, Geneva, sans-serif; line-height: 20px; color:#666035; font-weight:bold; text-align:justify;}
.showroom_city {color:#cc0000; font-weight:bold; font-size:16px; line-height:18px; padding-top:15px; text-transform:uppercase;}
.showroom_locations {font-size:14px; color:#666035; font-family: Arial, Verdana, Geneva, sans-serif; font-weight:bold; }
.store_address {text-align:left; font-size:12px; color:#666035;}
.store_name {text-align:left; font-weight:bold; color:#413D21;}
.stores_state {text-align:left; font-weight:bold; color:#9B4842; font-size:17px; line-height:19px;}
.stores_back {text-align:right; font-weight:bold; color:#666035; font-size:11px; line-height:13px; }
.section_title {color:#602313; font-weight:bolder; font-size:16px; line-height:18px; padding-bottom:5px; }
.press_title {color:#602313; font-weight:bold; font-size:12px; line-height:14px; padding-bottom:10px; padding-top:10px;}
.dateline {font-size:11px; line-height:13px;}
.shopping_faq_link {font-size: 13px; font-weight: bold; }


a:link, a:visited, a:active {color:#9B4842; text-decoration:none;}
a:hover {color:#9B4842; text-decoration:underline; }
a.topnav {color:#E5E88C; text-decoration:none;}
a.topnav:hover {color:#E5E88C; text-decoration:underline;}
.press {font-weight:bold; font-size:16px; line-height:18px;}

/* CSS VERTICLE POPUP MENU :: Thanks to TANFA http://www.tanfa.co.uk/ */

	/* Remove Padding, Margins, Bullets, set menu width, and styles, and heading to suit */
#menu {
	width:850px; /* horizontal set size 12em; set width of menu */
	height:40px; 
	background-color: #73544D;
/*	float: left;*/ /* remove float for vertical */
	text-align:center;
	position:relative;
/*	top:-4px;
	left:-2px;*/
} 

#menu ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
/* 	width: 10em; */
	float: left; /* remove float and width for vertical */
	white-space: nowrap;
}
#menu ul li { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
/* 	width: 10em; */
	float: left; /* remove float and width for vertical */
	white-space: nowrap;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2, {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size:13px; 
	display: block;
	margin: 0px; /* add margin-right to put spacing between them */
	color:#E5E88C; 
	text-decoration:none;
	background-color:#73544D;
}

.top_nav {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size:13px; 
	display: block;
	margin: 0px; /* add margin-right to put spacing between them */
	color:#E5E88C; 
	text-decoration:none;
	background-color:#73544D;
	padding:15px 20px 4px 10px; 
	letter-spacing:.05em;
}

#menu h2 a { }
#menu a, #menu h2 a { color:#E5E88C; border-width: 0px; }
#menu a:hover, #menu h2 a:hover, #menu a:hover h2 { color: #E5E88C; text-decoration:underline;}
#menu ul ul {text-align:left; border-bottom:1px solid #000000; border-right:1px solid #000000;  padding-left:3px; padding-right:10px; padding-bottom:5px; background-color:#826961; }
#menu ul ul li {width:100%; padding-top:5px;}
#menu ul ul a, #menu ul ul a:visited { color: #FFB5B8; text-decoration:none;}
#menu ul ul a:hover { color: #FFB5B8; text-decoration:underline;}
#menu ul ul a:active { color: #FFB5B8; text-decoration:none;}

/* End padding, margins, bullets, menu width, styles, headings */

/* STYLING FOR EXPAND */

a.x, a.x:visited {
        font-weight: inherit;
        border: inherit;
        color: inherit;
        background-color: inherit;
/*        background-repeat: no-repeat;*/
        background-position: 100% 100%;
}

a.x:hover {
        font-weight: bold;
        border: none;
        color: #a00;
	background-color: inherit;
}

a.x:active {
        color: #060;
        border: none;
        background-color: #ccc;
}
/* END STYLING FOR EXPAND */

/* POSITIONING */

#menu li {
	/* make the list elements a containing block for the nested lists */
	position: relative;
} 
#menu ul ul { position: absolute; z-index: 500; top: auto; display: none; }
#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
	display: none;
}
/* END POSITIONING */

/* HIDING AND REVEALING USING HOVER */

div#menu h2:hover { color: inherit;	background: #ffffff no-repeat -999px -9999px; }
div#menu li:hover { cursor: pointer; z-index: 100; }
div#menu ul ul, div#menu li:hover ul ul, div#menu ul ul ul, div#menu li:hover ul ul ul { display: none; }
div#menu ul ul ul { background-position: 0 0; }
div#menu li:hover ul, div#menu li li:hover ul { display: block; }
/* END HIDING AND REVEALING */

/* END POPUP MENU */
