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

h3 {
	font-size: large;
	color:#FFFFFF;
	}
	

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

/* boxes to contain main content*/
#main
{
	background-color: #2b2a28;
	border:2px ridge #666666;
	height:100%;
}


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

#content
{
height:100%;
text-align:left;
}

#frontpage
{
	background-color:#585c6b;
	border: 1px ridge #999999;
	border-top:none;
	font-weight:bold;
}

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

#customer a
{
color:#d25c35;
text-decoration:underline;
}
/*end customer service sidebar */


/*many tiny textboxes*/
.import
{
color:#d25c35;
font-weight:bold;
}

#producttext
{ 
  text-align:left;
  margin:auto;
  margin: 3% 5% 0 5%;
  padding:0;
}

#fronttext
{
padding:37px;
border-top:1px ridge #999999;
}

#abouttext
{
	background-color:#444444;
	padding: 5%;
	font-weight:bold;
	margin-right:3%;
	border:2px ridge #666666;
}

#text
{
 text-align:left;
margin-right:3%;
}

#text a
{
color:#d25c35;
text-decoration:underline;
}

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


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



/*end tiny textboxes */


/*illustrations*/

img
{
border:2px ridge #666666;
}

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

#aboutpic
{
float:left;
display:inline;
margin:10% auto 0 auto;
width:30%;
}

#latestpic
{
width:250px;
margin: 50px auto auto auto;
}

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

#largeboximage
{
margin:3% 0 3% 5%;
float:left;
display:inline;
overflow:hidden;
}

#productpic
{
width:40%;
float:left;
display:inline;
overflow:hidden;
margin: .5em 1% 0 0;
}

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

/*table rules*/
table
{
font-size:small;
width:59%;
float:left;
display:inline;
}

td, th
{
text-align:center;
padding: .5em 0 .5em 0;
}


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

/* Tabs */
#nav {
		font-size: small;
		font-weight:bold;
		height:75px;
		list-style-type:none;
	}

#nav a
{		
	background: url(images/tabs/tabs.jpg) center;
	height: 50px;
	width:14%;
	float: left;
	display:inline;
	border:1px outset #1f89CF ;
	border-top: none;
	border-bottom:none;
	padding-top:25px;
	text-decoration:none;
	word-wrap: break-word;
}

#nav a:link, a:visited
   {
		color:#000000;
	}

#nav a:hover, #nav a:active, #select a
	{
		color:#FFFFFF;
		background:url(images/tabs/tabssel.jpg);
	}


/*end tabs*/
