﻿/********************************************/
/*         Written by: Lars Astrom          */
/*         2006 - A3 IT Solutions           */
/*      NOTE: Fonts in external CSS         */
/********************************************/

html, body{
  margin:0 0 0 0;
  width:100%;
  text-align:center;
  background:#7a745a;
}

#container{
  width:996px;
  background:url(/images/home/background.gif) repeat-y;
  margin:0 auto 0 auto;
  padding:0 1px 0 1px;
  text-align:left;
}

#header{
  width:984px;
  height:29px;
  background:url(/images/header/background.gif) repeat-x;
  padding:0 10px 0 0;
  text-align:right;
}

#utilityNav{
  width:844px;
  float:left;
  text-align:right;
}

#fontSelect{
  width:100px;
  float:left; 
  text-align:left;
}

#mainNav{
  width:914px;
  height:34px;
  padding:0 0 0 80px;
  background:url(/images/mainNav/background.gif) repeat-x; 
}

#leftNavBox{
  width:180px;
  height:241px;
  padding:45px 45px 25px 35px;
  background:url(/images/leftNavBox.gif) no-repeat;
  text-align:left;
}

#content{
  width:994px; 
  margin:0 0 0 0;
}

#specials{
  width:290px;
  padding:0px 15px 15px 15px;
  float:left; 
}

#infoBox{
  width:640px;
  padding:5px 15px 15px 15px;
  float:right;
  background:url(/images/infoBox.jpg) no-repeat bottom left;
}

#leftContent{
   width:254px;
   float:left;
   text-align:center;
}

#middleContent{
  width:690px;
  margin:20px 0 0 22px;
  float:left;
}

#footer{
  width:994px;
  height:18px;
  clear:both;
  background:url(/images/footer/background.gif) repeat-x; 
  text-align:center;
}

.floatRight{
  width:200px;
  float:right;
  margin:0 0 10px 10px; 
  border:1px solid #000000;
}

hr{
  border: none 0; 
	border-top: 1px solid #b3b2ad;
	height: 1px;
	text-align: left;
}

.home-images{
  position:relative;
  top:0px;
  left:0px;
}

.home-images h1{
  position:absolute;
  top:10px;
  left:15px;
  
  font-family:Times New Roman Serif;
  font-size:28px;
  font-weight:normal;
  color:#fd1f1a;
}
