html body { 
	font-size: 62.5%;
	background-color: #191819;
}



/* Header */


.header, .main {
	width: 960px;
	margin: 0 auto;}

.header {
	padding-top: 75px; 
	padding-bottom: 10px;
}

	.header h1 a{
	text-indent: -9999px;
	display: block;
	width: 201px; 
	background-image: url(images/tessellated_tiles.gif); 
	height: 33px;
	margin: 0 auto;
}

	.header ul {
	overflow: hidden;
	width: 470px;
	margin: 0 auto; 
	padding-top: 18px;
}

		.header ul li {
	float: left;
}





.main {
	text-align: center;
}


/* Main Content */


	.main_content, .footer { 
	background: #1C1C1C url(images/mural_top.gif) no-repeat center top; 
	padding-top: 45px; 
	padding-bottom: 40px;
}

		.main_content_p { 
	width: 525px;
	margin: 20px auto 0;
}

	.bottom_mural { 
	background-image: url(images/mural_bottom.gif); 
	height: 32px;
}


/* Bottom Content */


.bottom_content {
	overflow: hidden;
	width: auto;
	margin-top: 40px; 
	margin-bottom: 40px;
}


/* Footer */



.footer{
	padding-top: 55px;
}


/* Columns */

	.column {
	float: left;
}

	.bottom_content .column {
	width: 22%;
	padding-right: 5%; 
	padding-left: 5%;
}

	.bottom_content .column:first-child {
	padding-left: 40px;
}




/* Typography */

	h1, h2, h3, h4, h5, h6 { 
	font-family: Georgia, "Times New Roman", Times, serif;
}

	h1 {
	color: white; 
	font-size: 6em;
}


	/* H2 */

	h2{ 
	font-size: 2.8em; 
	color: #F2F2F2; 
	line-height: 1.4em; 
	padding-top: 20px; 
	padding-bottom: 20px;
}



	/* H3 */
	
	h3 { 
	padding-left: 10px; 
	padding-right: 10px; 
	font-size: 1.7em; 
	padding-bottom: 5px;
}
		.header h3 a { 
	color: #676767;
	text-decoration:none
}

		.header h3 a:hover { 
	color: #989898;
}

	

	/* H4 */

	h4{ 
	font-size: 1.8em; 
	color: #CCCCCC; 
	line-height: 1.4em;
}

	h4 a { 
	color: #e0e0e0; 
	font-style: italic; 
	text-decoration: none;
}

		h4 a:hover { 
	color: #656565;
}

		.main_content h4 {
	padding-top: 15px; 
	padding-bottom: 15px;
}

		
		.column h4 {
	padding-bottom: 8px;
}

		.request_btn {
	width: 360px;
	margin: 0px auto;
}
		
		
		.request_btn h4 a {
	display: block;
	background-color: #333333; 
	padding-top: 25px; 
	padding-bottom: 25px;
}

		.request_btn h4 a:hover { 
	background-color: #4d4d4d;
	color: white;
}



	/* H5 */

	h5 { 
	color: #999999; 
	font-size: 1.2em;
}

	h5.testimonial { 
	padding: 18px;
}


	
	/* H6 */

	h6{ 
	font-size: 1.1em;
}

	h6 a{
	color: #cbcbcb; 
	text-decoration: none;
}

		.bottom_content h6 {
	color: #4b4d4d; 
	text-transform: uppercase; 
}

		.footer h6 {
	width: 500px;
	color: #3e4040;
	margin: 0 auto; 
	line-height: 1.2em;
}

		.darker_h6 a{ 
	color: #7f7f7f; 
	font-style: italic;
}

		.darker_h6 a:hover{ 
	color: #a6a6a6;
}



	/* P */

	p { 
	color: #666666; 
	font-size: 1.4em; 
	line-height: 1.3em; 
	padding-bottom: 15px;
}

		p a { 
	font-style: italic; 
	text-decoration: none; 
	color: #999; 
	background: url(images/arrow.gif) no-repeat right center; 
	padding-right: 20px;
}

		p a:hover { 
	color: #cbcbcb;
}

		.bottom_content p { 
	padding-top: 15px; 
}

.main_content_p ol li {
	color: #999999; 
	font-size: 1.4em; 
	line-height: 1.3em; 
	padding-bottom: 5px;
	font-family:georgia, serif;
	list-style-type: decimal;
	text-align:left;}


	/* MISC */
	
strong { 
	font-weight: bold;
}

span.italic { 
	font-style: italic;
}



/* Images */
	
	
.main_image { 
	height: 241px; 
	background: url(images/tessellated_tiles_floor.jpg) no-repeat center center;
}

.main_image2 { 
	height: 241px; 
	background: url(images/tessellated_tiles_floor2.jpg) no-repeat center center;
}

.main_image3 { 
	height: 241px; 
	background: url(images/tessellated_tiles_floor3.jpg) no-repeat center center;
}

.main_image4 { 
	height: 241px; 
	background: url(images/tessellated_tiles_floor4.jpg) no-repeat center center;
}

ul.product_images3 {
	overflow: hidden;
	width: 330px;
	margin: 0px auto;
}


	ul.product_images3  li{
		border: 3px solid #353535;
		float: left; 
		margin-right: 10px; 
		margin-bottom: 10px;
}

	ul.product_images3  li:hover{
		border: 3px solid #545454;
		float: left; 
		margin-right: 10px;
}


/* Form */


form{
}

	label{
	display: block;
	width: 510; 
	margin-bottom: 8px;
}

	label span {
	width: 35%;
	display: block;
	float: left;
	color: #cccccc; 
	font: 1.2em georgia, serif;
	text-align: left;
}

	label input, textarea {
	border: none; 
	background-color: #333;
	text-align: left;
	color: white;
	width: 60%;
}

	label select {
	width: 60%;
}

	textarea {
	height: 50px;
}

	div#submit {
	width: 60%;
	float: right; 
	margin-right: 14px;
}


		div#submit input {
	background-color: #5c5c5c;
	width: 100%;
	border: none;
	color:white;
}













