/***********************************************/
/* Base styles		                             */
/***********************************************/
body {
	font: 12px Arial, Verdana, sans-serif;
	color: #000;
	margin:0;
	padding: 0;
	background: #e9e9e7;
	text-align:center;
}

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

a:hover {
	text-decoration: underline;
}

.floatleft {float: left;}
.floatright {float: left;}
.clear {clear:both;}

#container {
	width: 1000px;
	margin:auto;
	padding:0;
	text-align:left;
}
p {
	margin: 0;
	padding: 0;
	text-align: justify;
}
img {
	border: 0;
}
/***********************************************/
/* Header styles                               */
/***********************************************/
#header {
	float: left;
	width: 100%;
	height: 67px;
	padding: 0 0 0 0;
	margin:0;
	background:url(../images/bgr_hdr.gif) repeat-x; 
}
.logo {
	float: left;
	border: 0;
	margin: 0 0 0 0;
}
.flash {
	float: right;
	width: 535px;
	margin: 0;
}
/***********************************************/
/* Menu styles                                 */
/***********************************************/
#menu {
	float: right;
	padding: 0;
	list-style-type: none;
	margin:0 15px 0 0;
}
#menu li {
	float: left;
	margin-left: 14px; 
}
#menu li a, #menu li a:visited, #menu li a:active {
	display: block;
	height: 30px;
	float: left;
	font: 12px Arial, Verdana, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
	margin:3px 0 0 0;
}
#menu li a:hover {
	color: #f12352;
}

#menu li a.on{
	background: url(../images/menu_top_hover.gif) no-repeat bottom left;
}


/***********************************************/
/* Content styles                              */
/***********************************************/
#previewbox {
	float: left;
	width: 688px;
	border: 9px solid #f0f1ea;
	background-color: #fff;
}
#previewbox .title {
	position: absolute;
	float: left;
	width: 688px;
	height: 22px;
	background-color: #fff;
	text-align: right;
	filter:alpha(opacity=75); /* IE opacity*/
	opacity: 0.75;
}

#previewbox .title h1 {
	margin: 3px 10px 0 0;
	padding: 0;
	font: bold 12px Arial, Verdana, sans-serif;
	color: #000;
}

#previewbox .title span {
	color: #d9563d;
	padding-right: 20px;
}

#previewbox .showhide {
	position: absolute;
	float: left;
	width: 21px;
	height: 162px;
	margin-top: 22px;
}

.descrout {
	position: absolute;
	float: left;
	display: inline;
	margin: 22px 0 0 21px;
	width: 666px;
	text-align: left;
	z-index: 100;
}

.descrout #descr {
	float: left;
	background-color: #fff;
	text-align: left;
	filter:alpha(opacity=75); /* IE opacity*/
	opacity: 0.75;
	padding: 20px;
	z-index: 100;
	display: none;
}
#content {
	float: left;
	width: 812px;
	min-height: 370px;
	margin:0;
	padding:0;
	display:inline;
}
.tabl{
	background-color: #ffffff;
	border: 1px solid #9CA27D;
	text-align: center;
}
#itemlist {
	float: left;
	width: 530px;
	display: none;
}
#text {
	float: left;
	width: 757px;
	margin: 10px 0 0 15px;
	text-align: justify;
}
.gallery_view {
	float: left;
	width: 805px;
	height:370px;
	margin: 0 0 0 5px;
	text-align: justify;
	background:#fff;
}
#text h1, .gallery_view h1 {
	margin: 0;
	padding: 0;
	font: bold 14px Arial, Verdana, sans-serif;
	color: #000;
}

#footer {
	float: left;
	width: 100%;
	font-size: 11px;
	padding: 8px 0 0 0;
	background-color:#000;
	color:#fff;
}
#footer a{
	color:#fff;
}
.tabl a{
	text-decoration: none;
	text-align: center;
}
.tabl a img{
	border: none;
}
.leftmenu {
	float: left;
	width:185px;
	min-height:360px;
	padding: 0;
	margin: 10px 0 0 0;
	background:#b3b3b3 url(../images/bgr_leftmenu.jpg) repeat-x;
}
.leftmenu ul{
	margin:0;
	padding:0;
}
.leftmenu li {
	list-style:none;
	margin:0;
	padding:0;
}
.leftmenu a, #leftmenu a:visited, #leftmenu  a:active {
	display: block;
	font: 12px Arial, Verdana, sans-serif;
	text-transform:uppercase;
	color: #000;
	padding:0 0 3px 10px;
	margin:0 0 3px 0;
	width: 175px;
	text-decoration: none;
	float: left;
	text-align: left;
	border-bottom:3px solid #e9e9e7;
}
.leftmenu a:hover {
	background-color:#b4b3b3;
}
.leftmenu a.on {
   font: 20px Arial, Verdana, sans-serif;
	color: #000;
	margin: 0 0 9px 15px;
	text-decoration: none;
	text-transform: none;
	float: left;
	text-align: left;
	background: url(../images/sub_menu.gif) no-repeat right;
	padding: 1px 0 0 20px;
	display: block;
}
.leftmenu #sub {
	margin: 0 0 0 0;
	padding: 0;
}
#sub ul {
	background-color:#c4a0a2;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#sub a, #sub a:visited, #sub a:active {
	color: #000;
	margin: 0 0 0 0px;
	text-decoration: none;
	float: left;
	text-align: left;
	padding: 3px 0 3px 20px;
	display: block;
	width:165px;
	text-transform:capitalize;
}
#sub a.on {
	color: #000;
	background: url(../images/sub_menu_hover.gif) no-repeat right;
}
#sub  a:hover {
	background: url(../images/sub_menu_hover.gif) no-repeat left;		
}
a.left_arrow  {
	background: url(../images/left_arrow.jpg) no-repeat center;
	color: #fff;
	font-size: 9px;
	display: block;
	float: left;
	width: 30px;
	height: 63px;
	margin: 38px 5px 0 0;
}
.galeria {
	width: 820px;
	margin: 10px 0 0 -8px;
	float:left;
}
.images {
	float: left;
	overflow: hidden;
	width: 750px;
	margin: 0 15px 0 15px;
}
.img_item {
	height: 167px;
	padding: 0 0 0 2px;
	margin:0 0 0 12px;
	border: 0;
	background: url(../images/bgr_img.gif) no-repeat;
	float:left;
	width:190px;
}
a#img_item  {
	width: 160px;
	height: 120px;
	overflow: hidden;
	text-align: left;
	margin: 13px 18px 0 13px;
	padding: 0;
	display: block;
	border: 0;
	text-decoration: none;
	color: #fff;
	float: left;
}
a:hover#img_item  {
	filter:alpha(opacity=75); /* IE opacity*/
	opacity: 0.75;
}

.img_item2 {
    float:left;
	width: 115px;
	height: 84px;
	padding: 1px;
	border: solid #b1b3b6 1px;
	margin: 4px 0 0 0;
}
.img_item2 a {
	width: 115px;
	height: 84px;
	overflow: hidden;
	text-align: center;
	margin: 0px 0px 0 0px;
	border:0;
	padding: 0;
	display: block;
	text-decoration: none;
	color: #fff;
	float: left;
    overflow:hidden;
}
.img_item2 a:hover {
	filter:alpha(opacity=75); /* IE opacity*/
	opacity: 0.75;
}
.top {
	width: 100%;
	height: 32px;
	float: left;
}
.nobord{
  border: 0px;
}

.product_images{
   float:left;
   margin: 5px;
   width:135px;
   overflow:hidden;
   text-align: center;
}
.view {
	width: 100%;
	float: left;
	margin: 0 0 0 14px;
	padding: 0;	
}
.list{
    margin: 5px 0 10px 10px;
    height:20px;
	width:805px;
    text-align: center;
	float:left;
	background-color:#fff;
}

.big{
    font-size:13px;
    font-weight: bold;
}

a.link{
    text-decoration: none;
    margin:0 3px 0 3px;
}
.bigimg{
    width:675px;
    height:363px;
    margin:5px 0 0 3px;
    padding:0; 
    text-align:center;
    border: 0;
    overflow:hidden;
	float:left;
}
*html .bigimg{
    margin:5px 0 0 0px;
}
.smallimgs{
    width:115px;
    margin:0 5px 0 0px;
    text-align:center;
	float:right;
	position:relative;
}
*html .smallimgs{
    margin:1px 0px 0 0px;
}
a#prod_name, a:hover#prod_name{
	color: #58595b;
	float: left;
	text-align: left;
	width: 90%;
	background-image:none;
	height:auto;
	margin: 9px 0 0 14px;
	padding:0;
	font-weight: bold;
	text-decoration:none
}
.prod_info {
	float:left;
	min-width:200px;
	position:relative;
	margin:-350px 0 0 15px;
	padding:3px;
	filter:alpha(opacity=70); /* IE opacity*/
	opacity: 0.70;
	background:#fff;
	text-align:left;
}