html	{
	min-height: 100%;
	border-bottom: 1px solid transparent;
	}	
* {	
	margin:0;
	padding:0;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	color: #333;
	}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
img	{
	border: 0;
	}
.right	{
	float: right;
	margin: 0 0 10px 10px;
	}
.rt	{
	float: right;
	margin: 0 0 10px 10px;
	}
.left	{
	float: left;
	margin: 0 10px 10px 0;
	}
.clear	{
	clear: both;
	}
	
#container	{
	position: relative;
	width:860px;
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	text-align:left;
	background-image: url(images/shell/bg-body.gif);
	background-repeat: repeat-y;
	clear: both;
	}
#main	{
	position: relative;
	width: 840px;
	margin: 0 10px;
	}	
#main	 #left-nav	{
	float: left;
	width: 180px!important;
	border-top: 2px solid #fff;
	}
#container #main #holder	{
	float: left;
	background-image: url(images/shell/bg-v-nav.gif);
	background-repeat: repeat-y;
	}		
#main	#right-side 	{
	float: left;
	width: 660px;
	}	
#header {
	height: 120px;
	background-image: url(images/shell/bg-header.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	position: relative;
}
#header .shopping-cart	{
	float: right;
	padding: 20px;
	}

#top-nav {
	background-image: url(images/shell/bg-top-nav.gif);
	background-repeat: repeat-x;
	height: 40px;
	/* border-bottom: 4px solid #d6cecb; */
	clear: both;
}
#content	{
	position: relative;
	/* float:left; */
	padding: 20px;
	min-height: 360px;
	}
#header h1 {
	font-size: 27px;
	position: absolute;
	left: 30px;
	top: 20px;
	color: #484d76;
	font-style: italic;
	font-weight: 400;
}
/* #container #header h1.hdr	{
	position: absolute;
	left: 31px;
	top: 21px;
	color: #fff;
	} */
#container #header h2 {
	font-size: 12px;
	position: absolute;
	left: 35px;
	top: 60px;
	color: #484d76;
	font-style: italic;
}
#container #header h3	{
	position: absolute;
	right: 20px;
	top: 97px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #484d76;	
	/* color: #787eae; */
	}
#container #header h3 span	{
	font-weight: 400;
	letter-spacing: 1px;
	color: #484d76;	
	line-height: 18px
	}
	
h1	{
	font-size: 17px;
	color: #484d76;
	margin: 0 0 5px 0;
	}
h2	{
	font-size: 14px;
	color: #484d76;
	margin: 0 0 5px 0;
	}
	
.small	{
	font-size: 10px;
	}	
.medium	{
	font-size: 11px;
	}
.large	{
	font-size: 14px;
	}
p	{
	margin: 0 0 10px 0;
	}
div.rule	{
	line-height: 3px;
	border-top: 1px solid #ccc;
	padding: 15px 0!important;
	}
.red	{
	color: #cc0000;
	}
#content ul 	{
	margin: 0 0 10px 18px;
	padding: 0;
	}
#footer {
	clear: both;
	height: 25px;
	color: #fff;
	font-size: 11px;
	line-height: 25px;
	background-image: url(images/shell/bg-footer.gif);
	background-repeat: repeat-x;
	text-align: center;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

/******************** Top Navigation ************************/

#top-nav ul
{
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	}

#top-nav ul li { display: inline; }

#top-nav ul li a
{
	font-weight: 800;
	margin-top: 2px;
	height: 25px;
	padding: 11px 20px 0px 20px;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #e5ded9;
	/* text-transform: uppercase; */
	}

#top-nav ul li a:hover
{
	/* background-color: #9CA1C0; */	
	background-color: #dbd3d0;
	color: #484d76;
	}

/********************* End top navigation ***************************/



/* #header h1 {
	font-size: 27px;
	padding-top: 20px;
	padding-left: 20px;
	color: #fff;
	font-style: italic;
	font-weight: 400;
} */

/* #header h2 {
	font-size: 12px;
	padding-left: 20px;
	color: #484d76;
	font-style: italic;
	font-weight: bold;
} */


a:link {
	color: #484d76;
	text-decoration: underline;
}     /* unvisited link */
a:visited {
	color: #484d76;
	text-decoration: none;
	text-decoration: underline;
}  /* visited link */
a:hover {
	color: #666;
	text-decoration: none;	
}   /* mouse over link */
a:active {
	color: #484d76;
	text-decoration: none;
}   /* selected link */


#header a:link {
	color: #484d76;
	text-decoration: none;
	font-weight: bold;
}     /* unvisited link */
#header a:visited {
	color: #484d76;
	text-decoration: none;
	font-weight: bold;
}  /* visited link */
#header a:hover {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}   /* mouse over link */
#header a:active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}   /* selected link */

body.home #top-nav ul li.home a,
body.products #top-nav ul li.products a,
body.drawings #top-nav ul li.drawings a,
body.installation-instructions #top-nav ul li.installation-instructions a,
body.links #top-nav ul li.links a,
body.contact-us #top-nav ul li.contact-us a	{
	background-color: #6e76af;
	background-image: url(images/shell/bg-top-nav-on.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	}
body.home #top-nav ul li.home a:hover,
body.products #top-nav ul li.products a:hover,
body.drawings #top-nav ul li.drawings a:hover,
body.installation-instructions #top-nav ul li.installation-instructions a:hover,
body.links #top-nav ul li.links a:hover,
body.contact-us #top-nav ul li.contact-us a:hover	{
	color: #fff;
	}
	
#header #sound-waves	{
	position: absolute;
	left: 60px;
	top: 54px;
	}
	
#content flashcontent2	{
	position: relative;
	}
	
.module	{
	float: left;
	clear: both;
	width: 618px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 20px;
	}
.module .product-thumb	{
	float: left;
	width: 200px;
	height: 200px;
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 3px 3px 3px 2px;
	}
.module .product-thumb {
	cursor: pointer;
	}
.module .product-thumb:hover	{
	background-color: #f0f0f0;
	}
.module .product-thumb a	{
	font-size: 11px;
	font-weight: 800;
	margin: 3px;
	}
	
	
	
	
	
.module .product-thumb-wide	{
	float: left;
	width: 400px;
	height: 200px;
	/* padding: 5px; */
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 3px 6px 3px 5px;
	}
.module .product-thumb-wide {
	cursor: pointer;
	}
.module .product-thumb-wide:hover	{
	background-color: #f0f0f0;
	}
.module .product-thumb-wide a	{
	font-size: 11px;
	font-weight: 800;
	margin: 3px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.module-dwg	{
	float: left;
	width: 800px;
	padding-bottom: 20px;
	}
.module-dwg .holder	{
	float: left;
	width: 400px;
	height: 140px;
	font-size: 10px;
	}
.module-dwg .holder .type	{
	text-align: center;
	width: 400px;
	}
.module-dwg .holder .type img	{
	padding: 0 100px;
	}
.module-dwg .holder .info-left	{
	float: left;
	width: 50px;
	padding-left: 100px;
	font-weight: 800;
	}
.module-dwg .holder .info-left span,
.module-dwg .holder .info-right span	{
	background-color: #ffff33;
	}
.module-dwg .holder .info-right	{
	float: right;
	width: 50px;
	padding-right: 100px;
	text-align: right;
	font-weight: 800;
	}


#content.product	{
	float: left;
	}
	
#content.product fieldset	{
	float: right;
	width: 240px;
	padding: 10px;
	border: 1px solid #ccc;
	margin: 0 0 10px 10px;
	}
#content.product fieldset legend	{
	color: #484d76;
	font-weight: 800;
	}
#content.product fieldset .left	{
	float: left;
	width: 80px;
	margin-right: 10px;
	font-size: 9px;
	}
#content.product fieldset .right	{
	float: left;
	width: 140px;
	font-size: 9px;
	}
#content.product fieldset input	{
	clear: both;
	display: block;
	text-align: center;
	}
	
	
	
	
	
	
	
#content.cart fieldset	{
	width: 780px;
	padding: 10px;
	border: 1px solid #ccc;
	margin: 5px 0;
	}
#content.cart fieldset legend	{
	color: #484d76;
	font-weight: 800;
	font-size: 12px;
	}
#content.cart fieldset .left	{
	float: left;
	width: 170px;
	margin-right: 10px;
	font-size: 12px;
	}
#content.cart fieldset .left img	{
	display: inline;
	}
#content.cart fieldset .right	{
	float: left;
	width: 200px;
	font-size: 12px;
	}
	
#content.cart fieldset .buttons	{

	float: left;
	width: 150px;
	margin: 0 20px 0 0;
	}
#content.cart fieldset .right img	{
	float: right;
	}

.product-caulking	{
	float: left;
	clear: both;
	width: 620px;
	padding: 15px 0;
	border-top: 1px solid #ccc;
	}
.product-caulking img	{
	float: left;
	}
.product-caulking .info	{
	margin-left: 220px;
	}
#profile {
	position:absolute;
	top:475px;
	left:340px;
	z-index:1;
	}
#closeup {
	position:absolute;
	top:700px;
	left:340px;
	z-index:1;
	}