/* CSS Document */

body {
	background:url(../grfx/backgrounds/background.jpg) repeat-x #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #818181;
	margin: 0;
	padding: 0;
}
	

#container {
	width: 908px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	padding-bottom: 30px;
}

#header {
	height: 145px;
	width: 864px;
}

	.logo {
		float: right;
	}
	

	

#content-wrapper {
	width: 864px;
	float: left;
	
}

	#int-header {
		width: 664px;
		background:url(../grfx/int-header.jpg) no-repeat;
		height: 61px;
	}
		

	#left-nav {
		width: 122px;
		float: left;
		margin-top: 15px;
		margin-left: 16px;
	}
	
		* html #left-nav {
			margin-left: 7px;
		}
		
		*:first-child+html #left-nav {
			width: 122px;
			margin-left: 8px;
			margin-right: 8px;
		}
	
		.left-contact {
			font-size: 11px;
			color: #cccccc;
			width: 110px;
			display: block;
		}
	
	#right-col-wrapper {
		background:url(../grfx/right-home.jpg) no-repeat #f68121;
		background-position: top right;
		width: 726px;
		float: left;		
	}
	
	#right-col-wrapper-int {
		background:url(../grfx/int-right.jpg) no-repeat #f68121;
		background-position: top right;
		width: 726px;
		float: left;
	}
	
		* html #right-col-wrapper {
			width: 720px;
		}
		
		* html #right-col-wrapper-int {
			width: 720px;
		}
	
	#content {
		width: 664px;
		float: left;
	}
	
	*:first-child+html .content-footer {
		margin-bottom: -2px;
	}
	.content-footer {
		margin-bottom: -2px\;
	}
	
	* html .content-footer {
		margin-bottom: -2px;
	}
	
	
		.feature-header {
			height: 21px;
			width: 659px;
			background-color: #f68121;
			color: #fff;
			display: block;
			font-family: Gill Sans MT, Verdana, Helvetica, sans-serif;
			font-size: 18px;
			font-weight: normal;
			padding: 0px 0 4px 5px;
		}
		
			*:first-child+html .feature-header {
				margin-top: -2px;
			}
		
		.home-table {
			width: 664px;
			background-color: #d2d0ce;
			color: #000;
			padding: 6px 3px 0 3px;
			text-align: center;
		}
		
			.home-table img {
				border: 0;
			}
		
			.home-table td {
				padding: 2px 4px 2px 4px;
				font-size: 15px;
			}
			
		#text {
			background:url(../grfx/backgrounds/text-bg.jpg) no-repeat;
			background-position: bottom right;
			min-height: 250px;
			height: auto !important;
			height: 250px;
			padding: 15px 35px 15px 35px;
			line-height: 150%;
			background-color: #fff;
			float: left;
			width: 594px;
			text-transform: lowercase;
		}
		
	.listing-table {
		margin-left: -8px;	
	}
	
		#listing-table td {
			text-align: center;
		}
		
		.title-heading {
			color: #7d7d7d;
			font-size: 12px;
			font-weight: bold;
		}
		
		.price-heading {
			color: #555555;
			font-weight: bold;
			font-size: 14px;
		}
		
		
		.strike {
			text-decoration:line-through;
		}
		
		.sale {
			color: #ff0000;
			font-weight: bold;
			font-size: 14px;
		}
		
		.pagination {
			word-spacing: 3px;
		}
		
		.pagination a {
			color: #898989;
			text-decoration: none;
		}
		
			.pagination a:hover {
				color: #f68121;
			}
			
		#detail-wrapper {
			float: left;
		}
		
			#detail-left {
				float: left;
				width: 380px;
			}
			
				#detail-left img {
					border: 1px solid #c3c3c3;
				}
				
				.detail-images {
					margin-top: 9px;
					margin-left: -3px;
				}
				
				.detail-images img {
					margin: 0 3px 0 3px;
				}
			
			#detail-right {
				float: left;
				width: 200px;
			}
			
	#cart {
		width: 600px;
		border: 1px solid #f68121;
	}
	
		#cart th {
			background-color: #f68121;
			color: #fff;
			text-align: center;
			padding: 5px;
		}
		
		#cart td {
			padding: 5px;
			text-align: center;
			vertical-align: middle;
		}
		
	.manage {
		padding: 2px;
	}
	
		.manage th {
			text-align: left;
			color: #f68121;
		}
		
		
#footer {
	width: 712px;
	float: right;
	color: #5c5c5c;
	font-size: 10px;
	text-align: right;
	padding-top: 10px;
}

	#footer a {
		color: #5c5c5c;
		text-decoration: none;
	}
	
		#footer a:hover {
			color: #f68121;
		}
		
#product_listing {
	width: 600px;
}

	#product_listing p {
		margin: 0;
		padding: 6px 0 6px 0;
	}
	
	
			
		
		

