/* basic page formatting style */

body { 	
	background-color: #33261a;  
	margin: 0px;
	font-family: verdana, geneva, arial, sans-serif;  /* default fonts */
	font-size: small;  /* default font size 10 px */
	text-align: center; /* default text alignment */
	padding-left:0px;   /* default text padding */
	padding-right:0px; 
	padding-top:20px; 
	padding-bottom:20px
	}	

div>p:first-child {					/* this causes ie and compliant browsers to display first p in a div the same */
	margin-top: 0px;
	}
	
html {  /* this forces vertical scroll bar on firefox*/
  height: 100%;
  margin-bottom: 1px;
	}
	
img {  /* removes border from linked images */
	border: 0px;
	}
 	
#container {   /* <div id="container"> */
	width: 720px;
	background-color: #b4a08e;
	margin: 20px auto 15px auto;
	padding: 10px;
	text-align: left;
	border: 1px #583b1c solid;
	}
	
#header {   /* <div id="header"> */
	position: 		static;
	width: 				720px;	
	text-align: 	center;
	margin: 			0px auto 0px auto;
	padding: 			0px 0px 0px 0px;
	}	
	
#menu {   /* <div id="nav"> used for side navigation */
	position: 			static;
	background-color: #cfb593;	
	width: 					150px;
	margin: 				15px 0px 0px 0px;
	padding: 				10px 5px 10px 15px;
	text-align: 		left;
	font-size:			100%;
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;	
	font-weight:   	normal;
	border: 	1px #33261a solid;
	}
	
#maincopy {  /* <div id="maincopy"> used for right copy by navigation */
	position: static;
	width: 486px;
	margin: 10px 0px 0px 0px;
	padding: 10px 16px 10px 20px;
	text-align: left;	
	}
	
.fullwidthpadded {   /* 50 px white space added inside fullwidth division */
	width: 588px;
	margin: 0px auto 0px auto;
	padding: 10px 66px 10px 66px; 
	text-align: left;
	}
	
.halfwidthpadded {   /* 20 px white space added inside 288 px halfwidth division.  Can not be used inside a fullwidthpadded */
	width: 288px;
	margin: 0px;
	padding: 10px 36px 10px 36px;
	text-align: left;
	}
	
.clear {  /* clears all floats in the container, use in container only */
	clear: both;
	width: 5px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:0;
	}
	
#footer {   /* <div id="footer> */
	width: 688px;
	text-align: center;
	font-size: 100%;
	margin: 0px auto 0px auto;
	padding: 15px 0px 10px 0px;
	}
	
#subfooter {
	width: 800px;
	text-align: center;
	font-size: 100%;
	margin: 0px auto 0px auto;
	padding: 15px 0px 10px 0px;
	}

.border {   /* adds a 1px black border*/
	border: 1px solid black;
	}
	
.floatl {   /* floats to the left*/
	float: left;
	display: inline;					/* fix IE double margin bug on floats */
	}

.floatr {  /* floats to the right*/
	float: right;
	display: inline;					/* fix IE double margin bug on floats */
	}
	
img.floatr {   /* floats to the right with white space on the left*/
	padding-left: 20px;
	}
	
img.floatl {  /* floats to the left with white space on the right*/
	padding-right: 20px;
	}
	
.divcenter{      /* creates an auto centering division */
	margin: 0px auto 0px auto;
	}

.nobottom {   /* forces bottom to move up */
	margin-bottom:	0;
	padding-bottom:	0;
	}
	
.notop {     /* forces top to move up */
	margin-top:	0;
	padding-top:	0;
	}	
	
	
a {  /* color of link */
  	color:	#754807;
  	text-decoration:	none;
  	padding:	0px;
  	}
	
a:visited {  /* color of visited link */
		color: #754807;
		text-decoration: none;
		padding:	0px;
		}

a:hover {  /* color of link when hovered*/
		color: #cc8014;
		text-decoration: underline;
		padding:	0px;
		}	
		
#subfooter a {  /* color of link */
  	color:	#efe9e5;
  	text-decoration:	none;
  	padding:	0px;
  	}
	
#subfooter a:visited {  /* color of visited link */
		color: #efe9e5;
		text-decoration: none;
		padding:	0px;
		}

#subfooter a:hover {  /* color of link when hovered*/
		color: #99600f;
		text-decoration: none;
		padding:	0px;
		}	
		
.cart	a {
		vertical-align: 	middle;
		display:					-moz-inline-block;
		display:					-moz-inline-box;
		display: 					inline-block;
		background: 			url(../images/buy.jpg) center center no-repeat;
    padding: 					0px 0px 0px 0px;
		margin: 					0px 0px 0px 0px; 
    width: 						65px; /*helps IE with hover */
    height: 					18px;
  	}
		
.cart	a {
		
		}
		
.cart	a:visited {
		vertical-align: 	middle;
		display:					-moz-inline-block;
		display:					-moz-inline-box;
		display: 					inline-block;
		background: 			url(../images/buy.jpg) center center no-repeat;
    padding: 					0px 0px 0px 0px;
		margin: 					0px 0px 0px 0px; 
    width: 						65px; /*helps IE with hover */
    height: 					18px;
  	}		

.cart	a:hover {
		vertical-align: 	middle;
		display:					-moz-inline-block;
		display:					-moz-inline-box;
		display: 					inline-block;
		background: 			url(../images/buyhover.jpg) center center no-repeat;
    padding: 					0px 0px 0px 0px;
		margin: 					0px 0px 0px 0px; 
    width: 						65px; /*helps IE with hover */
    height: 					18px;
		}

		
/* lists */
	
ul {  /* definition of an unordered list */
	margin-top:		0;
	padding-top: 	0;
	margin-left:	10px;
	padding-left:	10px;
	}
		
ul.image {  /* image at the beginning of an unordered list */
	list-style-image: url('../images/bullet.gif');
	}
		
ul.noimage {	 /* no image at the beginning of an unordered list */
 	list-style-type: none;
	}		
	
li {
	margin-top:		0px;
	padding-top: 	5px;
	margin-left:	0px;
	padding-left:	0px;
	}
		
li.line {	 
	border-bottom: 1px #4e3d56 solid;	
	}		
	
#menu ul {  /* definition of an unordered list */
	margin-top:		0;
	padding-top: 	0;
	margin-left:	5px;
	padding-left:	5px;
	}

#menu li {
	font-size:    85%;	
	font-weight:  normal;
	text-align:		left;
	line-height: 0.4cm;	
	padding:	0px 0px 0px 0px;	
	margin: 	0px auto 0px auto;
	}
		
  	

/* tables */		

table {  /* table with 10 px padding and no margins */
	padding:	10px;	
	margin: 	0px auto 0px auto;
	}	
	
td {  /* table cell with 10 px padding on top and 15 px padding on the right */
	padding-top:		10px;		
	padding-right:	15px;	
	}
	
table.lined {  /* black line around table that collapses to the td line */
	border:		1px solid black;
	border-collapse:	collapse;
	}	
	
table.light {
	background-color: #efe9e5;
	}

td.lined {   /* lined table  */
	border:		1px solid black;	
	padding:	10px;
	}
	
td.right {  /* moves text in a td to right top*/
	text-align:			right;
	vertical-align:		top;	
	}
	
td.left {  /* moves text in a td to left top*/
	text-align:			left;
	vertical-align:		top;	
	}		
	
td.top {  /* moves text in a td to top*/
	vertical-align:		top;	
	}
	
td.size170 {  /* sets a td to 120 px */
	padding-right:	10px;	
	width:					120px;		
	}
	
td.size300 {  /* sets a td to 200 px */
	padding-right:	10px;	
	width:					300px;		
	}
	
	h1 {
  font-size:      180%;
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;			
	text-align:			center;
	font-weight:    normal;
	padding-top:		5px;
	padding-bottom: 20px;
	color: #515F47;
	font-weight:    bold;
	}
	
	
h2 {  /* headline 2 */
  font-size:      160%;
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;	
	text-align:			center;	
	font-weight:    normal;	
	}	
	
h3 {  /* headline 3 */
  font-size:      140%;	
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;	
	text-align:			center;	
	font-weight:    normal;
	}	
	
h4 {  /* headline 3 */
  font-size:      120%;	
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;	
	text-align:			center;	
	font-weight:    normal;
	}	

.tl {   /* text left */
	text-align:	left;
	font-weight:    normal;
	}
	
.tc {   /* text center*/
	text-align:	center;
	font-weight:    normal;
	}
	
.tr {   /* text right*/
	text-align:	right;
	font-weight:    normal;
	}
	
.tj {   /* text justified*/
	text-align:	justify;
	font-weight:    normal;
	}
	
.t85 {    /* small text left */
	font-size:      85%;	
	}
	
.t110 {
	font-size:   110%;	
	}	
	
.t120 {   /* large text left */
	font-size:      120%;	
	}		
	
.linethrough  {
	text-decoration:	line-through;
	}
	
.green4 {
	color: #4d5945;
	}
	
.green5 {
	color: #374032;
	}	
	
.orange {
	color: #e5ac73;
	}
	
.orange2 {
	color: #d93600;
	}
	
.beige1 {
	color:  #efe9e5;
	}
	
.beige3 {
	color: #b4a08e;
	}
	
.beige6 {
	color: #80796c;
	}
	
.beige9 {
	color: #33302b;
	}
	
.height6 {   /* space between lines */
	line-height: 0.6cm;
	} 	

	

	
	