/*===================GLOBALS===================*/

html{
	font: 11px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #808080;
}

div#canvas {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

/*===================HEADER===================*/

div#header {
	width: 920px;
	height: 140px;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
}

/*=HEADER_SEARCH=*/

div#header div#search {
	clear: both;
	float: left;
	text-align: left;
	margin: 15px 0 0 0;
	font-size: 11px;
	color: #868a8b;
	width: 180px;
}

div#header div#search input {
	font-size: 11px;
}

div#header div#search div.button {
	float: right;
}

/*=HEADER_LOGO=*/

div#header h1#logo{
	position: absolute;
	top: 108px;
	width: 447px;
	height: 51px;
	background-image: url(../images/logo.gif);
	margin: 0;
	padding: 0;
}

	div#header h1#logo a {
		text-indent: -9999px;
		display: block;
		width: 100%;
		height: 100%;
	}

/*=HEADER_TOP-MENU=*/

div#top-menu ul.top-menu {
	margin-top: -10px;
	margin-bottom: 8px;
	margin-left: 230px;
	padding: 5px;
} 

div#top-menu li {
	border-style: none;
	list-style: none;
	display: block;	
	float: left;
	padding: 0px;
	margin: 0px;
	height: 15px;
	
}

/*=HEADER_MAIN-MENU=*/


div#menu{
/*	margin-left: -38px;*/
	margin-top: 5px;
}

ul.menu li {
	list-style: none;
	display: block;	
	float: left;
	padding: 0px;
	margin: 0px 12px 5px 0px;
	height: 15px;
	cursor: pointer;
}


/*===================MAIN CONTENT===================*/

div#mainContent {
	float: left;
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 50px;
	width: 800px;
}


/*===================FOOTER===================*/

#footer {
	clear: both;
	background-color: white;
	border-top: 1px dashed #808080;
	text-align: left;	
	font-size: 11px;
	margin-bottom: 20px;
}

#footer div.terms {
	float: right;
}

#footer div.terms #locations {
	color: #808080;
}


/*===================INDEX PAGE===================*/

div#homeContent div#image{
	margin: 40px 0px 0px 40px;
}

div#homeContent div.homepage_text {
	margin:20px 250px 40px -18px;
}


/*===================INSPIRATION===================*/

/*div.carousel-wrapper { margin: 0 auto; text-align: center; }*/

#imageHolder{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 640px;
	height: 340px;
}

#inspiration_footer{
	margin-left:150px;
	font-style: italic;
}


/*===================LOCATIONS===================*/

#locations{}

#locations a{
	text-decoration: none;
	color: #808080;
}

#locations #location_into{
	margin: 20px 0px 40px 0px;
}

#locations #locations_list{
	margin: 0;
	padding: 0;
}

#locations #locations_list table{
	padding: 0;
}

#locations #locations_list table tbody tr td{
	padding: 10px 10px 10px 0px;
}

#locations #locations_corporate{
	margin: 20px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #E4E5E7;
	border-bottom: 1px solid #E4E5E7;
}

/*===================LOCATIONS DETAIL===================*/

.locationDetail{
	
}

	.locationDetail .location_column {
		float: left;
	}
	
	.locationDetail #location_image {
		width: 300px;
	}
	
		.locationDetail #location_image img {
			margin-top: -30px;
		}
	
	.locationDetail #location_information {
		width: 200px;
	}
	
	.locationDetail #location_notes {
		width: 170px;
	}

.locationDetail a{
	text-decoration: none;
	color: #808080;
}

.locationDetail #image{
	float: left;
	margin: -30px 10px 0px 0px;
}

.locationDetail #text{
	float: left;
	margin: -8px 10px 0px -2px;
	display: block;
}

.locationDetail #notes{
	display: block;
}

.locationDetail .hours{
	margin: 10px 0px 10px 0px;
}

.locationDetail .directions{
	margin: 10px 0px 10px 0px;
}

/*===================SIDEBAR===================*/

#sideBar{
	float: left;
	margin-left: -18px;
	width: 12%;
}

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

#sideBar li {
	margin: 0px;
	padding: 0px;
}

#sideBar li a, #sideBar li a:visited {
	text-decoration: none;
	text-transform: lowercase;
	color: #868a8b;
	font-size: 10px;
}

#sideBar li.rooms_submenu_on a, #sideBar li.rooms_submenu_on a:visited  {
	text-decoration: none;
	text-transform: lowercase;
	color: #FF5200 !important;
	font-size: 10px;
}

#sideBar li.detail_submenu_on a, #sideBar li.detail_submenu_on a:visited {
	text-decoration: none;
	text-transform: lowercase;
	color: #FF5200 !important;
	font-size: 10px;
}

#right_content {
	border-left: 1px solid #E4E5E7;
	float: right;
	padding: 0px 5px 5px 10px;
	margin-left: -30px;
	width: 670px;
}

#right_content a {
	color: #FF5200;
	text-decoration: none;
	}
	
	#right_content a:hover {
		text-decoration: underline;
		}

#right_content_product{
	border-left: 1px solid #E4E5E7;
	float: right;
	padding: 0px 5px 5px 10px;
	margin-left: -30px;
	width: 670px;
}

#right_content_noborder {
	float: right;
	padding: 5px 5px 5px 10px;
	margin-top: 20px;
	margin-left: -30px;
	width: 670px;
}

#homepage_content {
	margin: 20px auto 20px auto;
}

#sideBar ul li .toggler{
	margin: 0;
	padding: 1px;
}

/*=== PRODUCTS === */

.product{
	float: left;
}

.product .image{
	float: right;
	text-align: right;
}

div.product div.informations{
	margin-right: 425px;
}

div.product div.informations div.description{}

div.product div.informations div.relatedProducts {
	border-top: 1px dashed #e4e5e7;
	padding-top: 10px;
	margin-top: 15px;
	height: 120px;
}

div.product div.informations div#specification_sheet {
	margin-top: 15px;
	border-top: 1px dashed #E4E5E7;
	padding-top: 10px;
}

	div.product div.informations div#specification_sheet #specification_sheet_link {
		display: block;
		float: left;
		height: 20px;
		line-height: 20px;
		padding-right: 25px;
		background: url("../images/frontend/pdfIcon.gif") 100% 50% no-repeat;
		color: #808080;
		text-decoration: none;
	}
		
		div.product div.informations div#specification_sheet #specification_sheet_link:hover {
			text-decoration: underline;
		}

div.product div.informations div.relatedProducts ul {
	list-style: none;
	margin-top: 10px;
	padding: 0;
}

div.product div.informations div.relatedProducts li {
	text-align: center;
	float: left;
	margin: 0 0 5px 5px;
	font-size: 10px;
	font-weight: bold;
	color: white;
}

div.product div.informations div.relatedProducts li:hover {
	text-align: center;
	float: left;
	margin: 0 0 5px 5px;
	font-size: 10px;
	font-weight: bold;
	color: #FF5200;
}

div.product div.informations div.relatedProducts li div.related_product_name{
	width: 75px;
}

#squares{
	position: absolute;
	right: 0px;
	color: #FF5200;
	font-weight: bold;
	text-align: right;
}

.image_square{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 20px;
	width: 20px;
	background-color: #999999;
}

.image_square:hover{
	float: left;
	margin-right: 5px;
	height: 20px;
	width: 20px;
	background-color: #FF5200;
}



/*=== NEW PRODUCTS === */

ul.products {
	clear: both;
}

ul.products li {
	padding: 5px;
	list-style: none;
	display: block;	
	float: left;
	margin: 10px;
	text-align: center;
	font-weight: bold;
	/*color: white;*/
	width: 170px;
	height: 170px;
	position: relative;
}

ul.products li:hover {
	color: #FF5200;
}

ul.products li span.price {
	font-style: italic;
}

ul.products li a {
	display: block;
	width: 170px;
	height: 170px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px;
}

ul.products li a:hover {
	position: relative;
	top: -10px;
	left: -10px;
	padding: 0px 10px 10px 0px;
	background-image: url(/images/frontend/product_drop_shadow.jpg);
}

ul.products li .product_name {
	position: absolute;
	top:190px;
	width: 165px;
	text-align: center;
}


/*=== WHATS NEW PRODUCTS === */

#whats_new_header{
	margin-bottom: 50px;
}

#whats_new_header_non_product{
	margin-bottom: 30px;
}

ul.new_products {
	clear: both;
}

ul.new_products li {
	padding: 25px;
	list-style: none;
	display: block;	
	margin: -20px;
	float: left;
	text-align: center;
	color: white;
}

ul.new_products li:hover {
	padding: 25px;
	list-style: none;
	display: block;	
	float: left;
	text-align: center;
	color: #FF5200;
}

ul.new_products li span.price {
	font-style: italic;
}

/*=== ADVERTISING === */
ul.textList{
	padding-left: 0;
}

ul.textList .image{
	float: left;
	display: block;
	margin-right: 70px;
	margin-bottom: 15px;
}

ul.textList .content{
	margin-right: 85px;
}

/*=== NAVIGATION (common) === */

div.pagesNavigation {
	clear: both;
	margin: -20px 0px 0px 0px;
	padding: 5px 5px 15px 5px;
	border-top: 1px solid #e4e5e7;	
	border-bottom: 1px solid #e4e5e7;	
	font-size: 11px;
	color: #868a8b;
}
div.pagesNavigation div.topPagesNavigation {
	border-top: none;
}

div.pagesNavigation div.topPagesNavigation { margin-top: 0; }
div.pagesNavigation div.bottomPagesNavigation { }

div.pagesNavigation div.previousNextActions {
	float: right;
	text-decoration: none;
}

div.pagesNavigation div.pages {
	float: left;
	margin-right: 30px;
	font-style: italic;
}

div.pagesNavigation div.pages span.pages {
	font-style: normal;
	font-weight: bold;
	color: #525759;
}

div.pagesNavigation div.pages span.pages a {
	text-decoration: none;
	font-weight: normal;
	color: #868a8b;
}

/* === IMAGE GALLERY (COMMON) === */

h4.gallery { margin-top: 20px; }
h4.nopad {padding: 3px 0px; margin: 0px;}

#imageBox {
  float: left;
  width: 365px;
  height: 91px;
  border: 2px #ccc solid;
  overflow: hidden;
}

#imageBoxInside {
  width: 1000px;
}

#imageBoxInside div.image {
  float: left;
  margin: 5px 5px 5px 5px;
}

#imageBoxInside div.image img {
  border: 1px solid #ccc;
  padding: 2px;   
}

#galleryLeftButton, #galleryRightButton {
  float: left;
  height: 95px;
  width: 24px;
  background: white;
  text-align: center;
}

#galleryLeftButton a img, #galleryRightButton a img {
  margin-top: 37px;
}

#galleryLeftButton {
  margin-right: 5px;
}

#galleryRightButton {
  margin-left: 5px;
}


.roomText{
	margin-right: 75px;
}

.roomImage{
	margin-top: 12px;
}


/*===================STYLES===================*/

.image{
	border-style: none;
}

.borderlessImage{
	border-style: none;
}

.navlinks{
	text-decoration: none;
	color: #808080;
}

.font_replace{
	color: #FF5200;
	margin: 0;
}

.orange_links_menu{
	color: #FF5200;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 2px;
}

	a.orange_links_menu.selected, a.orange_links_menu:hover {
		background: #ddd7a8;
	}

.orange_links{
	font: "Gotham";
	color: #FF5200;
	font-weight: bold;
	text-decoration: none;
}

.orange_links_small{
	font-size: 10px;
	font-weight: bold;
	color: #FF5200;
}

a img {
	outline: none;
	border: none;
}

#main-image-pop-up-link {
	text-decoration: none;
	text-align: center;
}

a .gray {
	display:block;
	clear:both;
	padding: 10px 0px;
	color:#808080;
	text-decoration: none;
}

#main-image-tooltip {
	position: absolute;
	top: 180px;
	right: 130px;
	padding: 3px;
	background: #FFFFFF;
	border: 1px solid #777777;
}

#main-image-tooltip p {
	padding: 0px;
	margin: 0px;
}

a #main-image-tooltip p {
	text-decoration: none;
	color: #777777 !important;
}