@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color:#404C59;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height: 18px;
	color:#000000;
	background-image:url(../images/munro_background.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

a {
	text-decoration:none;
	color:#AFC1E2;
}

a:hover {
	text-decoration:underline;
}

/*------------------------------------------------------------------------- Text Styles --- */

.Intro_Heading_Text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height: 16px;
	letter-spacing: 1px;
	vertical-align: middle;
	color: #000000;
	
}

.Contact_Info_Text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height: 16px;
	letter-spacing: 1px;
	vertical-align: middle;
	color: #fff;
	
}


.Header_Text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height: 16px;
	letter-spacing: 1px;
	color: #000000;
	
}


.Category_Text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 16px;
	color: #fff;
	text-align:justify;
	padding-right:10px;
}


/*------------------------------------------------------------------------- Background Layout Styles --- */


#Left_Stretch {
	position:absolute;
	left: 2px;
	top:0px;
	width:50%;
	height:553px;
	background-image:url(../images/left_stretch.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	z-index:2;
	background-position:left top;
}

#Right_Stretch {
	position:absolute;
	right: 0px;
	top:0px;
	width:50%;
	height:553px;
	background-image:url(../images/right_stretch.jpg);
	background-repeat:repeat-x;
	z-index:2;
	background-position:right top

}
		
#Middle_Background {
	position: absolute;
	left: 0px;
	top: 0px;
	width:992px;
	height:540px;
	background-image:url(../images/middle_top_background.jpg);
	background-repeat:no-repeat;
	z-index:8;
}




/*------------------------------------------------------------------------- Main Layout Styles --- */

#Centering_Container {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	top: 0px;
	width:1000px;
	overflow:visible;
	z-index:10;
}


#Intro_Logo {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 132px;
	height:38px;
	background-image:url(../images/munro_logo_intro.jpg);
	background-repeat:no-repeat;
	z-index:60;
}


#Intro_Header_Text {
	position: absolute;
	left: 164px;
	top: 20px;
	width: 580px;
	height:38px;
	text-align:left;
	color:#FFFFFF;
	z-index:60;
}



#Intro_Address_Text {
	position: absolute;
	margin-right: 20px;
	right: 0px;
	top: 0px;
	width: 200px;
	height:120px;
	padding-top: 10px;
	padding-left:20px;
	border-left:1px;
	border-left-color:#AAAAAA;
	border-left-style:solid;
	text-align:left;
	color:#FFFFFF;
	z-index:60;
}




/*------------------------------------------------------------------------- Intro Page Layout Styles --- */

#Flash_Holder {
	position: relative;
	top: 48px;
	width:1000px;
	height:443px;
	z-index:120;
	background-image:url(../images/middle_top_background.jpg);
	background-repeat:no-repeat;
	background-position:center;
}


#Content_Container{
	position:relative;
	top:82px;
	width:1000px;
	height:232px;
}

#restore_title{
	position:absolute;
	top:18px;
	left:32px;
	width:80px;
	height:22px;
	background-image:url(../images/restore_text.jpg);
	background-repeat:no-repeat;
	background-position:center;
	z-index:10;
}

#refresh_title{
	position:absolute;
	top:18px;
	left:359px;
	width:80px;
	height:22px;
	background-image:url(../images/refresh_text.jpg);
	background-repeat:no-repeat;
	background-position:center;
	z-index:10;
}

#revitalize_title{
	position:absolute;
	top:18px;
	left:686px;
	width:80px;
	height:22px;
	background-image:url(../images/revitalize_text.jpg);
	background-repeat:no-repeat;
	background-position:center;
	z-index:10;
}

#restore_content{
	position:absolute;
	top:0px;
	left:10px;
	width:266px;
	height:400px;
	border-left:1px;
	border-left-color:#FFF;
	border-left-style:solid;
	z-index:5;
	padding-top:45px;
	padding-left:40px;
	padding-right:20px;
}

#refresh_content{
	position:absolute;
	top:0px;
	left:337px;
	width:266px;
	height:400px;
	border-left:1px;
	border-left-color:#FFF;
	border-left-style:solid;
	z-index:5;
	padding-top:45px;
	padding-left:40px;
	padding-right:20px;
}

#revitalize_content{
	position:absolute;
	top:0px;
	left:664px;
	width:266px;
	height:400px;
	border-left:1px;
	border-left-color:#FFF;
	border-left-style:solid;
	z-index:5;
	padding-top:45px;
	padding-left:40px;
	padding-right:20px;
}






/* ----------------------------------------------------------------  SEO Related Styles --------------*/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #657087;
	font-weight: normal;
	line-height:normal;
}

h2  {
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	margin-left:40px;
	margin-right:100px;
}


h3  {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	margin-left:40px;
	margin-right:100px;
}
