/* LAYOUT */
#wrapper {
	width: 880px;
	margin: 0px auto;
	height: auto;
	overflow: hidden;
}

#content_wrap {
	width: 880px;
	height: auto;
	margin: 0px auto;
	overflow: auto;
	z-index: 1;
}

#content {
	font-size: 1em;
	float: left;
	padding: 0;
	margin: 0;
	width: 650px;
}

#content .content {
	width: 100%;
	float: left;
	text-align: left;
}

/* END LAYOUT */

/* HEADER */
#header {
	margin: 0px auto;
	padding: 0;
	height: 123px;
	width: 100%;
	overflow: hidden;
	z-index: 10;
}

#header a#logo {
	position: relative;
	float: left;
	display: block;
	margin-top: 26px;
}

#header a#schedule {
	position: relative;
	float: right;
	margin-top: 12px;
	width: 360px;
}
/* END HEADER */

/* MAIN MENU */
div#menu {
	margin-top: 9px;
	height: 44px;
	width: 653px;
	font-size: 1.3em;
	position: relative;
	float: right;
/* 	clear: both; */
	z-index: 99;
}


#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	width: auto;
/* 	padding: 0 9px; */
	color: white;
/* 	display: block; */
	height: 44px;
}

#nav li:hover a,
#nav li.sfhover a,
#nav a.selected {
	color: #333;
	text-decoration: none;
}

#nav li {
	float: left;
	z-index: 20;
	display: inline-block;
	line-height: 27px;
	clear: none;
	position: relative;
}

#nav li.divider {
	width: 50px;
	height: 21px;
	text-align: center;
	background-image: url(images/nav_divider.gif);
	background-position: 50% 0;
	background-repeat: no-repeat;
}

#nav li a {
	position: relative;
	display: block;
	height: 21px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#nav li a:hover,
#nav li a.selected,
#nav li a.selected:hover {
	background-position: 0 100%;
}

#nav #m_about {
	width: 47px;
	background-image: url(images/nav_about.gif);
}

#nav #m_showroom {
	width: 179px;
	background-image: url(images/nav_showroom.gif);
}

#nav #m_news {
	width: 95px;
	background-image: url(images/nav_news.gif);
}

#nav #m_portfolio {
	width: 76px;
	background-image: url(images/nav_portfolio.gif);
}

#nav #m_events {
	width: 49px;
	background-image: url(images/nav_events.gif);
}

#menu #top_submenu {
	width: 650px;
	padding-left: 3px;
	text-align: left;
	margin: 0;
	font-size: 11px;
	position: relative;
	float: left;
}

#menu #top_submenu a {
	margin-right: 10px;
	text-transform: uppercase;
	color: #999;
}

#menu #top_submenu a:hover,
#menu #top_submenu a.sub_selected {
	color: #CF7419;
}


/* END MAIN MENU */

/* BREADCRUMBS */
.breadcrumb {
	color: #8a888a;
	font-size: 1em;
	padding: 10px 0 5px 24px;
	text-align: left;
	margin-bottom: 10px;
}

.breadcrumb a {
	color: #8a888a;
	text-decoration: none;
}
.breadcrumb a:hover {
	text-decoration: underline;
}

/* END BREACRUMBS */

/* SHARE TOOLBAR */
#content .share-options {
	height: 1em;
	margin-top: 1em;
}

#content .share-options .addthis_toolbox {
	float: left;
	padding: 0;
}

#content .share-options .addthis_toolbox a {
	padding: 0;
}

#content .share-options .addthis_toolbox a span {
	width: 1px;
	overflow: hidden;
	margin: 0;
}

#content .share-options a {
	position: relative;
	float: left;
	color: black;
	margin-right: 10px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.9em;
}

#content .share-options a:hover {
	color: black;
	text-decoration: underline;
}
/* END SHARE TOOLBAR */

/* FOOTER */
#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 0.9em;
	margin-top: 15px;
	color: #696969;
	text-align: right;
}

#footer a {
	color: #58595b;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer-top {
	text-align: right;
	text-transform: uppercase;
	line-height: 19px;
}

#footer-top a {
	padding: 0 0.75em;
}

#footer-top a.image-link {
	position: relative;
	float: right;
	width: 16px;
	padding: 0;
}

/*
#footer-bottom {
	text-align: right;
}
*/

#footer p {
	margin: 0;
	padding: 0 0 5px 0;
	text-align: right;
}

/* END FOOTER */