/* Standard Elements */
body {
	margin: 0;
	padding: 0;
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal;
	font-size: small; 
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	
H1 {
	padding-top: 10px;
	font-size: 26px;
}

H2 {
	font-size: 18px;
}


	
#homeimage {
	background: #fff url(/img/banner.jpg) no-repeat top;
	position: relative;	
}

#homeimage p {
	font-size: 12px;
	padding: 0px 0px 30px 5px;
}

a {/*color: #06F;*/ text-decoration: none;}

a:hover {
	color: #000000; 
	text-decoration: underline;
	}

.list {
	padding: 0px;
	margin: 0px;
	list-style-type: disc;
	}

li a:hover, .nav a:hover {
	text-decoration: none;
	}

li {
	list-style-type: none;
	}

strong {
	font-weight: bold;
	}
	
iframe {
	float: left;
	padding-right: 5px;
}

/*Design */
#all {
	padding: 0px;
	margin: 0px auto;
	background: url(/img/bkgr800.gif) #ffffff repeat-y 50% 0px; 
	width: 870px;
}

#container {
	width: 800px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	border-top: none;
	background: #fff url(/img/logo.jpg) no-repeat top;
	}
	
#content {
	float: right;
	width: 64%;
	text-align: left;
	padding: 1px 10px 10px 10px;
	}	
	
#homecontent {
	text-align: left;
	padding: 1px 10px 10px 10px;
	background-color: #FFFFFF;
	
	
	}	

/*Utilities Links*/
#links {	
/*	width: 100%;
	font-size: small;
	text-align: right;*/
	margin: 0px;
	padding-top: 17px;
	padding-left: 600px;
	}

/* Main Navigation */
#nav {
	background: #D9E1E5 url(/img/nav.gif);
	display: block; 
	margin: 0px;
	padding: 0px;
	width: 100%;
	}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

#nav a {
	display: block; 
	float: left;
	background: url(/img/nav.gif);
	border-left: 1px solid #AFBEC7;
	color: #456;
	line-height: 31px; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:bold; 
	font-size:1.1em; 
	font-family:sans-serif; 
	padding: 0px 15px 0px 15px;
	}

#nav a:hover {
	background-position: left bottom; 
	}

/* special style for main nav link to identify current page*/ 
#thispage a:link, #thispage a:visited,
#thispage a:hover, #thispage a:active {
	background-position: left bottom; 
  	color: #000;  
	}
	
/*Contact Side*/
#contact-container {
	padding-right: 0px; 
	padding-left: 10px; 
	padding-bottom: 24px; 
	padding-top: 20px;
	}
	
/*Side Navigation*/
#sidecontainer {
	float: left; 
	padding-bottom: 20px; 
	width: 260px; 
	margin-right: 2px; 
	background: url(/img/bg-sidenav.gif) repeat-y 100%;

	}

#secondarynav-container {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 24px; 
	padding-top: 20px;
	}

#secondarynav-container li {
	margin: 0px;
	padding: 0px;
	}
#secondarynav-container li a {
	border-bottom: 1px solid #fff;
	padding-right: 33px; 
	display: block; 
	color: #000; 
	line-height: 23px; 
	text-align: right;
	}

.listcategory {
	background-color: #0570a1; 
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
}


#secondarynav-container li a:hover {
	color: #FFFFFF; background-color: #085d96;  /*ROLLOVER HIGHLIGHT COLOR */
	}
#secondarynav-container li.active a:hover {
	color: #000000; 
	background-color: #FFFFFF; /* THIS PAGE ROLLOVER COLOR */
	}
#secondarynav-container li a:active {
	background-image: url(/img/item_active_bg.gif); color: #000000;  /* Selected Nav */
	}
#secondarynav-container li.active a {
	background-image: url(/img/item_active_bg.gif); color: #000000;  /* Selected Nav */
	}	
#navigation {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	}

/*Side Nav Selection Style*/
body.item-1 #secondarynav-container li.item-1,
body.item-2 #secondarynav-container li.item-2,
body.item-3 #secondarynav-container li.item-3,
body.item-4 #secondarynav-container li.item-4,
body.item-5 #secondarynav-container li.item-5,
body.item-6 #secondarynav-container li.item-6,
body.item-7 #secondarynav-container li.item-7,
body.item-8 #secondarynav-container li.item-8,
body.item-9 #secondarynav-container li.item-9,
body.item-10 #secondarynav-container li.item-10,
body.item-11 #secondarynav-container li.item-11,
body.item-12 #secondarynav-container li.item-12,
body.item-13 #secondarynav-container li.item-13,
body.item-14 #secondarynav-container li.item-14,
body.item-15 #secondarynav-container li.item-15,
body.item-16 #secondarynav-container li.item-16,
body.item-17 #secondarynav-container li.item-17,
body.item-18 #secondarynav-container li.item-18,
body.item-19 #secondarynav-container li.item-19,
body.item-20 #secondarynav-container li.item-20,
body.item-21 #secondarynav-container li.item-21,
body.item-22 #secondarynav-container li.item-22
{
	background-image: url(/img/item_active_bg.gif); 
	font-weight: bold;
	}
 
body.item-1 #secondarynav-container LI.item-1 A:hover,
body.item-2 #secondarynav-container LI.item-2 A:hover,
body.item-3 #secondarynav-container LI.item-3 A:hover,
body.item-4 #secondarynav-container LI.item-4 A:hover,
body.item-5 #secondarynav-container LI.item-5 A:hover,
body.item-6 #secondarynav-container LI.item-6 A:hover,
body.item-7 #secondarynav-container LI.item-7 A:hover,
body.item-8 #secondarynav-container LI.item-8 A:hover,
body.item-9 #secondarynav-container LI.item-9 A:hover,
body.item-10 #secondarynav-container LI.item-10 A:hover,
body.item-11 #secondarynav-container LI.item-11 A:hover,
body.item-12 #secondarynav-container LI.item-12 A:hover,
body.item-13 #secondarynav-container LI.item-13 A:hover,
body.item-14 #secondarynav-container LI.item-14 A:hover,
body.item-15 #secondarynav-container LI.item-15 A:hover,
body.item-16 #secondarynav-container LI.item-16 A:hover,
body.item-17 #secondarynav-container LI.item-17 A:hover,
body.item-18 #secondarynav-container LI.item-18 A:hover,
body.item-19 #secondarynav-container LI.item-19 A:hover,
body.item-20 #secondarynav-container LI.item-20 A:hover,
body.item-21 #secondarynav-container LI.item-21 A:hover,
body.item-22 #secondarynav-container LI.item-22 A:hover
{
	color: #000000; 
	background-color: #FFFFFF; 
	}	

/* misc */
.clear {
	clear: both;
	}

/*Footer*/
#footer {
	font-size: 80%;
	text-align: center;
	padding-bottom: 10px;
	background: #fff;
	border-top:#CCCCCC thin solid;
	background: url(/img/foot.jpg) no-repeat bottom;
	clear: both;
	}
		
#bottom {
	padding-top: 0px; 
	padding-bottom: 0px; 
	padding-right: 0px; 
	padding-left: 0px; 
	background: url(/img/bkgr-bottom.gif) #fff no-repeat 50% top; 
	margin: 0px auto; 
	width: 870px; 
	height: 40px; 
	text-align: center;
}	

#box {
  margin: 5px 5px 5px 5px;
  padding: 5px 5px 5px 5px;
  background: #e4edf7;
  border: #000000 thin solid;
  }

/* styles for contact form */
form {
  margin: 10px 10px 10px 10px;
  padding: 10px 10px 10px 10px;
  background: #e4edf7;
  border: #000000 thin solid;
  }
#name, #email, #company, #website, #phone {
  width: 200px;
  }
#message {
  width: 400px;
  height: 100px;
  }
label {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  }
.warning {
  color:#F00;
  }
  
  /* Box Left*/ 
 
.boxleft {
  width: 240px;
  background: url(/img/div-bottom.gif) no-repeat bottom left;
  float: left;
 
  }
.boxleft h3 {
  margin: 0;
  padding: 6px 8px 4px 10px;
  font-size: 130%;
  color: #333;
  border-bottom: 1px solid #E0CFAB;
  background: url(/img/h3-bg.gif) no-repeat top left;
  }
.boxleft ul {
  margin: 0;
  padding: 14px 10px 14px 10px;
  list-style: none;
  }
.boxleft li {
  margin: 0 0 6px; 
  padding: 0;
  } 
  
 /* Box Right */ 
 
.boxright {
  width: 240px;
  background: url(/img/div-bottom.gif) no-repeat bottom left;
  float: right;
  }
.boxright h3 {
  margin: 0;
  padding: 6px 8px 4px 10px;
  font-size: 130%;
  color: #333;
  border-bottom: 1px solid #E0CFAB;
  background: url(/img/h3-bg.gif) no-repeat top left;
  }
.boxright ul {
  margin: 0;
  padding: 14px 10px 14px 10px;
  list-style: none;
  }
.boxright li {
  margin: 0 0 6px; 
  padding: 0;
  } 
  
   /* Box Middle */ 
 
.boxmiddle {
  width: 240px;
  background: url(/img/div-bottom.gif) no-repeat bottom left;
  float: right;
  }
.boxmiddle h3 {
  margin: 0;
  padding: 6px 8px 4px 10px;
  font-size: 130%;
  color: #333;
  border-bottom: 1px solid #E0CFAB;
  background: url(/img/h3-bg.gif) no-repeat top left;
  }
.boxmiddle ul {
  margin: 0;
  padding: 14px 10px 14px 10px;
  list-style: none;
  }
.boxmiddle li {
  margin: 0 0 6px; 
  padding: 0;
  } 
 
/* Box for our price page */
 .boxprice{
  width: 500px;
  background: url(/img/div-500bottom.gif) no-repeat bottom left;
 
  }
 .boxprice h3 {
  margin: 0;
  padding: 6px 8px 4px 10px;
  font-size: 130%;
  color: #333;
  border-bottom: 1px solid #E0CFAB;
  background: url(/img/h3-500bg.gif) no-repeat top left;
  }
  
.boxprice ul {
  margin: 0;
  padding: 14px 10px 14px 10px;
  list-style: none;
  }
  
.boxprice li {
  margin: 0 0 6px; 
  padding: 0;
  } 
  
  /* Indestrucible box */

.container {
  float: left;
  margin: 20px 0;
  padding: 0;
  color: #666;
  background: url(/img/rounded-right.gif) top right no-repeat;
  } 
.desc {
  margin: 0;
  padding: 9px 9px 0 9px;
  background: url(/img/rounded-left.gif) top left no-repeat;
  }
.link {
  margin: 0;
  padding: 0 0 0 9px;
  background: url(/img/rounded-left.gif) bottom left no-repeat;
  }
.link em {
  display: block;
  padding: 0 9px 9px 0;
  font-style: normal;
  background: url(/img/rounded-right.gif) bottom right no-repeat;
  }
.container a {
  font-size: 100%;
  color: #0033FF;
  }
  
  /* Box 1 */ 
 .boxcontainera{
 float: left;
 width: 30%;
 padding-left: 10px;
  padding-bottom: 10px;
 }
  .boxcontainerb{
  float: right;
  width: 30%;
  padding-right: 10px;
  padding-bottom: 10px;
 }
 
  .boxcontainerc{
  	float: left;
  	width: 30%;
    padding-right: 10px;
	padding-left: 30px;
  	padding-bottom: 10px;

 }
 
.box {
  width: 240px;
  float: left;
  background: url(/img/div-bottom.gif) no-repeat bottom left;
  }
.box h3 {
  margin: 0;
  padding: 6px 8px 4px 10px;
  font-size: 130%;
  color: #333;
  border-bottom: 1px solid #E0CFAB;
  background: url(/img/h3-bg.gif) no-repeat top left;
  }
.box ul {
  margin: 0;
  padding: 14px 10px 14px 10px;
  list-style: none;
  }
.box li {
  margin: 0 0 6px; 
  padding: 0;
  } 
  
 .box p {
 padding: 0px 10px 0px 10px;
 }

  /* Box 2*/ 
 
.box2 {
  width: 240px;
  float: right;
  background: url(/img/div-bottom.gif) no-repeat bottom left;
  }
.box2 h3 {
  margin: 0;
  padding: 6px 8px 4px 10px;
  font-size: 130%;
  color: #333;
  border-bottom: 1px solid #E0CFAB;
  background: url(/img/h3-bg.gif) no-repeat top left;
  }
.box2 ul {
  margin: 0;
  padding: 14px 10px 14px 10px;
  list-style: none;
  }
.box2 li {
  margin: 0 0 6px; 
  padding: 0;
  } 
  
.box2 p {
  padding: 0px 10px 0px 10px;
  }
  
    /* Box 3*/ 
 
.box3 {
  width: 240px;
  float: left;
  background: url(/img/div-bottom.gif) no-repeat bottom left;
  }
.box3 h3 {
  margin: 0;
  padding: 6px 8px 4px 10px;
  font-size: 130%;
  color: #333;
  border-bottom: 1px solid #E0CFAB;
  background: url(/img/h3-bg.gif) no-repeat top left;
  }
.box3 ul {
  margin: 0;
  padding: 14px 10px 14px 10px;
  list-style: none;
  }
.box3 li {
  margin: 0 0 6px; 
  padding: 0;
  } 
  
 .box3 p {
  padding: 0px 10px 0px 10px;
  }
 
.specialreport{
	clear: both;
  /*width: 97%;
    padding-right: 10px;
	padding-left: 10px;
  	padding-bottom: 10px;
	padding-top: 10px;
	background: url(/img/report-box.gif) no-repeat bottom left;*/

 }
  /* Bottom Box Home Page*/ 
.spbox {
  width: 782px;
  background: url(/img/report-box.gif) no-repeat bottom left;
  }
.spbox h3 {
  margin: 0;
  padding: 6px 8px 20px 10px;
  font-size: 180%;
  color: #333;
  background: url(/img/report-boxtop.gif) no-repeat top left;
  }
.spbox ul {
  margin: 0;
  padding: 0px 0px 0px 10px;
  list-style: url(../img/bullet.gif) ;
  }
.spbox li {
  margin: 0 0 1px; 
  padding: 0;
  }
.spbox p {
  padding: -70px 300px 10px 10px;
  }
 .img {
  padding: 0px 0px 50px 400px;
  }
  
  
 .report {
 clear: both;
 }
#message2 {

  width: 220px;
  height: 100px;
}
#sideresults {
	text-align: left;
	padding: 1px 10px 10px 10px;
	
	}

