/* CSS Document */

body {
	background: url(../grfx/body_bg.gif) top left repeat-x #fff;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

	#wrapper {
		width: 930px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
	}
	
		#header {
			background: url(../grfx/banner.jpg) top right no-repeat;
			width: 880px;
			height: 158px;
		}
		
		#internal-header {
			background: url(../grfx/int-banner.jpg) top right no-repeat;
			width: 880px;
			height: 173px;
		}
		
			#internal-header img {
				padding: 70px 0 0 307px;
			}
		
			#header img {
				padding: 70px 0 0 307px;
			}
			
			#header_finish {
				background: url(../grfx/header_finish.gif) top left repeat-x;
				position: absolute;
				top: 0px;
				right: 0px;
				width: 30%;
				height: 173px;
			}
			
		#content {
			margin: 42px 0 0 0;
			font-size: 0.8em;
		}
		
			#content_left {
				width: 411px;
				float: left;
			}
			
				img.homepage_image {
					float: left;
					margin: 9px 15px 0 0;
				}
			
			#content_right {
				width: 216px;
				float: right;
			}
			
				.product_holder {
					width: 190px;
					margin-left: auto;
					margin-right: auto;
					margin-top: 23px;
					margin-bottom: 12px;
				}
				
					.product_holder img.more {
						float: right;
					}
				
					.product_holder img {
						border: none;
					}
					
		#internal-wrapper {
			width: 880px;
			float: left;
		}
		
			#cat-navigation {
				float: left;
				width: 200px;		
			}
			
			#internal-content {
				float: left;
				width: 	680px;		
			}
				
			.breadcrumbs {
				font-size: 11px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				color: #333;
				padding: 9px 9px 9px 30px;
				width: 400px;
			}
				
				.breadcrumbs a {
					color: #333;
				}
				
				.breadcrumbs a:hover {
					text-decoration: none;
				}
				
			#breadcrumbs-left {
				float: left;
				width: 330px;
			}
			
			#pag-right {
				float: right;
				width: 330px;
			}
			
			#top-breadcrumbs {
				padding-bottom: 40px;
			}
			
			.detail-breadcrumbs {
				padding-left: 130px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
			}
			
				.detail-breadcrumbs a {
					color: #333;
				}
				
				.detail-breadcrumbs a:hover {
					text-decoration: none;
				}
				
			#feature-image {
				float: left;
				margin: 0 50px 0 70px;
				width: 350px;
			}
			
			#feature-detail {
				float: left;
				width: 250px;
			}
			
			#detail-info {
				float: left;
			}
			
		.contact_details {
			color: #6b3952;
			font-size: 1.1em;
		}
		
			.contact_details td {
				padding: 3px;
			}
		
		.listing-table {
			width: 800px;
			margin-top: 20px;
		}
		
		.listing-table td {
			vertical-align: top;
			text-align: center;
			padding: 5px 10px 5px 10px;									
		}
			
			.listing-table img {
				border: 0;
			}
			
		.generate-quote {
			background:url(../grfx/generate-quote.jpg) no-repeat;
			width: 117px;
			height: 20px;
			border: 0;
			cursor: pointer;
		}
		
		.update_btn {
			background:url(../grfx/update.jpg) no-repeat;
			width: 58px;
			height: 20px;
			border: 0;
			cursor: pointer;
		}
	
	#checkout {
		margin-bottom: 15px;
		width: 400px;
		text-align: left;
		border-collapse: collapse;
		font-size: 12px;
		border: 1px solid #633152;
	}
	
		#checkout th {
			padding: 5px;
			background-color: #633152;
			color: #fff;
		}
	
		#checkout td {
			vertical-align: top;
			padding: 5px;
			border-bottom: 1px solid #633152;
		}
		
	#cart {
		width: 880px;
		border-collapse: collapse;
		border: 1px solid #633152;
	}
	
		#cart th {
			background-color: #633152;
			text-align: center;
			font-size: 15px;
			height: 30px;
			color: #fff;
		}
	
		#cart td {
			border-bottom: 1px solid #633152;
			border-collapse: collapse;
			padding: 5px;
			text-align: center;
		}
		
	.submit_quote {
		background:url(../grfx/submit-quote.jpg) no-repeat;
		width: 101px;
		height: 20px;
		border: 0;
		cursor: pointer;
	}
	
	.submit input {
		background:url(../grfx/submit.jpg) no-repeat;
		width: 64px;
		height: 20px;
		border: 0;
		cursor: pointer;
	}
	
	.go_back input {
		background:url(../grfx/go_back.jpg) no-repeat;
		width: 64px;
		height: 20px;
		border: 0;
		cursor: pointer;
	}
	
	#cat_wrapper {
		float: left;
		width: 720px;
	}
	
		#cat-image {
			float: left;
			width: 300px;
		}
		
			#cat-image img {
				border: 1px solid #6b3952;
				float: none;
			}
		
		#cat-description {
			float: left;
			width: 400px;
		}
		
		
			
					
	#footer {
		background: url(../grfx/footer_bg.gif) top left repeat-x;
		height: 130px;
		width: 100%;
		margin: 60px 0 0 0;
	}
	
		#footer img {
			 float: left;
			 margin: 21px 0 0 37px;
		}
		
		#footer .clearer {
			height: 50px;
		}
		
		#footer p {
			font-size: 0.8em;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			padding: 0 0 4px 0;
			width: 880px;
			text-align: center;
			margin-left: auto;
			margin-right: auto;
		}
		
		#footer p.links a {
			color: #fff;
			margin: 0 6px 0 6px;
			text-decoration: none;
		}
		
		#footer p.links a:hover {
			color: #b5b539;
		}
		
		#footer p.extra, #footer p.extra a {
			color: #b5b539;
			text-decoration: none;
		}
		
		#footer p.extra a:hover {
			color: #fff;
		}