* { 
	margin: 0px; 
	padding: 0px; 
}
html, body { 
	background: #d4d7dc url(../images/bg_top.jpg) repeat-x scroll center top; 
	height: 100%;
}
a:link{
	font-family:Arial, Helvetica, sans-serif;
	color:#d61d24;
	font-size:12px;
	text-decoration:none;
	text-indent:0;
	}
a:visited{
	font-family:Arial, Helvetica, sans-serif;
	color:#d61d24;
	font-size:12px;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	
	text-indent:0;
	}
a:active{
	font-family:Arial, Helvetica, sans-serif;
	color:#d61d24;
	font-size:12px;
	text-decoration:none;
	}
#clear {
	clear:both;
	}
span_armor {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d61d24;
	}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#d61d24;
	font-weight:bold;
	}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight: normal;
	line-height:19px;
}
.spacer{
	margin:2px 0;
	border-bottom:1px dashed;
	border-color:#999999;
	}
/*
---------------- HEADER 
-------------------------------------------------------- */	
#wrapper {
	min-height: 100%;
	position: relative;
	margin-bottom:-50px;
}
#header {
	margin: 0px auto;
	width: 915px;
	height: 163px;
	position: relative;
}
#header h1{
	position: absolute;
	left: 20px;
	top: 7px;
	height: 95px;
	width: 363px;
	display: block;
}
#header h1 img{
	border:none;
	}
#number{
	position: absolute;
	right: 5px;
	top: 50px;
	text-align:right;

	}

/*
---------------- MAIN NAVIGATION
-------------------------------------------------------- */	

ul#nav  {
	left: 0;
	top: 114px;
	height: 49px;
	width: 572px;
	z-index: 11;
	position: absolute;
	}
	
#nav li {
	display: inline;
	float: left;
	list-style: none;
	}
	
#nav li a {
	display: block;
	height: 49px;
	float: left;
	text-indent: -9999px;
	}

/*
---------------- HOME BUTTON
-------------------------------------------------------- */	

#nav li#nHome {
	background: url(../images/_nav/btn_home.jpg)no-repeat left top;
	width: 92px;
	}
	
#nav li#nHome a {
	background: url(../images/_nav/btn_home.jpg) no-repeat left top;
	width: 92px;
	}
	
#nav li#nHome a:hover {
	background: url(../images/_nav/btn_home.jpg) no-repeat left -49px;
	width: 92px;
	}

#nav li#nHomecurrent a, #nav li#nHomecurrent {
	background: url(../images/_nav/btn_home.jpg) no-repeat left -98px;
	width: 92px;
	}
	
/*
---------------- ABOUT BUTTON
-------------------------------------------------------- */	

#nav li#nAbout {
	background: url(../images/_nav/btn_about.jpg) no-repeat scroll left top;
	width: 100px;
	}
	
#nav li#nAbout a {
	background: url(../images/_nav/btn_about.jpg) no-repeat left top;
	width: 100px;
	}
	
#nav li#nAbout a:hover {
	background: url(../images/_nav/btn_about.jpg) no-repeat left -49px;
	width: 100px;
	}

#nav li#nAboutcurrent a, #nav li#nAboutcurrent {
	background: url(../images/_nav/btn_about.jpg) no-repeat left -98px;
	width: 100px;
	}
	
/*
---------------- SERVICES BUTTON
-------------------------------------------------------- */	

#nav li#nServices {
	background: url(../images/_nav/btn_services.jpg) no-repeat scroll left top;
	width: 118px;
	}
	
#nav li#nServices a {
	background: url(../images/_nav/btn_services.jpg) no-repeat left top;
	width: 118px;
	}
	
#nav li#nServices a:hover {
	background: url(../images/_nav/btn_services.jpg) no-repeat left -49px;
	width: 118px;
	}
#nav li#nServicescurrent a, #nav li#nServicescurrent {
	background: url(../images/_nav/btn_services.jpg) no-repeat scroll left -98px;
	width: 118px;
	}
/*
---------------- REFERENCES BUTTON
-------------------------------------------------------- */	

#nav li#nReferences {
	background: url(../images/_nav/btn_ref.jpg) no-repeat scroll left top;
	width: 143px;
	}
	
#nav li#nReferences a {
	background: url(../images/_nav/btn_ref.jpg) no-repeat left top;
	width: 143px;
	}
	
#nav li#nReferences a:hover {
	background: url(../images/_nav/btn_ref.jpg) no-repeat left -49px;
	width: 143px;
	}

#nav li#nReferencescurrent a, #nav li#nReferencescurrent {
	background: url(../images/_nav/btn_ref.jpg) no-repeat left -98px;
	width: 143px;
	}
/*
---------------- CONTACT BUTTON
-------------------------------------------------------- */	

#nav li#nContact {
	background: url(../images/_nav/btn_contact.jpg) no-repeat scroll left top;
	width: 119px;
	}
	
#nav li#nContact a {
	background: url(../images/_nav/btn_contact.jpg) no-repeat left top;
	width: 119px;
	}
	
#nav li#nContact a:hover {
	background: url(../images/_nav/btn_contact.jpg) no-repeat left -49px;
	width: 119px;
	}

#nav li#nContactcurrent a, #nav li#nContactcurrent {
	background: url(../images/_nav/btn_contact.jpg) no-repeat left -98px;
	width: 119px;
	}
/*
---------------- BANNER
-------------------------------------------------------- */	
	
#bannerContainer {
	height: 272px;
	width: 100%;
	background-color:#1c1c1c;
	background: url(../images/bg_middle.jpg) center top;
	background-repeat:repeat-x;
}
	
#banner {
	margin: 0px auto;
	width: 915px;
	height: 222px;
	}
/*
---------------- HOME MAIN CONTENT
-------------------------------------------------------- */	
#homeContent {
	width:915px;
	margin:45px auto;
	background-color:#ffffff;
	}
#homeContent p{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	line-height:19px;
	}
#leftContent{
	color:#666666;
	float:left;
	padding-right:24px;
	width:290px;
	}
#leftHeader{
	background:url(../images/_body/free_estimate.jpg) no-repeat scroll center top;
	height:31px;
	}
#leftText {
	margin-top:2px;
	background:url(../images/_body/block_bg.jpg) no-repeat scroll center top;
	height:295px;
	padding:10px 10px 5px 10px;
	}
p.leftText {
	text-decoration:underline;
	}
#estimate{
	margin-bottom:10px;
	}	
.estimate {
	margin:10px 0 0 0;
	width:245px;
	background-color:#CCCCCC;
	padding:10px;
	}
p span2{
	color:#d61d24;
	font-size:14px;
	font-weight:bold;
	}
#middleContent{
	width:290px;
	color:#666666;
	float:left;
	}
#middleHeader{
	background:url(../images/_body/our_services.jpg) no-repeat scroll center top;
	height:31px;
	}
#middleText {
	text-indent: 20px;
	margin-top:2px;
	background:url(../images/_body/block_bg.jpg) no-repeat scroll center top;
	height:295px;
	padding:10px 10px 5px 10px;
	}
#middleText ul.middleText{
	background-color:#CCCCCC;
	width:240px;
	padding:10px 0 10px 25px;
	margin:5px 0 0 0;
	list-style-type:none;
	}
#noIndent{
	text-indent:0;
	}
#middleText li { 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666	;
	list-style-type:disc;
	list-style-image:url(../IMAGES/armor_bullet.png);
	font-size:12px;
	padding:5px;
	}
#rightContent{
	width:290px;
	color:#666666;
	float:right;
	}
#rightHeader{
	background:url(../images/_body/about.jpg) no-repeat scroll center top;
	height:31px;
	}
#rightText {
	text-indent: 20px;
	margin-top:2px;
	background:url(../images/_body/block_bg.jpg) no-repeat scroll center top;
	height:295px;
	padding:10px 20px 5px 20px;
	}
/*----------------Content
------------------------------------------------------------*/
#rightContentAbout{
	width:500px;
	color:#666666;
	float:left;
	}
#rightHeaderAbout{
	height:31px;
	}

#rightTextAbout {
	margin-top:2px;
	margin-bottom:100px;
	padding:10px 0px 5px 0px;
	}
#leftContentAbout{
	color:#666666;
	float:left;
	padding-right:24px;
	width:350px;
	}
#leftPicAbout {
	background:url(../images/_body/armor_family.jpg) no-repeat scroll left top;
	height:300px;
	padding:10px 10px 5px 10px;
	}
#armorSupport {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:350px;
	}
#armorSupport .img{
	border: none;
	height: 100px;
	float: left;
  	text-align: center;
}
#armorSupport .img img{
	padding-right:8px;
  	display: inline;
 	border: none;
}

#armorSupport .img .desc {
  text-align: center;
  font-weight: normal;
  width: auto;
  margin-top: 5px;
  text-decoration:underline;
  font-size:10px;
}
#leftContentServices{
	color:#666666;
	float:left;
	padding-right:24px;
	width:350px;
	}
#leftPicServices {
	background:url(../images/_body/moving_boxes.jpg) no-repeat scroll left top;
	height:350px;
	padding:10px 10px 5px 10px;
	}
#leftContentContact{
	color:#666666;
	float:left;
	padding-right:24px;
	width:350px;
	margin-bottom:100px;
	}
#leftPicContact {
	height:350px;
	
	
	}
#rightContentContact{
	width:500px;
	color:#666666;
	float:left;
	}
#rightHeaderContact{
	height:31px;
	}

#rightTextContact {
	margin-top:2px;
	margin-bottom:100px;
	padding:10px 0px 5px 0px;
	}
/*--- Temp ------*/
#rightTextRef {
	margin-top:2px;
	margin-bottom:100px;
	padding:10px 0px 5px 0px;
	}
#rightContentRef {
	width:500px;
	color:#666666;
	float:right;
	}
/*
---------------- FOOTER
-------------------------------------------------------- */	
#clearfooter {
	clear: both;
}		
#footer {
	height: 50px;
	position: relative;
	background: #1c1c1c url(../images/bg_footer.jpg) repeat-x 0 top;
	width:100%;
}
#footerContent {
	width:890px;
	margin:0px auto;	
	padding-top:30px;
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	}
	
