/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background: url(../grfx/body_bg.png) top left repeat-x #fff;
}

#wrapper {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	border-left: solid 1px #838383;
	border-right: solid 1px #838383;
}

	#header {
		width: 750px;
		height: 137px;
		background: url(../grfx/header_bg.jpg) top left no-repeat;
	}
	
		#header img {
			margin: 18px 0 0 54px;
			border: 0;
		}
		
	#content {
		width: 750px;
		background: url(../grfx/content_bg.gif) top left no-repeat #e7e7e7;
	}
	
		#content #home_products {
			width: 592px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 23px;
			border: 0;
		}
		
		#content #internal_products {
			width: 592px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 23px;
			border: 0;
		}
		
			#home_products td img, #internal_products td img {
				margin:0 12px 0 12px;
				border: 0;
			}
		
			#home_products td p {
				margin: 6px 0 0 0;
				font-weight: bold;
				text-align: center;
				font-size: 0.85em;
			}
			
				td p a {
					color: #6f6f6f;
					text-decoration: none;
				}
				
				td p a:hover {
					text-decoration: underline;
				}
			
			#text_area {
				padding: 23px 124px 35px 124px;
			}
			
				#text_area ul {
					margin: 15px 0 0 0;
				}
				
					#text_area ul li {
						list-style: none;
						padding: 2px 0 2px 0;
						font-weight: bold;
					}
					
					#text_area ul li a {
						color: #6f6f6f;
						text-decoration: none;
					}
					
					#text_area ul li a:hover {
						text-decoration: underline;
					}
					
				#text_area .products_image {
					margin: 10px 15px 15px 0;
					float: left;
				}
				
				#text_area #contact_form {
					border: 0;
				}
				
					#contact_form td {
						padding: 0 30px 0 0;
					}
					
					#contact_form td input {
						width: 150px;
					}
					
					#contact_form td textarea {
						margin: 5px 0 0 0;
					}
					
					#contact_form td input.button {
						width: 80px;
						margin: 10px 0 0 10px;
					}
					
				#text_area #contact_info {
					padding: 0 0 10px 0;
				}
					
				#text_area #contact_info td {
					margin: 0;
					padding: 0 30px 0 0;
					vertical-align: top;
				}
			
		#footer {
			width: 752px;
			height: 98px;
			margin: 0 -1px 0 -1px;
			background: url(../grfx/footer_bg.jpg) top left no-repeat;
		}
		
			#footer p {
				padding: 34px 0 0 0;
				text-align: center;
				font-size: 0.675em;
				color: #515151;
			}
			
			#footer p a {
				text-decoration: none;
				color: #515151;
			}
			
			#footer p a:hover {
				text-decoration: underline;
			}