@charset "UTF-8";
/* CSS Document */

body {
	background-color: #F9F4D0;
	margin: 0;  /*zeroing the top margins helps to avoid a dropped margin*/
	padding-top: 20px;  /*adds (attractive) space at the top of the page --*/
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	text-align: center;
	font-family: Georgia, "Lucida Grande", "Bookman Old Style", serif;
	font-size: 18px;
	color: #973C4F; }

/*the container div wraps the other divs and holds them in place, mostly*/ 
#container { 
	background-color: #FDFAED; 
	border: thick double #C66863; /*a uniform border on all 4 sides*/
	margin-top: 0px; 
	margin-right: auto; /*set margin width to auto left and right to float it to center of the page*/
	margin-bottom: 0px; 
	margin-left: auto; 
	text-align: center; /*centers everything in the container that is not later left or right justified*/
	width: 1000px; }
	
/*-- adds a bit of color around any image inside the container --*/ 	
#container img { border: thick solid #D6D5FF; }

#header { 
	background-color: #8195B7; 
	background-position: top; 
	height: 240px;margin: 0px; 
	padding-top: 2px; 
	padding-bottom: 18px; 
	text-align: center; 
	margin: 0; }

/*-- size of space, 14px, between top of content box the the top of the h1 title row --*/	
#content { padding-top: 14px; }	
	
/*--  these are text boxes, I try to name them by location --*/
#textundertitle {
	background-color: #FFFFFF;
	border: medium solid #d6d5ff;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	width: 800px;
	margin: auto; }

/*-- this div to move table up or down the page from bottom of textundertitle box --*/	
#productstablediv {
	margin-top: 10px; }	
	
#textundertable {
	background-color: #FFFFFF;
	border: medium solid #d6d5ff;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px; }

/*this is a box on the left side of the front page*/	
#leftside {
	background-color: #FFFFFF;
	border: 3px solid #d6d5ff;
	float: left;
	text-align: left;
	width: 530px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
}
	
#rightside {
	background-color: #FFFFFF;
	border: 3px solid #d6d5ff;
	float: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
	width: 322px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*centers the text in all of the products tables*/	
#productstable { text-align: center; }	
	
/*this says anywhere the is an image tag and a productstable tag together, put a purple border around the image*/
#productstable img { border: thick solid #CC99FF; }

/*-- there is a shorthand when all four sides are the same, but I left it longhand, much easier to manage --*/
#workshoptextbox01 { 
	background-color: #EDEBD7; 
	border-right-width: medium; 
	border-left-width: medium; 
	border-right-style: double;
	border-left-style: double; 
	border-top-color: #6F7C62; 
	border-right-color: #6F7C62; 
	border-bottom-color: #6F7C62; 
	border-left-color: #6F7C62; 
	margin-right: auto; 
	margin-left: auto; 
	padding: 20px; 
	text-align: left; 
	width: 800px; }

#workshoptextbox02 { 
	background-color: #EDEBD7; 
	border-right-width: medium; 
	border-left-width: medium; 
	border-right-style: double;
	border-left-style: double; 
	border-top-color: #6F7C62; 
	border-right-color: #6F7C62; 
	border-bottom-color: #6F7C62; 
	border-left-color: #6F7C62; 
	margin-right: auto; 
	margin-left: auto; 
	padding: 20px; 
	text-align: left; 
	width: 800px; }

#workshoptextbox03 { 
	background-color: #EDEBD7; 
	border-right-width: medium; 
	border-left-width: medium; 
	border-right-style: double;
	border-left-style: double; 
	border-top-color: #6F7C62; 
	border-right-color: #6F7C62; 
	border-bottom-color: #6F7C62; 
	border-left-color: #6F7C62; 
	margin-right: auto; 
	margin-left: auto; 
	padding: 20px; 
	text-align: left; 
	width: 800px; }

#kitchentextbox01 {
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	border-top-width: medium;
	border-right-width: thick;
	border-bottom-width: medium;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: double;
	border-bottom-style: solid;
	border-left-style: double;
	border-top-color: #D6D5FF;
	border-right-color: #D6D5FF;
	border-bottom-color: #D6D5FF;
	border-left-color: #D6D5FF; }

#kitchentextbox02 {
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	border-top-width: medium;
	border-right-width: thick;
	border-bottom-width: medium;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: double;
	border-bottom-style: solid;
	border-left-style: double;
	border-top-color: #D6D5FF;
	border-right-color: #D6D5FF;
	border-bottom-color: #D6D5FF;
	border-left-color: #D6D5FF; }

#kitchentextbox03 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 20px;
	border-top-width: medium;
	border-right-width: thick;
	border-bottom-width: medium;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: double;
	border-bottom-style: solid;
	border-left-style: double;
	border-top-color: #D6D5FF;
	border-right-color: #D6D5FF;
	border-bottom-color: #D6D5FF;
	border-left-color: #D6D5FF; }	

#footer {
	height: 100px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #C66863; }

/*--this is the big blue title at top of every page. Vary the words from page to page SEO --*/
h1 {
	color: #0033CC;
	font-size: 36px;
	font-style: italic;
}

/*this styles the table header rows with the blue backgrounds. They are h2 because they are sub catagories*/
h2 {
	background-color: #D6D5FF;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #9BB6DF;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #9BB6DF;
	color: #0033CC;
	font-family: "Trebuchet MS", Verdana, "Myriad Pro";
	font-size: 24px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9BB6DF;
	border-left-color: #9BB6DF;
	text-align: center;
}

/*I wanted to make the cutter names a heading 3 (for google) but IE adds a space before and after it, doesn't look right on the page*/
h3 {
	color: #973C4F;
	font-size: 18px;
	font-weight: bold;
	line-height: 80%; }
	
/*-- I give styles descriptive names so later, I know what the heck I made them for --*/
.greentablerowborder {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #41BC86;
	font-size: 18px; }

.WhiteSpaceCheat { 
	color: #FFFFFF; 
	font-size: 9px; }
	
.orderboxtext { 
	color: #000000; 
	font-family: Verdana; 
	font-size: 20px; 
	padding: 10px; }
	
.redConstructionNotice {
	color: #FF0000;
	font-family: Georgia;
	font-size: 20px; }
 
.highlighfirstwords { 
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #0033CC; }
	
/*-- shorter div names would streamline the code. Descriptive are easier to work with coming back to the code after a month or two away --*/	
