* {
	margin:0;
	padding:0
}
html, body {
	height:100%
}

body {
 font-family: "trebuchet MS", Arial, Helvetica, "Sans Serif"; 
 font-size: .8em;
 background: #F2F2F2 url(/images/bg.png);
}

a {
  color: #000;
}

ul {
  margin: 0 0 20px 30px;
}

#wrapper {
  margin: 0 auto;
  width: 800px;
  background: #fff;
}

/*
* HEADER
*/


/*
* NAVIGATION
*/
#nav {
  text-align: center;
  background: #fff url(/images/nav_top.png);
  padding: 0 0 0 10px;
}

#nav ul {
  display: inline-block;
  height: 25px;
  list-style: none;
  padding: 0px;
  margin: 0px auto;
}

#nav ul li {
  display: inline;
  float: left;
  font-weight: bold;
  position: relative;
}

#nav ul li a {
  display: block;
  padding: 0 10px;
  line-height: 25px;
  color: #fff;
  text-decoration: none;
}
#nav ul li a:hover{
  color: #fff600;
}
#nav #member_link {
  background-color: #DA262C;
}

/*
* CONTENT
*/
#content {
  padding: 20px;
}

#content h1{
  color: #DA262C;
  margin: 0 0 20px 0;
  font-family: Verdana, "trebuchet MS", Arial, Helvetica, "Sans Serif"; 
}

#content #main {
  float: left;
  width: 450px;
}
#content p {
  margin: 0 0 20px 0;
}
#content #main  h2{
  margin: 25px 0 0 0;
  text-transform: uppercase;
  color: #2566B4;
  font-size: 1.5em;
}
#content #sidebar {
  width: 265px;
  margin: 0 0 0 470px;
  background: #FFF url(/images/yellow_box.gif) no-repeat;
  padding: 10px;
  font-weight: bold;
}

#content #sidebar ul{
  margin: 0 0 0 30px;
}
#content #sidebar ul li{
  padding: 3px 0;
}

#content #sidebar  h3{
  color: #DA262C;
  margin: 0 0 10px 0;
  font-size: 2em;
}

#content #sidebar  p{
  text-align: center;
  margin: 10px 0;
  font-size: 1.1em;
}
#content #sidebar #note {
  color: #2566B4;
  font-style: italic;
}
#content #sidebar  #phone{
  color: #DA262C;
  font-size: 1.5em;
  font-weight: normal;
}

#sidebar h2 {
  color: #DA262C;
  margin: 0 0 10px 30px;
  font-size: 2em;
}
h2, #sidebar h4 {
  text-transform: uppercase;
  font-size: 1.2em;
  color: #2566B4;
}

ul.blank, ul.gallery {
  list-style: none;
  margin: 0;
}
ul.gallery {
  margin: 15px 0 30px 0;
}
ul.gallery li {
  display: inline;
}
ul.gallery  img{
  border: none;
}
.left {
float: left;
width: 50% !important;
}
.right {
margin: 0 0 0 50% !important;
}

#sidebar.grow {
  background-color: #FFF8C9 !important;
  font-weight: normal !important;
}

/*
* RETAILERS
*/
/*
#retailers {
  float: left;
  width: 760px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#retailers li{
  float: right;
  width: 380px;  
  margin: 0;
  padding: 0;
}
ul ul { width:auto; float:none; list-style: none; }
li li { float:none; width:auto; }
*/
#retailers > ul > li {
  padding: 0 20px 0 0;
}
#retailers ul {
  list-style: none;
  margin: 0px;
}
#retailers h2 {
  letter-spacing: 5px;
  margin: 0 0 5px 0;
  color: #211D1E;
}
#retailers h3 {
  color: #2566B4;
  text-transform: uppercase;
  font-size: 1em;
}
#retailers .state {
  margin: 10px 0 0 0;
}
#retailers .state  li{
  margin: 0 0 20px 0;
}
#retailers .state span {
  display: block;
  font-style:italic;
}



/*
* FOOTER
*/
#footer {
  clear: both;
  text-align: center;
  background: #fff url(/images/nav_bottom.png) no-repeat;
  margin: 20px 0 0 0;
  padding: 0 0 0 10px;
  height: 23px;
}

#footer ul {
  display: inline-block;
  height: 18px;
  list-style: none;
  padding: 0px;
  margin: 0px auto;
}

#footer ul li {
  display: inline;
  float: left;
  font-weight: bold;
  line-height: 25px;
}

#footer ul li a {
  display: block;
  padding: 0 5px;
  line-height: 17px;
  color: #fff;
  text-decoration: none;
  border-right: solid 1px red;
  font-size: .9em;
}
#footer ul li a:hover{
  color: #fff600;
}

#sf_admin_container #sf_admin_bar {
float:right !important;
margin-top:8px !important;
position:relative !important;
right:0px !important;
width:250px !important;
}
.edit_slot textarea {
  width: 100%;
  height: 30px;
}
.fancy input , .fancy textarea{
  border: none;
  border: 1px solid #A3A3A3;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:0.9em;
  margin:0 20px 20px 0;
  padding:3px;
  width: 90%;
}
.fancy textarea {
  border: 1px solid #A3A3A3;
}
.fancy label {
color:#2566B4;
font-size:1em;
text-transform:uppercase;
font-weight: bold;
  white-space: nowrap;
  display:block;
}

.fancy .checkboxes  label {

}

.fancy .checkboxes  input {
display: inline;
position: relative;
width: 20px;
}


#admin_controls {
  padding: 5px;
}

#sf_guard_auth_form {

}

#sf_guard_auth_form fieldset {
border: none;
}

.left.retailer, .right.retailer {
width: 45% !important;
}

.thumbnail {
width: 125px;
height: 125px;
}
