#wrapper {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #302F2F;
	border: 1px solid #020202;
}
#shadow {
	background-image: url(images/wrapperShadow.png);
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
.home_txt {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 50px;
	width: 425px;
	float: left;
}



.myClear {
	clear: both;
}
.home_feat {
	width: 200px;
	float: right;
	margin-right: 50px;
	border: 1px solid #666666;
	padding: 10px;
	margin-bottom: 25px;
}

.footerLeft {
	width: 400px;
	float: left;
}
.footerRight {
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-left: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	margin-top: 60px;
}

body {
	margin: 0px;
	padding: 0px;
	border: 1px none #000000;
	background-image: url(images/stripeBG.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

/* 
Nav Bar Style
*/

.menu {
	height:30px;
	width:auto;
	display:block;
	background-image: url(images/topMenuImages.png);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 25;
	padding-bottom: 0;
	padding-left: 25;
}
#header {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.about_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 25px;
	padding-right: 75px;
	padding-bottom: 25px;
	padding-left: 75px;
}

#navBar {
	width: 800px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin: 0px;
	padding: 0px;
}
#contentContainer {
	background-color: #202020;
	margin: 0px;
	padding: 0px;
	height: auto;
}
.productLine {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #363636;
	padding-right: 10px;
	padding-left: 10px;
}
.productLine img {
	padding-top: 10px;
}

#footer {
	height: 150px;
	width: auto;
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
}
.pageTitle {
	text-align: right;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bolder;
	text-transform: none;
}




.menu li {
	padding:0; 
	margin:0; 
	list-style:none; 
	display:inline;
}

.menu li a {
	float:left;
	padding-left:15px;
	display:block;
	color:rgb(255,255,255);
	text-decoration:none;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
	background-image: url(images/topMenuImages.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}

.menu li a span {
	line-height:30px;
	float:left;
	display:block;
	padding-right:15px;
	background-image: url(images/topMenuImages.png);
	background-repeat: no-repeat;
	background-position: 100% -30px;
}

.menu li a:hover {
	background-position:0px -60px; 
	color:rgb(255,255,255);
}

.menu li a:hover span {
	background-position:100% -60px;
}

.menu li a.active, .menu li a.active:hover {
	line-height:30px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:rgb(255,255,255);
	background-image: url(images/topMenuImages.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
}

.menu li a.active span, .menu li a.active:hover span {
	background-image: url(images/topMenuImages.png);
	background-repeat: no-repeat;
	background-position: 100% -90px;
}


/* 
Footer Nav Style
*/

#footerLinks a , #footerLinks a:visited, #footerLinks a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;

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


}
.services_content {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
}

.div1 {
	float: left;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFCC00;
}.div2 {
	float: left;
	width: 160px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
}
.serv_sections {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.div3 {
	float: left;
	width: 150px;
}
.sobeTag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}

#sobeTagLink a , #sobeTagLink a:visited, #sobeTagLink a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;

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

}

#sliderLink a , #sliderLink a:visited, #sliderLink a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;

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

}

a:link,a:visited{
 color:#fff;
 text-decoration:none;
}

a img{
 border:0;
}
div.wrap{
 width:800px;
 margin:0 auto;
 text-align:left;
}
 div#top div#nav{
  float:left;
  clear:both;
  width:800px;
  height:52px;
  margin:22px 0 0;
  background:url url(sliderImages/nav-bg.png) 0 0 no-repeat;
 }
  div#top div#nav ul{
   float:left;
   width:500px;
   height:52px;
   list-style-type:none;
  }
   div#nav ul li{
    float:left;
    height:52px;
   }
    div#nav ul li a{
     border:0;
     height:52px;
     display:block;
     line-height:52px;
     text-indent:-9999px;
    }
 
div#header2{
 margin:-1px 0 0;
 width: 800px;
}
div#video-header{
 height:683px;
 margin:-1px 0 0;
}
 div#header2 div.wrap{
  height:299px;
  background:url(sliderImages/header-bg.png) 50% 0 no-repeat;
 }
 div#header2 div#slide-holder{
	z-index:40;
	width:800px;
	height:206px;
	position:absolute;
	top: 375px;
 }
  div#header2 div#slide-holder div#slide-runner{
   top:-143px;
   left:0px;
   width:800px;
   height:278px;
   overflow:hidden;
   position:absolute;
  }
  div#header2 div#slide-holder img{
   margin:0;
   display:none;
   position:absolute;
  }
  div#header2 div#slide-holder div#slide-controls{
   left:0;
   bottom:0px;
   width:800px;
   height:46px;
   display:none;
   position:absolute;
   background:url(sliderImages/slide-bg.png) 0 0;
  }
   div#header2 div#slide-holder div#slide-controls p.text{
    float:left;
    color:#fff;
    display:inline;
    font-size:10px;
    line-height:16px;
    margin:15px 0 0 20px;
    text-transform:uppercase;
   }
 
   div#header2 div#slide-holder div#slide-controls p#slide-nav{
    float:right;
    height:24px;
    display:inline;
    margin:11px 15px 0 0;
   }
    div#header2 div#slide-holder div#slide-controls p#slide-nav a{
     float:left;
     width:24px;
     height:24px;
     display:inline;
     font-size:11px;
     margin:0 5px 0 0;
     line-height:24px;
     font-weight:bold;
     text-align:center;
     text-decoration:none;
     background-position:0 0;
     background-repeat:no-repeat;
    }
    div#header2 div#slide-holder div#slide-controls p#slide-nav a.on{
     background-position:0 -24px;
    }
div#header2 div#slide-holder div#slide-controls p#slide-nav a{background-image:url(sliderImages/silde-nav.png);}
div#nav ul li a{background:url(sliderImages/nav.png) no-repeat;}
