body {
    background-color:  #000000; 
  /*   background-color: #dcd1ae; #131114; */
   font-family: Arial; 
   /*Fantasy; */
	/* Arial; */
    color: #666666;
    font-size: 12px;
    text-align: center;
    padding: 0px;
    margin: 0px;
	line-height: 17px;
}

#all {
    background-image: url(gfx/bg.png);
   background-color: #FFFFFF;
   /* #dcd1ae; #d4c8a6; */ 
    background-repeat: repeat-x;
}

a { color: #666666; }
a:hover { color: #999999; }


#top {
    height: 105px;
    background-image: url(gfx/topbg3.png);
    background-repeat: repeat-x;
}

#container, #flash {
    width: 776px;
    text-align: left;
    margin: auto;
}

#menu {
    padding-left: 5px;
    width: 18%;
    float: left;
}

#menu li:hover {
    background-image: url(gfx/menu3.png);
    background-color:   #FFFFFF;
    color: white;
}

#menu li.none:hover {
    background-image: none;
    background-color: transparent;
    color: !inherit;
}

#menu a {
    color: #666666;
    text-decoration: none;

}


#menu a.choosed {
    color: #666666;
	font-weight: bold; 
}

#menu ul {
    margin-left: 0px;
    padding: 0px;
}

#menu li {
    color: #333333;
    background-image: url(gfx/menu1.png);
    background-repeat: no-repeat;
    background-position: 7px 3px;
    padding-left: 19px;
    list-style: none;
    margin-left: 0px;
    font-size: 11px;
    margin-bottom: 4px;
    text-transform: uppercase;
    cursor: pointer;
	

}

ul.own {
}


#menu li.none {
    background-image: none;

  
}

h1 {
    color: #666666;
	font-weight: normal;
    font-size:20px;
	font-family: Helvetica;
    text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(gfx/retenorbox.png);
	padding-left: 25px;
	background-repeat: no-repeat;
	letter-spacing: 1px;
}

h2 {
    color: #333333;
	background-image: url(gfx/retenorbox2.png);
	padding-left: 25px;
	padding-top: 3px;
	font-size: 12px;
	background-repeat: no-repeat;
}

#menu li ul { display: none; }

#menu li ul li {
    background-image: url(gfx/menu2.png);
    text-transform: none;
}

#menu li a { display: block; }

#upMenu {
    padding: 7px;
    padding-left: 300px;
    font-size: 10px;
    margin-bottom: 20px;
	color: #AAAAAA;
}

#upMenu ul { margin: 0px; padding: 0px; }

#upMenu li {
    list-style: none;
    float: left;
    margin-right: 30px;

}

#upMenu li .choosed {
    color: #60FBAB;
}

#upMenu li a:hover {
    color: #ffffff;
}

#upMenu a {
    color: #A4A497;
	  /* color: #747467; */
    text-decoration: none;
}

div.clear {
    clear: both;
}

#content {
    float: left;
    width: 80%;
}

#content div.incon {
    padding-left: 10px;
    padding-top: 10px;
}

#footer {
    background-image: url(gfx/footer.png);
    height: 48px;
    background-repeat: repeat-x;
    margin-top: 10px;
    background-position: bottom left;
	background-color: #000;
}

#footer .in {
    width: 776px;
/*     text-align: right; */
    margin: auto;
    padding-top: 25px;
    color: #747467;
    text-align: center;
}

#footer .in a { color: white; text-decoration: none; margin-left: 10px; margin-right: 10px;}

div.icon {
    width: 48%;
    float: left;
    height: 110px;
    overflow: hidden;
}

div.icon div.in { padding: 5px; }

div.icon:hover { background-color: #FFFFFF; }

div.icon div.image {
    float: left;
    margin-right: 10px;
}

div.icon div.title { font-size: 16px; margin-bottom: 5px;   	letter-spacing: 2px; font-weight: bold;     }
div.icon a { text-decoration: none; color: #333333;  }
div.icon div.description a { color: #666666; font-size: 11px;}
a img { border: 0px; }

div.box {
    padding: 10px;
    background-color: #040608;
    border: 1px solid #000000;
    margin-bottom: 20px;
}

div.list { line-height: 150%; }
div.list ul { padding-left: 0px; }
div.list li { margin-left: 20px; padding-left: 15px; list-style-type: none;
	background-image: url(gfx/retenorlist.png); background-repeat: no-repeat; background-position: 0px 4px;}
div.list li.title { list-style: none; font-weight: bold; padding-left: 0px; margin-left: 0px; margin-bottom: 5px;} 

div.thumb {
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
    margin-right: 10px;
    opacity: 1;
    float: left;
}

div.thumb:hover { opacity: 0.8; }

div.aboutProduct {
	font-size: 11px;
	margin-top: 10px;

}

div.aboutProduct ul {
	list-style-type: decimal;
}

div.priceList {
	background-color: #F1F1F1;
	border: 1px solid #F1F1F1;
	margin-top: 30px;
	padding: 10px;
}

div.priceList table {
	width: 100%;
}

div.priceList table { border-spacing: 0px; border-collapse: 0px; }
div.priceList table td { padding: 5px; }
div.priceList table td.name { width: 79%; }
div.priceList table tr.even { background-color: #E0E0E0; }
div.priceList table td input { width: 100%; background-color: #B8B8B8; border: 1px solid #444444; }
/*  #888888 */
div.priceList table th { text-align: center; }
div.priceList table td.quantity { padding-left: 15px; }
div.priceList table td.order { padding-right: 0px; text-align: right; }
input.submit { width: 100px !important; background-color: #444444 !important; color: #eeeeee !important;
border: 1px solid #BBBBBB !important;}

div.cart {
	float: left;
	text-align: right;
	width: 140px;
}

h3 {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}

div.contactForm {
	border: 1px solid 
	background-color: #FFFFFF;
	padding: 10px;
}

div.contactForm input, div.contactForm textarea {
	background-color: #FFFFFF;
	border: 1px solid #444444;
	padding: 3px;
	width: 500px;
}

div.contactForm textarea {
	height: 200px;
}
	