@charset "utf-8";
/* CSS Document */
#contact_content_left {
	float: left;
	display: block;
	width: 590px;
	min-width: 590px;
	max-width: 590px;
}

	#contact_content_left #main_header_left {
		background-image: url(../_images/_backgrounds/left_mainheader_black.png);
		background-repeat: no-repeat;
		background-position: left top;
		height: 59px;
		min-height: 59px;
		max-height: 59px;
		width: 561px;
		min-width: 561px;
		max-width: 561px;
		margin-bottom: 5px;
	}
	
		#contact_content_left #main_header_left #main_header_left_content {
			padding-top: 36px;
			padding-left: 10px;
			font-size: 100%;
			color: #ffffff;
			letter-spacing: -0.25px;
			font-weight: bold;
		}
		
	#contact_content_left #image_left {
		float: left;
		margin-left: 35px;
		margin-right: 20px;
		margin-bottom: 10px;
	}

	#contact_content_left #lightbox_hidden {
		display: none;
	}

	#contact_content_left p {
		padding-right: 45px;
		margin-left: 35px;
		margin-bottom: 10px;
		font-size: 108%;
		line-height: 1.05em;
		font-weight: normal;
	}
	
		#contact_content_left #surfaces_block {
			margin-top: 15px;
			margin-left: 35px;
			font-size: 108%;
			line-height: 0.90em;
			display: block;
			clear: both;
		}

			#contact_content_left #surfaces_block p {
				margin-top: 10px;
				margin-left: 0px;
				margin-right: 0x;
				margin-bottom: 0px;
				padding: 0px;
				width: 550px;
				font-size: 85%;
				line-height: 1.15em;
				font-weight: normal;
			}
			
			#contact_content_left #surfaces_block em {
				font-style: italic;
				font-weight: bold;
			}

			#contact_content_left #surfaces_block a:link, 
			#contact_content_left #surfaces_block a:active, 
			#contact_content_left #surfaces_block a:visited {
				color: #404041;
				font-weight: bold;
				text-decoration: none;
			}

			#contact_content_left #surfaces_block a:hover {
				color: #c70752;
				font-weight: bold;
				text-decoration: none;
			}

			#contact_content_left #surfaces_block #block_footer {
				clear: both;
				height: 60px;
				max-height: 60px;
				min-height: 60px;
				margin-top: 5px;
				padding-bottom: 3px;
				margin-bottom: 5px;
				width: 550px;
				border-bottom: 2px #404041 solid;
			}
			
				#contact_content_left #surfaces_block #block_footer #block_footer_left {
					float: left;
					height: 55px;
					max-height: 55px;
					min-height: 55px;
					text-align: center;
				}

					#contact_content_left #surfaces_block #block_footer #block_footer_left #block_footer_left_button {
						padding-top: 5px;
					}
				
				#contact_content_left #surfaces_block #block_footer #block_footer_right {
					float: right;
					width: 300px;
					min-width: 300px;
					max-width: 300px;
					height: 55px;
					max-height: 55px;
					min-height: 55px;
				}
	
					#contact_content_left #surfaces_block #block_footer #block_footer_right #block_footer_right_legend {
						float: left;
						padding-top: 12px;
						width: 100px;
						font-size: 77%;
					}
	
					#contact_content_left #surfaces_block #block_footer #block_footer_right #block_footer_right_swatches {
						float: right;
						font-size: 77%;
					}
				
#contact_content_right {
	float: right;
	display: block;
	width: 400px;
	min-width: 400px;
	max-width: 400px;
}

	#contact_content_right #main_header_right {
		margin-top: 4px;
		background-image: url(../_images/_backgrounds/right_mainheader_black.png);
		background-repeat: no-repeat;
		background-position: left top;
		height: 55px;
		min-height: 55px;
		max-height: 55px;
		width: 400px;
		min-width: 400px;
		max-width: 400px;
		margin-bottom: 20px;
	}
	
		#contact_content_right #main_header_right #main_header_right_content {
			padding-top: 32px;
			padding-left: 10px;
			font-size: 100%;
			color: #ffffff;
			letter-spacing: -0.25px;
			font-weight: bold;
		}

	#contact_content_right p {
		margin-top: 5px;
		margin-bottom: 5px;
		margin-right: 15px;
		margin-left: 10px;
		font-size: 85%;
		line-height: 1.15em;
	}

		#contact_content_right form {
			margin-left: 10px;
			margin-top: 10px;
		}
		
			#contact_content_right form label {
				font-size: 93%;
				color: #404041;
				font-weight: normal;
			} 

			#contact_content_right form input, 
			#contact_content_right form textarea {
				border: none;
				background-color: #ffffff;
				padding-left: 3px;
				padding-top: 2px;
				padding-bottom: 2px;
				padding-right: 3px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 85%;
				color: #404041;
				font-weight: bold;
				letter-spacing: normal;
			}

			#contact_content_right form input.image {
				background-color: transparent;
				padding-top: 5px;
				padding-left: 0px;
				padding-right: 0px;
				padding-bottom: 0px;
			} 
				
			#contact_content_right form #form_row {
				clear: both;
				min-height: 50px;
				text-align: left;
			}
			
				#contact_content_right form #form_row #form_right {
					float: right;
					width: 190px;
					max-width: 190px;
					min-width: 190px;
					height: 50px;
					min-height: 50px;
					max-height: 50px;
				}


.color_magenta {
	color: #c70752;
}
