@charset "utf-8";

@font-face {
	font-family: 'Museo500';
	src: url('museo-500-webfont.eot');
	src: local('☺'), url('museo-500-webfont.woff') format('woff'), url('museo-500-webfont.ttf') format('truetype'), url('museo-500-webfont.svg#webfontYRo8ako7') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NadiaSerifNormal';
	src: url('nadiaserifnormal-webfont.eot');
	src: local('☺'), url('nadiaserifnormal-webfont.woff') format('woff'), url('nadiaserifnormal-webfont.ttf') format('truetype'), url('nadiaserifnormal-webfont.svg#webfontS4RmLT9O') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SipleLight';
	src: url('sipll___-webfont.eot');
	src: local('☺'), url('sipll___-webfont.woff') format('woff'), url('sipll___-webfont.ttf') format('truetype'), url('sipll___-webfont.svg#webfontbbRpW720') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CalibriRegular';
	src: url('calibri-webfont.eot');
	src: local('☺'), url('calibri-webfont.woff') format('woff'), url('calibri-webfont.ttf') format('truetype'), url('calibri-webfont.svg#webfontvbJixfx3') format('svg');
	font-weight: normal;
	font-style: normal;
}


html {
	overflow: -moz-scrollbars-vertical;
	margin  : 0;
	padding : 0;
}
* {
	font-family:"CalibriRegular";
	font-size  :14px;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color:black;
	background-image:url("../image/bg_1.jpg");
	background-repeat:repeat-x;
	background-position:left -1px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
form {
	padding: 0;
	margin : 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
input[type=text], input.text {
	padding:3px;
}
a, a:visited {
	color:#6F6045;
	text-decoration:none;
	cursor: pointer;
	font-size:110%;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
h2 {
	color:#C5A977;
	font-size:200%;
}
h3 {
	color:#C5A977;
	font-size:160%;
	font-family:'Museo500';
}
	
#container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
strong,b {
	color:#000000;
}
/**
  * ****** *
  * HEADER *
  * ****** *
**/
#container #header {
	width: 100%;
	height:150px;
	text-align:left;
}
/** top **/
#container #header table#top{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background:transparent;
}
#container #header table#top td#logo{
	text-align:left;
	padding-left:87px;}
/** end top **/

/** top description **/
#container #header div#top_description {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background:transparent;}
#container #header div#top_description table {
	margin-left:438px;
	margin-top :-25px;}
#container #header div#top_description table td {
	font-size  :115%;
	font-family:'Museo500';
	color      :#6D6352;}
	
/** end top description **/

/** top menu **/
#container #header div#top_menu {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background:transparent;
}
#container #header div#top_menu table#menu {
	margin-left:180px;
	margin-top :5px;
}
#container #header div#top_menu table#menu td {
	text-align:center;
	cursor:pointer;
	width:101px;
	height:29px;
	background-image:url("../image/menu_out.png");
	background-repeat:no-repeat;
}
#container #header div#top_menu table#menu td:hover,
#container #header div#top_menu table#menu td#selected{
	text-align:center;
	cursor:pointer;
	width:101px;
	height:29px;
	background-image:url("../image/menu_over.png");
	background-repeat:no-repeat;
}
#container #header div#top_menu table#menu td span {
	color:black;
	font-family:"Museo500";
}
/** end top menu **/

/** search **/
#search select {
	border: 1px solid #0A5391;
	padding: 1px;
}
#search input {
	border : 1px solid #0A5391;
	padding: 3px;
	color  : #000000;
}
/** end search **/


#breadcrumb {
	float: left;
	padding-top: 7px;
	padding-bottom: 11px;
	height: 13px;
	margin-bottom: 10px;
	color: #000000;
}
.switcher {
	float: right;	
	margin-top: 3px;
	margin-left: 10px;
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background: #FFFFFF url('../image/switcher.png') repeat-x;
}
.switcher .selected a {
	border: 1px solid #CCCCCC;
	background: url('../image/arrow_down.png') 116px center no-repeat;
	color: #666666;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background: #F0F0F0 url('../image/arrow_down.png') 116px center no-repeat;
}
.switcher .option {	
	position: absolute;
	z-index: 3;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	display: none;
	width: 131px;
}
.switcher .option a {
	color: #000;
	padding: 3px 5px 3px 5px;
}
.switcher .option a:hover {
	background: #FFC;
}
.switcher img {
	position: relative;
	top: 1px;
}
#column_left {
	float: left;
	width: 200px;
	margin-right: 10px;
	clear: left;
}
#column_right {
	float: right;
	width: 180px;
	margin-left: 10px;
	clear: right;
}
#content {
	margin-top: 0px;
	margin-left: 210px;
	margin-right: 190px;
	margin-bottom: 10px;
}
#content .top {
	margin-bottom:-8px;
}
#content .top td.left {
	background: url('../image/top_content_left_1.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 44px;
	height: 54px;
}
#content .top td.right {
	background: url('../image/top_content_right_1.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 44px;
	height: 56px;
}
#content .top td.center {
	background-image: url('../image/top_content_center_1.png');
	background-repeat: repeat-x;
	background-position: left top;
	height: 54px;
	width:720px;
}
#content .top h1 {
	padding: 0px 0px 8px 7px;
}
#content h1, .heading {
	color: #000000;
	font-size: 14px;
	font-family:"Trebuchet MS";
	text-transform: uppercase;
	margin: 0px;
}
.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px 10px 1px 10px;
	min-height: 380px;
}
#content .bottom .left {
	background: url('../image/content_bottom_left.png') no-repeat;
	width: 5px;
	height: 5px;
	float: left;
}
#content .bottom .right {
	background: url('../image/content_bottom_right.png') no-repeat;
	width: 5px;
	height: 5px;
	float: right;
}
#content .bottom .center {
	background: url('../image/content_bottom_center.png') repeat-x;
	height: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

/** titles,... **/
.title {
	font-size:130%;
	color:white;
	text-transform:uppercase;
	text-align:center;}
#small{
	font-size: 12px;}
span.title {
	font-size: 90%;
	color    : #ffffff;
	font-family: 'Museo500';}
span.title2, span.title2 a {
	font-size: 90%;
	color    : #C5A977;
	color    : #ffffff;
	font-family: 'Museo500';}

/** end titles,... **/

/** news **/
.news {
	border-bottom:1px solid #C5A977;}
.news .news_desc {
	margin-top:-20px;
}
.news div#news_title span {
	font-size:200%;
	color:#C5A977;
	font-family:'Museo500';
	cursor:hand;
	cursor:pointer;}
.news font {
	font-size:70%;
	color:#5F5F5F;}
.news .facebook {
	float:right;
	}
/** end news **/

/** right box **/
table.box2 { 
	margin-bottom:10px;
	width:200px;
	border-spacing:0; }
table.box2 td.top {
	height:30px;
	margin-left:5px;
	background-image:url("../image/box_top_right.png");
	background-repeat:no-repeat;}
table.box2 td.center {
	margin-left:5px;
	background-image:url("../image/box_center.png");
	background-repeat:repeat-y;
	text-align:left;
	padding-left:15px;
	line-height:20px;
	color:#C5A977;
	height:100%;
	position:relative;}
table.box2 td.center a#selected {
	color:#ffffff;
	text-decoration:none;}
table.box2 td.center a {
	color:#C5A977;
	text-decoration:none;
	font-size:110%;
	font-family:"Museo500";}
table.box2 td.center .childs {
	padding-left:15px;}
table.box2 td.center .childs a {
	color:#C5A977;
	font-size:90%;
	text-decoration:none;}
table.box2 td.bottom {
	height:10px;
	margin-left:5px;
	background-image:url("../image/box_bottom.png");
	background-repeat:no-repeat;}
	
table.box2 td.center ul{ list-style:none;margin-left:-20px; }
table.box2 td.center ul li a{ font-size:80%; }
table.box2 td.center ul li:hover{ text-decoration:underline; }
/** end right box **/

/** category box **/
table.box1 { 
	width:200px;
	border-spacing:0; }
table.box1 td.top {
	height:10px;
	margin-left:5px;
	background-image:url("../image/box_top.png");
	background-repeat:no-repeat;}
table.box1 td.center {
	margin-left:5px;
	background-image:url("../image/box_center.png");
	background-repeat:repeat-y;
	text-align:left;
	padding-left:15px;
	line-height:20px;
	color:#C5A977;
	height:250px;}
table.box1 td.center a#selected {
	color:#ffffff;
	text-decoration:none;}
table.box1 td.center a {
	color:#C5A977;
	text-decoration:none;
	font-size:110%;
	font-family:"Museo500";}
table.box1 td.center .childs {
	padding-left:15px;}
table.box1 td.center .childs a {
	color:#C5A977;
	font-size:90%;
	text-decoration:none;}
table.box1 td.bottom {
	height:10px;
	margin-left:5px;
	background-image:url("../image/box_bottom.png");
	background-repeat:no-repeat;}
/** ************ **/

/** login register rotator **/
table.login_register{ width:900px;border-spacing:0; }
table.login_register td.lr{ width:200px; }
table.login_register td.rotator{ width:700px;height:292px; }
table.login_register td.bg_center{ width:900px;height:472px; }

table.login_register td.lr ul{ list-style:none;margin-left:-20px; }
table.login_register td.lr ul li a{ font-size:80%; }
table.login_register td.lr ul li:hover{ text-decoration:underline; }

table.login_register td.rotator{ 
	background-image:url("../image/center_top_bg.png");
	background-repeat:no-repeat; }
table.login_register td.rotator img{
	padding-left:3px;
	float:left;
	padding-right:50px;}
table.login_register td.rotator ul{
	line-height:40px; 
	list-style-position: outside;
	list-style:none;}
table.login_register td.rotator ul li{
	font-size:110%;
	color:#C5A977;
	font-family:"Museo500";}
table.login_register td.rotator ul li:hover{
	background-image: url("../image/arrow_ul.png"); 
	background-repeat:no-repeat;
	background-position:69% top;}
table.login_register td.rotator ul li.selected{
	background-image: url("../image/arrow_ul.png"); 
	background-repeat:no-repeat;
	background-position:69% top;}

table.login_register td.bg_center{
	text-align:justify;}
/** end login register **/

/** home news **/
table.login_register td.bg_center .home_news{
	width:900px;}
table.login_register td.bg_center .home_news td{
	padding:0px 10px 0px 10px;}
table.login_register td.bg_center .home_news td#home_news_t{
	text-align:justify;
	background-image: url("../image/bg_center_t.png"); 
	background-repeat:no-repeat;
	background-position:top left;
	height:15px;}
table.login_register td.bg_center .home_news td#home_news_m{
	text-align:justify;
	background-image: url("../image/bg_center_m.png"); 
	background-repeat:repeat-y;
	background-position:top left;
	height:100%;}
table.login_register td.bg_center .home_news td#home_news_b{
	text-align:justify;
	background-image: url("../image/bg_center_b.png"); 
	background-repeat:no-repeat;
	background-position:top left;
	height:20px;}
/** end home news **/

/** buttons **/
button {
	font-size  : 12px;
	font-family: 'Museo500', Tahoma, "Lucida Sans", Verdana;
	color      : #DFCEB0;
	margin     : 0px;
	padding    : 5px 5px 5px 5px;
	position   : relative; /*To fix IE6 problem (not displaying)*/
	border     : 0px none;
	text-align : center;
	width      : 80px;
	height     : 24px;
	background : url('../image/button_submit.png') center center no-repeat;
	cursor     : hand;
	cursor     : pointer;}
/** end buttons **/

.box {
	margin-bottom: 10px;
	background: url('../image/box_top.png') no-repeat;
}
.box .top {
	padding: 8px 0px 8px 7px;
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background-image:url("../image/box_center.png");
	background-repeat:repeat-y;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding: 10px;
	background-image:url("../image/box_center.png");
	background-repeat:repeat-y;
}
.box .bottom {
	height: 5px;
	background: url('../image/box_bottom.png') no-repeat;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
button.button_big {
	background : url('../image/button_big.png') center center no-repeat;
	font-size  : 12px;
	font-family: 'Museo500', Tahoma, "Lucida Sans", Verdana;
	color      : #ffffff;
	margin     : 0px;
	padding    : 5px 5px 5px 5px;
	position   : relative; /*To fix IE6 problem (not displaying)*/
	border     : 0px none;
	text-align : center;
	width      : 162px;
	height     : 24px;
	cursor	   : hand;
	cursor     : pointer;
}
div.button_big {
	background : url('../image/button_big.png') center center no-repeat;
	font-size  : 12px;
	font-family: 'Museo500', Tahoma, "Lucida Sans", Verdana;
	color      : #ffffff;
	margin     : 0px;
	padding    : 18px 5px 5px 5px;
	position   : relative; /*To fix IE6 problem (not displaying)*/
	border     : 0px none;
	text-align : center;
	width      : 162px;
	height     : 24px;
	cursor	   : hand;
	cursor     : pointer;
}
button.button_medium, input.button_medium{
	background : url('../image/button_medium.png') center center no-repeat;
	font-family: 'Museo500', Tahoma, "Lucida Sans", Verdana;
	font-size  : 12px;
	color      : #ffffff;
	margin     : 0px;
	padding    : 5px 5px 5px 5px;
	position   : relative; /*To fix IE6 problem (not displaying)*/
	border     : 0px none;
	text-align : center;
	width      : 150px;
	height     : 24px;
	cursor	   : hand;
	cursor     : pointer;
}
div.button_medium {
	background : url('../image/button_medium.png') center center no-repeat;
	font-family: 'Museo500', Tahoma, "Lucida Sans", Verdana;
	font-size  : 12px;
	color      : #ffffff;
	margin     : 0px;
	padding    : 18px 5px 5px 5px;
	position   : relative; /*To fix IE6 problem (not displaying)*/
	border     : 0px none;
	text-align : center;
	width      : 150px;
	height     : 24px;
	cursor	   : hand;
	cursor     : pointer;
}
button.button_small, input.button_small {
	background : url('../image/button_small.png') center center no-repeat;
	font-size  : 12px;
	font-family: 'Museo500', Tahoma, "Lucida Sans", Verdana;
	color      : #ffffff;
	margin     : 0px;
	padding    : 5px 5px 5px 5px;
	position   : relative; /*To fix IE6 problem (not displaying)*/
	border     : 0px none;
	text-align : center;
	width      : 120px;
	height     : 24px;
	cursor	   : hand;
	cursor     : pointer;
}
div.button_small {
	background : url('../image/button_small.png') center center no-repeat;
	font-size  : 12px;
	font-family: 'Museo500', Tahoma, "Lucida Sans", Verdana;
	color      : #ffffff;
	margin     : 0px;
	padding    : 18px 5px 5px 5px;
	position   : relative; /*To fix IE6 problem (not displaying)*/
	border     : 0px none;
	text-align : center;
	width      : 120px;
	height     : 24px;
	cursor	   : hand;
	cursor     : pointer;
}
button.button_xsmall {
	font-size  : 12px;
	font-family: 'Museo500', Tahoma, "Lucida Sans", Verdana;
	color      : #ffffff;
	margin     : 0px;
	padding    : 5px 5px 5px 5px;
	position   : relative; /*To fix IE6 problem (not displaying)*/
	border     : 0px none;
	text-align : center;
	width      : 80px;
	height     : 24px;
	background : url('../image/button_submit.png') center center no-repeat;
	cursor     : hand;
	cursor     : pointer;
}
div.button_xsmall {
	font-size  : 12px;
	font-family: 'Museo500', Tahoma, "Lucida Sans", Verdana;
	color      : #ffffff;
	margin     : 0px;
	padding    : 18px 5px 5px 5px;
	position   : relative; /*To fix IE6 problem (not displaying)*/
	border     : 0px none;
	text-align : center;
	width      : 80px;
	height     : 24px;
	background : url('../image/button_submit.png') center center no-repeat;
	cursor     : hand;
	cursor     : pointer;
}

.button span {
	font-size  : 12px;
	font-family: 'Museo500', Tahoma, "Lucida Sans", Verdana;
	color      : #ffffff;
	margin     : 0px;
	padding    : 5px 5px 5px 5px;
	position   : relative; /*To fix IE6 problem (not displaying)*/
	border     : 0px none;
	text-align : center;
	width      : 120px;
	height     : 24px;
	background : url('../image/button_small.png') center center no-repeat;
	cursor     : hand;
	cursor     : pointer;
}

.buttons {
	/*background: #F8F8F8;
	border: 1px solid #DDDDDD;*/
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.content {
	/*background: #E4D3B5;*/
	border-top: 1px solid #E4D3B5;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.list {
	margin-bottom: 10px;
	width: 100%;
	position:relative;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
	position:relative;
}

.sort {
	margin-bottom: 10px;
	border-bottom:2px solid #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	border-top:2px solid #f7f7f7;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	padding:2px 3px;
	text-decoration: none;
	color: #000000;
	font-size:120%;
}
.pagination .links a:hover {
	text-decoration: none;
	color: #98724E;
}
.pagination .links a#selected {
	text-decoration: none;
	color: #98724E;
	font-size:140%;
}

.pagination .results {
	float: right;
}
.tabs {
	width: 100%;
	height: 31px;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 10px;
}
#footer {
	width: 100%;
	clear: both;
	padding-top: 5px;
	border-top: 1px solid #DDDDDD;
}
#footer .div1 {
	float: left;
	text-align: left;
}
#footer .div2 {
	float: right;
	text-align: right;
}
#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_1.png');
}
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
}
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}

/** right latest products **/
#portfolio ul#image_rotate li {
	cursor:pointer;
	cursor:hand;
}
#portfolio ul#image_rotate li img {
	padding-top:20px;
	padding-left:3px;
}
#portfolio ul#image_rotate {
	background-image:url('../image/right_box.png');
	background-repeat:no-repeat;
	background-position:center top;
	width:170px;
	height:178px;
}
#portfolio ul#image_rotate li {
	text-align:left;
	color:#2D2A24;
}
#portfolio ul#image_rotate li div {
	width:130px;
	text-align:center;
}
#portfolio ul#image_rotate li:hover {
	text-align:left;
	color:#2D2A24;
	text-decoration:none;
}
/** end right latest products **/

.description {
	width:450px;
	text-align:justify;
}
