/*  landing.css
		For use on all landing pages	*/

body {
	font-family: arial, "Trebuchet MS", verdana;
  background: #f0e7d8;
  color: #000000;
  margin: 0;
  padding-top: 10px;
 	margin-right: auto;
  margin-left: auto;
	width: 760px;
}

h1{
	padding: 0;
	margin: 0;
	margin-top: 30px;
  color: #a0522d;
	font-size: 2em;
	text-align: center;
}
h2{
	padding: 0;
	margin: 0;
	margin-top: 20px;
	color: #a0522d;
  text-align: center;
}

p {
  margin-bottom:-14px;
}

img.head {
  height: 55px;
  width: 301px;
  margin-top:5px;
  padding-bottom: 0px;
  border-width: 0px;
}
#banner {
  margin-left:-15px;
}

#sale_ad_top {
	margin-top: -75px;
	margin-left: 420px;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
}
#sale_smaller {
	color: #ffffff;
	font-size: 18px;
  font-weight: normal;
}

#links {
	height:200px;
	padding-left: 20px;
	padding-right: 10px;
	background-image: url('../images/background.gif');
  background-repeat: repeat-x;
}
div.links {
	position: absolute;
	top: 88px;
}

div.button{
  float: left;
  background-image: url('../images/hover_button.gif');
  height: 21px;
  width: 81px;
  color: white;
  text-align: center;
  font: bold 12px arial;
  text-decoration: none;
}

a.button {
  float: left;
  background-image: url('../images/button.gif');
  height: 21px;
  width: 81px;
  text-align: center;
  font: bold 12px arial;
  text-decoration: none;
}

a.button:link {
  color: white;
}

a.button:visited {
  color: white;
}

a.button:hover {
  float:left;
  background-image: url('../images/hover_button.gif');
  color: white;
  height: 21px;
  width: 81px;
}

#headline {
  float:left;
  margin-top:-110px;
 	margin-left:20px;
  height:68px;
  width:350px;
}
#headline h1 {
  text-align:left;
}
#headline img {
  margin-top:20px;
  height:75px;
}

#mainarea {
	background-color:#fff;
	height:350px;
}

#showroom_area {
  float:left;
  margin-top:10px;
  margin-left:20px;
  height:340px;
  width:350px;
}
#showroom {
  color:steelblue;
  font-size:20px;
}
#address {
}
#opening_times {
  margin-top:20px;
  font-size:.8em;
}
#opening_times span {
  font-weight:normal;
  color:sienna;
}

#opening_left, #opening_right {
  float:left;
}
#opening_right {
  margin-left:10px;
}

#website_link {
  margin-top:5px;
}
#website_link a {
  color:sienna;
}

#map_area {
  float:right;
  margin-top:-90px;
  background-color:#fff;
  margin-right:20px;
  height:435px;
  width:350px;
  border:1px solid silver;
}

#bodycopy {
	padding-top:10px;
	padding-left:5px;
	padding-right:10px;
	width: 360px;
	height: 339px;
	margin-left: 384px;
}

ul {
	margin-top: -1px;
}
li {
  margin-left: -20px;
}
span {
	font-weight: bold;
	color: red;
}	

#images img {
  margin-left: 20px;
  border-color: #bbbbbb;
}

#images {
	padding-top: 10px;
	margin-top: -348px;
	width: 383px;
	height: 339px;
}

#linktext {
	margin-left: 20px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 2em;
	text-align: center;
}

#action img {
	margin-top: -30px;
	margin-left: 300px;
	border: none;
}
#action {
	background-color: #ffffff;
}
#linktext input {
	font-size: .6em;
	color: sienna;
	width: 230px;
}

#copyright {
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #ffffff;
  color: #bbbbbb;
  font-size: .75em;
  text-align: center;
}

#promo {
  position:absolute;
  margin-left:285px;
  margin-top:-30px;
  width:75px;
  height:195px;
  text-align:center;
  line-height:1em;
}
#knives_images {
  width:80px;
}
#knives_images img {
  width:75px;
  height:125px;
  border:none;
}
#knives_a {
  font-size:.8em;
  color:steelblue;
}
#eighteen {
  position:absolute;
  margin-left:55px;
  margin-top:2px;
}
.free {
  font-size:1.2em;
  color:sienna;
}

#sales_ad {
  z-index:500;
  position:absolute;
  filter:alpha(Opacity=0); 
  opacity:.0;
  visibility:hidden;
}
#sales_ad:hover {
  cursor:pointer;
}

