@font-face{  
    font-family: TrajanPro;  
    src: url('fonts/TrajanPro.eot'); /* For IE */ 
    src: local('TrajanPro'), url('fonts/TrajanPro.ttf') format('truetype'); /* For non-IE */ 
}  

@font-face{  
    font-family: MyriadPro;  
    src: url('fonts/MyriadPro.eot'); /* For IE */ 
    src: local('MyriadPro'), url('fonts/MyriadPro.ttf') format('truetype'); /* For non-IE */ 
}  

@font-face{  
    font-family: BenchNine-Bold;  
    src: url('fonts/BenchNine-Bold.eot'); /* For IE */ 
    src: local('BenchNine-Bold'), url('fonts/BenchNine-Bold.ttf') format('truetype'); /* For non-IE */ 
}  

body {
	margin:0;
	padding:0;
	/*background-color:#e8dec5;*/
	background-color:#FFF9DF;
	color:#432918;
	font-family:MyriadPro;
}

#background {
	background-image:url(../images/header_3.png);
	background-repeat:no-repeat;
	background-position:center; 
	height:241px;
	min-width:1100px;
}

#top-menu{
	margin-top:-60px;	
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	font-family:TrajanPro;
}

#header-menu-line {
	height:2px;
	color:#432918;
	background-color:#432918;
}

#main{
	padding-top:10px;	
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	min-height:340px;
     height:auto !important;
    
	margin-bottom: 20px;
}

#slider{
	width:800px;
	height:340px;
	float:left;

}

#logo{ 
	width:200px;
	height:340px;
	background-image:url("../images/A-old.png");
	float:left;

	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}

#10px-padding{
	height:10px;
}

#product-menu, #product-photo, #product-details {
	float:left;
	min-height:340px;
	height:auto !important;
	height:340px; 
	margin:0;
	padding:0;
}
#product-menu {
	width:152px;
}
#product-photo {
	width:600px;
}
#product-details {
	width:225px;
	min-height:320px;
	height:auto !important;
	height:320px; 
	color:#FFFFFF;
	background: rgb(88, 88, 88); /* Fall-back for browsers that don't support rgba */
	background: rgba(88, 88, 88, .3);
	padding:10px;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 0px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
	z-index:100000000;
	position:relative;
}

#footer-menu-line
{
	height:2px;
	color:#432918;
	background-color:#432918;
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	border:0px;
}

#footer{
	text-align:center;
	/*font-family:"MyriadPro";*/
	font-family:TrajanPro;
	font-size:12px;
	line-height:25px;
	margin-bottom:20px;
}


a.bottom-menu {
	color:#432918;
	text-decoration:none;
}
a.bottom-menu:hover {
	color:#432918;
	text-decoration:underline;
}

#container {
	min-width:1100px;
}#container #main #product-menu ul {
	list-style-image: url(images/butterfly.png);
}
#container #main #product-menu li {
list-style:none;
}

#product-menu {font-size:0.75em; width:150px;}
#product-menu ul {margin:0px; padding:0px;}


ul.top-level li {
 border-bottom: #d5d5d5 solid;
 border-width: 1px;
}

#product-menu a:active, #product-menu a:link, #product-menu a:visited {
 cursor: pointer;
 display:block;
 height:30px;
 line-height: 25px;
 text-indent: 10px;                   
 text-decoration:none;
 width:100%;
 color:#705200;
 font-size:14px;
}
#product-menu a:hover{
  color:#fff;
 font-size:14px;
}

#product-menu li:hover {
 background: #482c1a;

}
#container #main #product-menu #product-menu-title {
font-size:24px;
padding-bottom:10px;
padding-left:5px;
line-height: 19px;
font-family:BenchNine-Bold;
font-weight:bold;

}
#container #main #product-details #product-details-title {
font-size:24px;
padding-bottom:10px;
padding-left:5px;
line-height: 19px;
font-family:BenchNine-Bold;
font-weight:bold;
}

#product-menu-title {
	text-transform:uppercase;
}

#container #main #product-details #product-details-content {
	font-size:12px;
	text-align:left;
	line-height:1.5em;
}

#about-title{
	font-size:18px;
	font-weight:bold;
	text-indent:0px;
}

p{
	text-indent:50px;
}