#main-sub {
	background: #FFF;
	padding: 15px 15px 15px 15px;
	box-shadow: 3px 5px 10px #aaa;
	-webkit-box-shadow: 3px 5px 10px #aaa;
	-moz-box-shadow: 3px 5px 10px #aaa;
}

#main-sub h3 {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #CCC;
}

.contact-section {
	border-bottom: 1px solid #CCC;
	padding: 25px 0 25px 0;
}

.contact-section-last {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 25px 0 25px 0;
}

input.input-text, select.input-select {
	width: 200px;
	margin: 0 0 10px 0;
	height: 22px;
}


input#submit {
	float: right;
	width: 50px;
	height: 20px;
}

textarea {
	width: 500px;
	height: 200px;
}

label {
	margin: 0 0 10px 0;
	float: left;
	width: 150px;
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	color: #666666;
}

br {
	clear: both;
}

.left-column {
	float: left; 
	width: 180px;
	padding: 15px 15px 0 0;
}

.right-column {
	width: 700px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #CCC;
	
}

#products {
	list-style: none;
	margin: 0 0 0 15px;
}

#products li {
	font-family: Georgia, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.7em;
	margin: 0 0 10px 0;
}

#content-pane {
	
}

#contacts-left {
	float:left;
	width: 220px;
}

#contacts-right {
	float:left;
	width:220px;
}

