/* CONTACT US PAGE POSITION CSS */

#contact_us_HTML_container {
	position: relative;
	width: 425px;
	height: 320px;
	padding: 20px;
	background-color: #FFFFFF;
	border: solid #CCCCCC 1px;/* PRODUCT INFO POSITION CSS */	
	
}#index_left_column {
	position: relative;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
	padding: 10px;
	border: solid #CCCCCC 1px;
	margin-top: 10px;
}
#product_info_main_image_container {
	position: static;
	float:left;
	width:300;
	margin-bottom:20px;
}
#contact_us_contact_detail_container {
	position: relative;
	width: 415px;
	border: dashed #CCCCCC 1px;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#index_HTML_container {
	position: relative;
	width: 495px;
	background-color: #FFFFFF;
	border: solid #CCCCCC 1px;
	margin-left: 5px;
	float:left;
	margin-bottom:10px;
	margin-top: 5px;
}
#index_HTML_area_image {
	position: relative;
	width: 100px;
	height: 200px;
	float:left;
}
#index_HTML_area_text {
	position: relative;
	width: 325px;
	height: 340px;
	float:left;
	padding: 10px;
}

#index_HTML_area_text_2 {
	position: relative;
	width: 325px;
	float:left;
	padding: 10px;
}

.index_category_box {
	position: relative;
	height: 80px;
	width: 470px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	border: solid #CCCCCC 1px;
}
.index_main_ad_holder {
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
}
#page_wrapper {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#column_left {
	position: relative;
	width: 180px;
}
#header_tel_number {
	width: 200px;
	float: right;
	font-family: Tahoma, Verdana, Arial;
	color: #066eb7;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	margin-right: 20px;
	padding-top: 0px;
}
