﻿/*-  palette

----------------------------------------------------------------------*/
/*-  normalize everything
----------------------------------------------------------------------*/

/* normalize margin, padding */
html, body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, pre, 
p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

a img { border:0; }

html, body {
	height: 100%;
}

/* normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/* remove list-style from lists */
ol, ul {
	list-style: none;
}

/* normalize font-style and font-weight to normal */
address, caption, cite, code, dfn,
th, var {
	font-style: normal;
	font-weight: normal;
}

/* remove table border spacing */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* remove border from fieldset and img */
fieldset {
	border: 0;
}

/* left-align text in caption adn th */
caption, th {
	text-align: left;
}

a:active, a:focus {
  outline: none ! important;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {height: 1%;}


/*-  common elements
----------------------------------------------------------------------*/	
body {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #616161;
	line-height: 1.5em;
	background-color: #f2f2f2;
}

a:link,
a:visited {
	text-decoration: none;
	color: #e14647;
}

a:hover {
	color: #d90002;
}

h1 {
	color: #1e1918;
	font-size: 36px;
	letter-spacing: -2px;
	line-height: 1em;
	margin-bottom: 0.4em;	
	margin-left: -2px;
}

.h2, h2 {
	color: #e8090b;
	font-size: 19px;
	line-height: 1em;
	margin-bottom: 0.8em;
	padding-bottom: 6px;
	border-bottom: solid 1px #e9e9e9;
	text-transform: uppercase;
}

h3 {
	color: #1a1a1a;
	font-size: 12px;
	margin-bottom: 3px;
	font-weight: bold;
}
h4 {
}

h5 {
	font-family: lucida grande, helvetica, arial, sans-serif;
	color: #1a1a1a;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0.6em;
}

textarea {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}


/*-  top
----------------------------------------------------------------------*/
#top {
	background-color: #282828;
	height: 31px;
	font-family: lucida grande, helvetica, arial, sans-serif;
	color: #6a6a6a;
	font-size: 9px;
	line-height: 1em;
}

#top .inner,
#header .gutter,
#wrapper .inner,
#footer .inner {
	width: 900px;
	margin: 0 auto;
	padding: 0 15px;
}

#top .inner .header { float:left; z-index:101; }
/* #top .inner .header h1 { font-size: 12px; font-weight:normal; padding:0; margin:0; letter-spacing:normal; color:white; padding-top:10px; padding-left:20px; } */
#top .inner .header h1 { font-size: 15px; font-weight:bold; padding:0; margin:0; letter-spacing:normal; color:gray; line-height:26px; }


#header .inner {
	width: 900px;
}

#top .inner p {
	margin-left: 375px;
	padding-top: 11px;
}

#top a:link,
#top a:visited {
	color: #e14647;
}

#top a:hover {
	color: #fff;
}

#header {
	background-color: #fff;
}

#header .inner {
	position: relative;
	padding-top: 29px;
	padding-bottom: 20px;
	height: 85px;	
	border-bottom: solid 1px #e9e9e9;
}

img#logo {
	margin-left: 12px;
}

#wrapper {
	background-color: #fff;
	border-bottom: solid 1px #ccc;	
}

#wrapper .inner {
	position: relative;
	padding-top: 30px;	
	padding-bottom: 85px;
}

#wrapper .inner p {
	margin-bottom: 2em;
}

#wrapper #main {
	width: 525px;
	float: right;
	position: relative;
}

#footer .inner {
        font-family: lucida grande, helvetica, arial, sans-serif;
	color: #bbbbb4;
	font-size: 11px;
	padding: 20px 0 40px;
}

#footer .inner #contact
{
	font-size: 12px;
	color:#222222;
}


#footer .rubrics {
	font-size:8px;
	text-align:center;
}

#footer .rubrics a:link,
#footer .rubrics a:visited {
	color: #bbbbb4;
	text-decoration:underline;

}

#footer a:link,
#footer a:visited {
	color: #222222;
	text-decoration:underline;
}

#footer a:hover {
	color: #d90002;
}

#footer p#contact {
	float: left;
}

#footer p#copyright {
	float: right;
}

#footer p#copyright img {
	position: relative;
	top: -1px;
}


/*-  navigation
----------------------------------------------------------------------*/

ul#nav {
	position: absolute;
	left: 180px;
	bottom: 10px;
	font-size: 15px;
}

ul#nav li {
	padding-top:10px;
	float: left;
	padding-left:20px;
}

ul#nav li a {
	width: 100%;
	height: 100%;
	position: relative;
	top: -1px;
	font-weight:bold;
	color:#a3a3a3;
}

ul#nav li a:hover {
	color:#e8090b;
	
}

/*-  front
----------------------------------------------------------------------*/
#big_graphic {
	width: 900px;
	margin-bottom: 33px;
	background-color:#292c2c;
	background-image:url('/images/menu_graphic_bg.png');
	background-position:right;
	background-repeat:repeat-y;
}

#big_graphic div.graphic {
	background-image:url('/images/menu_graphic.png');
	background-position:right top;
	background-repeat:no-repeat;	
	overflow:hidden;
}

#big_graphic div.graphic img {
	float:left;
}

#big_graphic div.graphic ul {
	float:left;
	padding-left:25px;
	padding-top:10px;
}

#big_graphic div.graphic ul li
{
	padding-top:20px;
}

#big_graphic div.graphic ul li a
{
	color:#fff;
	font-size:16px;
	font-weight:bold;
}

#big_graphic div.graphic ul li a:hover
{
	border-bottom:3px solid #e14647;
}

#front_subscribe {
	float: left;
	width: 344px;
	padding-left: 16px;
	margin-bottom: -35px;
}

#front_subscribe img#subscribe_arrow {
	float: left;
	position: relative;
	left: 250px;
	top: -37px;
	margin-bottom: -35px;
}

#front_news img#news_arrow {
	float: left;
	position: relative;
	left: 100px;
	top: -37px;
	margin-bottom: -35px;
}

#front_subscribe ul#projects {
	padding-top: 5px;
}

#front_subscribe ul#projects li img {
	left: 31px ! important;
}

#front_news {
	float: right;
	width: 495px;
	padding-left: 16px;
}

#front_news ul#news_items li {
	margin-bottom: 13px;
}

#front_news ul#news_items li .date {
	display: block;
	color: #a6acad;
	font-family: lucida grande, helvetica, arial, sans-serif;
	font-size: 10px;
}

#front_news ul#news_items li a:link,
#front_news ul#news_items li a:visited {
	color: #1a1a1a;
	font-size: 29px;
	letter-spacing: -0.05em;
	line-height: 1.0em;	
}

#front_news ul#news_items li a:hover {
	color: #616161;
}

#front_subscribe #subscribe .label { 
	padding-bottom:5px;
}

/* admin meta panel */

div.admin_meta_panel { padding:0px; padding-bottom:50px; margin-top:0px; margin-left:auto;
margin-right:auto;
width: 890px; }
* html  div.admin_meta_panel {  padding-bottom:0px;}
* html  div.admin_meta_panel form { margin:0; padding:0;}
div.admin_meta_panel h1 { font-size:16px; font-weight:bold; }
div.admin_meta_panel form label { width:110px; display:block; float:left; }
div.admin_meta_panel  input { margin-right:10px; }
div.admin_meta_panel p { font-size:12px; }
div.admin_meta_panel div.login { font-size:12px; float:right; }
div.admin_meta_panel div.login  a{ font-size:12px; }

div.content_text {
color:black;
}

div.content_text img { 
border:normal;
padding:normal;
margin:normal
}

/* normalize font-size for headers */
div.content_text h1, div.content_text h2, div.content_text h3, div.content_text h4, div.content_text h5 {
	font-size: 100%;
	font-weight: normal;
	letter-spacing: normal;
	line-height: normal;
	margin-bottom: normal;	
	margin-left: normal;
}

div.content_text a { text-decoration:underline; }


/* furniture_search */



#furniture_search div.found { font-size:12px; padding-bottom:5px; font-weight:bold;  }

/* line */

div.line { border-top:2px solid #eee; height:10px; }

/* search block */

div.search_block {  padding-top:5px; padding-bottom:15px; }
div.search_block * {  font-size:12px; }
div.search_block a { margin-left:120px; color:#2475e4; }
div.search_block a:hover { color:#64a5ff; }

div.search_block select#rubric { margin-right:5px; }
div.search_block input { margin-right:5px; }


/* sort block */

div.sort_block { padding-top:5px; padding-bottom:5px; font-size:12px; border-top:2px solid #eee; border-bottom:2px solid #eee; height:16px; }
div.sort_block div.pagination { float:right; }
div.sort_block div.sort { float:left; }
div.sort_block div.sort a { margin:0px 0px 0px 10px; }
div.sort_block div.pagination a { margin:0px 2px 0px 2px; }
div.sort_block span.a { font-size:14px; }
div.sort_block div.fix_ie { padding-top:1px; }
* html div.sort_block div.fix_ie { padding-top:4px; }

div.furniture_not_found { font-size:12px; padding-top:10px; font-weight:bold; }

/* specials */

div.specials div.item { float:left; margin-bottom:50px; margin-right:70px; width:400px; border:1px solid #b3b9c3; color:black; display:block; padding:5px; }
div.specials div.right { margin-right:0px; }
div.specials div.left { clear:both; }
div.specials .item .label { width:400px; text-align:center; padding-top:5px; }
div.specials .item .label a { color:#616161; }
div.specials { overflow:hidden; }

/* div.furniture_search a.item:hover { border:1px solid black; } */

div.furniture_search div.item { float:left; margin-bottom:30px; margin-right:35px; width:270px; border:1px solid #b3b9c3; color:black; display:block; padding:2px; }
div.furniture_search div.right { margin-right:0px; }
div.furniture_search div.left { clear:both; }
div.furniture_search .item .label { width:270px; text-align:center; }
div.furniture_search .item .label a { color:#616161; }
div.furniture_search { overflow:hidden; }

/* item */

.furniture_item .gallery { overflow:hidden; margin-left:20px; overflow:hidden; width:293px; }
.furniture_item .gallery img { margin-bottom:20px; margin-right:20px; float:right;  }
.furniture_item .description { float:left; width:604px;}
.furniture_item .description .info { padding-top:10px; font-size:14px; }

/* subscribe */

#subscribe_block label { width:100px; display:block; float:left; }
#subscribe_block form * { font-size:12px; }

#subscribe_block .error {font-weight: bold;
color:#FF3300;
padding-left: 18px;
background: url(/public/shared/images/error.png) no-repeat left top;}

/* news */


#news ul#news_items li {
	margin-bottom: 13px;
}

#news ul#news_items li .date {
	display: block;
	color: #a6acad;
	font-family: lucida grande, helvetica, arial, sans-serif;
	font-size: 10px;
}

#news ul#news_items li a:link,
#news ul#news_items li a:visited {
	font-size: 29px;
	letter-spacing: -0.05em;
	line-height: 1.0em;	
}

#page_text .date {
	display: block;
	color: #a6acad;
	font-family: lucida grande, helvetica, arial, sans-serif;
	font-size: 10px;
}

#top .inner { text-align:right; }
#top .inner .rubrics a { color:#313131; }
#top .inner a.email { margin-left:20px; margin-right:20px; }

.text_block { clear:both; font-size:14px; padding-bottom:20px; }
.text_block h1, .text_block h2, .text_block h3, .text_block h4, .text_block h5 { font-size:12px; margin:0; padding:0; border:0; letter-spacing:normal; }

#rubrics_top { float:right; margin-bottom:20px; }

#rubrics_bottom { margin-top:20px; }

.clear { clear:both; }

#top_navigation { float:left; } 


/* search inventory */

#inventory_search table.search td { padding:5px; padding-right:0; }
#inventory_search table.search h2 { color:black; margin:0; padding:0; }


.search_tables table {
	border-collapse: collapse;
	font-size: 1.1em;
}

.search_tables th {
	background: #c80300;
	color: #fff;
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	border-right: 1px solid #fff;
	line-height: 1.2;
}

.search_tables td {
	padding: 6px 11px;
	border-bottom: 1px solid #bbbbbb;
	vertical-align: top;
}

.search_tables td * {
	padding: 2px 5px;
}

.search_tables tr.alt td {
	background: #f4f4f4;
}

.search_tables tr.over td {
	background: #d4d4d4;
    color: #000;
}

.search_tables  .table_title { margin-top:20px; margin-bottom:5px; font-weight:bold; }

.first_inventory_search { border:#E5E5E5 solid 2px; }
.first_inventory_search  #inventory_search { background-color:#E5E5E5;}
.first_inventory_search  h2 { margin:0; margin-left:5px; font-weight:bold; font-size:14px; padding-right:10px; }

#rest_content { padding: 10px; }
#rest_content a { color:#333333; }
#rest_content a:hover {
	color: #d90002;
}

#rest_content table.files td { padding-left:5px; padding-top:4px; padding-bottom:5px; font-size:16px; }
#rest_content table.files td.icon  { padding-left:3px; padding-top:0; }
#rest_content table.files { margin-top:5px }

.warning {
	padding:0px;
	padding-left:18px;
	margin-top:10px;
	background: url(/public/shared/images/error.png) no-repeat left top;
}

