/**** MRM Services - Property Style Sheet ****/
/**** Created by MITM Marketing ****/
/**** copyright 2008 ****/
/**** This Style Sheet can be used as a tool by those learning CSS, but please don't blantly steal ****/
/* ------------ General Body Styles ---------- */

* {
	margin: 0;
	padding: 0;
}
body {
	background: #000 url(../i/bck.jpg) repeat-x;
	font: 0.80em/1.7 Arial, Helvetica, sans-serif;
}
h2 { height: 24px; font-size: 24px; margin-bottom: 4px; }
h3 { height: 24px; font-size: 24px; margin-bottom: 64px; text-align: left; color: #990000; font-family: Arial, Helvetica, sans-serif; }
/* ------------ Ids ---------- */
#container {
	position: absolute;
	left: 50%;
	width: 772px;
	margin-left: -386px;
}
#head {
	width: 772px;
	height: 93px;
	background: url(../i/head.jpg) no-repeat;
}
	#head span { display: none; }
		#headlink {
			position: absolute;
			left: 20px;
			top: 25px;
		}
		#headlink a {
			display: block;
			width: 320px;
			height: 60px;
		}
#nav {
	width: 743px;
	height: 33px;
	padding-left: 26px;
	background: url(../i/nav.jpg);
}
	#nav span { display: none; }
	#nav ul { list-style: none; }
	#nav li { display: block; float: left; }
	#nav a { display: block; height: 33px; }
		#nav a.home {
			width: 78px;
			background: url(../i/nav/nav1.jpg);
			}
		#nav a.services {
			width: 128px;
			background: url(../i/nav/nav2.jpg);
			}
		#nav a.test {
			width: 123px;
			background: url(../i/nav/nav3.jpg);
			}
		#nav a.about {
			width: 104px;
			background: url(../i/nav/nav4.jpg);
			}
		#nav a.faq {
			width: 79px;
			background: url(../i/nav/nav5.jpg);
			}
		#nav a.cont {
			width: 116px;
			background: url(../i/nav/nav6.jpg);
			}
		#nav a.home:hover, #nav a.services:hover, #nav a.test:hover, #nav a.about:hover, #nav a.faq:hover, #nav a.cont:hover {
			background-position: 0% -33px;
		}
		#nav a.selected{
			background-position:left bottom;
		}
#feature {
	width: 515px;
	height: 126px;
	padding: 26px 232px 26px 26px;
	color: #fff;
	background: url(../i/feature.jpg);
}
#content {
	width: 748px;
	padding: 15px 15px 4px 15px;
	background: url(../i/c.jpg) repeat-y;
	float: left;
}
	#col1 {
		width: 325px;
		float: left;
	}
	#col2 {
		width: 415px;
		margin-right: 8px;
		float: left;
	}
		#col2 ol { margin-left: 30px; }
	#gal { margin-bottom: 10px; margin-right:20px; }
#foot {
	clear: both;
	width: 772px;
	height: 47px;
	padding-top: 5px;
	color: #fff;
	background: url(../i/f.jpg);
	text-align: center;
	font: 90%;
}
#foot a { color: #fff; }

/* ------------ Custom ---------- */
.testfont {
	font-size: 16px;
}
.smalltxt {
	font-size: 80%;
}
.p { margin-top: 20px; }
