body {
	position:relative;
	z-index:1;
	padding:60px 0px 0px 0px;
	background:  url(../images/tallB.jpg) -115% 0 repeat-x;
	font: 14pt advent;
	color: #473e13;
}

body:before,
body:after {
   position:absolute;
   z-index:-1;
   top:0;
   left:0;
   right:0;
   bottom:0;
   
}

body:before {
	content: "";
	background:transparent url(../images/testbg.png) 300% 0 repeat-x;
}

body:after {
	content: "";
	background: url(../images/sitebgwingsup.png) scroll no-repeat center 280px;
}

* { 
	margin: 0;
	padding: 0;
}

@font-face {
  font-family: 'advent';
  src: url("advent-Bd1.eot");
}

@font-face {
  font-family: 'advent';
  src: url("advent-Bd1.otf") format("opentype");
  font-weight: normal;
  font-style:normal;
}
 
a {
	color: #473e13;
}

a:hover {
	color: #473eaa;
}

#content {
	width: 752px;
	border: 0px solid black;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	height: 984px;
}

#aboutPage, #welcome {
	width: 630px;
	overflow: auto;
	height: 960px;
	padding: 5px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	color: #111;
}
#aboutPage p {
	font-size: 13pt;
}
#gorgeous {
	text-align: right;
	float:right;
	padding-bottom: 25px;
	margin-left: 15px;
}
#gorgeous p {
	margin-top: -1px;
	text-align: center;
	font-size: 10pt;
}
#welcome {
	font-weight: bold;
	font-size: 18pt;
	font-family: advent;
	margin-top: 75px;
}
#welcome p {
	padding-bottom: 20px;
}
#welcomeTo {
	text-align: center;
	font-size: 28pt;
}
.newPhotos {
	width: 630px;
}

#contact {
	text-align: left;
}

#facebook {
	margin: 25px;
	margin-left: 50px;
}

#facebook a:hover {

}

ul {
	list-style: none;
}

p {
	margin: 15px 0;
	text-align: left;
}

#header {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border: 0px solid blue;
}

#menuRight {
	float: right;
	margin-top: -150px;
	margin-right: -15px;
	font-weight: bold;
	text-align: right;
}

#menuLeft {
	float: left;
	margin-top: -170px;
	margin-left: -15px;
	text-align: left;
	font-weight: bold;
}

#logo {
	text-align:center;
	margin-bottom: 20px;
}

#etsyItem {
	width: 550px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#provinces {
	float: right;
	width: 130px;
	text-align: left;
	margin-right: -145px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline;
	margin-bottom: -60px;
}

#province h2 {
	text-decoration: underline;
	clear: both;
	margin-top: 10px;
	font-size: 15pt;
	padding-left: 15px;
	padding-bottom: 10px;
}


.menu {
	display: none;
}
.mbmenu{
  display:none;
}
.rootVoices{
  background-color:#EDEDED;
  padding:5px;
  padding-bottom:0;
}
.rootVoices td.rootVoice {
  vertical-align:middle;
/*background-color:#fff;*/
  width:120px;
  font-family:Arial,Helvetica,sans-serif;
  text-shadow:#fff 1px 1px 1px;
  color: gray;
  font-size:14px;
  line-height:18px;
  padding:8px;
  cursor: pointer;
}

.rootVoices td.rootVoice.selected{
	background: orangered url("../images/bgnd_sel_4.png");
	padding:8px;
	color:#ffffff;
	cursor: pointer;
	font-size:14px;
  text-shadow:#660033 1px 1px 1px;
  -moz-box-shadow:#999 2px 2px 10px;
  -webkit-box-shadow:#999 2px 2px 10px;

}
.rootVoices td.rootVoice.disabled.selected{
  -moz-box-shadow:#ddd 2px 2px 10px;
  -webkit-box-shadow:#ddd 2px 2px 10px;
  background:#f9f9f9!important;
  color:#aaa;
  text-shadow:#fff 1px 1px 1px;
}



.rootVoices.vertical {
	width:140px;
}
.rootVoices.vertical td.rootVoice{
	-moz-border-radius:8px 0px 0 8px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:8px;
}

.menuShadow{
	padding:2px;
	padding-bottom:0px;
	left:-2px;
	top:1px;
}


.menuContainer{
  /*overflow:hidden;*/
  position:absolute;
	background-color:#f3f3f3;
  border-top:5px solid #B23305;
	padding:0;
  -moz-box-shadow:#999 2px 5px 10px;
  -webkit-box-shadow:#999 2px 5px 10px;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-top-right-radius:0px;
  -webkit-border-top-left-radius:0px;
  -webkit-border-bottom-right-radius:8px;
  -webkit-border-bottom-left-radius:8px;
}
.menuContainer.submenuContainer{
  border-top:none!important;
}

.menuContainer.disabled{
  -moz-box-shadow:#ddd 2px 5px 10px;
  -webkit-box-shadow:#ddd 2px 5px 10px;
  border-top:5px solid #f9f9f9;
  background-color: #f3f3f3;
}
.menuContainer .line{
	background-color:transparent;
	width:100%;
}
.menuContainer .line.title {
	background-color:#B23305;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
/*border-bottom:1px solid black;*/
}
.menuContainer.disabled .line.title {
  background-color: #f9f9f9;
}
.menuContainer .line.title a{
	font-size:14px;
  color:#FFF;
  text-shadow:#660033 1px 1px 1px;
}
.menuContainer.disabled .line.title a{
  font-size:14px;
  color:#aaa;
  text-shadow:#fff 1px 1px 1px;
}
.menuContainer td a{
	text-decoration:none;
	color: #666;
  text-shadow:#fff 1px 1px 1px;
}
.menuContainer td.voice{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:7px;
}
.menuContainer .separator{
	background-color:#999;
	height:1px;
  padding:0;
  margin:0;
}
.menuContainer td.img{
	font-family:Arial,Helvetica,sans-serif;
	text-align:center;
	font-size:12px;
	color: #c3c3c3;
	background-color:transparent;
	width:24px;
	padding:5px;
}
.menuContainer td.img img{
	width:20px;
}
.menuContainer .textBox{
	padding: 10px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color: #999;
}
.menuContainer .selected td{
	background-color:#f3f3f3;
	background-image:url("../images/bgnd_sel_2.jpg")
}
.menuContainer .selected td a{
	color:#000;
  text-shadow:#fff 2px 2px 1px;
  display:block;  
}
.menuContainer .disabled td, .menuContainer .disabled td a {
  color:#bbb;
  text-shadow:#fff 1px 1px 4px;
}
.menuContainer .subMenuOpener{
	background-image:url("../images/menuArrow.gif");
	background-repeat:no-repeat;
	background-position:right;
}
.menuContainer .selected .subMenuOpener{
	background-image:url("../images/menuArrow.gif");
	background-repeat:no-repeat;
	background-position:right;
}
