/************************************************
*	Product Pages 								*
************************************************/

#product-pic {
	float:left;
	width:300px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:5px;
}

#product-pic img{
	border-style:solid;
	border-color:#000000;
}

#product-pic a:hover img{
	border-color:#ffd822;
}


/* product drawing */
#product-drawing {
	float:right;
	width:350px;
	margin-left: 15px;
	margin-right: 60px;
	margin-top:	15px;
	margin-bottom: 15px;
}

#product-drawing img{
	border:none;
}

/* product buttons */
#product-button-container {
	width:650px;
	height:50px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#product-button {
	width:185px;
	float:left;
	padding:5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 5px;
}

#product-button img {
	border:none;
	margin-left:auto;
	margin-right:auto;
}


/*product description */
#product-name {
	float:right;
	width:340px;
	margin-right:5px;
	margin-top:-30px;
	margin-bottom:-10px;
}

#product-name h3{
	text-align:center;
}

#product-description {
	float:right;
	width:340px;
	margin-right:5px;
}


/*product options */
#product_options_container {
	float:left;
	width: 160px;
	margin-top: 30px;
	margin-left: 15px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
	border-right-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	border-left-color: #e5e5e5;
}

#product_options {
	float: left;
}

#product_options ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#product_options li {
	margin: 0;
	padding: 0;
	width: 160px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #e5e5e5;
	border-right-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	border-left-color: #e5e5e5;
} 

#product_options a {
	display: block;
	width: 152px;  
	color: #669999;
	margin: 0; 
	padding: 4px;
	text-decoration: none;
}

#product_options a:hover {
	background-color: #ffd822;
}

#product_options a span {
	float: left;
	color: #669999;
}

#product_options a.selected {
	background: url(http://www.chimneyking.com/images/site/nav/leftnav_bg_selected2.gif);
	color: #669999;
	font-weight: bold;
}

/*product gallery*/
#product-gallery {
	padding-top:5px;
}

/*product spacer*/
#product-spacer {
	float:left;
	width:362px;
	margin-top:15px;
	margin-bottom:5px;
	margin-left:170px;
	margin-right:168px;
	clear:both;
}

/************************************************
*	Meet the Team  								*
************************************************/
#div-TeamCapBox {
	width:700px;
	padding-top:20px;
	padding-bottom:20px;
	float:left;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#e5e5e5;
}

#div-TeamPicBox {
	width:180px;
	margin-right:10px;
	float:left;
}

#div-TeamPicBox a:link, #div-TeamPicBox a:visited {
	color:#000000;
	text-decoration:none;
}


