* {margin: 0px; padding: 0px;}

body {
	background-image: url(/images/Background.gif);
	color: #ffffff;
	font-family: "Arial", sans-serif;
	font-size: 14px;
}

h2 {
	padding-bottom: 7px;
	border-bottom: 1px solid #8a8a8a;
	margin-bottom: 15px;
}

	h2 .right-floater {
		float: right;
		font-size: 0.65em;
		color: #444444;
		font-weight: normal;
		position: relative;
		top: -10px;
	}

a {
	color: #000000;
}

p.normal {
	margin-bottom: 10px;
}

.clearfix{clear:both;}
.left {
	width: 49%;
	float: left;
}
.right {
	width: 49%;
	float: right;
	text-align: right;
}
.flash {
	background-color: #cccccc;
	color: #000000;
	display: block;
	font-size: 1.2em;
	font-style: italic;
}

#container {
	width: 718px;
	margin: 0px auto;
}

#header {
	padding: 30px 0px;
}
	
	#header .left {width: 470px; float: left;}
	#header .right {width: 240px; float: right;}

#main {
	background-image: url(/images/Main_Background.jpg);
	background-repeat: no-repeat;
	background-color: #dadada;
	color: #000000;
	clear: both;
}
	
	#nav {clear: both;}

	#nav ul {
		list-style-type: none;
	}
	
		#nav ul li {
			float: left;
			width: 16.6%;
			text-align: center;
		}
		
		#nav ul li a {
			color: #ffffff;
			text-decoration: none;
			display: block;
			padding: 10px 0px;
		}
		
	#footer {
		font-size: 0.9em;
		padding: 10px;
		text-align: right;
	}
	
		#footer a { color: #ffffff; }
		
	/* PAGE SPECIFIC */
	
	/* Generic */
	
	.padded-room {
		padding: 30px;
	}
	
	p.notice {
		padding: 15px;
		border: 1px solid #cccccc;
		background-color: #e1e7e3;
	margin: 30px;
	}
	
	.good-notice {
		padding: 10px;
		border: 1px solid #000000;
		margin: 15px 0px;
		background-color: #f3f3ce;
	}
	
	/* Home */
	
		.home-left {
			width: 285px;
			float: left;
		}
		
		.home-right	 {
			width: 433px;
			float: left;
		}
	
	/* Products */
	
	.item {
		width: 190px;
		float: left;
		margin-right: 25px;
		margin-bottom: 25px;
	}
	
	.show-product-image {
		float: left;
		width: 49%;
	}
	
		.show-product-image img {
			width: 280px;
			height: 210px;
			border: 1px solid #000000;
		}
	
	.show-product-blurb {
		float: right;
		width: 49%;
	}
	
	.show-product-designer {
		padding: 15px;
		padding-top: 10px;
	}
	
	.designer-image {
		padding: 20px 0px;
	}
	
	.item a {
		color: #000000;
		text-decoration: none;
	}
	
	.item .product-name {
		float: left;
	}
	
	.item .product-price {
		float: right;
		background-color: #b073bd;
		padding: 2px;
	}
	
	.item .product-sprice {
		float: right;
		background-color: #b58ebd;
		padding: 2px;
	}
	
		.item .image {
			width: 190px;
			border: 1px solid #000000;
			background-color: #ffffff;
		}
		
		.item .name {
			padding: 3px 0px;
			text-align: center;
		}
		
			.item a:hover .name {
				text-decoration: underline;
			}
			
			.item a:hover .product-price {
				text-decoration: none;
			}
			
		/* Contact */
		
		.contact-form {
			padding: 15px 0px;
			width: 45%;
			float: left;
		}
		
		.formcontainer {
			height: 400px;
		}
		
			.contact-form .notice {
				padding: 5px;
				background-color: #ffffff;
				border: 1px solid #cccccc;
				margin: 15px 0px;
				font-weight: bold;
				font-size: 1.2em;
				background-image: url(/images/assets/checkmark.gif);
				background-repeat: no-repeat;
				background-position: 95%;
			}
			
			.contact-form p.blurb {
				width: 90%;
				margin: 0px auto;
				text-align: justify;
			}
		
			.contact-form fieldset {
				padding: 0px 15px 15px 15px;
				border: none;
			}
			
			.contact-form legend {
				padding: 3px;
				background-color: #cccccc;
			}
		
			.contact-form label {
				display: block;
				padding: 15px 0px 5px 0px;
				font-weight: bold;
			}
			
			.contact-form p.submit {
				margin: 15px 0px;
			}
			
			.contact-form input, select, textarea {
				margin-left: 10px;
				font-family: 'Arial', sans-serif;
			}
				
				.contact-form select.select {
					width: 180px;
					padding: 3px;
					height: 27px;
					font-size: 13px;
					font-style: italic;
				}
			
				.contact-form textarea {
					padding: 5px;
					width: 230px;
					height: 90px;
					font-size: 13px;
				}
			
				.contact-form input.text {
					width: 180px;
					padding: 3px;
					height: 15px;
					font-size: 13px;
					font-style: italic;
					color: #444444;
				}
				
				.contact-form input.text:focus {
					color: #000000;
				}