/**** 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/bcks.jpg) repeat-x;
	font: 0.80em/1.7 Arial, Helvetica, sans-serif;
}
h2 { height: 30px; font-size: 30px; }
a { color: #000; }
a:hover { color: #000; text-decoration: none; }
p { margin-bottom: 10px; }
hr {
	width: 100%;
	height: 0;
	border-bottom: 1px solid #79011c;
	margin-top: 10px;
	margin-bottom: 10px;
}
input, textarea { border: 1px solid #79011c; }
/* ------------ Ids ---------- */
#container {
	position: absolute;
	left: 50%;
	width: 772px;
	margin-left: -386px;
}
#head {
	width: 772px;
	height: 93px;
	background: url(../i/headlogo.jpg);
}
	#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_bar2.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;
		}
#header {
	width: 756px;
	height: 41px;
	padding-top: 14px;
	padding-left: 16px;
	background: url(../i/header.jpg);
}
#content {
	width: 748px;
	padding: 15px 15px 0 15px;
	background: url(../i/c.jpg) repeat-y;
	float: left;
}
	#content ul { margin-left: 25px; margin-bottom: 10px;}
	#testimonial { padding:0 10px; }
		#testimonial p { margin-bottom: 10px; }
	#col1 {
		width: 540px;
		margin-right: 8px;
		float: left;
	}
	#col2 {
		width: 200px;
		float: left;
	}
#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; }
/* ------------ Cutoms ---------- */
.button { background: #79011c; color: #fff; padding: 2px; margin-bottom: 4px; }
.smalltxt { font-size: 80%; }
.imgmargin { margin: 0 6px; border: 1px solid; }
