@charset "UTF-8";

html, body {
	height: 100%;
	margin: 0px auto;
	font-family: Arial;
	font-size: 11px;
	color: rgb(112,122,122);
	line-height: 140%;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -200px;
	position: relative;
	background-image: url(../images/css/gradient.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.clear {
	float: none !important;
	clear: both;
}

img {
	border: 0px;
}

/* header start */

#header {
	height: 80px;
	width: 980px;
	margin: 0px auto;
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
}

#logo a {
	background-image: url(../images/css/logo_new.png);
	width: 309px;
	height: 65px;
	float: left;
	margin-top: 5px;
	z-index: 100;
}

#header ul {
	list-style-type: none;
	padding: 0px;
	margin: 40px 0px 0px;
	float: right;
}

#header li {
	float: left;
	margin: 0px;
	border-left: rgb(0,0,0) dotted 1px;
}

#header li#borderless {
	border: none;
}

#header li a {
	padding: 0px 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: rgb(68,68,68);
}

/* header end */

/* banner start */

#banner {
	width: 100%;
	height: 341px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

#banner img {
	position: absolute;
	height: 341px;
	margin-left: -950px;
	left: 50%;
}

/* banner end */

#content {
	width: 980px;
	margin: 0px auto;
	overflow: hidden;
}

/* home start */

#home_images {
	width: 100%;
	position: absolute;
}

#home_images img {
	width: 100%;
	height: auto;
}

#home_images img.sale-promo {
	max-width: 500px; 
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}

#home_tables {
	position: relative;
	z-index: 10;
	top: 0px;
}

#home_tables table {
	border-collapse: collapse;
	width: 100%;
	height: 100%;
}

#home_tables tr {
	width: 100%;
	height: 20%;
}

#home_tables td {
/* 	border: solid 1px; */
	width: 10%;
	height: 20%;	
}

#home_tables a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/css/transparent.gif);
}

/* home end */

/* main menu start */

#menu_left {
	width: 205px;
	float: left;
	/*background-image: url(../images/css/left_nav_bg.png);*/
	padding-bottom: 9999px;
	margin-bottom: -9999px;
}


#search_box {
	overflow: hidden;
	padding-top: 16px;
	background: rgb(255,255,255);
}

#search_box input[type=text] {
	width: 155px;
	padding: 8px 10px;
	height: 14px;
	border: none;
	background: rgb(229,229,229);
	color: rgb(110,110,110);
	float: left;
	font-size: 12px;
	outline: none;
}

#search_box input[type=submit] {
	float: left;
	background-color: rgb(229,229,229);
	background-image: url(../images/css/search_btn.png);
	background-position: 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
	text-transform: uppercase;
	width: 30px;
	height: 30px;
	border: none;
	border-left: solid rgb(242,242,242) 1px;
	cursor: pointer;
	outline: none;
}

#search_box input[type=submit]:hover,
#search_box input[type=submit]:focus {
	background-position: 0px -30px;
}


.ui-helper-hidden-accessible {
	display: none;
}

.ui-autocomplete {
	max-width: 203px;
	padding: 0px;
	background: rgb(255,255,255);
	border: rgb(208,208,208) solid 1px;
}

.ui-menu-item {
	border-top: rgb(235,235,235) solid 1px;
	list-style: none;
}

.ui-menu-item:first-child {
	border-top: none;
}

.ui-menu-item a {
	display: block;
	color: rgb(110,110,110);
	text-decoration: none;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 7px 10px;
	font-size: 12px;
}

.ui-menu-item a.ui-state-focus {
	background: rgb(241,241,241);
	color: rgb(0,0,0);
}

#menu_left h1  {
	margin: 0px;
	padding: 20px 0px 10px 10px;
	font-size: 22px;
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
	color: rgb(51,51,51);
	border-bottom: rgb(229,229,229) solid 1px;
	background-color: rgb(255,255,255);
}

#menu_left ul {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px;
}

#menu_left li {
	padding-left: 10px;
	display: block;
	text-transform: uppercase;
	color: rgb(68,68,68);
	text-decoration: none;
	font-weight: bold;
	width: 195px;
	line-height: 25px;
}

#menu_left li.selected {
	background: white;
}

#menu_left li a {
	color: rgb(68,68,68);
	text-decoration: none;
	display: block;
}

#menu_left li.selected:before,
#menu_left li li.selected a {
	color: rgb(188,188,188);
}

#menu_left li ul {
	padding: 0px;
}

#menu_left li ul li {
	margin-left: -10px;
	position:relative;
}

#menu_left li ul li:before {
	content: "•";
	position:absolute;
}

#menu_left li ul li a {
	padding-left: 10px;
	font-weight: normal;
}

/* main menu end */

/* product list start */

#product_list {
	width: 760px;
	margin-left: 15px;
	float: left;
}

#product_list h1 {
	margin: 10px 0px 0px 10px;
	padding: 10px 0px;
	font-size: 22px;
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
	color: rgb(51,51,51);
	border-bottom: rgb(229,229,229) solid 1px;
}

.product_row {
	height: 260px;
	margin-top: 5px;
}

.product_item {
	height: 250px;
	width: 180px;
	text-align: center;
	float: left;
	margin-left: 10px;
	overflow: hidden;
	padding-bottom: 3px;
	position: relative;
}

.product_item a {
	text-decoration: none;
	height: 250px;
	width: 180px;
	display: block;
}

.product_image {
	width: 180px;
	height: 205px;
}

.product_new {
	position: absolute;
	top: 0;
	left: 0;
	width: 49px;
	height: 49px;
	background-image: url(../images/css/product_new.png);
}

.product_title {
	text-transform: uppercase;
	display: block;
	background-image: url(../images/css/product_divider.png);
	background-repeat: repeat-x;
	color: rgb(68,68,68);
	font-weight: bold;
	padding-top: 5px;
}

.product_text {
	color: rgb(143,143,143);
	font-style: italic;	
	display: block;
}

/* product list end */

/* product details start */

#admin_warning {
	background-color: rgb(194,51,51);
}

#admin_warning h1 {
	font-size: 22px;
	padding: 10px 0px;
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
	color: rgb(0,0,0);
	text-align: center;
	border: rgb(51,51,51) solid 1px;
}

#product_details {
	width: 775px;
	float: left;
}

#product_info {
	margin-left: 25px;
}

#product_details h1 {
	margin: 10px 0px 0px 10px;
	font-size: 22px;
	padding: 10px 0px;
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
	border-bottom: rgb(229,229,229) solid 1px;
}

#product_header {
	margin-left: 25px !important;
}

#product_details h1 span {
	color: rgb(51,51,51);
}

#product_image {
	width: 340px;
	height: 380px;
	float: left;
}

#product_image img {
	width: 340px;
	height: 380px;
}

#product_information {
	width: 385px;
	height: 380px;
	float: left;
	margin-left: 25px;
}

#product_information h1 {
	font-size: 28px;
	color: rgb(51,51,51);
	border-bottom: none;
	float: left;
	width: 375px;
	line-height: 100%;
}

#product_price {
	float: right;
}

#product_price_recommended {
	font-size: 11px;
	margin: 5px 5px 0px 5px;
/*
	display:block;
 	margin:-15px 0px -10px 0px;
*/
}

#product_price_currency {
	font-size: 16px;
	margin: 5px 10px 0px 5px;
}

#product_description {
	font-style: italic;
	margin: 5px 10px 25px;
	font-size: 12px;
	font-family: Georgia;
}

#product_infobox {
	border-top: rgb(229,229,229) dotted 1px;
	border-bottom: rgb(229,229,229) dotted 1px;
	padding: 2px 0px;
}

#product_infobox_inner {
	background-color: rgb(248,248,248);
	padding: 10px;
}

#product_contact {
	border-top: rgb(229,229,229) dotted 1px;
	margin-top: 2px;
	padding-top: 2px;
}

#product_contact_inner {
	background-color: rgb(248,248,248);
	padding: 5px 10px;
}

#product_contact_inner a {
	color: rgb(112,122,122);
}

#product_infobox_title {
	color: rgb(0,0,0);
	font-weight: bold;
	text-transform: uppercase;
}

#product_infobox ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#product_infobox ul li {
	margin-top: 2px;
}

#product_infobox ul li span {
	float: left;
	width: 280px;
}

#product_infobox ul li span.list_header {
	width: 80px;
	color: rgb(68,68,68);
}

#product_colors {
	padding: 8px;
}

#product_colors span {
	margin-left: 2px;
	display: block;
}

#product_colors_header {
	color: rgb(0,0,0);
	text-transform: uppercase;
	font-weight: bold;
}

#product_color_boxes {
	margin-top: 5px;
}

.product_color_box {
	width: 57px;
	height: 37px;
	margin: 0px 2px 4px;
	float: left;
}

.product_color_box img {
	width: 57px;
	height: 37px;
}

.product_color_tooltip {
	padding: 13px;
}

.product_color_tooltip img {
	width: 151px;
	height: 98px;
	display: block;
}

.product_color_tooltip span {
	display: block;
	margin-top: 5px;
	color: rgb(112,112,112);
}

.product_color_tooltip strong {
	color: rgb(51,51,51);
}

#image_row {
	margin: 10px 0px 10px 25px;
}

#image_row a {
	height: 80px;
	width: 76px;
	display: block;
	float: left;
	margin-right: 8px;
}

#image_row img {
	height: 80px;
	width: 76px;
	border: rgb(213,213,213) solid 1px;
	cursor: pointer;
}

/* product details end */

/* inspiration start */

#inspiration_content img {
	width: 100%;
	height: auto;
}

.jkdGallery-prev a span {
	width: 45px;
	height: 72px;
	margin-top: -36px;
	background-image: url(../images/css/jkdslider/arrow_left.png);
}

.jkdGallery-next a span {
	width: 45px;
	height: 72px;
	margin-top: -36px;
	background-image: url(../images/css/jkdslider/arrow_right.png);
}

.jkdGallery-beforeNav {
	width: 71px;
	height: 33px;
	background-image: url(../images/css/jkdslider/nav_left.png);
}

.jkdGallery-afterNav {
	width: 71px;
	height: 33px;
	background-image: url(../images/css/jkdslider/nav_right.png);
}

.jkdGallery-nav ul {
	height: 23px;
	padding-top: 10px;
	background-color: rgb(255,255,255);
}

.jkdGallery-nav ul li a {
	width: 14px;
	height: 14px;
	display: block;
	background-image: url(../images/css/jkdslider/nav_bg.png);
	text-indent: -9999px;
	outline: none;
}

.jkdGallery-nav ul li a:hover,
.jkdGallery-nav ul li.jkdGallery-visible a {
	background-image: url(../images/css/jkdslider/nav_bg_selected.png);
}

/* inspiration end */

/* contact start */

#contact {
	width: 980px;
	color: rgb(104,104,104);
	font-size: 13px;
	margin-top: 400px;
	overflow:hidden;
}

#contact a {
	color: inherit;
	text-decoration: none;
}

.contact_box {
	width: 310px;
	float: left;
	margin: 0px 16px 50px 0px;
}

.contact_box_last {
	/* margin-right: 0px; */
}

.contact_box h1 {
	color: rgb(51,51,51);
	border-bottom: rgb(229,229,229) solid 1px;
	margin: 25px 0px 10px;
	padding: 0px 0px 10px 2px;
	font-size: 19px;
}

.contact_box h2 {
	color: rgb(51,51,51);
	margin: 10px 0px;
	padding: 0px 0px 5px 2px;
	font-size: 18px;
}

.contact_box img {
	margin-bottom: 10px;
}

.contact_info {
/*	border-bottom: rgb(229,229,229) solid 1px; */
	padding: 0px 2px 15px;
/*	margin-bottom: 15px; */
}

.contact_info div {
	width: 153px;
	float: none;
}

.contact_box span {
	display: inline-block;
	min-width: 105px;
	line-height: 18px;
}

.contact_box .opened_day {
	width: 190px;
}

.contact_box strong {
	color: rgb(52,52,52);
	margin-left: 2px;
}

.contact_box span.header {
	color: rgb(52,52,52);
	font-size: 12px;
	font-weight: bold;
}

/* contact end */

/* resellers start */

#resellers {
	width: 980px;
	margin: 0px auto;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 100;
}

#resellers_header {
	background-image: url(../images/css/reseller_box.png);
	background-repeat: no-repeat;
	float: right;
	width: 186px;
	height: 22px;
	margin: -20px 87px -3px 0px;
}

#resellers_box {
	float: right;
	background-color: rgb(255,255,255);
	padding: 10px;
	width: 180px;
	margin-right: 80px;
}

#resellers h1 {
	font-family: Georgia;
	font-style: italic;
	font-size: 22px;
	color: rgb(51,51,51);
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#resellers span {
	text-align: center;
	display: block;
	width: 160px;
	padding: 5px 10px;
	border-bottom: rgb(112,112,112) dotted 1px;
}

#resellers label {
    position: relative;
    display: block;
    margin: 5px auto;
}

#resellers select {
    width: 180px;
	display: block;
	border: 1px solid rgb(204,204,204);
	padding: 4px 3px 3px 5px;
	color: rgb(52,52,52);
	margin: 0px;
	font-family: Arial;
	outline: none; /* remove focus ring from Webkit */
	line-height: 1.2em;
	-webkit-appearance: none; /* remove the strong OSX influence from Webkit */
}

/* for Webkit's CSS-only solution */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	#resellers select {
		padding-right: 30px;    
	}
}

/* Select arrow styling */
#resellers label:after {
	content: "▼";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 8px;
	line-height: 25px;
	padding: 0px 7px;
	background-color: rgb(245,245,245);
	pointer-events: none;
	border: 1px solid rgb(204,204,204);
}
    
.no-pointer-events #resellers label:after {
	content: none;
}

#map_canvas {
	position: absolute;
	top: 80px;
	right: 0;
	bottom: 200px;
	left: 0px;
	z-index: 0px;
}

.map_box {
	color: rgb(51,51,51);
	margin: 0px 15px 0px 0px;
	padding: 0px;
}

.map_box h1 {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: rgb(0,0,0);
}

.map_box_info {
	margin: 3px 0px 5px 0px;
}

.map_box a {
	color: inherit;
	text-decoration: none;
}

.map_box span {
	height: 1px;
	width: 110%;
	margin-bottom: 10px;
	display: block;
	border-bottom: rgb(112,112,112) dotted 1px;
}

/* resellers end */

/* inspiration start */

#inspiration {
	width: 100%;
}

/* inspiration end */

/* about us start */

#about_us_bg {
	background-image: url(/images/css/aboutus_bg.jpg);
	background-position: right -100px;
	background-repeat: no-repeat;
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left: -539px;
	width: 1076px;
	height: 1300px;
}
#about-image img {
	max-width: 450px;
    margin: auto;
    display: block;
}



#about_us_content {
	width: 980px;
	margin: 50px auto 0px;
	position: relative;
}

#about_us_content h1 {
	width: 550px;
	font-size: 40px;
	line-height: normal;
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
	color: rgb(52,52,52);
}

#about_us_content p {
	font-size: 14px;
	width: 540px;
	color: rgb(84,84,84);
	line-height: 120%;
}

#about_us_intro {
	font-weight: bold;
	font-size: 16px !important;
}

/* about us end */

#insta-h1 {
	margin: 10px 0px;
	padding: 10px 0px;
	font-size: 22px;
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
	color: rgb(51,51,51);
	border-bottom: rgb(229,229,229) solid 1px;
}

#insta-h1 a {
	float: right;
	font-size: 10px;
	font-style: normal;
	font-family: Arial;
	margin-top: -10px;
	text-transform: uppercase;
	background: #a5a6a0;
	color: #ffffff;
	padding: 6px 8px;
	display: block;
	text-decoration: none;
}

#instafeed {
	overflow: hidden;
	margin: 0px -5px 20px;
}

.instagram-box {
	float: left;
	margin: 7px;
}

/* footer start */

#push {
	height: 180px;
	margin-top: 20px;
}

#footer {
	height: 200px;
	margin-top: 20px;
	position: relative;
	left: 0px;
	bottom: 0px;
	z-index: 100;
	background-color: rgb(255,255,255);
}

#inner_footer {
	width: 980px;
	margin: 0px auto;
}

#product_bar {
	border-top: rgb(229,229,229) solid 1px;
	border-bottom: rgb(229,229,229) solid 1px;
	padding: 5px;
	margin-bottom: 35px;
}

#product_bar a {
	text-decoration: none;
	color: rgb(165,166,160);
}

#product_breadcrumb {
	float: left;
	display: block;
}

#back_to_top {
	float: right;
	display: block;
}

#tiny_logo {
	float: left;
	background-image: url(../images/css/logo_footer.png);
	background-repeat: no-repeat;
	height: 83px;
	width: 83px;
}

#locations {
	float: left;
	width: 200px;
	margin: 0 5px;
}

.location {
	float: left;
	width: 210px;
	margin-left: 20px;
}

.location a {
	color: rgb(68,68,68);
	text-decoration: none;
	font-weight: bold;
}

.location span {
	text-transform: uppercase;
}

.location_title {
	color: rgb(68,68,68);
	font-weight: bold;
}

#exhibition {
    width: 237px;
    float: left;
    margin: 0 20px;
}

.exhibition-inner {
    line-height: 1.7;
    margin-top: 0;
}

#links {
	float: left;
	width: 135px;
	min-height: 50px;
	margin: 0 5px;
}

#links_title {
	color: rgb(68,68,68);
	text-transform: uppercase;
	display: block;
	font-weight: bold;
}

#links a {
	text-decoration: none;
	color: rgb(112,122,122);
}

#newsletter {
	float: left;
	width: 255px;
	margin: 0 5px;
}

#newsletter_title {
	color: rgb(68,68,68);
	text-transform: uppercase;
	display: block;
	font-weight: bold;
}

#newsletter_input {
	width: 160px;
	height: 28px;
	line-height: 28px;
	margin: 5px 3px 0px 0px;
	padding: 0px 2px 0px 8px;
	color: rgb(112,112,112);
	font-size: 11px;
	border: rgb(204,204,204) solid 1px;
	float: left;
}

#newsletter_submit {
	color: rgb(255,255,255);
	background-color: rgb(165,166,160);
	text-transform: uppercase;
	border: 0px;
	width: 75px;
	height: 30px;
	margin: 5px 0px 0px 5px;
	padding: 0px;
	float: left;
}

#copyright {
	margin: -15px 0px 0px 103px;
}

/* footer end */

.mobile {
	display: none;
}
.desktop {
	display: none;
}
@media (min-width: 1000px) {
	.desktop {
		display: block;
	}
}

@media (max-width: 1000px) {
	.mobile {
		display: block;
	}
}