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

html {
	background-color: #000;
}
body {
	margin: 0px;
	padding: 0px;
}
#outer {
	width: 1058px;
	margin: 0px auto;
	display: block;
	font-family: "Garamond Premr Pro", serif;
}

/* Header Elements */
#header {
	height: 228px;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
}
	h1 {
		margin: 0px;
		padding: 0px;
	}
	h1 a {
		display: block;
		width: 750px;
		height: 75px;
		position: relative;
		left: 150px;
		top: 50px;
	}
a {
	text-decoration: none;
}

/* Menu Elements */
#menu {
	width: 307px;
	margin-bottom: -377px;
	position: relative;
	z-index: 50;
	min-height: 377px;
}
	#menu ul {
		padding: 0px 0px 0px 100px;
		list-style-type: none;
		margin: 0px;
	}
	.menu-link {
		padding-top: 10px;
		display: block;
		height: 40px;
		text-align: center;
		font-size: 16pt;
	}
	.menu-link a {
		color: #ffffff;
		text-decoration: none;
	}
	.menu-link a:hover {
		color: #ffffff;
		text-decoration: none;
	}
	.menu-link:hover {
		background-image: url(images/bg-hover.png);
	}
	#active {
		background-image: url(images/bg-active.png);
	}
	#active a {
		color: #000;
	}
	
#body {
	height: 550px;
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat-y;
	}
	
	/* Content Elements */
	#content {
		padding: 50px 50px 50px 360px;
		height: 358px;
		width: 547px;
		overflow: auto;
	}
		h2 {
			margin: 0px 0px 15px 0px;
		}
		p {
			margin: 15px 0px;
		}
		#content a {
			color: #338800;
		}
		#content a:hover {
			color: #66bb00;
			text-decoration: underline;
		}
		
		/* Gallery Elements */
		#gallery {
			background-color: #000;
			text-align: center;
		}
		#gallery a img {
			margin: 0px;
			padding: 5px 0px 0px 2px;
			border: none;
		}
		.caption {
			font-size: 10pt;
		}
		#gallery .caption {
			color: #fff;
		}
		
		/* Table Elements */
		table {
			width: 525px;
			margin: 15px 0;
		}
		#pricing-table td {
			border: 1px solid #000;
			padding: 5px 10px;
		}
		.retail-price {
			text-decoration: line-through;
		}
		h4 {
			margin: 0px;
		}
		#specs-table td {
			padding: 10px;
		}
		
		.float-left {
			float: left;
			margin-right: 10px;
		}
		.atl {
			position: relative;
			top: 4px;
			border: none;
		}
		img {
			border: 1px solid #000;
		}
		#no-border {
			border: none;
		}
	
	/* Footer Elements */
	#footer {
		height: 100px;
		background-image: url(images/bg-footer.png);
		background-repeat: no-repeat;
		margin: 0px auto;
		width: 863px;
		position: relative;
		top: 0px;
		left: 1px;
	}
		#sub-nav {
			width: 800px;
			margin: 0 auto;
			padding-top: 25px;
			font-size: 14pt;
			font-weight: bold;
		}
		#sub-nav li {
			display: block;
			float: left;
			margin-right: 50px;
		}
		#sub-nav li a {
			color: #000;
		}
		#sub-nav li a:hover {
			text-decoration: underline;
		}


		
