*{
	margin:0;
	padding:0;
}
body{
	margin:0px;
	padding:0px;
	background: #ffffff;
	text-align:center;
	font-family:"century gothic",arial, helvetica, sans-serif;
}
h1{
	margin:5px;
	font-size:1.5em;
	font-family:"century gothic","eras demi itc", arial, sans-serif;
}
p{
	margin:5px;
}
p.contenttext{
	margin:0px;
	padding:0px;
	border: 0px solid black;
	width:300px;
}
p.coupon{
	float:right;
	padding:15px;
	margin:15px;
	background:white;
	border:3px dashed yellow;
	text-align:center;
	font-weight:bold;
	width:250px;
	font-size:1.75em;
}
p.coupon a{
	color:black;
	text-decoration:none;
}
p.coupon a:hover{
	text-decoration:underline;
}
p.indented{
	margin-left:1em;
}
span.red{
	color:red;
	font-size:1.5em;
}
ul.list{
	margin-left:40px;
}	
div#container{
	margin:0 auto;
	width:774px;
	background: white;
	text-align:left;
}
* html div#container{ /*i.e. only rule, since i.e. sucks*/
	background: transparent url(images/ss_logo.jpg) 1px 0px no-repeat;
}
div#content{
	margin-top:0;
	margin-left:0px;
	padding:20px 0px 0 0px;
}
div.clearboth{
	clear:both;
}
div#footer{
	margin:10px;
	font-size:.8em;
	border-width:1px 0 0 0;
	border-color:black;
	border-style:solid;
}

#navigation{
width: 99%;
font-weight: bold;
font-size: 90%;
}

#navigation:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#navigation ul{
border: 0px solid #000000;
width: 100%;
background: white;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

#navigation ul li{
display: inline;
}

#navigation ul li a{
color: #000000;
padding: 5px 10px;
margin: 0;
text-decoration: none;
border-right: 0px solid #000000;
font-family:"eras demi itc","century gothic", arial, sans-serif;
}

#navigation ul li a:hover{
background: url(images/nav_bg2.png) center center repeat-x;
}


div.pricelist{
	border:1px solid yellow;
	clear:both;
	margin:0px 0px;
	padding:6px;
	background:#ffffff;
	color:black;
}

div.pricelist img{
	float:right;
	padding:0 0 10px 0;
	border:0px;
}

#locations_sl,#locations_al{
	border:1px solid yellow;
	clear:both;
	margin:0px 0px;
	padding:6px;
	background:#ffffff;
	color:black;
}
#locations_sl img,#locations_al img{
	float:right;
	padding:0 0 10px 0;
}

#contactform{
	border:1px solid yellow;
	background:#ffffff;
	color:black;
	padding:5px;
}
#contactform fieldset{
	border:0;
	position:relative;
}
#contactform fieldset ol{
	list-style-type:none;
}
#contactfrom li{
	display:block;
	margin:15px;
	padding:15px
}
#contactform fieldset ol li input{
	position:absolute;
	left:150px;
	margin:1px 0 0 0;
}
div#couponthumb{
	float:right;
	background:white;
	text-align:center;
	font-weight:bold;
	border:1px solid black;
	margin:15px;
}
div#couponthumb img{
	border:0;
}
#contactpageimg{
	float:right;
	padding:15px;
}
div#indexcontent{
	width:650px;
	border:1px solid yellow;
	clear:both;
	margin:0px 0px;
	padding:6px;
	background:#ffffff;
	color:black;
}
div#indexcontent div.contentcol{
	float:right;
}
div#indexcontent div.contentcol img{
	border:1px solid black;
}
div#indexcontent p{
	margin:10px;
}
div#logo{
	display:block;
}