/* 
Main stylesheet for site
2010
Five Each pp.  Natalie Leigh  
nataliejleigh.com
*/
 
body {
	background-color: #ffffff;
	font-family: Helvetica, Verdana, Arial, sans serif;
	color: #343434;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

p, ul{
	padding: 5px 0px;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans serif;
	line-height: 1.6em;
	color: #343434;
}


a, a:hover, a:visited, a:link{
	color: #343434;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #cccccc;
}


form{
  font-size: 12px;
}
   

h1{
	color: #000000;
	text-transform:uppercase;
	font-size: 18px;
	font-family:"Helvetica", Times, serif;
	font-weight: normal;	
	margin: 0px 0px 10px 0px;
	text-align:center;
}  

h2{
	font-size:14px;
	color: #000000;
	height: 25px;	
	text-transform:uppercase;
	margin: 10px 0px;	
	font-weight:bold;
}

h3{
	font-size:14px;
	color: #343434;
	line-height: 1.3em;
	font-weight:bold;
	text-transform:uppercase;
	padding: 20px 0px 5px 5px;	
} 


.border{
	height: 18px;
	border-bottom: 1px #343434 dotted;
}
   
  
/* containers */
#container{
	width:400px;
    margin: 0 auto;
}

#header{
	margin-top: 20px;
	text-align:center;
}

#content{	
	width:400px;
	padding-bottom:none;
	text-align:center;
	padding-top: 40px;
}


/* -------------- navigation  -------------- */

#nav{
	margin: 30px 0px 0px 0px;
	height: 16px;
	font-size: 14px;
	color: #333333;
	text-transform:uppercase;
}

#nav a, #nav a:hover,#nav  a:link{
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	text-transform:uppercase;
}


#nav a:hover{
	color: #cccccc;
}

 #nav li{
	display:inline;
	padding: 0px 17px;
}

/* -------------- sub navigation  -------------- */

#subnav{
	margin: 5px 0px 0px 0px;
	height: 28px;
	font-size: 11px;
	color: #343434;
	text-transform:uppercase;
}

#subnav a, #subnav a:hover,#subnav  a:link{
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

#subnav a:hover{
	color: #343434;
}

 #subnav li{
	display:inline;
	padding: 0px 5px;
}

#subnav.vertical{
	margin:-20px 0px 10px 0px;
	text-align:center;
}
/*
#subnav.vertical li{
	float:none;
	display:block;	
}
*/
#subnav.vertical li a.current{
	color: #cccccc;
}

.carousel{
	 position: relative;
    visibility: hidden;
    left: -5000px;
}

.carousel li{
margin: 3px;
}

/* --------rounded corners ------------- */

 div.corner {
   position: absolute;
   width: 20px;
   height: 20px;
   border: 0px;
   margin: 0px;
   padding: 0px;
   background-attachment: scroll;
   background-image: url(../images/circle.png);
  }

  div.top_left {
   top: -2px;
   left: -2px;
   background-position: 0px 0px;
  }

  div.top_right {
   top: -2px;
   right: -2px;
   background-position: 20px 0px;
  }

  div.bottom_left {
   bottom: -2px;
   left: -2px;
   background-position: 0px 20px;
  }

  div.bottom_right {
   bottom: -2px;
   right: -2px;
   background-position: 20px 20px;
  }
  
#stockistsList tr td{
	padding: 5px 0px;
	
}  
  

/* -------------- footer -------------- */

.footer{
	}




