/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #666;
  background-image: url("/templates/images/bg.gif");
  background-repeat: repeat;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
h1 {
  color: #069;
  font-size: 150%;
  font-weight: bold;
  line-height: 150%;
}
h2 {
  color: #000;
  font-size: 140%;
  font-weight: bold;
  line-height: 140%;
}
h3 {
  font-size: 130%;
  color:#006699; 
  font-weight:bold; 
}
h4 {
  font-size: 120%;
  line-height: 120%;
  color:#6b869f; 
  font-weight:bold; 
}
h5 {
  font-size: 110%;
  line-height: 110%;
  text-decoration: underline; 
}
a,  a:link {
  color: #096;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #69c;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: underline;
}
a:focus {
  color: #069;
}
a:active {
  color: #69c;
}
#outerWrapper {
  background-image: url("/templates/images/bgwrapper.gif");
  background-repeat: repeat-y;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 780px;
}
#header {
  background-image: url("/components/rndphoto.php?gallery_id=1");
  background-position: top;
  background-repeat: no-repeat;
  height: 170px;
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#topNavigation {
  background-image: url("/templates/images/bgfooter.gif");
  background-position: bottom;
  background-repeat: no-repeat;
  height: 30px;
  padding: 10px 60px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align:right;
  font-size: 90%;
  line-height: 100%;
}
#contentWrapper {
  background-image: url("/templates/images/bgcontent.gif");
  background-position: top;
  background-repeat: no-repeat;
}
#leftColumn1 {
  float: left;
  padding: 40px 10px 10px 40px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 140px;
  font-size: 90%;
  line-height: 100%;
}
#content {
  margin: 0 0 0 190px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 50px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
.clearFloat {
  clear: left;
  display: block;
}
#footer {
  background-image: url("/templates/images/bgfooter.gif");
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 0px 0px 10px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  font-size: 80%;
  line-height: 100%;
}
/* start navigation elements for {MENU_HEADER} ------------------------------- */
#headnav ul {
	list-style: none;
	color: #fff;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

#headnav a {
	display: block;
	color: #009966;
	text-decoration: none;
	text-align: center;
	padding: 0px 10px 0px 10px;
}

#headnav li a:hover {
	color: #ffffff;
}

#headnav li {
	display: block;
	float:right;
}

#headnav li ul {
	display: none;
}

/* end navigation elements for {MENU_HEADER} ------------------------------- */

/* start navigation elements for {MENU_MAIN} id=nav ------------------------------- */
#nav, #nav ul { 
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#nav a {
	width: 190px;
	padding: 5px 0px 5px 0px;
	display: block;
	color: #009966;
	text-decoration: none;
	text-align: left;
}
#nav li a:hover {
	color: #ffffff;
}
#nav li {
	float: left;
}

#nav li ul { /*list item settings - stacks vertically by default*/ /* secondary nav */
	/*positions pop up list items*/
	position: absolute; /* must position as relative in order to position the sub-menu absolutely within them - absolute makes this a drop-down, relative makes them appear right under menu items*/
	margin: -20px 0px 0px 90px;
	width: 180px;
	left: -999em;
	}
#nav ul li a {padding-top: 0px;}

#nav li ul li a {
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	background-color: #5a99b9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#nav li ul li a:hover {
	padding: 5px 10px 5px 10px;
	background: #5a99b9;
	color: #009966;
}

#nav li:hover ul { /*making the sub menus appear when hovering*/
	display: inline;
 } 

#nav li:hover ul ul, #nav li.thover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.thover ul, #nav li li.thover ul {
	left: auto;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.thover ul ul, #nav li.thover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.thover ul, #nav li li.thover ul, #nav li li li.thover ul {
}
/* end navigation elements for {MENU_MAIN} id=nav ------------------------------- */

/* start navigation elements for {MENU_FOOTER} ------------------------------- */
#footerNav {
	font-size: .65em;
	width: 100%;
	margin: 0 5px 0px 0;
	background-repeat:no-repeat;
	height: 35px;
	text-align: center;
}

#footerNav ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footerNav ul {
	margin: 0;
	padding: 0 0 0 0;
	color: #fff;
	background: transparent;
	letter-spacing: 2px;
	font-weight: bold;
	padding-left: 5px;
}

#footerNav ul li a {
	margin-top: 4px;
	padding-right: 5px;
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
	letter-spacing: .015em;
	line-height: 40px;
	text-align: center;
	text-transform: lowercase;
	white-space: nowrap;
}

/*#footerNav ul li a:hover {
background: #acc4eb;
color: #000;
}*/

#footerNav ul li ul {
	display: none; 
	visibility: hidden; 
}
/* end navigation elements for {MENU_FOOTER} id=footer ------------------------------- */

/* START CALENDAR/EVENT */
div#event {
	padding: 0px;
}
div#event h2 {
	font-size: 1.7em;
	color:#009966;
	font-weight:bold; 
	text-decoration: none;
	padding: 0px;
}
div#event h3 {
	font-size: 1.3em; 
	color:#FFFFCC;
	font-weight:bold;
	padding: 0px;
}
div#event h4 {
	display:none;
}


/* END CALENDAR/EVENT */
#editor { 
	background: #b4cdd9; 
	text-align: left; 
	padding: 0px 20px 0px 20px;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#editor td, th { }

-->
/* START CATALOG */
/* cart page */
.cartmessage{
font-size: 85%;
}
#cartbuttons ul {
list-style: none;
width: 90%;
margin-right:9%;
padding: 12px 0;
text-align: center;
}
#cartbuttons ul li {
float: left;
padding: 0 12px;
}
#cartbuttons ul li input {
}
.update_cart, .empty_cart, .continue_shopping, .checkout {
font-size: 80%;
color: #FFFFFF;
background-color: #069;
}
/* END CATALOG */

.newsletter-body {
	text-align: left;
	color:#9900CC;
	
}