/* Bathroom Emporium Contact Page layout CSS
13th January 2009 */

/* Redefine the line height for the contact us page */
#content{
	line-height:1.3em;
}
/* Define the areas of the main screen */
#box_margins{
	margin:20px 0px 0px 125px;
}

/* Define the Contact box */
.text_box{
	width: 540px;
	padding-top: 10px;}
	
.text_box_hdr{
	height:21px;
	background-image:url(images/text_box_r2_c2.jpg);
	background-repeat:no-repeat;
	text-align:left;
}
.text_box_main{
	width:540px;
	background-image:url(images/text_box_r4_c2.jpg);
	background-repeat:repeat-y;
	text-align:left;
	padding: 0px 90px 5px 30px;
	min-height: 45px;
}
.text_box_main h4{font-weight:bold; color:#000000;}
.text_box_main h5{font-weight:bold;	color:#FF0000;}
.text_box_main img{float:left; padding: 0px 20px 0px 5px;}
.text_box_main_table{float:right; width:400px;margin-right:50px;}
.text_box_addr{
	width:540px;
	background-image:url(images/text_box_r4_c2.jpg);
	background-repeat:repeat-y;
	text-align:left;
	padding: 0px 90px 10px 30px;
	min-height: 75px;
}
.text_box_addr h4{font-weight:bold; color:#000000;}
.text_box_addr img{float:left; padding: 0px 20px 0px 5px;}
.text_box_base{
	height:26px;
	background-image:url(images/text_box_r6_c2.jpg);
	background-repeat:no-repeat;
}