@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bg.jpg) repeat-x;
	text-align:left;
	font-size:12px;
	line-height:16px;
}
h1{
	font-size:60px;
	font-weight:normal;
	font-stretch:expanded;
}
h2{
	font-size:22px;
	font-weight:bold;
	font-stretch:expanded;
	margin-bottom:0px;
	margin-top:7px;
	margin-left:20px;
}
h3{
	font-size:18px;
	font-weight:normal;
	font-stretch:expanded;
	margin-bottom:3px;
	margin-top:7px;
	margin-left:20px
}
.specs{
	font-size:14px;
	font-weight:normal;
	font-stretch:expanded;
	color:red;
	text-decoration:none;
	line-height:1.3;
	margin-left:25px;
}
.specs:hover{
	color:black;
}
.eg{
	font-size:14px;
	font-weight:normal;
	font-stretch:expanded;
	color:#0C0;
	text-decoration:none;
}
.eg:hover{
	color:black;
}
#wrapper{
	width:1030px;
	margin:0 auto;
	position:relative;
}

#header{
	width:1030px;
	height:120px;
	z-index:99;
}
#main-menu{
	width:958px;
	height:29px;
	z-index:99;
	margin-left:22px;
	line-height:normal;
	background:#000;
	font-size:20px;
	color:white;
	font-weight:normal;
	padding-top:6px;
	padding-left:43px;
}
#main-menu a{
	color:white;
	text-decoration:none;
}
#main-menu a:hover{
	color:#d5585c;
}
#top-menu{
	position:absolute;
	top:15px;
	right:10px;
	color:#999;
	font-size:10px;
}
#top-menu a{
	color:#999;
	text-decoration:none;
}
#top-menu a:hover{
	color:#000;
}
#logo{
	background:url(../images/professional-restaurant-equipment-solutions.png) no-repeat;
	width:639px;
	height:119px;
}
#banner{
	position:relative;
	height:20px;
	z-index:5;
}
#inside-banner{
	width:1001px;
}
#main-banner{
	margin-left:-194px;
	position:absolute;
	top:155px;
}
#inside-main-banner{
	width:1001px;
	margin-left:22px;
}
#content{
	margin-left:22px;
}
#content-left{
	width:320px;
	float:left;
}
#content-main{
	text-align:left;
	width:665px;
	margin-left:325px;
}
#side-banner{
	position:absolute;
	right:20px;
	top:155px;
	z-index:100;
}
#horiz-lines{
	background:url(../images/hr-restaurant-equipment.png) repeat-x;
	height:19px;
	width:997px;
	margin-left:22px;
	margin-top:384px;
}
#icon-menu{
	margin-left:24px;
}
#bottom-images{
	
}
#bottom-images-header{
	background:url(../images/wood-burning-pizza-oven-trailer.png) no-repeat;
	width:1001px;
	height:36px;
}
#bottom{
	background:url(../images/bottom-bg.png) repeat-x;
	height:92px;
	width:100%;
	bottom:0;
	font-size:11px;
	position:relative;
}
#bottom a{
	color:black;
	text-decoration:none;
}
#bottom a:hover{
	color:#9fc54c;
}
#footer{
	width:1000px;
	margin:0 auto;
	margin-top:25px;
}
#footer-top{
	border-bottom:solid black 1px;
	height:18px;
	position:relative;
}
#contact-info{
	position:absolute;
	right:0;
	top:0;
}
#footer-bottom{
	margin-top:6px;
	position:relative;
}
#copyright{
	position:absolute;
	right:0;
	top:0;
}

.clear{
	clear:all;
}
#search{
	width:230px;
	height:29px;
	background:url(images/search.png) no-repeat;
}
#search #bar {
float: left;
padding: 0;
margin: 6px 0 0 6px;
border: 0;
width: 202px;
background: none;
border:0;
}
#search_box #button {
float: right;
background:url(images/search-button.png);
width:18px;
height:28px;
}
.form{
	font-size:24px;
}
.form-small{
	font-size:10px;
}