@charset "utf-8";
/* CSS Document */

html, body {
margin:0;
padding:0;
}
body {
	background-color: #333366;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

a:link {color:#666699}
a:active {color:#666699}
a:visited {color:#666699}
a:hover {color:#000066}

img, div {	behavior: url(iepngfix.htc);}

/* Main Layout Divs*/

#container {
	width:760px;
	margin-left: auto;
    margin-right: auto;
}

#top_container {
	width:760px;
	}

#nav_container {
	width:760px;
	}

#flash_container {
	width:760px;
	}

#welcome_container {
	width:516px;
	float:left;
	}
	
#demo_container {
	width:516px;
	float:left;
	background-image:url(images/welcome_back.jpg);
	background-repeat:no-repeat;
	height:174px;
	}	

#sidebutcont {
	width:239px;
	float:left;
	}
	
#peesa_top {
	width:239px;
	}
	
#bottom_container {
	behavior: url(iepngfix.htc);
	width:760px;
	background-image:url(images/body_back_png.png);
	background-repeat:repeat-y;
	}
	
#main_body {
	width:520px;
	float:left;
	}
	
#main_body3 {
	width:500px;
	float:left;
	}

#main_body2 {
	width:433px;
	float:left;
	}
	
#right_side {
	width:235px;
	float:right;
	}
	
#footer {
	width:755px;
	}
	
#docman_page {
	margin-left:70px;
	}
	
/* Main Page Layout */
	
#marketing_box {
	width:286px;
	height:335px;
	background-image:url(images/marketingbox.jpg);
	background-repeat:no-repeat;
	float:left;
	}
	
#document_box {
	width:234px;
	height:335px;
	background-image:url(images/docman_supp.jpg);
	background-repeat:no-repeat;
	float:right;
	}
	
#multi_box {
	width:286px;
	height:350px;
	background-image:url(images/multi.jpg);
	background-repeat:no-repeat;
	float:left;
	}
	
#promo_box {
	width:234px;
	height:350px;
	background-image:url(images/promobox.jpg);
	background-repeat:no-repeat;
	float:right;
	}
	
.top_left_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	margin-left:30px;
	margin-right:40px;
	margin-top:90px;
	}
	
.top_right_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	margin-left:-15px;
	margin-right:28px;
	margin-top:90px;
	}
	
.bottom_left_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	margin-left:30px;
	margin-right:45px;
	margin-top:93px;
	}
	
.bottom_right_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	margin-left:-15px;
	margin-right:28px;
	margin-top:93px;
	}

/* Side Orange Buttons */

.displace {
	position: absolute;
	left: -5000px;
	}
	
#nav_login
{
  display: block;
  width: 239px;
  height: 45px;
  background: url("images/login.jpg") no-repeat 0 0;

}

#nav_login:hover
{ 
  background-position: -239px 0;
}

#nav_login span
{
  display: none;
}
	
#nav_contact
{
  display: block;
  width: 239px;
  height: 43px;
  background: url("images/contact.jpg") no-repeat 0 0;

}

#nav_contact:hover
{ 
  background-position: -239px 0;
}

#nav_contact span
{
  display: none;
}

#nav_demo
{
  display: block;
  width: 239px;
  height: 86px;
  background: url("images/demo.jpg") no-repeat 0 0;

}

#nav_demo:hover
{ 
  background-position: -239px 0;
}

#nav_demo span
{
  display: none;
}

.docman_bigtext {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
	font-size:11px;
	}
	
.about_text {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;
	font-size:11px;
	font-style:normal;
	}
	
.about_text2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	font-style:normal;
	margin-left:70px;
	margin-right:20px;
	}
	
.about_text3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	font-style:normal;
	margin-left:200px;
	margin-right:20px;
	}
	
.docman_greentext {
	color:#669966;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	}
	
.docman_desctext {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	margin-left:50px;
	}

.mail_desctext {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	margin-left:100px;
	}
	
.marketing_text {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	}

.about_desctext {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	margin-left:105px;
	}
	
.demo_desctext {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	margin-left:68px;
	}
	
.contact {
	font-family:Arial, Helvetica, sans-serif;
	color:#666699;
	font-size:12px;
	margin-left:105px;
	}
	
a.contact:link {color:#666699;}
a.contact:active {color:#666699;}
a.contact:visited {color:#666699;}
a.contact:hover {color:#000066;}

.clearfloats { clear: both; } 
