
/* Thanks go to the Layout Reservoir at http://www.bluerobot.com/web/layouts/ for 
getting me started on this layout.  I have left some of their comments in the code. */

body {
	text-align: center;
	margin:0;
	padding:0;
	font: 12px/20px Georgia, "Times New Roman", Times, serif;
	color:#000;
	background-color: #E4D7D9;
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

hr {
	color: #963302
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#616161;
	}
	
h2, h3 {
	font-weight:900;
	color:#616161;
}

h4 {
    font:18px/20px Georgia, "Times New Roman", Times, serif;
    text-align: center;    
}

h5 {
    font:16px/16px Georgia, "Times New Roman", Times, serif;
    text-align: center;    
}
	
p {
	font:12px/20px Georgia, "Times New Roman", Times, serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}



a {
	color:#09c;
	font-size:12px;
	text-decoration:none;
	font-weight:600;
	}
a:link {color:#09c;}
a:visited {color:#09c;}
a:hover {background-color:#bbb;}

/* .dummy: links to hide links for initial search engine optimization */
a.dummy:link {
	color:#F6ECED;
	background-color:#F6ECED; 
}
a.dummy:visited {
	color:#F6ECED;
	background-color:#F6ECED; 
}a.dummy:hover {
	color:#F6ECED;
	background-color:#F6ECED; 
}

#container {
	width: 750px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: left;
	position: relative;
	/*background-color: Lime;*/
}

#header {
	font:12px/20px Georgia, "Times New Roman", Times, serif; 
	background: url(images/headerback.jpg);
	/*margin:5px 20px 0px 10px;*/
	margin: 0;
	padding:0;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:105px; /* 14px + 17px + 2px = 33px */
	width: 746px;
	border-style: solid;
	border-color: silver;
	border-width: 0 2px 0 2px; 
	background-color: #bbb;
	text-align: center;

	/*voice-family: "\"}\"";
	voice-family:inherit;
	height:105px;  the correct height 
	width: 750px;*/
	}
/*body>#Header {height:105px;width:750px }*/

#headerContent {
	position: relative;
	top: 13px;
	left: 4px;
	margin: 0 0 0 0; /* to bring the left side to proper position in firefox */
	width: 736px;
	padding: 0;
}

#header h1 {
	font: 900 27px/26px Georgia, "Times New Roman", Times, serif; 
	color: #963302;
	padding-top: 2px;
}

#headertext {
	font: 900 16px/25px Georgia, "Times New Roman", Times, serif; 
	color: #963302;
}

#leftColumn { 
	background-image:url(images/column.gif);
	background-repeat: no-repeat;
	z-index:2;
	position: absolute; 
	top: 99px;
	left: 0;
	padding: 0;
	margin: 0;
	width:100px;
	height: 600px;
}

#content {
	/*margin:0px 20px 0px 100px;*/
	margin:0px 0px 0px 95px;
	padding:10px 20px 10px 40px;
	/*max-width: 800px;
	min-height: 500px;*/
	background-color: #F6ECED;
	/*background-color: yellow;*/
	border-right: 2px double #bbb;
	border-left: 2px double #bbb;
	border-bottom: 2px double #bbb;
}
	


/* Main Navigation Box */
#mainNav {
	z-index:8;
	position:absolute;
	top:100px;
	left:0px;
}

#mainNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
}

#mainNav li {
	text-align: center;
	width: 94px;
	padding: 0;
	margin: 0;
	border: 0;
	font: bold 12px/30px Georgia, "Times New Roman", Times, serif;
	color: #000;
}

#mainNav li a {z-index:8;
	display: block;
	margin-left:5px;
	padding:0;
	/* "center" in the background statement aligns the background image in the 
	vertical center as well. */
	background: transparent url(images/nav1.jpg) no-repeat center;
	border:0;
	color: #963302;
	text-decoration: none;
	voice-family: "\";}\"";
	voice-family:inherit;
	width:85px;
	}
body>#mainNav li a {width:100px;}

#mainNav li a:hover {
	background: transparent url(images/navhover.jpg) no-repeat center;
	color: #000;
	text-decoration: none;
	}
	

	
/* End of Main Navigation Box Code*/

#footer {
	background-color: #F6ECED;
	margin:0;
	text-align: center;
	font-size: 95%;
}

#footer p {
	margin:0;
	text-align: center;
	font-size: 95%;
	line-height: 15px;
}

#footer a {
	font-size: 100%;
}

/************** Formatting  Classes ***********************/

.smallcaps {
    font-variant: small-caps;
}
 
.smallcapsLeft {
    font: 14px/20px Georgia, "Times New Roman", Times, serif;
	 font-variant: small-caps;
    text-align: left;
}
 
.center {
	text-align: center;
 }
 
 .left {
 	text-align: left;
 }
 
 .bold  {
 	 font-weight: bold;
 }
 
 .headingBackground {
    font-variant: small-caps;
    padding: 4px;
    background-color: #E4D7D9;
	 border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
	 border-bottom: 4px solid #ccc; 
	 border-left: 2px solid #ccc;
}

.noBullet {
    list-style: none;
}

li {
    list-style-position: outside;
}

.indented li 
{ 
    list-style-type: square;
    list-style-position:outside;
}
/**************** Special Divs ****************/

 /* Photo Gallery CSS */

 div.inventoryContainer {
  background-color: #F6ECED;
  border: 1px double #828282;
  width: 100%;
  padding-left: 10px;
  }

  div.spacer {
 	 clear: both;
	 background-color: #F6ECED;
  }

  div.float {
  	float: left;
	padding-bottom: 10px;
  }
  
	div.float p {
   	text-align: center;
		font-size: 10px;
  }
  
  /* End of Photo Gallery CSS */