body
{
  background: url(../images/tpl/body_bg.gif) 0 0 repeat;
}

div#mainWrapper
{
  background: #FFFFFF;
  border: 0px #000 solid;
  margin: 50px auto;
  width: 800px; 
  overflow: hidden;
  text-align: center; 
}

div#tplWrapper
{
  width: 790px;
  margin: 10px auto;
  text-align: center;
  border: 0px #999 solid; 
}

div#header
{
  float: left;  
  width: 790px;
  height: 273px;
  overflow: hidden;
  text-align: left;
  border: 0px #999 solid; 
}

img#logo
{
  position: absolute; 
  top: 10px;
  float: left;
  width: 262px;
  height: 273px;
}

div#headTitleBoxBase
{
  width: 587px;
  height: 62px;
  overflow: hidden;
  margin: 64px 0 0 0;
  float: right; 
}


div#headImgBoxBase
{
  width: 587px;
  height: 152px;
  overflow: hidden;
  float: right;
}

div#content
{
  float: left;
  width: 100%;
}

div#contentLeft
{
  float: right;
  width: 158px;
  height: 100%;
  overflow: hidden;
}

div#contentMid
{
  float: right;
  width: 273px;
  height: 100%;
  overflow: hidden;
}

div#contentMid .head
{
  height: 100%;
  width: 273px; 
  float: left;    
  background-color: #FFF;
}

div#contentMid .foot
{
  float: left;  
  height: 23px; 
  width: 273px;
  background: url(../images/tpl/middle_bottom.gif) top center no-repeat transparent;
}

div#contentMid p
{
  padding: 15px 20px 0 15px;
  line-height: 1.2em;
  text-align: left;
  font-family: Arial, sans-serif, Tahoma, sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  color: #000;
}
  
div#contentMid div.infoBox
{
  width: 100%;
  height: 60px;
  margin: 50px 0 20px 0;
  background-color: #dd0081;
}

div#contentMid div.infoBox p
{
  font-family: Arial, Verdana, sans-serif;
  color: #FFF;
  font-size: 0.9em; 
  padding: 10px 0;
  text-align: center;
}

div#contentMid div.infoBox p a
{
  color: #ccc;
}

div#contentRight
{
  float: right;
  width: 309px;
  height: 100%;
  overflow: hidden;
}

div#footer
{
  float: left;
  width: 100%;
  height: 54px; 
  overflow: hidden;
  margin: 20px auto 0 auto;
 /* background: url(../images/tpl/logo_valmont.gif) 79% 100% #e9e8cc no-repeat;*/
 background-color:  #e9e8cc;
  border: 1px #999;
}


.tooltip
{
	width: 150px;
	height: 72px;
	background: url(../images/tpl/tooltip_bg.gif) 0 0 no-repeat;
	overflow: hidden;
}

.tooltip p
{
	margin: 12px 10px 0 10px;
	font-size: 0.7em;
	text-align: left;
	font-family: Arial, sans-serif, Helvetica, Tahoma;
	color: #606D48;
}

.tooltip strong
{
	color: #DD0081;
}


a#valmont
{
        float: right;
        margin: 10px 148px 0 0;
}