* {
margin: 0px;
padding: 0px;
}

body { 
font: 14px/1.75em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif; 
color: #666; 
/* background: url('../images/greenapples.gif') repeat; */
background: url('../images/chevron.gif') repeat;
text-align: left;
}

a, a:visited {	
color: #ed0677; 
background: inherit;
text-decoration: none;		
}

a:hover { 
color: #383d44; 
background: inherit; 
text-decoration: none; 
padding-bottom: 0; 
border-bottom: 1px solid #dbd5c5; 
}

a.imglink {
border:none;
text-decoration:none;
}

h1, h2, h3 {
padding: 10px;		
font-weight: bold; 	
color: #333;		
}

h1 {
font-size: 160%;	
font-weight: normal;
}

h2 {
font-size: 130%;
text-transform: uppercase;	
}

h3 {
font-size: 130%;	
}

h1.toplevel {
font-size: 1.8em;
font-weight: bold;
padding: 0px 0px 3px;
margin: 10px 0px;
color: #444;
border-bottom: 1px #dadada solid;
}

p {
padding: 10px;		
}

ul {
list-style-type: none; 
margin: 5px; 
padding: 0 5px; 
text-decoration: none; 
}

img {
border: none;
}

input {
font-family:"Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
font-size:12px;
}

#page-wrap {
width: 910px;	
margin: 40px auto;
}

#page {
clear: both;
float: left;
width: 850px;
border-left: 30px #fff solid;
border-right: 30px #fff solid;
background-color: #fff;
}

.pageborder {
clear:both;
float:left;
width:100%;
border:2px solid #F9ED32;
}

#header {
clear: both;
float: left;
width: 850px;
background: url('../images/littleshopheadlogo.jpg') no-repeat;
}

#header img {
border: 1px #000 solid;
}

#nav {
margin-top: 25px;			
}

#nav ul {
float: right;
width: 850px;		
height: 45px;
padding: 0px;
margin: 0px;
}

#nav ul li {
display:inline;
}

#nav ul li a {
display: block;
float: right;
width: auto;
padding: 0px 17px;	
border-right: 1px solid #dadada;
border-left: 1px solid #fafafa;	
border-bottom: none;
color: #000;
font: 14px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
text-decoration: none;	
letter-spacing: 1px;
}

#nav ul li a:hover {
color: #838181;		
}

#nav ul li#current a {	
background: url('../images/nav-current.jpg') no-repeat center 0;		
}

#content {
clear: both;
float: left;
width: 850px;
border-top: 20px #fff solid;
border-bottom: 20px #fff solid;
}

#sidebar {
width: 185px;
}	

#sidebar.left {
clear:both;
float:left;
margin-right:25px;
}	

#sidebar.right {
float:left;
margin-left:25px;
}	

#sidebar h1 {
font-size: 1.4em;
font-weight: bold;
color: #444;
}

#main {
width: 640px;
}

#main.left {
clear:both;
float:left;
}

#main.right {
float:left;
}

#main h2, #main h3, #main p {
margin-left: 10px;
}

.indented {
margin-left: 10px;
}

#footer-wrap {
clear: both;
float: left;
width: 850px;
text-align: center;
border-top: 1px solid #bbb;	
}

#footer {
margin:10px 0px;
}

#footer a {
color: #666666;
font-weight: bold;
}

#footer a:hover {
color: #000;	
}

#botmargin {
clear:both;
float:left;
width:100%;
height:40px;
}

#regform {
margin:15px 0px 0px 15px;
}

.phone {float:right;margin-top:38px;}

