@charset "UTF-8";
/* CSS Document */

#container {
	width: 891px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(_rm_img/page-ground.jpg);
}
#header {
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
#mainContent {
	position: relative;	
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	
}
#contact {
	position: relative;	
	padding: 0 322px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-bottom: 20px;	
}
#footer { 
	position: relative;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	
}
#pagehead {
	position: relative;
}
#feature1 {
	position:absolute;
	left:325px;
	top:0px;
	width:169px;
	height:300px;
	z-index:1;
	visibility: visible;
	decoration: none;
}
#feature2 {
	position:absolute;
	left:494px;
	top:0px;
	width:173px;
	height:330px;
	z-index:1;
	visibility: visible;
}
#feature3 {
	position:absolute;
	left:667px;
	top:0px;
	width:174px;
	height:330px;
	z-index:1;
	visibility: visible;
}
#menu {
	position:absolute;
	left:62px;
	top:7px;
	width:90px;
	margin: 0;
	padding: 0;
	height:200px;
	z-index:10;
	visibility: visible;
}
#footer_address {
	position:absolute;
	left:330px;
	top:0px;
	width:560px;
	height:41px;
	z-index:1;
	visibility: visible;
}
#cipr {
	position:absolute;
	left:29px;
	top:0px;
	width:193px;
	height:28px;
	z-index:2;
	visibility: visible;
}
.quote2_table {
	background-image:url(_rm_img/q2m.jpg);
	padding-left:20px;
	padding-right:20px;
}
.quote1_table {
	background-image:url(_rm_img/q1m.jpg);
	padding-left:20px;
	padding-right:20px;
}
#submenu {
	position:absolute;
	left:62px;
	top:280px;
	width:210px;
	height:350px;
	z-index:3;
}