body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #393E5E;
	background-color: #fff;
	height:100%;
	}
#wrapper {width:744px; background:#fff; margin: 0 auto; text-align:left; border-left:28px solid #393E5E; border-right:28px solid #393E5E; background-repeat: repeat-y;}

#header {
	float:left;
	display:block;
	background-image:url(../images/back.png);
	background-position: top right;
	background-repeat: no-repeat;
	margin:0 15px 10px 15px;
	padding:0;
	width:711px;
	border:1px solid #B3B3B3;
	height: 110px;
	overflow: visible;
}

#navcontainer
{
	margin: 80px 0 .5em 0;
	overflow: visible;
	width: 510px;
	float:right;
}
.left	{
	float:left;
}
.right	{
	float:right;
}
#nav	{
	padding: 0;
	list-style: none;
	width: 515px;
	float: right;
	margin-top: 80px;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	text-align: right;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.1;
	width: 510px;
	float: right;
}
#nav a {
	display: block;
	padding:0 1.2em;
	border-left: 1px solid #C2C2C2;
	margin:0;
	color:#7F7F7F;
}
#nav a:hover	{
	color:#393E5E;
}
#nav li {
	text-align:center;
	font-size:11px;
	float: left;
}
#nav li > ul {
	top: auto;
	left: auto;
}
#nav li ul { /* second-level lists */
	position: absolute;
	padding-top:.5em;
	width: 20em;
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li ul li	{
	margin:0;
	text-align:left;
	line-height: 1.5em;
}
#nav li ul li a	{
	text-align:left;
	border:1px solid #B3B3B3;
	background-color:#E6E6E6;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	margin:0;
	padding: 4px 4px 4px 15px;
	display: block;
	width: 20em;
}
#nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:active	{
	color:#7F7F7F;
}
#nav li ul li a:hover	{
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	text-decoration:none;	
	color:#FFFFFF;
	background-color: #393E5E;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}
a:link {
	color:#666;
	}
a:visited {
	color:#666;
	}
a:active {
	color:#393E5E;
	}
a:hover {
	color:#393E5E;
	text-decoration: underline;
	}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	}
h1 span, h2 span, h3 span, p span, a span {
  display: none;
}
h2 {	
	color:#393E5E;
	font-size: 1.5em;
	margin: 1em .8em .5em .8em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1em;
	line-height: 1.8em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1em  1.2em 1em 1.2em;
	}
.blue	{
	color:#393E5E;
}
	
li > p {
	margin-top: 0.2em;
	}
pre {
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	color:#393E5E;
	}
#info	{
	float:left;
	margin:0 10px 10px 15px;
	width: 188px;
	height: 180px;
	border:1px solid #B3B3B3;
}
#b	{
	float:right;
	margin:0 15px 10px 0;
	width:510px;
	height: 180px;
	border:1px solid #B3B3B3;
	clear: right;
}
#b img	{
	margin:135px 0 0 0;
}
#content {
	float:right;
	margin:0 15px 10px 0;
	padding:0;
	width:510px;
	border:1px solid #B3B3B3;
	clear: right;
}
#sidenav	{
	float:left;
	clear: left;
	margin:0 0 15px 15px;
	width: 188px;
	border-top:1px solid #B3B3B3;
	border-left:1px solid #B3B3B3;
	border-right:1px solid #B3B3B3;
	background-color: #C0C0CE;
	overflow:hidden;
}
#sidelist	{
	margin: 0;
	padding: 0;
	border-top:1px solid #B3B3B3;
	list-style: none;
}
#sidelist ul { 
list-style: none;
}
#sidelist li	{
	margin: 0;
	padding: 0;
	font-size:0.90em;
	line-height: 1.5em;
	border-bottom:1px solid #B3B3B3;
}

#sidelist li a	{
	padding: 4px 4px 4px 14px;
	display: block;
}
#sidelist li a:link, #sidelist li a:visited, #sidelist li a:active	{
	background-color: #E6E6E6;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
}
#sidelist li a:hover	{
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	text-decoration:none;	
	color:#FFFFFF;
	background-color: #393E5E;
}
#logo {      
      width: 123px; 
      float: left;   
    }
    
        #logo a {
          display: block; 
          background: url(../images/Equitas.png) no-repeat;
          width: 123px;  height: 89px;
          margin: 9px 0 0 15px;
        }
#info h3 {      
      	width: 188px; 
      	float: left;
		margin: 0;
		padding:0;
    }
    
        #info a {
          display: block; 
          width: 188px;  height: 180px;
          margin: 0;
		  padding:0;
        }
.team	{
	background:url(../images/team.png) no-repeat;
}
.phone	{
	background:url(../images/contact.png) no-repeat;
}
.solutions	{
	background: transparent url(../images/solutions.png) no-repeat;
}
.services	{
	background:url(../images/services.png) no-repeat;
}
.security	{
	background:url(../images/recovery_security.png) no-repeat;
}
.clients	{
	background:url(../images/our_clients.png) no-repeat;
}
.contact	{
	background:url(../images/contact_us_lg.png) no-repeat;
}
.about	{
	background:url(../images/about_us.png) no-repeat;
}
.why	{
	background:url(../images/why_equitas.png) no-repeat;
}
.clr	{
	clear:both;
}
.caption	{
	font-size: 0.95em;
	font-weight:bold;
	margin:0;
	padding:3px 4px 4px 30px;
	background:#C0C0CE url(../images/sub.gif) no-repeat;
}
#footer	{clear: both; background:#fff; margin:0 15px; padding:5px 0; text-align:right;}
#team p	{
}
#team img	{
	float: left;
	margin: .5em 1em;
	border:1px solid #B3B3B3;
}
#team h2 {
	color:#393E5E;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 0.25em;
	margin-right: 0.8em;
	margin-bottom: 0.5em;
	margin-left: 0.8em;
	}
#team p	{
	line-height: 1.5em;
}
.quote {
	background-image: url(../images/box.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 10px 0;
	margin: 1em;
}
.quote p {
	line-height: 1.25em;
	color: #384D6E;
	margin:1em  40px 0 15px;
}
.quote ul li {
	line-height: 1.25em;
	color: #384D6E;
	margin:.5em 0;
}
.quote2 {
	background-image: url(../images/box2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 10px 0;
	height: 480px;
	margin: 1em;
}
.quote2 p {
	line-height: 1.25em;
	color: #384D6E;
	margin:1em 55px 0 15px;
}
.quote2 ul li {
	line-height: 1.25em;
	color: #384D6E;
	margin-top: 0.5em;
	margin-right: 1.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}
#contact {
	width:150px;
	float: right;
	margin:0 30px 0 0;
	border: 1px solid #B3B3B3;
	background-color: #E6E6E6;
	border:1px solid #B3B3B3;
}
#contact  h3	{
	margin:.5em;
	padding:0;
}
#contact  h5	{
	margin:.5em;
	padding:0;
}
#home #wrapper #content #form1 div.button {
	text-align: right;
	width: 320px;
}
