	/* basic elements */

body
{
	color: #006;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	/* background-image: url("images/cottonballZ.jpg"); */
	background-color: #FFFFCC;
	text-align: center;
	margin: 0px 0px; 
	top: 0px;
	padding: 0px;
	width: 100%;
}

#allBody {
	width: 640px;
	margin-top: 0px;
	margin-left: 15%;
	margin-right: 15%;
	text-align: center;
	top: 0px;
	padding: 0px;
}


h3{
	/* border-color: white;
	border-width: thin;
	border-style: groove; */
}

a:link
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: yellow;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active
{
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted white;
}

a.link:link{
	color: #339900;
	font-weight: bold;
	text-decoration: none;
}
a.link:visited{
color: #339900;
	font-weight: bold;
	text-decoration: none;
}
a.link:hover, a.link:active{
color: #339900;
	font-weight: bold;
	text-decoration: none;
}

/* specific divs */
#container
{
	background-color: #006;
	margin: 8px auto;
	padding: 0;
	width: 640px;
}

#intro
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
	background-color: #FFFFCC;
	background-image: url("images/top3.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 11px;
	margin: 0px;
	padding: 0.1px;
	width: 700px;
	height: 132px;
}

#middle
{
	position: relative;
	color: white;
	background-color: #FFFFCC;
	background-image: url("images/bottom2.gif");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
	width: 700px;
	height: 195px;
}

#cleanUndies{
	position: relative;
	top: 30px;
	font-size: 36px;
	font-weight: bold;
}

#cotton{
	position: relative;
	font-size: 17px;
	font-weight: bolder;
	top: 50px;
}

#address{
	position: relative;
	top: 60px;
	font-size: 18px;
}

.reps{
	position: relative;
	font-size: 15px;
	font-weight: bold;
}

#topTitle{
	position: relative;
	top: 110px;
	font-size: 22px;
	font-weight: bolder;
}

#productLinkList{
	position: relative;
	font-size: 14px;
	border-top: 2px solid white;
	top: 115px;
}

#founder{
	position: relative;
	background-image: url("images/jonCloudSmall.jpg");
	width: 300px;
	height: 225px;
	left: 70px;
	text-align: center;
	border: 1px solid black;
	white-space: 10px;
}

#outro
{
	color: #600;
	font-size: 12px;
	text-align: left;
	background-image: url("images/line.gif");
	/* background-color: #FFFFCC; */
	background-position: left top;
	background-repeat: repeat; 	
	margin: 0;
	padding: 20px;
	width: 658px;
	height: auto;
	border-left: 1px solid #FFCC66;
	border-right: 1px solid #FFCC66;
	border-bottom: 1px solid #FFCC66;
}


#bottom{
	float: none;
	caption-side: bottom;
	color: white;
	font-weight: bold;
}

/*  history page */
p.history:first-letter 
{
font-size:x-large;
}
p.history
{
  text-indent: 1.5em;
  margin-top : 0;
}

p.historyAddress{
   font-weight: bold;
}

.productionImage{
	margin: 10px;
	border: 1px solid black;
}

/* ============ PRODUCT ================== */

#oneProduct{
	position: relative;
	top: 0px;
	left: 0px;
	padding: 10px;
	border-width: thin;
	border-style: solid;
	border-color: white;
	background-color: #FFFFCC;
	/* background-image: url(images/line.gif); */
}

#productImage{
	position: relative;
	left: 10px;
	top: 30px;
	width: 180px;
	height: 180px;
}

#productTitle{
	position: absolute;
	font-weight: bold;
	top: 10px;
	left: 10px;
}

#productDescription{
	position: absolute;
	top: 40px;
	left: 210px;
}

#productPrices{
	position: relative;
	left: 300px;
	bottom: 30px;
}

/* product table */

table.productsTable {
	border-width: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
	background-color: #fffafa;
	
}
table.productsTable th {
	border-width: 1px;
	padding: 3px;
	border-style: double;
	border-color: gray;
	background-color: #f5f5f5;
}

table.productsTable td {
	border-width: 1px;
	padding: 3px;
	border-style: double;
	border-color: gray;
	/* background-color: #f5f5f5; */
	background-color: #FFFFF0;
}

/* size chart table */

table.sizeChartTable {
	border-width: 0px;
	border-style: none;
	border-color: #f5f5f5;
	border-collapse: separate;
	
}
table.sizeChartTable th {
	border-width: 1px;
	padding: 3px;
	border-style: double;
	border-color: #FFFFCC;

}

table.sizeChartTable td {
	border-width: 1px;
	padding: 3px;
	border-style: double;
	border-color: gray;
	/* background-color: #f5f5f5; */

}
