/* Tag Redifinitions */

body {
	background-image:   url(../images/page-background.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #F26722;
}

html,body{
      margin:0px;
      padding:0px;
      height:100%;
      border:none;
			text-align: left;
}


documentElement{
	overflow:hidden;
}

h1{
}

h2{
}	

h3 {
}

h4 {
}

img{
	vertical-align: middle;
}

p{
	margin-top: 0px;
	margin-bottom: 12px;
}

	
/* Classes and ID'd Elements */

.content{
	background-color: white;
	text-align: left;
	font-family: "arial narrow";
	font-size: 11pt;
	color: black;
	padding: 1px 20px;
}

.footer{
	font-family: arial;
	font-size: 9pt;
	color: white;
	line-height: 15pt;
}

.homeBox1{
 	border: 5px solid black; 
	height: 198px; 
	font-family: arial;
}
.homeBox1 div ul {
	padding-left: 0px;
	margin: -10px 0px 10px 20px;
	font-size: 12pt; 
	line-height: 16pt;
}

.indexLink{
	font-family: "times new roman", "times";
	font-size: 16pt;
	width: 350px;
	text-align: center;
	line-height: 22pt;
	color: #F26722;
	text-decoration: none;
}

.indexText{
	font-family: "times new roman", "times";
	font-size: 16pt;
	width: 325px;
	text-align: justify;
	line-height: 22pt;
	margin-top: -80px;
}

.navButton{
	border: none;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

.phoneNum{
	font-family: "arial narrow";
	font-weight: bold;
	font-size: 20pt;
	margin-top: 56px;
	text-align: center;
}

.productBox{
	width: 345px;
	font-size: 15pt;
	font-weight: bold;
	float:right;
	position: relative;
}

.productBox img{
	margin-right: 15px;
	border: none;
}

.productBox .rollOver{
	font-size: 11pt;
	color: black;
	font-weight: normal;
	position: absolute;
	top: 0px;
	left: 100px;
	display:none;
}

.sectionHolder{
	color: white;
}

.section {
	padding: 0px;
	margin: 0px;
	width: 734px;
}

.testimonialBox{
	background-image: url(../images/testimonial-bckgrd.jpg);
	background-repeat: repeat-y;
	width: 475px;
	font-size: 10pt;
	float: left;
	margin-top: 5px;
}

.testimonialBox div{
	padding: 5px 15px;
}

/* Admin Style - contact Manager*/

.contactBox {
	position: absolute; 
	left: 50px; 
	top: 20px; 
	width: 400px; 
	height: 150px; 
	background-color: #FFFFFF;
	border: 2px outset;
	display: none;
}

/*Modular Navigation Styles*/

ul#nav{
		float: left;
		position:relative;
		z-index: 600;
		margin-right: 20px;
		margin-bottom: 10px;
			padding: 0px;
			margin-top: 0px;
			margin-left: 0px;
}

ul#nav ul{
			top: 0px;    
			position:relative;
}

ul#nav li{
	width: 200px;
	/*float: left;  enable for horizontal nav */
			position: relative;
			top: 0px;
			left: 0px;
			list-style-type: none;
	   		vertical-align: top; /* MUST BE PRESENT TO PREVENT VERT SPACES IN IE WHEN DISPLAY:BLOCK FOR <A> TAG*/
}

ul#nav li a{
	width: 100%;
	text-decoration: none;
	text-align: right;
	color: white;
	background-color: red;
	padding: 5px;
	border: 1px solid black;
			display: block;
}
ul#nav li a:hover{
	background-color: yellow;
}
ul#nav li ul{
	position: absolute;  /* 	change for no javascript  */
			top: 0px;
			left: 0px;
			z-index: 100;
			clip: rect(auto 2500px 2500px 2500px);
			margin: 0px;
			padding: 0px;
			/*visibility: hidden;  ALLOWS OPERA LINKS TO FUNCTION (v<9) */
}

ul#nav li ul li{
	vertical-align:auto;
}

ul#nav li ul li a{
	color: white;
	background-color: green;
			position: relative;
			z-index: 1;
			zoom: 1;    /* MUST BE PRESENT TO SET  TRANSPARENCY IN IE*/
}

.navShadow{
			border-color: #777777;
			border-width: 1px; 
			border-style: solid;
			position: absolute;
			border-top: none;
			border-left: none;
			filter: alpha(opacity=70);
			opacity: 0.7;
			-moz-opacity: 0.7;
			-khtml-opacity: 0.7;
}

.shadow {
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='4', MakeShadow='true', ShadowOpacity='0.50');
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	position: absolute;
	top: 2px;
	left: 2px;
}

/* ----------------------------PRINT STYLES ---------------------*/

@media print {
	#noPrint   {display: none;}
	.noPrint{display: none}
}
