body
{ 
  font-family : arial, verdana, sans-serif;
  font-size : 12px;
  color: #fff;
  margin: 0;
  padding: 0;
  background-color: #330136;
  background-image: url(images/bgtile.jpg);
  background-repeat: repeat-x;
}


#newad{
float:left;
}

#wrapper
{
  width: 1002px;
  margin: 0 auto;
  text-align: left;
}


#header
{
  float: left;
  width: 1002px;
}

  .logo
  {
  float: left;
  width: 758px;
  }
  
  #address
  {
  float: right;
  width: 200px;
  text-align: right;
  margin: 10px 0 0 0;
  }
  
  #address a
  {
  color: #ffffff;
  }
  #address a:hover
  {
  color: #8e9dac;
  }



#buttons
{
  float: right;
}


  #buttons ul
  {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  #buttons li
  {
    float: left;
  }
  
  #buttons li a
  {
    display: block;
    text-transform: uppercase;
    padding: 7px;
    margin: 0 0 0 10px;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    font-size: 20px;
  }
  
  #buttons li a:hover
  {
    color: #000;
    background-color: #fff;
    text-decoration: none;
    font-weight: normal;
  }

#visual
{
  float: left;
  margin: 10px 0 5px 0;
}
  
  
#main
{
  clear: both;
  width: 1002px;
}

#mainstock
{
  clear: both;
  width: 1002px;
}

#main a
{
  color: #fff;
  font-weight: bold;
  background-color: transparent;
  text-decoration: none;
}

#main a:hover
{
  color: #000;
  background-color: #fff;
  font-weight: bold;
  text-decoration: none;
}

  #main p, #mainstock p
  {
    margin: 0;
    padding: 7px 0 7px 0;
  }


#content
{
  float: left;
  width:785px;
}

  .title
  {
    margin: 0;
    padding: 7px 0 4px 0;
    color: silver;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    background-image: url(images/linebg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
  }  

#side
{
  width: 200px;
  float: right;
}

  .openhours
  {
    width: 75px;
    display: block;
    float: left;
  }
  
  .cards
  {
    margin: 10px 0 0 0;
  }


  

#footer
{
  clear: both;
  width: 1002px;
  background-image: url(images/linebg.jpg);
  background-repeat: repeat-x;
  background-position: top;  
}

  #footer p
  {
    margin: 0;
    padding: 7px 0 0 0;
  }  
  

  #footer ul
  {
    list-style: none;
    margin: 0;
    padding: 7px 0 15px 0;
  }
  
  #footer li
  {
    float: left;
  }
  
  #footer li a
  {
    display: block;
    text-transform: uppercase;
    padding: 0 0 0 0;
    margin: 0 15px 0 0px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
  }
  
  #footer li a:hover
  {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    background-color: white;
  }
  
.feature {
	float: left;
	width: 200px;
	position: relative;
  margin: 10px 0 10px 0;
  height: 200px;
	background-image: url(images/featurebox.jpg);
	background-repeat: no-repeat;
	border: 1px #393939 solid;
	
}
          html>body .feature{ height: auto !important;  min-height: 200px; }


.feature #inlineFourth {
	height: auto;
	width: 200px;
	position: relative;
	margin: 0;
}


#clearfix
{
width: 1000px;
clear: both;
}
