/*----------- Divs -----------*/
/* CSS Document */

    @font-face {
	font-family: 'UglyQuaRegular';
    src: url('../fonts/uglyqua-webfont.eot');
    src: url('../fonts/uglyqua-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/uglyqua-webfont.woff') format('woff'),
         url('../fonts/uglyqua-webfont.ttf') format('truetype'),
         url('../fonts/uglyqua-webfont.svg#UglyQuaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	}

body{
	background-image:url(../images/bg.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position: center;
	background-position: top;
	margin:0px;
	padding:0px;
}

.container{
	margin:none;
	padding:none;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

.banner{
	width:900px;
	height:280px;
	background-image:url(../images/bannerbar.png);
	background-repeat:no-repeat;
	margin:none;
	padding:none;
}

.nav{
	width:900px;
	height:30px;
	padding-top:250px;
}

.scroll{
	width:800px;
	background-image:url(../images/scroll.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:50% top;
   	background-position:50% left;
	padding:50px;
	
}

/*----------- Typography and Layout -----------*/

    @font-face {
	font-family: 'UglyQuaRegular';
    src: url('../fonts/uglyqua-webfont.eot');
    src: url('../fonts/uglyqua-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/uglyqua-webfont.woff') format('woff'),
         url('../fonts/uglyqua-webfont.ttf') format('truetype'),
         url('../fonts/uglyqua-webfont.svg#UglyQuaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

p, h3, h4, li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	text-align:left;
}

p, li {
	font-size:13px;
	font-weight:normal;
	text-align:left;
	color:#42210B;
}

h1 {
	font-family: 'UglyQuaRegular';
	font-size:25px;
	font-weight:bold;
	color:#42210B;
}

h2 {
	font-family: 'UglyQuaRegular';
	font-size:20px;
	font-weight:bold;
	color:#42210B;
}

h3 {
	font-size:15px;
	font-weight:bold;
	color:#42210B;
}

h4 {
	font-size:14px;
	font-weight:bold;
	color:#42210B;
}

.sub {
	font-size:10px;
}

a {
	color:#8c6339;
	text-decoration:none;
}

a:hover {
	color:#8c6339;
	text-decoration:underline;
}
img.product_sm {
	border:none;
	padding:10px;
	margin:-5px -10px 0px 0px;
	float: right;
	background-image:url(../images/product_sm_shadow.png);
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	}
	
	.dropshadow {
 -moz-box-shadow: 3px 3px 15px #000; /* Firefox */
 -webkit-box-shadow: 3px 3px 15px #000; /* Safari/Chrome */
 box-shadow: 3px 3px 15px #000; /* Opera and other CSS3 supporting browsers */
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color='#999999')";/* IE 8 */
 : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');/* IE 5.5 - 7 */ 
 	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
} 
	
/*----------- New Navbar -----------*/
	
#nav{
	position:relative;
	left:35px;

}
#nav ul,
#nav ul li {
font-family: 'UglyQuaRegular', Verdana;
margin:0;
padding:0;
list-style:none;
}
#nav ul li{
	float:left;
	display:block;
	text-align: center;
}

#nav ul li a:link,
#nav ul li a:visited{
	color:#E5C07B;
	font-size:18px;
	text-decoration:none;
	padding:0px 15px 0px 15px;
	display:block;
	background-image:url(../images/empty.png);
	border-style:solid;
	border-width:0px 1px 0px 0px;
	border-color:#111;
	height:30px;
	line-height:30px;
}
#nav ul li a:hover{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#623320', endColorstr='#7A5234'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#623320), to(#7A5234)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #623320,  #7A5234); /* for firefox 3.6+ */
	color:#BB9459;
}
#nav ul li ul li{
float:none;
display:block;
text-align: left;
margin-right:0px;
}
#nav ul li ul li a:link,
#nav ul li ul li a:visited{
color:#351E03;
font-size:12px;
text-decoration:none;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 10px;
clear:both;
border-style:none;
border-bottom:solid 1px #351E03;
height:auto;
line-height:auto;
}
#nav ul li ul li a:hover{
	color:#E5C07B;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#623320', endColorstr='#7A5234'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#623320), to(#7A5234)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #623320,  #7A5234); /* for firefox 3.6+ */ 
}
.submenu {
	position: absolute;
	width: 200px;
	background-color:#7A5234;
	padding: 10px;
	border: solid 2px #5B3D26;
	border-top: none;
	display: none;
	line-height: 26px;
	z-index: 1000;
	border-radius:5px;
}

.btnCart{
font-family: 'UglyQuaRegular', Verdana;
margin:0;
border: none;
background-color: transparent;
color:#E5C07B;
font-size:18px;	
padding:0px 15px 0px 15px;
border-style:none;
height:30px;
line-height:30px;
}

.btnCart:hover{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#623320', endColorstr='#7A5234'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#623320), to(#7A5234)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #623320,  #7A5234); /* for firefox 3.6+ */ 
	
	color:#E5C07B;	
}

