/* CSS Document 
 Copyright Sheathing Technologies, Inc.
 Contact: Jennifer Downing */
body {
	font-family: "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align:center;
	}
	
h1 {
	font-size: large;
	}
	
h2 {
	font-weight:bold;
	font-size:medium;
	}

h3 {
	font-size: large;

	}
	
img, #abouttext
{
border:2px ridge #000000;
}

#thumb img, #logo img
{
border:none;
}

/*one box to contain everything in center */	
#all
{
	width:100%;
	margin:auto auto auto auto;
}

/* box to contain main content*/
#main
{
	height:100%;
}

/*customer service sidebar */
#customer
{
	border:2px ridge #000000;
	width: 22%;
	padding: 1%;
	margin: 2% 0 2% 2%;
	float:left;
	display:inline;
}

#customer a, #text a
{
text-decoration:underline;
}

/*end customer service sidebar */

/*many tiny textboxes*/


#frontpage, #content
{
	float:right;
	display:inline;
}

#frontpage
{
	width:70%;
	border: 1px ridge #000000;
}

#content
{ 
width: 70%;
height:100%;
}

#abouttext, #frontpage
{
	font-weight:bold;
}



#abouttext, #fronttext
	{
	padding: 5%;
	}


#fronttext
{
border-top:1px ridge #000000;
}

#content, #text
{
 text-align:left;
 }

#text, #abouttext
{
margin-right:3%
}

#qualitytext
{
margin: 10% 10% 10% 5%;
}

#illusleft
{
float:left;
display:inline;
margin-top:10%;
width:30%;
}


#illus_latest
{
width:250px;
margin: 9% auto auto auto;
}

#boximage
{
height:250px;
background:url(images/stretchy.jpg) center center no-repeat;
width:100%
}

#boximage, #illus, #illusleft
{
overflow:hidden;
margin-left:auto;
margin-right:auto;
}

#illus
{
width:90%;
height: 225px;
margin-bottom:3%;
}

#logo
{
 margin: 62px auto auto auto;
 }
 
#thumb
{
float:left;
width:0;
display:inline;
overflow:hidden;
}


#thumbtext
{
float:left;
width:20%;
display:inline;
margin:2% 8% 2% 2%;
text-align:center;
}



/*end tiny textboxes */


/*display hack*/
#empty
{
clear:both;
}
/*end display hack*/

/* Tabs */
#nav {
		
		height:0px;
		width: 0px;
		overflow:hidden;
	}


/*end tabs*/
