@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}
#outer {
	width: 830px;
	margin: 0 auto;
	display: block;
	background: url(images/bg-body.jpg) repeat-y;
	overflow: hidden;
}

/* Header Images */
#header {
	height: 250px;
	background: url(images/bg-header.jpg) no-repeat;
}
	#logo {
		border: none;
		position: relative;
		left: 75px;
		top: 25px;
	}

/* Main Navigation */
#menu {
	width: 265px;
	float: left;
	margin-right: 50px;
}
	#menu ul {
		margin: 15px 0px 0px 2px;
		padding: 0px 0px 0px 49px;
		list-style-type: none;
	}
		.menu-link {
			display: block;
			height: 21px;
			width: 204px;
			color: #fff;
			background: #000;
			text-align: right;
			margin-bottom: 2px;
			text-decoration: none;
			padding: 4px 10px 0px 0px;
			font-family: "Trajan Pro", "Garamond Premr Pro", serif;
			font-size: 10pt;
		}
		.menu-link:hover {
			background: none;
		}
		#active {
			background: #fff;
			color: #000;
		}
	
	/* Black bar at bottom of menu */
	#menu-footer {
		background: #000;
		height: 10px;
		margin-left: 15px;
	}

/* Main Content */
#content {
	width: 475px;
	float: left;
	min-height: 300px;
	font-size: 10pt;
	font-family: "Garamond Premr Pro", serif;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #444;
}
	h2 {
		font-family: "Trajan Pro", "Garamond Premr Pro", serif;
		font-size: 12pt;
	}
	h4 {
		margin: 0px;
	}
	#content a {
		color: #520303;
		text-decoration: none;
	}
	#content a:hover {
		color: #853636;
	}
	.caption {
		font-style: italic;
		font-size: 9pt;
	}
	#content img {
		border: 1px solid #000;
	}
	#contact-info img {
		border: none;
	}
	#content #terms {
		border: none;
	}
	.float-left {
		float: left;
		margin: 0px 10px 10px 0px;
	}
	#content .atl {
		position: relative;
		top: 4px;
		border: none;
	}
	#adjustment {
		position: relative;
		top: 10px;
	}
	
	/* Tables */
	table {
		width: 475px;
	}
	#specs-table td {
		padding-bottom: 10px;
	}
	.price-table td {
		padding: 0px 10px 10px 0px;
	}
	#contact-form {
		margin-top: 30px;
	}
		#contact-form td {
			padding: 0px 20px 10px 0px;
		}
	#compare-table td {
		padding: 5px;
		border: 1px solid #000;
	}
	
	/* Gallery */
	#gallery img {
		border: 1px solid #000;
	}
	#gallery img:hover {
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
	}
	

/* Footer Image and Sub Navigation */
#footer {
	height: 50px;
	background: url(images/bg-footer.jpg) no-repeat #fff;
	clear: both;
	padding-top: 18px;
	font-family: "Garamond Premr Pro", serif;
}
	#footer ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		position: relative;
		left: 100px;
	}
		#footer ul li {
			display: inline;
			float: left;
		}
			.footer-link {
				display: block;
				color: #444;
				padding: 0px 5px;
				border-right: 1px solid #444;
				text-decoration: none;
				font-size: 10pt;
			}
			.footer-link:hover {
				text-decoration: underline;
			}
			#last {
				border: none;
			}
