/* Reset styles
----------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* Normal styles
----------------------------------------------- */

body {
    font: 13px/22px Georgia, "times new roman", Sherrif;
	height: 100%;
	color: #333;
	background-color:#EBE5DC;
	background-image: url('/img/header.png');
	background-repeat: repeat-x;
	background-position: 0 59px;
}

/* Links
----------------------------------------------- */

a {
	color: #8D907B;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #8D907B;
	border-bottom: 1px dotted #8D907B;
}

a img {
	border-style: none;
}

a:hover.group {
	background: none !important;
	border-bottom: none !important;
	text-decoration: none !important;
	border-style: none !important;
}

/* Headers
----------------------------------------------- */

h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: transparent;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
/*letter-spacing: 1px;

*/
}

h3 {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 3px;
}

h1 a, h2 a, h3 a {
	color: #000;
	background-color: transparent;
	border-bottom: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	color: #000;
	background-color: transparent;
}

ol {
	margin-left: 20px;
}

ul {
	list-style-type: none;
	padding-bottom: 10px;
}

ul ul {
	padding-left: 10px;
}

object {
	z-index: -1;
}

#content p {
	padding-bottom: 10px;
}

acronym {
	border-bottom: 1px dotted #444;
}

.hover {
	cursor: pointer;
	cursor: hand;
}

/* Forms
----------------------------------------------- */

form {
	margin: 0px;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input.text, textarea, select {
	border-color: #E1E1E1;
	border-style: solid;
	border-width: 1px;
}

input {
	font-size: 1em;
	padding: 2px;
}

select {
	padding: 2px;
}

textarea {
	padding: 2px;
}

input:focus, textarea:focus {
	background-color: #FEFEEE;
}

label {
	cursor: pointer;
	cursor: hand;
}

label:hover {
	color: #666666;
}

form .special {
	display: none;
}

fieldset {
	position: relative;
	margin-top: 2.5em;
	padding-top: 2.75em;
	border: none;
	width: 677px;
	padding-left

: 10px;
/*background-color: #fa

fafa;*/
/*border: 1px solid #E4E4E4;*/
}

legend {
	position: absolute;
	top: -.5em;
	left: .5em;
	font-size: 1.5em;
	margin-bottom: 10px;
}

dl {
	overflow: hidden;
}

dt {
	float: left;
	width: 150px;
	font: inherit;
	margin-bottom: 5px;
	clear: left;
}

dd {
	min-height: 35px;
	height: auto;
	_height: 35px;
}

/* Tables
----------------------------------------------- */

table {
	border: none;
	margin: 10px 0 10px 0;
	padding: 0;
}

tr td {
	padding: 5px;
	border-bottom: 1px solid #F3F3F3;
}

thead tr {
	background-color: #fafafa;
}

thead tr td {
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	font-weight: bold;
	background-color: #fafafa;
}

tr td.alignright {
	text-align: right;
}

tr td.delete img {
	position: relative;
	top: 5px;
}

tr td.delete a:hover {
	background-color: transparent;
	border: none;
}

tr td.product {
	width: 350px;
}

tr td.quantity {
	width: 50px;
}

tr td.price, tr td.total {
	width: 150px;
}

tfoot tr.totalprice {
	font-size: 1.2em;
}

tfoot tr td {
	border: none;
	background-color: #fff;
}

tfoot tr.update td {
	border: none;
/

*background-color: #fafafa;*/
	/

*border-bottom: 1px solid #E4E4E4;*/
}

/* Classes
----------------------------------------------- */

.inactive {
	color: #AFAFAF;
}

.inactive a {
	color: #AFAFAF;
}

.hidden {
	display: none;
}

.clearboth {
	clear: both;
	display: block;
}

.center {
	width: 1000px;
	margin: auto;
	padding: 0 10px 0 10px;
	text-align: left;
}

.right {
    float: right;
}

.left {
    float: left;
}

img.about {
	display: block;
	float: left;
	width: 270px;
	height: 270px;
	margin-right: 5px;
	margin-bottom: 5px;
}

ul.errors {
	list-style: none;
}

ul.errors li {
	color: red;
}

.error {
	clear: both;
	margin-bottom: 20px;
	padding: 7px 7px;
	width: 600px;
	border: 1px solid #FFF7B5;
	color: #4A4D4A;
	background-color: #FFFFD6;
}

.warning, .success {
	clear: both;
	margin-bottom: 20px;
	padding: 7px 7px;
	width: 600px;
	border: 1px solid #FFF7B5;
	color: #4A4D4A;
	background-color: #FFFFD6;
}

/* Zend Forms CSS3 cool things */

/*.required:after {
    color: #f00;
    content: ' *';
}*/

.required {
	background-image: url('/img/required.png');
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 8px;
}

.no-border {
	border: 0;
}

/* Navlist-main */

#navigation {
	float: left;
	overflow: hidden;
	margin-left: 40px;
	/*width: 800px;*/
}

#navigation ul {
	list-style-type: none;
	float: left;
	display: block;
	padding-bottom: 0;
}

#navigation li {
	float: left;
	line-height: 1.1em;
	margin: 0 0px 0 0px;
	padding: 0;
	text-align: center;
	height: 50px;
}

#navigation li.active {
    font-weight: bold;
	
}

/* \*/

* html #navigation li a {
	display: inline-block;
}

/* */

#navigation li a {
	display: block;
	padding: 20px 15px 15px 15px;
	color: #fff;
	font-family: helvetica, "sans-sherrif";
	text-decoration: none;
	font-size: 1.1em;
	border-bottom: none;
}

#navigation li a:hover {
	color: #eee;
	text-decoration: none;
	background-color: transparent;
}

#navigation li.active a:hover {
	/*color: #B1A086;*/
	text-decoration: none;
}

#navigation li.active a {
	/*color: #B1A086;*/
	font-weight: bold;
}

/* ID's
----------------------------------------------- */

#wrapper {
	
}

#header {
	background-color: #333;
	height: 50px;
}

#logo {
	float: left;
	padding: 10px 0 0 0;
	font: 28px Helvetica;
	font-weight: bolder;
}

#logo a {
	background-color: transparent;
	border-bottom: none;
	color: white;
}

#lang {
	float: right;
	display: inline;
}

#lang li {
	display: inline;
	padding-left: 20px;
}

#lang li.active {
	background-image: url('/img/shop-tree-right.png');
	background-repeat: no-repeat;
	background-position: 10px 3px;
}

#lang li a {
	color: #fff;
	font-size: .9em;
	font-family: helvetica, "sans-serif";
}

#lang li.active a {
	font-weight: bold;
}

#breadcrumbs {
	top: 0px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	background-color: #554741;
	width: 100%;
	font-family: helvetica, "sans-serif";
}

#breadcrumbs div {
	position: relative;
}

#breadcrumbs a {
	color: #fff;
}

/*#breadcrumbs a:hover{
	text-decoration: underline;
}*/

ul.portfolio {display:inline; margin-left: 10px;}
ul.portfolio li {display: inline; margin-right: 5px; padding: 3px;}
ul.portfolio a {padding: 3px;}
ul.portfolio li.active a {background-color: #8D907B; padding: 3px;}

#img-header {
    display: block;
    overflow: hidden;
}


#shoppingbag {
	position: absolute;
	right: 0px;
	top: 0px;
	display: inline;
	background-image: url('/img/shoppingbag.png');
	background-repeat: no-repeat;
	padding-left: 25px;
	overflow: hidden;
}

#content {
	padding: 5px 0px 10px 0px;
	background: transparent;
	/*min-height: 400px;
		height: auto;
		_height: 400px;*/
	overflow: hidden;
}

#text-home {
	float: left;
	width: 300px;
	margin-right: 30px;
	/*margin: 20px 15px 20px 0;
	background-color: #dfd7d0;
	padding: 10px;*/
	/*background-image: url('/img/home/logo-nhtextiledd.png');*/
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 30px;
}

#text-home H1{
	font-size: 24px;
	font-style: italic;
}

#block-home {
	float: left;
	width: 670px;
	padding-top: 20px;
}

#block-home li{
	float: left;
	cursor: pointer;
	display: block;
	float: left;
	height: 147px;
	margin: 0px 0px 5px 5px;
	overflow: hidden;
	position: relative;
	width: 330px;
}

#block-home li img{
	bottom: 0px;
	display: block;
	position: absolute;
}

#block-home li .description {
    color: #333;
    font-size: 1.2em;
    position: absolute;
    bottom: 30px;
    right: 10px;
    height: 20px;
    overflow: hidden;
}

#block-home li:hover .description {
    color: #333;
}

#block-home li .description-bg {
    background-color: #fff;
    opacity:0.7;
    filter: alpha(opacity = 70);
    position: absolute;
    bottom: 20px;
    right: 0px;
    width: 55%;
    height: 40px;
}
 
#block-home li:hover .description-bg {
    background-color: #fff;
   opacity:0.8;
   filter: alpha(opacity = 80);
   
}

#about {
	margin: 20px 0 20px 0;
	float: left;
	width: 240px;
}

#text {
	width: 650px;
	float: left;
}

#textcol2 {
	width: 346px;
	float: left;
}

#subfooter {
	clear: both;
	color: white;
    background-color: #AA9D94;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Helvetica ,Arial, Verdana, sans-serif;
}

#subfooter h2 {
	font: 1.7em Helvetica ,Arial, Verdana, sans-serif;
	font-weight: normal;
}

#subfooter a, #footer a {
	color: #fff;
	border-bottom: none;
}

#subfooter a:hover, #footer a:hover {
	color: #ccc;
	background: none;
}

#footer {
	color: #fff;
	font-size: .8em;
	background-color: #333;
    font-family: Helvetica ,Arial, Verdana, sans-serif;
    padding: 5px 0 5px 0;
}

#footer .center{
    overflow: hidden;
}

#credits {
	float: left;  
	}

#credits .soflomo{
	font-family: Helvetica ,Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.2em !important;
}