/*
Matt Mazzola
*/


/* The Reset -------- Thank You Wordpress.org ------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,em,h1,h2,h3,
h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: none; outline: 0; }

/* Visible vertical scrollbar which disables correctly, allows normal horizontal scrollbar behaviour and can be overruled by userContent.css. */
html {
 overflow-y: scroll;
}
/* PNG FIX */
.fixPng { behavior: url(../scripts/iepngfix/iepngfix.htc); }


body{
	background-color: #000000;	
	margin: 0px 0px 0px 0px;
	color: #ffffff;
}

div#main{
	padding: 20px 0px;
/*	background-color: #ff00ff;	*/
}

div#content{
	position: relative;
	margin: 0px auto;
	width:960px;
	text-align: left;
}

p a:link,p a:visited{
	color: #e9eedc;
	text-decoration: none;
	border-bottom: 1px dotted #e9eedc;
}

p a:hover{
	color: #e9eedc;
	text-decoration: none;
	border-bottom: 1px solid black;	
}

/*------- Nav -------- */
div.wrapper {
	width: 960px;
	margin: 0 auto;
	clear: both;
}


#header {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	line-height: 22px;
	height: 88px;
	min-width: 960px;
	background: #f3ddc1;
}

#header h1 a {
	display: block;
	background: url(../images/nav/logo.png) center left no-repeat;
	width: 195px;
	height: 88px;
	text-indent: -9999px;
	float: left;
}

#header ul {
	margin-top: 54px;
	margin-right: 20px;
	float: right;
	list-style: none;
	min-width: 500px;
}

#header ul li {
	float: left;
}

#header ul li a {
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 34px;
	padding: 0 10px;
	color: #3e3a36;
/*	text-shadow: #333 1px 1px 1px; */
}

#header ul li a:hover {
	color: #000000;
}
#header ul li.current {
	background: url("../images/common/tl.png") no-repeat top left #291c0b;
}
#header ul li.current a{
	color: #d5d5d5;
	background: url("../images/common/tr.png") no-repeat top right;
/*
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	text-shadow: #c6d9e9 1px 1px 1px;*/
}
#header ul li#shop {
	background: url("../images/common/stl.png") top left no-repeat #dd6844;
}
#header ul li#shop a {
	background: url("../images/common/str.png") top right no-repeat;
	color: #d5d5d5;
/*	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	text-shadow: #b5421c 1px 1px 1px;*/
}

#header ul li#shop a:hover {
	color: #ffffff;
	background: url("../images/common/shopBgFull.png") no-repeat bottom center #dd6844;
}

#header ul li.current a:hover {
	color: #ffffff;
}

#header ul li#cart a{
	padding: 0px;
}

#homeQuickInfo {
	background: #291c0b;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	line-height: 22px;
	color: #555;
	min-width: 960px;
	border-bottom: 1px solid #392616;
	padding: 15px 0px;
}

#homeQuickInfo h3{
	font-family: Georgia, Tahoma, Sans-serif;
	font-size: 24px;
	display: inline;
	color: #FFFFCC;
	border-bottom: 1px dotted #949494;
}


/**/
/* ----------
	Decoration
	------- */
	
.flowerHolder {
	position: relative;
}

.flowerHolder span.topLeftDecoration {
	width: 458px;
	height: 124px;
	position: absolute;
	top: -98px;
	left: -115px;
	background: url("../images/common/logoFlowers.png") no-repeat;
}

span.bottomLeftDecoration {
	width: 149px;
	height: 220px;
	position: absolute;
	top: -155px;
	left: -31px;
	background: url("../images/common/blFlower.png") no-repeat;
}

span.bottomRightDecoration {
	width: 148px;
	height: 197px;
	position: absolute;
	top: -171px;
	right: -68px;
	background: url("../images/common/brFlower.png") no-repeat;
}
