
/* CATERING STYLES............................ */





/* left column............................ */

#left_column
{
float: left;
margin: 10px 0px 10px 20px;
width: 544px;
height: 700px;
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#8c6d4e;



}

/* right column............................ */

#right_column
{
float: right;
margin: 10px 20px 10px 0px;

width: 390px;
height: 700px;
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#8c6d4e;
}



#page_head
{
margin: 0px 0px 0px 0px;
width: 187px;
height: 27px;
position: relative;
background-image: url("img/catering.png");
background-color: transparent;
clear:both;
}


/* contact form............................ */

#wrap {
padding: 20px 20px 20px 0px;
margin: 0px 0px 0px 0px;
  
  background-color: none;

}

form {
	padding: 0;
margin: 0px 0px 0px 0px;
font-family: arial, sans-serif; 
font-size: 13px;
}
table {
margin: 0px 0px 0px 0px;
width: 100%;
}
tr, td, input, textarea {
	margin: 0;
	padding: 0;
}
td {
	padding: 0 0 5px;
}
tr td:first-child {
	padding-right: 10px;
	padding-top: 11px;
	text-align: right;
	vertical-align: top;
	width: 25%;

}
.error[generated=true] {
	font-size: 13px;
	padding: 5px 0 2px 5px;
		color: #b10003;
	font-family: arial, sans-serif;
	font-weight: bold;	
}
tr.error td {
	padding: 0;
	
}
input, textarea {
	background: none;
	border: 1px solid #000;
	font: inherit;
	font-size: 12px;
	line-height: 29px;
	min-height: 30px;
	padding: 5px 10px;
	width: 100%;
}
input:focus, textarea:focus {
	border-color: #000;
	outline: none;
}
textarea {
	height: 240px;
	resize: vertical;
}
input[type=submit] {
	background: #444;
	color: #fff;
	font: inherit;
	padding: 7px 20px;
	width: auto;
}

#response {
	margin-bottom: 20px;
	text-align: left;
	width: 100%;
	font-family: arial, sans-serif;

}
#response .success {
	color: #006600;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
#response .failure {
		color: #b10003;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 13px;
}

