body{
	font-family: Arial, sans-serif;
	}
		ul#demo-block{ margin:0 15px 15px 15px; }
			ul#demo-block li{ margin:0 0 10px 0; padding:10px; display:inline; float:left; clear:both; color:#aaa; background:url('../img/bg-black.png'); font:11px Helvetica, Arial, sans-serif; }
			ul#demo-block li a{ color:#eee; font-weight:bold; }
			
		#header{
		background: url('../img/pattern.png') repeat top left scroll transparent;
		width:100%;
		height: 60px;
		position:fixed;		
		z-index: 9000;
		}	
		
		#cntnt{
    background: url("../img/bg-cntnt.png") repeat scroll left top transparent;
    margin: 30px auto;
    width: 800px;
	border: solid 2px #eee;
	padding:25px 15px 40px;
	z-index:3000;
		}
		
		#head-write{
		width:70%;
		margin:0 auto;
		display:block;
		}
		
		.shadow{
-moz-box-shadow: 1px 1px 2px #333;
-webkit-box-shadow: 1px 1px 2px #333;
box-shadow: 1px 1px 2px #333;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=115, Color='#333')";
 /* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=115, Color='#333');
}

h1.logo {
font-family: 'Great Vibes', cursive;
font-size:40px;
text-shadow: 1px 1px 1px #333;
color:#FFF;
float:left;
padding-top:5px;
}

h1{
font-family: 'Great Vibes', cursive;
font-size:35px;
text-shadow: 1px 1px 1px #898989;
color:#000;
padding-top:10px;
margin:0px;
}

h3{
    color: #7b4301;
    font-size: 19px;
    margin: 0;
    text-shadow: 1px 1px 1px #898989;
}

a.cat{
    border-bottom: 1px dashed #7B4301;
    color: #7B4301;
    display: block;
    font-size: 19px;
    margin: 0 auto;
    padding: 25px 10px;
    text-align: center;
    text-shadow: 1px 1px 1px #898989;
    width: 262px;
	text-decoration: none;
}

a.cat:hover {
text-decoration: underline;
}

p{
color:#000;
font-size:13px;
margin: 10px 0px;
}

#nav{
float:right;
width: 795px;
}

ul.menu li{
		background: url('../img/bg-menu.png') no-repeat top left scroll transparent;
		width: 139px;
		height: 97px;
		list-style-type: none;
		margin:0px 10px;
		float:left;
}

ul.menu li a {
    color: #FFFFFF;
    display: block;
    font-family: tahoma,trebuchet MS;
    font-size: 18px;
    margin: 20px auto;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #333333;
    text-transform: uppercase;
    width: 120px;
}

ul.menu li a:hover {
		text-decoration: underline;		
		}

		
img.gal-thumb{
width: 300px;
margin: 10px;
border:solid 2px #333;
}

table.prod-tbl {
    border-bottom: 1px dashed #333;
    float: left;
    height: 380px;
    margin-right: 2px;
    width: 380px;
}



table.prod-tbl img {
border:solid 2px #999;
width:250px;
}

table.prod-tbl img:hover {
opacity:0.8;
}


a.prod-title {
    color: #7b4301;
    font-weight: bold;
	font-family: tahoma,trebuchet MS;
	text-decoration:none;
	font-size:12px;
}

a.prod-title:hover {
	text-decoration:underline;
}