html { height: 100%; margin-bottom: 1px; }
body {
	background-image: url(../images/bg-body.png);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin:0;
	padding:0;
}
body#home #menu01home a{
	background-position: 0px 52px;
}
body#about #menu02about a{
  background-position: -80px 52px;
}
body#equipment #menu03equipment a{
	background-position: -90px 52px;
}
body#technical #menu04technical a{
	background-position: -242px 52px;
}
body#casestudy #menu05casestudy a{
	background-position: -401px 52px;
}
body#contact #menu06contact a{
	background-position: -521px 52px;
}
body#signup #menu07signup a{
	background-position: -632px 52px;
}
img{
	border:0;
}
p{
	margin:0 0 15px 0;
}
a{
	color:#016F4A;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
.strong{
	font-weight:bold;
}
#wrapper{
	margin:0 auto 0 auto;
	width:770px;
	background-color:#fff;
}
#header{
	float:left;
	width:770px;
	background-image: url(../images/bg-nav.gif); 
	background-repeat:no-repeat;
	background-position:center 147px;
}
.hider {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/****************************** navigation ***************************/
#mainMenu { 
	overflow: hidden;
	height:51px; 
	width:751px;
	float:left;
}
#mainMenu ul {
  margin:0 0 0 19px;
  padding:0;
}

#mainMenu li { margin: 0; padding: 0; list-style-type: none; display: inline; float: left; }

#mainMenu a {   
	text-decoration:none !important; 
	display:block; 
	background-image: url(../images/nav.gif); 
	background-position:0 0px;
	overflow: hidden;
	height:35px; 
}

#mainMenu a span { visibility:hidden; }

#menu01home, #menu01home a {
  background-position: 0 0;
  width: 90px;
}
#menu01home a:hover, #menu01home a.selected {
  background-position: 0px 52px;
}

#menu02about, #menu02about a {
  background-position: -90px 0;
  width: 84px;
}
#menu02about a:hover, #menu02about a.selected {
  background-position: -80px 52px;
}

#menu03equipment, #menu03equipment a {
  background-position: -90px 0;
  width: 152px;
}
#menu03equipment a:hover, #menu03equipment a.selected {
  background-position: -90px 52px;
}

#menu04technical, #menu04technical a {
  background-position: -242px 0;
  width: 159px;
}
#menu04technical a:hover, #menu04technical a.selected {
  background-position: -242px 52px;
}

#menu05casestudy, #menu05casestudy a {
  background-position: -401px 0;
  width: 120px; 
}
#menu05casestudy a:hover, #menu05casestudy a.selected {
  background-position: -401px 52px;
}

#menu06contact, #menu06contact a {
  background-position: -521px 0;
  width: 111px;
}
#menu06contact a:hover, #menu06contact a.selected {
  background-position: -521px 52px;
}

#menu07signup, #menu07signup a {
  background-position: -632px 0;
  width: 100px;
}

#menu07signup a:hover, #menu07signup a.selected {
  background-position: -632px 52px;
}
/***************** dropdown div ***********************/

.dropmenudiv{
	position:absolute;
	clear:both;
	border: 1px solid #C0A730; /*THEME CHANGE HERE*/
	line-height:18px;
	z-index:100;
	background-color: #FDDB3F;
	width: 150px;
	visibility: hidden;
	top: 1;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	display: block;
	text-indent: 10px;
	padding: 5px;
	text-decoration: none;
	font-weight: normal;
	color: black;
	background: #FDDB3F url(../images/bullet-nav2.gif) left center no-repeat;
	border-bottom: 1px solid #C0A730;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	text-decoration:none;
	background: #FEEC7F url(../images/bullet-nav2-over.gif) left center no-repeat;
}

#content{
	float:left;
	background-image:url(../images/bg-content.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	width:770px;
	height:auto !important;
	min-height:400px;
	height:400px;
}
.welcome{
	padding: 0 50px 0 50px;
	float:left;
}
.bottom-bar{
	padding: 0 19px 0 19px;
	float:left;
	width:732px;
}
/*
#signup-box{
	float:left;
	width:195px;
	height:194px;
	background-image:url(/images/count-box.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	color:#fff;
}

.center{text-align:center;}

.signup-txt{
	padding:20px 10px 10px 10px;
	overflow:hidden;
	text-align:left;
}
*/
#signup-box{
	float:left;
	width:171px;
	background-image:url(../images/bg-signup.gif);
	background-repeat:no-repeat;
	background-position:center top;
	color:#fff;
}
.signup-txt{
	padding:20px 10px 10px 10px;
	height:96px;
	overflow:hidden;
	text-align:left;
}
#prod-box{
	float:right;
	width:171px;
	padding-left:16px;
}

#sidebar{
	float:left;
	width:190px;
	padding-left:19px;
}
#tab1{
	margin-bottom:20px;
}
#main-content{
	float:left;
	width:672px;
	padding:0 49px 0 49px;
	border:0px solid red;
}
.bg-signup-int{
	background-image:url(../images/bg-signup-int.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:48px;
	color:#fff;
	padding-left:10px;
}


#footer{
	clear:both;
	background-image:url(../images/bg_footer.gif);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	padding:11px 0 0 0;
	height:25px;
}
.details_left {
	float:left;
	
	width:350px;
}
		
.details_left ul {
	padding:0px;
	margin-left:10px;
	margin-top:10px;
}			
	
.details_left li {
	list-style-type:none;
	background:url(../images/errow_green.gif) no-repeat  7px left;
	padding-left:30px;
	line-height:20px;
	margin:0px;	
}	
.details_right {
	float:left;
	width:150px;
	margin-top:5px;
}		
	
.yellow_strip {
	background:url(../images/yellow_strip.gif) no-repeat top;
	width:672px;
	float:left;
	margin:0px;
	padding: 0px 0px 10px 0px;
	background-color:#F8F7F7;
}
.yellow_strip h1 {
	padding: 8px 0px 8px 20px;
	font-size:15px;
	margin:0px;

}	

.green_strip {
	background:url(../images/green_strip.gif) no-repeat top;
	width:672px;
	float:left;
	margin:0px;
	padding: 0px 0px 10px 0px;
	background-color:#F8F7F7;
}
.green_strip h1 {
	padding: 5px 0px 8px 20px;
	font-size:15px;
	margin:0px;
	color:#fff;

}	
.img_product {
	width: auto;
	float:right;
	/*margin:5px;*/
	border:1px solid red;
}
	
	border:1px solid red;
}
	
ul#welding li {
	list-style-type:none;
	background:url(../images/errow_green.gif) no-repeat  7px left;
	padding-left:30px;
	line-height:20px;
	margin:0px;	
}	
.contact1{
	float:left;
	width:4ca00px;
}
.contact2{
	float:right;
	width:200px;
}

.h1{color:#016433;font-size:13px;}
.h2{color:#016433;font-size:12px;margin-bottom:5px;}
.ul{margin:0;padding:0 0 0 20px;line-height:20px;}
