/*
 *SECTION 1: General Properties
 */

/*
 * HTML/Body
 */

html,body {
	margin: 0px;
	padding: 0px;
	background: #cae3b8 url(images/background.jpg) repeat top left;
}

/*
 * General class properties.
 */
 
 ul{
	text-indent: 0px;
 }

.error{
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px; 
	color: #990033;
	font-weight: bold;
	}	
	
.body{
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px; 
	color: #000000;
	line-height: 18px;
	}	
	
.boxes{
	font-family: Verdana, Times New Roman, serif;
	font-size: 10px; 
	line-height: 10px;
	color: #000000;
	}	
	
.callOut{
	font-family: Georgia, Times New Roman, serif;
	font-size: 18px; 
	color: #000000;
	font-weight: bold;
	font-style: italic;
	}	
	
.customers{
	font-family: Georgia, Times New Roman, serif;
	font-size: 17px; 
	font-weight: bold;
	font-style: normal;
	color: #000000;
	}		
	
.footer{
	font-family: Georgia, Times New Roman, serif;
	font-size: 11px; 
	color: #ffffff;
	}	
		
.salesBox{
	font-family: Verdana, Times New Roman, serif;
	font-size: 10px; 
	line-height: 16px;
	color: #000000;
	}	
	
.title{
	font-family: Georgia, Times New Roman, serif;
	font-size: 24px; 
	font-weight: bold;
	color: #000000;
	line-height: 36px;
	}		
	
.titleSmall{
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px; 
	font-weight: bold;
	color: #000000;
	line-height: 36px;
	}		
	
/*
 * General image properties
 */
 
img {
	border: none;
}

.imgMiddle{
	vertical-align: middle;
}

/*
 * Div Properties
 */
 
#header{
	position: relative;
	margin: 0px auto;
	width: 874px;
	height: 253px;
}

#navigation{
	position: relative;
	margin: 0px auto;
	width: 874px;
	height: 43px;
}

#body{
	position: relative;
	margin: 0px auto;
	width: 874px;
	background: #ffffff url(images/body_background.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px; 
	color: #000000;
}

#bodySales{
	position: relative;
	margin: 0px auto;
	width: 874px;
	height: 1000px;
	background: #ffffff url(images/body_background.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px; 
	color: #000000;
}

#footer{
	position: relative;
	margin: 0px auto;
	width: 874px;
	height: 28px;
	background: #000000 url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-family: Georgia, Times New Roman, serif;
	font-size: 11px; 
	color: #ffffff;
	text-align: center;
}

#upcomingSales{
	position: relative;
	margin: 0px auto;
	width: 224px;
	height: 222px;
	background: #ffffff url(images/boxes/upcoming_sales.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px; 
	text-align: left;
	color: #000000;
}

#contactUs{
	position: relative;
	margin: 0px auto;
	width: 224px;
	height: 118px;
	background: #ffffff url(images/boxes/contact_us.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px; 
	text-align: left;
	color: #000000;
}

#testimonials{
	position: relative;
	margin: 0px auto;
	width: 230px;
	background: transparent;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold; 
	text-align: left;
	color: #000000;
}

#hide {
	display: none;
}

/*
 * Link Properties
 */
 
 	A.body {font-family: Georgia, Times New Roman, serif; font-size: 12px; color: #000000; text-decoration:underline; font-weight: bold;}
 	A.body:visited {font-family: Georgia, Times New Roman, serif; font-size: 12px; color: #000000; text-decoration:underline; font-weight: bold;}
 	A.body:active {font-family: Georgia, Times New Roman, serif; font-size: 12px; color: #000000; text-decoration:underline; font-weight: bold;}
 	A.body:hover {font-family: Georgia, Times New Roman, serif; font-size: 12px; color: #ffffff; text-decoration: none; background-color: #000000; font-weight: bold;}
 	
	A.boxes {font-family: Arial, Verdana, sans-serif; font-size: 10px; color: #000000; text-decoration: underline;}
 	A.boxes:hover {font-family: Arial, Verdana, sans-serif; font-size: 10px; color: #ffffff; background-color: #000000;}
 	A.boxes:visited {font-family: Arial, Verdana, sans-serif; font-size: 10px; color: #000000;}
 	A.boxes:active {font-family: Arial, Verdana, sans-serif; font-size: 10px; color: #000000;}


 /*
 * Form Properties
 */
  
.form1 {
  font-family: Georgia, Times New Roman, serif; 
  font-size: 12px; 
  color: #000000;
  border: 1px solid;
  border-color: #000000;
  } 
  
select.form1 {
  font-family: Georgia, Times New Roman, serif; 
  font-size: 12px; 
  color: #000000;
  border: 1px solid;
  border-color: #000000;
  }
  
option.form1 {
  font-family: verdana,tahoma,arial,sans-serif; 
  font-size: 8px; 
  color: #000000;
  border: 0px solid;
  border-color: #ffffff;
  }
   
  input.Submit{
   color: #ffffff;
   width: 57px;
   height: 21px;
   border: 0px solid;
   background: transparent url(images/buttons/submit.gif) top left no-repeat;
   }
   
  /*
 * Drop down menu
 */
