/* css for Fourthtrack Systems 'inside pages' */


body {
 background: #ececec url('images/bg_insidepage.jpg') repeat-x 0 0;
 color: #5c5c5c;
 font: 62.5%/1.5em Tahoma, Verdana,  Arial, sans-serif; 
 width: 100%;
}
#conTent {
 background:  url('images/bg_edge-in.png') no-repeat 0 0;
}
* html #conTent {
 background:  url('images/bg_edge-in.gif') no-repeat 0 0;
} 


#conTent2 {
	text-align: left;
	margin: 0px auto;
	width: 1010px;
 height: 100%;
 background:  url('images/bg_content2-in.jpg') no-repeat 50% 0;
}

#mid {
 position: relative;
 padding: 20px 0 0;
 width: 100%; 
 background: #fff url('images/bg_inside-mid.png') repeat-x 0 100%; 
}
#mid h2 {
 margin: 10px 0 10px 35px;
 font-weight: bold;
 font-size: 1.5em;
 color: #555555;
}

#mid-long {
 position: relative;
 padding: 60px 0 0;
 width: 100%; 
/* background: #fff url('images/bg_inside-mid.png') repeat-x 0 100%;  */
}

#middoc {
 min-height: 230px;
 background: #fff;
 width: 930px;
 padding: 0 30px;
}
* html #middoc {
 height: 230px;
}
#middoc a {
  color: #1374b8;
  text-decoration: underline; 
}
#middoc a:hover {
  color: #5c5c5c;
  text-decoration: underline; 
}

#middoc h3 {
 color: #1374b8;
 font-weight: bold;
 font-size: 1.2em; 
 margin: 0.5em 3%;
}
#doc-l {
 float: left;
 width: 550px;
}
#doc-l p {
 font-size: 1.15em;
 line-height: 1.7em; 
}

#doc-r {
 float: right;
 width: 340px;
 margin-right: 20px;
}
#doc-r img {
 border: 1px solid #666;
 padding: 3px;
}
#doc-b {
 float: left;
 width: 920px;
}

#middoc p.fright {
 text-align: right; 
}


