html {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	text-align:center;
	font:16px Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
}

* {
	margin:0;
	padding:0;
}

a:hover {
	color:#030;
}

p {
	margin:0;
	padding:0;
}

#page {
	width:850px;
	margin:0 auto;
	padding:0;
	text-align:left;
}

#wrapper {
	width:850px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	position:relative;
	width:850px;
	height:129px;
	margin:0px auto;
	background:#fff url(/SS/images/index-header-bg.jpg) top left no-repeat;
}

#header h3.h3 {
	position:relative;
	background:url(/Portals/0/SparkStone/logo/sparkstone-logo.png) top left no-repeat;
	width:405px;
	height:129px;
	left:13px;
	z-index:1001;
} 

#header h3.h3 span {
	display:none;
}

#mainmenu {
	position:relative;
	width:850px;
	background-color:none;
	top:-6px;
	z-index:1000;
}

#body {
	position:relative;
	top:-11px;
	width:850px;
	height:591px;
	margin:0px auto;
	padding:0px;
	background:url(/SS/images/index-body.jpg) top left no-repeat;
}

#slideshow1 {
	position:relative;
	width:562px;
	height:342px;
	top:89px;
	left:43px;
}

#new {
	position:relative;
	width:177px;
	height:223px;
	top:-124px;
	left:628px;
	overflow:hidden;
	margin:0;
	padding:0;
}

#slider {
	position:relative;
	width:175px;
	height:195px;
	overflow:hidden;
}

#slider ul {
	list-style:none;
	margin:0;
	padding:0;
}

#slider ul li {
	list-style:none;
	margin:0;
	padding:0;
	height:195px;
}

#slider ul li a img {
	list-style:none;
	margin:0;
	padding:0;
	border:none;
}

span#prevBtn, span#nextBtn{
	position:relative;
	top:7px;
}
span#nextBtn a, span#prevBtn a{
	color:black;
	font-weight:bold;
}


#contactus {
	
	position:relative;
	float:left;
	width:200px;
	height:60px;
	top:-75px;
	left:48px;
	font-size:12px;
}

#hours {
	
	position:relative;
	float:left;
	width:200px;
	height:60px;
	top:-75px;
	left:79px;
	font-size:12px;
}

#email {
	
	position:relative;
	float:left;
	width:200px;
	height:60px;
	top:-75px;
	left:113px;
	font-size:12px;
}

#email a {
	color:black;
	text-decoration:none;
	border-bottom:1px dashed black;
}

#footer {
	width:800px;
	margin:0px auto;
	font-weight:bold;
	color:black;
	font-size:10px;
	position:relative;
	top:-20px;
}

/*Begin master menu css*/
.ddsmoothmenu{
font-weight: bold;
background: url(/SS/images/navigation-bg.jpg) top left repeat-x;
width:800px;
margin:0px auto;
padding:0;
}

.ddsmoothmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: none; /*background of menu items (default state)*/
color: #ccc;
padding: 8px 10px;
border: none;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-color: #030;
background:url(/SS/images/navigation-bg-hover.jpg) top left repeat-x;
}

.ddsmoothmenu ul li ul li a.selected {
background:none;
background-color:#770b08;
}

.ddsmoothmenu ul li a:hover{
background-color: #770b08; /*background of menu items during onmouseover (hover state)*/
background:url(/SS/images/navigation-bg-hover.jpg) top left repeat-x;
color:#fff;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

.ddsmoothmenu ul li ul li a:hover {
background:none;
background-color: #770b08;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
background:url(/SS/images/navigation-sub-bg.png) top left repeat;
font: bold 13px Verdana;
width: 15em; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: none;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}
/*End of master menu css*/

.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clear {
	display: inline-block;
}