/*************************************
 +Containers
 *************************************/
 
#contact_header {
	width: 940px;
	height: 350px;
	margin: 0 auto;
}

#contact_content {
	text-align: justify;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

#contact_left_column {
	float: left;
	width: 645px;
	margin-left: 5px;
}

#contact_right_column {
	float: right;
	width: 265px;
	margin: 0 10px 0 5px;
}

.quote {
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
}

.signat {
	font-style: italic;
	font-size: 16px;
}

/*************************************
 +Images
 *************************************/

.ref_lc_image1 {
	float: left;
	padding: 0 10px 10px 2px;
} 

/*************************************
 +Price Table
 *************************************/
 
.ft_price_type {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #434343;
	background-color: #bfbc9c;
}

/*Start Price Table*/
#ft_table {
	width: 500px;
	border: thin #434343 outset;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
} 
 
.ft_row1 {
	text-align: center;
	border: thin #434343 inset;
}

.ft_row2 {
	text-align: center;
	background-color: #bfbc9c;
	border: thin #434343 inset;
}
 
 /*************************************
 +Body Type
 *************************************/
 
.ft_aba_type {
	font-size: 13px;
}

.ft_aba_type_lg{
	font-size: 16px;
}
 
.ft_type_bold {
	font-weight: bold;
}

.ft_type_ul {
	text-decoration: underline;
}

.ft_type_bold_ul {
	font-weight: bold;
	text-decoration: underline;
}

.ft_list_title {
	font-size: 15px;
	font-weight: bold;
	color: #434343;
	padding: 0 0 0 2px;
}

.ft_list_head {
	font-size: 16px;
	font-weight: bold;
	color: #434343;
	background-color: #bfbc9c;
	padding: 0 4px 0 2px;
	text-align: center;
}

.ft_list_head2 {
	font-size: 16px;
	font-weight: bold;
	color: #434343;
	background-color: #bfbc9c;
	padding: 0 4px 0 0;
	text-align: right;
}

.ft_list_head a:link {
	text-decoration: none;
	color: #434343;
}

.ft_list_head a {
	text-decoration: none;
	color: #434343;
}

.ft_list_head a:hover {
	text-decoration: underline;
	color: #434343;
}

.visa_mastercard {
	text-align: center;
	padding-bottom: 10px;
}

.row1_headers {
	text-align: left;
	border: thin #434343 inset;
	font-weight: bold;
	text-align: center;
}

.main_head {
	font-size: 16px;
	background-image: url(../images/header_images/header_x_wall.jpg);
	background-repeat: repeat-x;
	color: #fff;
}